mirror of
https://github.com/coredns/coredns.git
synced 2025-12-05 18:05:10 -05:00
docs: Regenerate all manpages using mmark (#2762)
Mmark recently became able to create manual pages. This removed the dependency on 'ronn' and just uses mmark (Go program). Re-hookup Makefile.doc to generate the correct header mmark needs to see and regenate them all. Spot checking a few pages suggest they look good and actually better than rendered with ronn, esp. lists in lists. Fixes #2757 Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
109
man/coredns.1
109
man/coredns.1
@@ -1,59 +1,66 @@
|
||||
.\" generated with Ronn/v0.7.3
|
||||
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
||||
.
|
||||
.TH "COREDNS" "1" "March 2019" "CoreDNS" "CoreDNS"
|
||||
.
|
||||
.SH "NAME"
|
||||
\fBcoredns\fR
|
||||
.
|
||||
.SH "NAME"
|
||||
\fIcoredns\fR \- plugable DNS nameserver optimized for service discovery and flexibility\.
|
||||
.
|
||||
.SH "SYNOPSIS"
|
||||
\fIcoredns\fR \fI[OPTION]\fR\.\.\.
|
||||
.
|
||||
.SH "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 \fIhttps://coredns\.io/plugins\fR and there respective manual pages\. Plugins not bundled in CoreDNS are listed on \fIhttps://coredns\.io/explugins\fR\.
|
||||
.
|
||||
.P
|
||||
When started with no options CoreDNS will looks for a file names \fBCorefile\fR in the current directory, if found it will parse its contents and start up accordingly\. If no \fBCorefile\fR is found it will start with the \fIwhoami\fR plugin (coredns\-whoami(7)) and start listening on port 53 (unless overridden with \fB\-dns\.port\fR)\.
|
||||
.
|
||||
.P
|
||||
.\" Generated by Mmark Markdown Processer - mmark.nl
|
||||
.TH "COREDNS" "1" "April 2019" "CoreDNS" "CoreDNS"
|
||||
|
||||
.SH NAME
|
||||
.PP
|
||||
\fIcoredns\fP - plugable DNS nameserver optimized for service discovery and flexibility.
|
||||
|
||||
.SH SYNOPSIS
|
||||
.PP
|
||||
\fIcoredns\fP \fI[OPTION]\fP...
|
||||
|
||||
.SH DESCRIPTION
|
||||
.PP
|
||||
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
|
||||
\[la]https://coredns.io/plugins\[ra] and there respective manual pages. Plugins not
|
||||
bundled in CoreDNS are listed on https://coredns.io/explugins
|
||||
\[la]https://coredns.io/explugins\[ra].
|
||||
|
||||
.PP
|
||||
When started with no options CoreDNS will looks for a file names \fB\fCCorefile\fR in the current
|
||||
directory, if found it will parse its contents and start up accordingly. If no \fB\fCCorefile\fR is found
|
||||
it will start with the \fIwhoami\fP plugin (coredns-whoami(7)) and start listening on port 53 (unless
|
||||
overridden with \fB\fC-dns.port\fR).
|
||||
|
||||
.PP
|
||||
Available options:
|
||||
.
|
||||
|
||||
.RS
|
||||
.TP
|
||||
\fB\-conf\fR \fBFILE\fR
|
||||
specify Corefile to load\.
|
||||
.
|
||||
\fB-conf\fP \fBFILE\fP
|
||||
specify Corefile to load.
|
||||
.TP
|
||||
\fB\-cpu\fR \fBCAP\fR
|
||||
specify maximum CPU capacity in percent\.
|
||||
.
|
||||
\fB-cpu\fP \fBCAP\fP
|
||||
specify maximum CPU capacity in percent.
|
||||
.TP
|
||||
\fB\-dns\.port\fR \fBPORT\fR
|
||||
override default port (53) to listen on\.
|
||||
.
|
||||
\fB-dns.port\fP \fBPORT\fP
|
||||
override default port (53) to listen on.
|
||||
.TP
|
||||
\fB\-pidfile\fR \fBFILE\fR
|
||||
write PID to \fBFILE\fR\.
|
||||
.
|
||||
\fB-pidfile\fP \fBFILE\fP
|
||||
write PID to \fBFILE\fP.
|
||||
.TP
|
||||
\fB\-plugins\fR
|
||||
list all plugins and quit\.
|
||||
.
|
||||
\fB-plugins\fP
|
||||
list all plugins and quit.
|
||||
.TP
|
||||
\fB\-quiet\fR
|
||||
don\'t print any version and port information on startup\.
|
||||
.
|
||||
\fB-quiet\fP
|
||||
don't print any version and port information on startup.
|
||||
.TP
|
||||
\fB\-version\fR
|
||||
show version and quit\.
|
||||
.
|
||||
.SH "AUTHORS"
|
||||
CoreDNS Authors\.
|
||||
.
|
||||
.SH "COPYRIGHT"
|
||||
Apache License 2\.0
|
||||
.
|
||||
.SH "SEE ALSO"
|
||||
Corefile(5) coredns\-k8s_external(7) coredns\-erratic(7) coredns\-nsid(7) coredns\-hosts(7) coredns\-dnssec(7) coredns\-health(7) coredns\-grpc(7) coredns\-ready(7) coredns\-file(7) coredns\-root(7) coredns\-autopath(7) coredns\-auto(7) coredns\-dnstap(7) coredns\-pprof(7) coredns\-tls(7) coredns\-loadbalance(7) coredns\-cache(7) coredns\-whoami(7) coredns\-bind(7) coredns\-loop(7) coredns\-import(7) coredns\-chaos(7) coredns\-template(7) coredns\-log(7) coredns\-kubernetes(7) coredns\-forward(7) coredns\-debug(7) coredns\-secondary(7) coredns\-route53(7) coredns\-errors(7) coredns\-metrics(7) coredns\-reload(7) coredns\-rewrite(7) coredns\-metadata(7) coredns\-federation(7) coredns\-etcd(7) coredns\-cancel(7) coredns\-trace(7)\.
|
||||
\fB-version\fP
|
||||
show version and quit.
|
||||
|
||||
.RE
|
||||
|
||||
.SH AUTHORS
|
||||
.PP
|
||||
CoreDNS Authors.
|
||||
|
||||
.SH COPYRIGHT
|
||||
.PP
|
||||
Apache License 2.0
|
||||
|
||||
.SH SEE ALSO
|
||||
.PP
|
||||
Corefile(5) coredns-k8s_external(7) coredns-erratic(7) coredns-nsid(7) coredns-hosts(7) coredns-dnssec(7) coredns-health(7) coredns-grpc(7) coredns-ready(7) coredns-file(7) coredns-root(7) coredns-autopath(7) coredns-auto(7) coredns-dnstap(7) coredns-pprof(7) coredns-tls(7) coredns-loadbalance(7) coredns-cache(7) coredns-whoami(7) coredns-bind(7) coredns-loop(7) coredns-import(7) coredns-chaos(7) coredns-template(7) coredns-log(7) coredns-kubernetes(7) coredns-forward(7) coredns-debug(7) coredns-secondary(7) coredns-route53(7) coredns-errors(7) coredns-metrics(7) coredns-reload(7) coredns-rewrite(7) coredns-metadata(7) coredns-federation(7) coredns-etcd(7) coredns-cancel(7) coredns-trace(7).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user