diff options
author | 2018-03-25 17:18:04 +0100 | |
---|---|---|
committer | 2018-03-25 17:18:04 +0100 | |
commit | 8e0c7f92c3567843624671dc0f82f5c591dddd4b (patch) | |
tree | d944988409b06363163a826131ccaebd382d9e7d /man | |
parent | 5616fcb175865f2d8ede0460e2537c3b584debad (diff) | |
download | coredns-8e0c7f92c3567843624671dc0f82f5c591dddd4b.tar.gz coredns-8e0c7f92c3567843624671dc0f82f5c591dddd4b.tar.zst coredns-8e0c7f92c3567843624671dc0f82f5c591dddd4b.zip |
Run make -f Makefile.doc (#1635)
Diffstat (limited to 'man')
-rw-r--r-- | man/coredns-cache.7 | 3 | ||||
-rw-r--r-- | man/coredns-hosts.7 | 18 |
2 files changed, 15 insertions, 6 deletions
diff --git a/man/coredns-cache.7 b/man/coredns-cache.7 index 35063b880..1a62ac17f 100644 --- a/man/coredns-cache.7 +++ b/man/coredns-cache.7 @@ -77,6 +77,9 @@ If monitoring is enabled (via the \fIprometheus\fR directive) then the following .IP "\(bu" 4 \fBcoredns_cache_misses_total{}\fR \- Counter of cache misses\. . +.IP "\(bu" 4 +\fBcoredns_cache_drops_total{}\fR \- Counter of dropped messages\. +. .IP "" 0 . .P diff --git a/man/coredns-hosts.7 b/man/coredns-hosts.7 index 6268a3467..6951d8213 100644 --- a/man/coredns-hosts.7 +++ b/man/coredns-hosts.7 @@ -59,7 +59,9 @@ Load \fBexample\.hosts\fR file in the current directory\. . .nf -hosts example\.hosts +\&\. { + hosts example\.hosts +} . .fi . @@ -72,8 +74,10 @@ Load example\.hosts file and only serve example\.org and example\.net from it an . .nf -hosts example\.hosts example\.org example\.net { - fallthrough +\&\. { + hosts example\.hosts example\.org example\.net { + fallthrough + } } . .fi @@ -87,9 +91,11 @@ Load hosts file inlined in Corefile\. . .nf -hosts example\.hosts example\.org { - 10\.0\.0\.1 example\.org - fallthrough +\&\. { + hosts example\.hosts example\.org { + 10\.0\.0\.1 example\.org + fallthrough + } } . .fi |