Skip to content

Commit

Permalink
Add dns over Tor instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
drduh authored Jul 6, 2018
1 parent 47059f1 commit a86c477
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ If you have a suggestion or spot an error, don't hack me, rather please send a [
- [DNSCrypt](#dnscrypt)
- [Privoxy](#privoxy)
- [Tor](#tor)
- [DNS over Tor](#dns-over-tor)
- [Obfuscation](#obfuscation)
- [Hidden Service](#hidden-service)
- [Certificates](#certificates)
Expand Down Expand Up @@ -590,6 +591,14 @@ Watch Privoxy logs (you may wish to disable logging by removing `debug` lines in

**Optional** Install and configure [anonymizing relay monitor (arm)](https://www.atagar.com/arm/), a terminal-based status monitor for Tor.

### DNS over Tor

Tor can listen locally to resolve DNS A, AAAA and PTR records anonymously. To use, add a local address to `/etc/tor/torrc`:

DNSPort 127.26.255.1:53

Then append `server=127.26.255.1` to `/etc/dnsmasq.conf` and restart both services.

### Obfuscation

Additionally, obfuscate Tor traffic by using [obfsproxy](https://www.torproject.org/projects/obfsproxy.html.en) or some other [Tor pluggable transport](https://www.torproject.org/docs/pluggable-transports.html.en).
Expand Down

0 comments on commit a86c477

Please sign in to comment.