jobextra/tor-alpha/transparent_proxy.conf
2022-03-20 14:34:07 +02:00

23 lines
990 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 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 dont 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 doesnt 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