summarylogtreecommitdiffstats
path: root/transparent_proxy.conf
diff options
context:
space:
mode:
Diffstat (limited to 'transparent_proxy.conf')
-rw-r--r--transparent_proxy.conf21
1 files changed, 21 insertions, 0 deletions
diff --git a/transparent_proxy.conf b/transparent_proxy.conf
new file mode 100644
index 000000000000..4db96cb2575e
--- /dev/null
+++ b/transparent_proxy.conf
@@ -0,0 +1,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