First version in Galaxy
This commit is contained in:
14
seb4itik/byow/roles/unbound/defaults/main.yml
Normal file
14
seb4itik/byow/roles/unbound/defaults/main.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
unbound_listen_interfaces:
|
||||
- "0.0.0.0"
|
||||
|
||||
unbound_access_control:
|
||||
- "0.0.0.0/0 allow"
|
||||
|
||||
unbound_forward_zones:
|
||||
- name: "."
|
||||
forward_to: "8.8.8.8"
|
||||
|
||||
unbound_stub_zones: []
|
||||
# - name: <string>
|
||||
# stub_to: <string>
|
||||
# no_cache: no (default yes)
|
||||
Reference in New Issue
Block a user