diff --git a/docker-build/.unbound-v1.9_pihole.conf.swp b/docker-build/.unbound-v1.9_pihole.conf.swp new file mode 100644 index 0000000..c8007be Binary files /dev/null and b/docker-build/.unbound-v1.9_pihole.conf.swp differ diff --git a/docker-build/unbound-v1.13.1_pihole.conf b/docker-build/unbound-v1.13.1_pihole.conf index da5c45a..2d0ca89 100644 --- a/docker-build/unbound-v1.13.1_pihole.conf +++ b/docker-build/unbound-v1.13.1_pihole.conf @@ -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