From a8eaeb49e42e1cbed5f59cd146f0b9467c03f2f3 Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Tue, 29 Aug 2023 15:35:57 +0200 Subject: [PATCH] Add 'Unbound/pi-hole.conf' --- Unbound/pi-hole.conf | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 Unbound/pi-hole.conf 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