mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
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.
This commit is contained in:
parent
95bcf095df
commit
e972a47d4a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user