mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 08:14:18 -04:00
Run make -f Makefile.doc (#1635)
This commit is contained in:
@@ -77,6 +77,9 @@ If monitoring is enabled (via the \fIprometheus\fR directive) then the following
|
|||||||
.IP "\(bu" 4
|
.IP "\(bu" 4
|
||||||
\fBcoredns_cache_misses_total{}\fR \- Counter of cache misses\.
|
\fBcoredns_cache_misses_total{}\fR \- Counter of cache misses\.
|
||||||
.
|
.
|
||||||
|
.IP "\(bu" 4
|
||||||
|
\fBcoredns_cache_drops_total{}\fR \- Counter of dropped messages\.
|
||||||
|
.
|
||||||
.IP "" 0
|
.IP "" 0
|
||||||
.
|
.
|
||||||
.P
|
.P
|
||||||
|
|||||||
@@ -59,7 +59,9 @@ Load \fBexample\.hosts\fR file in the current directory\.
|
|||||||
.
|
.
|
||||||
.nf
|
.nf
|
||||||
|
|
||||||
hosts example\.hosts
|
\&\. {
|
||||||
|
hosts example\.hosts
|
||||||
|
}
|
||||||
.
|
.
|
||||||
.fi
|
.fi
|
||||||
.
|
.
|
||||||
@@ -72,8 +74,10 @@ Load example\.hosts file and only serve example\.org and example\.net from it an
|
|||||||
.
|
.
|
||||||
.nf
|
.nf
|
||||||
|
|
||||||
hosts example\.hosts example\.org example\.net {
|
\&\. {
|
||||||
fallthrough
|
hosts example\.hosts example\.org example\.net {
|
||||||
|
fallthrough
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.
|
.
|
||||||
.fi
|
.fi
|
||||||
@@ -87,9 +91,11 @@ Load hosts file inlined in Corefile\.
|
|||||||
.
|
.
|
||||||
.nf
|
.nf
|
||||||
|
|
||||||
hosts example\.hosts example\.org {
|
\&\. {
|
||||||
10\.0\.0\.1 example\.org
|
hosts example\.hosts example\.org {
|
||||||
fallthrough
|
10\.0\.0\.1 example\.org
|
||||||
|
fallthrough
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.
|
.
|
||||||
.fi
|
.fi
|
||||||
|
|||||||
Reference in New Issue
Block a user