From 672ce6d04e735660157c7458c3a80c9a01af5e9c Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Mon, 27 Jan 2020 16:47:42 +0100 Subject: [PATCH] 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 * generate Signed-off-by: Miek Gieben --- man/coredns-acl.7 | 1 + plugin/acl/README.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/man/coredns-acl.7 b/man/coredns-acl.7 index 0ebbb635a..e3daa8878 100644 --- a/man/coredns-acl.7 +++ b/man/coredns-acl.7 @@ -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. diff --git a/plugin/acl/README.md b/plugin/acl/README.md index e04bb8d40..f96fb12f2 100644 --- a/plugin/acl/README.md +++ b/plugin/acl/README.md @@ -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. -