mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 00:04:15 -04:00
Regenerate man page (#3946)
Regenerate man page `make -f Makefile.doc`, in praparation for 1.7.0 release. Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
.\" Generated by Mmark Markdown Processer - mmark.miek.nl
|
||||
.TH "COREDNS-ACL" 7 "April 2020" "CoreDNS" "CoreDNS Plugins"
|
||||
.TH "COREDNS-ACL" 7 "June 2020" "CoreDNS" "CoreDNS Plugins"
|
||||
|
||||
.SH "NAME"
|
||||
.PP
|
||||
@@ -80,7 +80,7 @@ Allow only DNS queries from 192.168.0.0/24 and 192.168.1.0/24:
|
||||
.nf
|
||||
\&. {
|
||||
acl {
|
||||
allow net 192.168.0.0/16 192.168.1.0/24
|
||||
allow net 192.168.0.0/24 192.168.1.0/24
|
||||
block
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user