diff options
author | 2019-04-03 11:28:53 +0100 | |
---|---|---|
committer | 2019-04-03 11:28:53 +0100 | |
commit | b92bfd83662166a1d06d694c40a2150117fc6c67 (patch) | |
tree | 949e76792efb95f04ddda5c8f147723d14ec4854 | |
parent | 7ef4e1be5afdddec143218a45cfb4c06dcb6c7ac (diff) | |
download | coredns-b92bfd83662166a1d06d694c40a2150117fc6c67.tar.gz coredns-b92bfd83662166a1d06d694c40a2150117fc6c67.tar.zst coredns-b92bfd83662166a1d06d694c40a2150117fc6c67.zip |
Fix coredns.1 manpage (#2756)
Signed-off-by: Miek Gieben <miek@miek.nl>
-rw-r--r-- | coredns.1.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/coredns.1.md b/coredns.1.md index d452fdebd..2d409552b 100644 --- a/coredns.1.md +++ b/coredns.1.md @@ -1,19 +1,19 @@ -## Name +## CoreDNS *coredns* - plugable DNS nameserver optimized for service discovery and flexibility. ## Synopsis -*coredns* *[OPTION]*... +*coredns* **[-conf FILE]** **[-dns.port PORT}** **[OPTION]**... ## Description 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 -bundled in CoreDNS are listed on <https://coredns.io/explugins>. +bundled by default in CoreDNS are listed on <https://coredns.io/explugins>. -When started with no options CoreDNS will looks for a file names `Corefile` in the current +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 it will start with the *whoami* plugin (coredns-whoami(7)) and start listening on port 53 (unless overridden with `-dns.port`). |