diff --git a/Unbound/pi-hole.conf b/Unbound/pi-hole.conf new file mode 100644 index 0000000..4c72781 --- /dev/null +++ b/Unbound/pi-hole.conf @@ -0,0 +1,26 @@ +server: + # If no logfile is specified, syslog is used + # logfile: "/var/log/unbound/unbound.log" + verbosity: 0 + interface: 127.0.0.1 + port: 5335 + do-ip4: yes + do-udp: yes + do-tcp: yes + do-ip6: no + + prefer-ip6: no + harden-glue: yes + harden-dnssec-stripped: yes + use-caps-for-id: no + edns-buffer-size: 1472 + prefetch: yes + num-threads: 1 + so-rcvbuf: 1m + + private-address: 192.168.0.0/16 + private-address: 169.254.0.0/16 + private-address: 172.16.0.0/12 + private-address: 10.0.0.0/8 + private-address: fd00::/8 + private-address: fe80::/10 \ No newline at end of file