Di. 21 Mai 2019 19:07:14 CEST in /home/jens/Development/ansible/roles/tweaks on deathbolt.927589452.space
This commit is contained in:
parent
3b5dabc3aa
commit
e650f91311
19 changed files with 304 additions and 16 deletions
14
templates/local_unbound_unbound.conf.j2
Normal file
14
templates/local_unbound_unbound.conf.j2
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue