15 lines
248 B
YAML
15 lines
248 B
YAML
|
|
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)
|