Fix acl page ()

* 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:
Miek Gieben 2020-01-27 16:47:42 +01:00 committed by GitHub
parent e8f94d28c1
commit 672ce6d04e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -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.

View file

@ -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.