summarylogtreecommitdiffstats
path: root/transparent_proxy.conf
blob: 4db96cb2575e6075dffc5a2c61535cb6204f291b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
## https://trac.torproject.org/projects/tor/wiki/doc/TransparentProxy

#VirtualAddrNetworkIPv4 10.192.0.0/10
#AutomapHostsOnResolve 1

## TransPort [address:]port|auto [isolation flags]
##
## Open this port to listen for transparent proxy connections.
## Set this to 0 if you don’t want to allow transparent proxy connections.
## Set the port to "auto" to have Tor pick a port for you. This directive
## can be specified multiple times to bind to multiple addresses/ports.
#TransPort 127.0.0.1:9040 IsolateClientAddr IsolateClientProtocol IsolateDestAddr IsolateDestPort

## DNSPort [address:]port|auto [isolation flags]
##
## If non-zero, open this port to listen for UDP DNS requests, and
## resolve them anonymously. This port only handles A, AAAA, and PTR
## requests---it doesn’t handle arbitrary DNS request types. Set the port
## to "auto" to have Tor pick a port for you.
## This directive can be specified multiple times to bind to multiple addresses/ports.
#DNSPort 127.0.0.1:53