21 lines
605 B
Text
21 lines
605 B
Text
# This file was generated by local-unbound-setup.
|
|
# Modifications will be overwritten.
|
|
server:
|
|
username: unbound
|
|
directory: /var/unbound
|
|
chroot: /var/unbound
|
|
pidfile: /var/run/local_unbound.pid
|
|
#auto-trust-anchor-file: /var/unbound/root.key
|
|
# LibreDNS
|
|
tls-cert-bundle: /usr/local/share/certs/ca-root-nss.crt
|
|
# host
|
|
interface: 127.0.0.1
|
|
access-control: 127.0.0.1/8 allow
|
|
# VM networking
|
|
interface: 10.0.0.1
|
|
access-control: 10.0.0.0/24 allow
|
|
|
|
include: /var/unbound/forward.conf
|
|
include: /var/unbound/lan-zones.conf
|
|
include: /var/unbound/control.conf
|
|
include: /var/unbound/conf.d/*.conf
|