Skip to content

Commit

Permalink
add Tor domain .exit
Browse files Browse the repository at this point in the history
  • Loading branch information
CNMan committed Dec 2, 2015
1 parent ab31aed commit 01a5c93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion unbound.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions unbound.forward-zone.Tor.conf
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 01a5c93

Please sign in to comment.