unbound: fix access-control.conf

* .conf was missing from the end
* comment access allowing
* fix wrong CIDR
This commit is contained in:
Aminda Suomalainen 2015-02-12 08:22:02 +02:00
parent 22f7b3570d
commit fc35481c8d
1 changed files with 3 additions and 3 deletions

View File

@ -4,6 +4,6 @@ interface: 0.0.0.0
interface: ::
# Allow connecting from
access-control: 10.0.0.0/8 allow
access-control: 172.16.0.0/16 allow
access-control: 192.168.0.0/16 allow
#access-control: 10.0.0.0/8 allow
#access-control: 172.16.0.0/16 allow
#access-control: 192.168.0.0/24 allow