Fix acl page (#3626)
* Fix acl page It must have a Name section. Fixes: https://github.com/coredns/coredns.io/issues/177 Signed-off-by: Miek Gieben <miek@miek.nl> * generate Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
parent
e8f94d28c1
commit
672ce6d04e
2 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
.\" Generated by Mmark Markdown Processer - mmark.miek.nl
|
||||
.TH "COREDNS-ACL" 7 "January 2020" "CoreDNS" "CoreDNS Plugins"
|
||||
|
||||
.SH "NAME"
|
||||
.PP
|
||||
\fIacl\fP - enforces access control policies on source ip and prevents unauthorized access to DNS servers.
|
||||
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
# acl
|
||||
|
||||
## Name
|
||||
|
||||
*acl* - enforces access control policies on source ip and prevents unauthorized access to DNS servers.
|
||||
|
||||
## Description
|
||||
|
@ -76,4 +78,3 @@ If monitoring is enabled (via the _prometheus_ plugin) then the following metric
|
|||
- `coredns_request_allow_count_total{server}` - counter of DNS requests being allowed.
|
||||
|
||||
The `server` and `zone` labels are explained in the _metrics_ plugin documentation.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue