Commit 5347bc38 authored by Krzysztof Dąbrowski's avatar Krzysztof Dąbrowski Committed by GitHub

Fix CIDR in example (#3864)

Signed-off-by: default avatarKrzysztof Dąbrowski <krzysdabro@live.com>
parent dcdbec53
......@@ -53,7 +53,7 @@ Allow only DNS queries from 192.168.0.0/24 and 192.168.1.0/24:
~~~ corefile
. {
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
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment