1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_unbound.git synced 2024-08-16 13:39:49 +02:00
ansible_role_unbound/files/unbound.conf
2019-07-20 13:49:51 +02:00

20 lines
373 B
Text

include: "/etc/unbound/unbound.conf.d/*.conf"
remote-control:
control-enable: no
server:
{% for address in unbound_listen_addresses %}
interface: {{ address }}
{% endfor %}
access-control: 127.0.0.1 allow
access-control: ::1 allow
chroot: ""
log-time-ascii: yes
log-queries: no
verbosity: 1
hide-identity: yes
hide-version: yes