mirror of
https://github.com/roles-ansible/ansible_role_unbound.git
synced 2024-08-16 13:39:49 +02:00
21 lines
401 B
Text
21 lines
401 B
Text
include: "/etc/unbound/unbound.conf.d/*.conf"
|
|
|
|
remote-control:
|
|
control-enable: no
|
|
|
|
server:
|
|
# listen on local network, allow local network access
|
|
interface: 127.0.0.1
|
|
interface: ::1
|
|
access-control: 127.0.0.1 allow
|
|
access-control: ::1 allow
|
|
|
|
chroot: ""
|
|
|
|
# logging
|
|
log-time-ascii: yes
|
|
log-queries: no
|
|
verbosity: 1
|
|
|
|
hide-identity: yes
|
|
hide-version: yes
|