mirror of
				https://github.com/coredns/coredns.git
				synced 2025-10-31 02:03:20 -04:00 
			
		
		
		
	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:
		| @@ -1,6 +1,7 @@ | |||||||
| .\" Generated by Mmark Markdown Processer - mmark.miek.nl | .\" Generated by Mmark Markdown Processer - mmark.miek.nl | ||||||
| .TH "COREDNS-ACL" 7 "January 2020" "CoreDNS" "CoreDNS Plugins" | .TH "COREDNS-ACL" 7 "January 2020" "CoreDNS" "CoreDNS Plugins" | ||||||
|  |  | ||||||
|  | .SH "NAME" | ||||||
| .PP | .PP | ||||||
| \fIacl\fP - enforces access control policies on source ip and prevents unauthorized access to DNS servers. | \fIacl\fP - enforces access control policies on source ip and prevents unauthorized access to DNS servers. | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,5 +1,7 @@ | |||||||
| # acl | # acl | ||||||
|  |  | ||||||
|  | ## Name | ||||||
|  |  | ||||||
| *acl* - enforces access control policies on source ip and prevents unauthorized access to DNS servers. | *acl* - enforces access control policies on source ip and prevents unauthorized access to DNS servers. | ||||||
|  |  | ||||||
| ## Description | ## 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. | - `coredns_request_allow_count_total{server}` - counter of DNS requests being allowed. | ||||||
|  |  | ||||||
| The `server` and `zone` labels are explained in the _metrics_ plugin documentation. | The `server` and `zone` labels are explained in the _metrics_ plugin documentation. | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user