diff options
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/acl/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/acl/README.md b/plugin/acl/README.md index 3c1e193ee..d1c4e5483 100644 --- a/plugin/acl/README.md +++ b/plugin/acl/README.md @@ -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 } } |