Skip to content

Commit

Permalink
Revise access control closes #9
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewVance committed Apr 4, 2020
1 parent 4a06090 commit f04eaff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unbound/unbound.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ server:
private-address: fe80::/10
private-address: ::ffff:0:0/96
access-control: 127.0.0.1/32 allow
access-control: 192.168.1.1/24 allow
access-control: 192.168.0.0/16
access-control: 172.16.0.0/12 allow
access-control: 10.0.0.0/8 allow
include: /opt/unbound/etc/unbound/a-records.conf
Expand Down

0 comments on commit f04eaff

Please sign in to comment.