From e972a47d4a4476dc406f313a117c2e6f5db36057 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Wed, 15 May 2019 10:31:47 +0300 Subject: [PATCH] torrc-client: add SocksPorts and comment on two guards I need unisolated port for dnscrypt-proxy which I fear would otherwise generate too many circuits which wouldn't even be used and I guess there is no harm in sending Yggdrasil to a separate port that only has access to onions which is a port I may sometimes wish I have otherwise too. --- etc/tor/torrc-client | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/etc/tor/torrc-client b/etc/tor/torrc-client index 6833cbd5..f8693c76 100644 --- a/etc/tor/torrc-client +++ b/etc/tor/torrc-client @@ -9,6 +9,8 @@ SyslogIdentityTag client # they aren't publicly listed and may let through Tor blocks. # https://trac.torproject.org/projects/tor/ticket/16947 SocksPort 9050 IsolateDestAddr PreferIPv6 +SocksPort 9052 PreferIPv6 +SocksPort 9060 OnionTrafficOnly # Uncomment to disable IPv4 #ClientUseIPv4 0 @@ -35,3 +37,6 @@ CookieAuthentication 1 #ControlSocket /run/tor/control GroupWritable RelaxDirModeCheck #ControlSocketsGroupWritable 1 #SocksPort unix:/run/tor/socks WorldWritable IsolateDestAddr PreferIPv6 + +# https://gitweb.torproject.org/torspec.git/tree/proposals/291-two-guard-nodes.txt +#NumEntryGuards 2