Initial commit
This commit is contained in:
commit
fcbc90c89c
4 changed files with 72 additions and 0 deletions
20
defaults/main.yml
Normal file
20
defaults/main.yml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
unbound_config_raw: ''
|
||||
unbound_config_include_conf_d: true
|
||||
unbound_config:
|
||||
server:
|
||||
verbosity: 1
|
||||
interface:
|
||||
- 127.0.0.1
|
||||
- ::1
|
||||
access-control:
|
||||
- 127.0.0.1/8 allow
|
||||
- ::1/128 allow
|
||||
private-address:
|
||||
- 10.0.0.0/8
|
||||
- 172.16.0.0/12
|
||||
- 192.168.0.0/16
|
||||
- 169.254.0.0/16
|
||||
- 127.0.0.0/8
|
||||
- fd00::/8
|
||||
- fe80::/10
|
||||
- ::ffff:0:0/96
|
||||
Loading…
Add table
Add a link
Reference in a new issue