diff --git a/unbound.conf b/unbound.conf index 512962b..1df8a2f 100644 --- a/unbound.conf +++ b/unbound.conf @@ -45,7 +45,7 @@ include: "unbound.local-zone.conf" # You can replace 114.114.114.114/223.5.5.5 with China Telecom or China Unicom DNS servers include: "unbound.forward-zone.China.conf" -# forward configuration for dark web domain: .onion +# forward configuration for dark web domain: .onion .exit # include: "unbound.forward-zone.Tor.conf" # Global forward configuration for other domains diff --git a/unbound.forward-zone.Tor.conf b/unbound.forward-zone.Tor.conf index 946af20..34802eb 100644 --- a/unbound.forward-zone.Tor.conf +++ b/unbound.forward-zone.Tor.conf @@ -1,3 +1,6 @@ forward-zone: name: "onion" forward-addr: 127.0.0.1@9053 +forward-zone: + name: "exit" + forward-addr: 127.0.0.1@9053