mirror of
https://github.com/sujiba/pihole-unbound-hyperlocal.git
synced 2025-07-10 21:55:13 +02:00
no chroot
This commit is contained in:
parent
d1f5abccba
commit
d6606feb0d
2 changed files with 3 additions and 3 deletions
BIN
docker-build/.unbound-v1.9_pihole.conf.swp
Normal file
BIN
docker-build/.unbound-v1.9_pihole.conf.swp
Normal file
Binary file not shown.
|
@ -17,10 +17,10 @@ server:
|
||||||
prefer-ip6: no
|
prefer-ip6: no
|
||||||
|
|
||||||
# Enable DNSSEC
|
# Enable DNSSEC
|
||||||
auto-trust-anchor-file: "/usr/local/etc/unbound/root.key"
|
auto-trust-anchor-file: "/var/lib/unbound/root.key"
|
||||||
|
|
||||||
# where to find root server data
|
# where to find root server data
|
||||||
root-hints: "/usr/local/etc/unbound/root.hints"
|
root-hints: "/var/lib/unbound/root.hints"
|
||||||
|
|
||||||
# Reduce EDNS reassembly buffer size.
|
# Reduce EDNS reassembly buffer size.
|
||||||
# Suggested by the unbound man page to reduce fragmentation reassembly problems
|
# Suggested by the unbound man page to reduce fragmentation reassembly problems
|
||||||
|
@ -107,7 +107,7 @@ server:
|
||||||
|
|
||||||
# Enable chroot (i.e, change apparent root directory for the current
|
# Enable chroot (i.e, change apparent root directory for the current
|
||||||
# running process and its children)
|
# running process and its children)
|
||||||
chroot: "/usr/local/etc/unbound"
|
#chroot: "/usr/local/etc/unbound"
|
||||||
|
|
||||||
# Deny queries of type ANY with an empty response.
|
# Deny queries of type ANY with an empty response.
|
||||||
deny-any: yes
|
deny-any: yes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue