14 lines
530 B
Django/Jinja
14 lines
530 B
Django/Jinja
# This file was generated by local-unbound-setup.
|
|
# Modifications will be overwritten.
|
|
server:
|
|
username: unbound
|
|
directory: {{ local_unbound_run_d }}
|
|
chroot: {{ local_unbound_run_d }}
|
|
pidfile: /var/run/local_unbound.pid
|
|
auto-trust-anchor-file: {{ local_unbound_run_d }}/root.key
|
|
root-hints: {{ local_unbound_run_d }}/root.hints
|
|
|
|
include: {{ local_unbound_run_d }}/forward.conf
|
|
include: {{ local_unbound_run_d }}/lan-zones.conf
|
|
include: {{ local_unbound_run_d }}/control.conf
|
|
include: {{ local_unbound_run_d }}/conf.d/*.conf
|