1
0
Fork 0
mirror of https://github.com/sujiba/pihole-unbound-hyperlocal.git synced 2025-07-10 05:45:14 +02:00

no chroot

This commit is contained in:
sujiba 2023-05-04 01:33:02 +02:00
parent d1f5abccba
commit d6606feb0d
2 changed files with 3 additions and 3 deletions

Binary file not shown.

View file

@ -17,10 +17,10 @@ server:
prefer-ip6: no
# 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
root-hints: "/usr/local/etc/unbound/root.hints"
root-hints: "/var/lib/unbound/root.hints"
# Reduce EDNS reassembly buffer size.
# 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
# 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-any: yes