mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 00:34:24 -04:00
auto make -f Makefile.doc
This commit is contained in:
@@ -109,9 +109,9 @@ example.org {
|
|||||||
If monitoring is enabled (via the \fIprometheus\fP plugin) then the following metrics are exported:
|
If monitoring is enabled (via the \fIprometheus\fP plugin) then the following metrics are exported:
|
||||||
|
|
||||||
.IP \(bu 4
|
.IP \(bu 4
|
||||||
\fB\fCcoredns_dns_blocked_requests_total{server, zone}\fR - counter of DNS requests being blocked.
|
\fB\fCcoredns_acl_blocked_requests_total{server, zone}\fR - counter of DNS requests being blocked.
|
||||||
.IP \(bu 4
|
.IP \(bu 4
|
||||||
\fB\fCcoredns_dns_allowed_requests_total{server}\fR - counter of DNS requests being allowed.
|
\fB\fCcoredns_acl_allowed_requests_total{server}\fR - counter of DNS requests being allowed.
|
||||||
|
|
||||||
|
|
||||||
.PP
|
.PP
|
||||||
|
|||||||
@@ -6,9 +6,6 @@
|
|||||||
\fIdns64\fP - enables DNS64 IPv6 transition mechanism.
|
\fIdns64\fP - enables DNS64 IPv6 transition mechanism.
|
||||||
|
|
||||||
.SH "DESCRIPTION"
|
.SH "DESCRIPTION"
|
||||||
.PP
|
|
||||||
From Wikipedia:
|
|
||||||
|
|
||||||
.PP
|
.PP
|
||||||
.RS
|
.RS
|
||||||
|
|
||||||
@@ -93,6 +90,17 @@ dns64 {
|
|||||||
\fB\fCprefix\fR specifies any local IPv6 prefix to use, instead of the well known prefix (64:ff9b::/96)
|
\fB\fCprefix\fR specifies any local IPv6 prefix to use, instead of the well known prefix (64:ff9b::/96)
|
||||||
|
|
||||||
|
|
||||||
|
.SH "METRICS"
|
||||||
|
.PP
|
||||||
|
If monitoring is enabled (via the \fIprometheus\fP plugin) then the following metrics are exported:
|
||||||
|
|
||||||
|
.IP \(bu 4
|
||||||
|
\fB\fCcoredns_dns64_requests_translated_total{server}\fR - counter of DNS requests translated
|
||||||
|
|
||||||
|
|
||||||
|
.PP
|
||||||
|
The \fB\fCserver\fR label is explained in the \fIprometheus\fP plugin documentation.
|
||||||
|
|
||||||
.SH "BUGS"
|
.SH "BUGS"
|
||||||
.PP
|
.PP
|
||||||
Not all features required by DNS64 are implemented, only basic AAAA synthesis.
|
Not all features required by DNS64 are implemented, only basic AAAA synthesis.
|
||||||
|
|||||||
Reference in New Issue
Block a user