mirror of
https://github.com/coredns/coredns.git
synced 2025-10-26 15:54:16 -04:00
Doc update (#2792)
* Fix spelling in coredns.1 and corefile.7 md files * Run make -f Makefile.doc Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
@@ -10,18 +10,19 @@
|
||||
|
||||
CoreDNS is a DNS server that chains plugins. Each plugin handles a DNS feature, like rewriting
|
||||
queries, kubernetes service discovery or just exporting metrics. There are many other plugins,
|
||||
each described on <https://coredns.io/plugins> and there respective manual pages. Plugins not
|
||||
each described on <https://coredns.io/plugins> and their respective manual pages. Plugins not
|
||||
bundled by default in CoreDNS are listed on <https://coredns.io/explugins>.
|
||||
|
||||
When started with no options CoreDNS will look for a file names `Corefile` in the current
|
||||
directory, if found it will parse its contents and start up accordingly. If no `Corefile` is found
|
||||
When started without options CoreDNS will look for a file named `Corefile` in the current
|
||||
directory, if found, it will parse its contents and start up accordingly. If no `Corefile` is found
|
||||
it will start with the *whoami* plugin (coredns-whoami(7)) and start listening on port 53 (unless
|
||||
overridden with `-dns.port`).
|
||||
|
||||
Available options:
|
||||
|
||||
**-conf** **FILE**
|
||||
: specify Corefile to load.
|
||||
: specify Corefile to load, if not given CoreDNS will look for a `Corefile` in the current
|
||||
directory.
|
||||
|
||||
**-cpu** **CAP**
|
||||
: specify maximum CPU capacity in percent.
|
||||
|
||||
Reference in New Issue
Block a user