# HG changeset patch # User IBBoard # Date 1691936277 -3600 # Node ID f4ed14153cda36ff2f13efa2a8dc4f4899e7622e # Parent 4a6ad700cded284b7d71138afa720980319516f2 Setup Unbound config on Pi server diff -r 4a6ad700cded -r f4ed14153cda common/unbound.conf-ibbpi --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/common/unbound.conf-ibbpi Sun Aug 13 15:17:57 2023 +0100 @@ -0,0 +1,14 @@ +# Based on https://www.nlnetlabs.nl/documentation/unbound/howto-setup/ +# Note: If the upstream DNS stops synthesising IPv6 records for IPv4-only +# domains due to honouring DNSSEC then we need to go back to doing DNS64 here +server: + interface: 127.0.0.1 + interface: ::1 + access-control: 127.0.0.0/24 allow + access-control: ::1 allow + verbosity: 1 + +forward-zone: + name: "." + forward-addr: 2a00:1098:0:80:1000:3b:0:1 + forward-addr: 2a00:1098:0:82:1000:3b:0:1 \ No newline at end of file