From 25eba7bb7ec22fb8eccef2bf47392c6959b80f2d Mon Sep 17 00:00:00 2001 From: Kyle K Date: Fri, 9 Jun 2017 01:18:50 -0500 Subject: dnscrypt multiple resolvers setup --- dnscrypt-multiple-resolvers/etc/unbound.conf | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 dnscrypt-multiple-resolvers/etc/unbound.conf (limited to 'dnscrypt-multiple-resolvers/etc/unbound.conf') diff --git a/dnscrypt-multiple-resolvers/etc/unbound.conf b/dnscrypt-multiple-resolvers/etc/unbound.conf new file mode 100644 index 0000000..a7c31a0 --- /dev/null +++ b/dnscrypt-multiple-resolvers/etc/unbound.conf @@ -0,0 +1,23 @@ +# Unbound configuration file for Debian. +# +# See the unbound.conf(5) man page. +# +# See /usr/share/doc/unbound/examples/unbound.conf for a commented +# reference config file. +# +# The following line includes additional configuration files from the +# /etc/unbound/unbound.conf.d directory. +## me ### include: "/etc/unbound/unbound.conf.d/*.conf" + +server: + #auto-trust-anchor-file: "/var/lib/unbound/root.key" # seems like my dnscrypt server do no support DNSSEC, so I can't enable this + #interface: 0.0.0.0 + +do-not-query-localhost: no +forward-zone: + name: "." + forward-addr: 127.0.0.1@5353 + forward-addr: 127.0.0.1@5354 + forward-addr: 127.0.0.1@5355 + forward-addr: 127.0.0.1@5356 + -- cgit v1.2.3