Di. 21 Mai 2019 19:07:14 CEST in /home/jens/Development/ansible/roles/tweaks on deathbolt.927589452.space
This commit is contained in:
parent
3b5dabc3aa
commit
e650f91311
19 changed files with 304 additions and 16 deletions
8
templates/local_unbound_access_control.conf.j2
Normal file
8
templates/local_unbound_access_control.conf.j2
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{{ ansible_managed | comment }}
|
||||
|
||||
server:
|
||||
## private addresses only
|
||||
## https://tools.ietf.org/html/rfc1918
|
||||
access-control: 10.0.0.0/8 allow
|
||||
access-control: 172.16.0.0/12 allow
|
||||
access-control: 192.168.0.0/16 allow
|
||||
Loading…
Add table
Add a link
Reference in a new issue