mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-03 16:52:37 +01:00
unbound: fix access-control.conf
* .conf was missing from the end * comment access allowing * fix wrong CIDR
This commit is contained in:
parent
22f7b3570d
commit
fc35481c8d
@ -4,6 +4,6 @@ interface: 0.0.0.0
|
|||||||
interface: ::
|
interface: ::
|
||||||
|
|
||||||
# Allow connecting from
|
# Allow connecting from
|
||||||
access-control: 10.0.0.0/8 allow
|
#access-control: 10.0.0.0/8 allow
|
||||||
access-control: 172.16.0.0/16 allow
|
#access-control: 172.16.0.0/16 allow
|
||||||
access-control: 192.168.0.0/16 allow
|
#access-control: 192.168.0.0/24 allow
|
Loading…
Reference in New Issue
Block a user