summarylogtreecommitdiffstats
path: root/isolation.conf
diff options
context:
space:
mode:
Diffstat (limited to 'isolation.conf')
-rw-r--r--isolation.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/isolation.conf b/isolation.conf
new file mode 100644
index 000000000000..5487a4673663
--- /dev/null
+++ b/isolation.conf
@@ -0,0 +1,11 @@
+## Stream isolation provides an easy way to separate different Tor circuits
+## and make different applications use isolated streams.
+
+## Dont share circuits with streams targeting a different destination address
+#SocksPort 127.0.0.1:9150 IsolateDestAddr
+
+## If a host has both an IPv4 and an IPv6 address, prefer to connect to it via IPv6
+#SocksPort 127.0.0.1:9151 PreferIPv6 NoIPv4Traffic
+
+## Only connect to .onion addresses in response to SOCKS5 requests on this connection
+#SocksPort 127.0.0.1:9152 OnionTrafficOnly