nfsense/src/templates/unbound/unbound.conf

15 lines
No EOL
252 B
Text

server:
# Listen Interfaces
{% for interface in interfaces -%}
interface: {{ interface }}
{% endfor -%}
# Allowed Networks
{% for subnet in subnets -%}
access-control: {{ subnet }} allow
{% endfor -%}
remote-control:
control-enable: yes