mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 19:29:22 +01:00
Mikaela Suomalainen
b0ef3a18f6
> The ClientPreferIPv6DirPort option is deprecated, and will most likely be removed in a future version of Tor. It has no effect on relays, and has had no effect on clients since 0.2.8. (If you think this is a mistake, please let us know!)
15 lines
389 B
Plaintext
15 lines
389 B
Plaintext
DataDirectory /var/lib/tor-client
|
|
Log notice syslog
|
|
SyslogIdentityTag client
|
|
SocksPort 9050 IsolateDestAddr PreferIPv6
|
|
|
|
# Uncomment to disable IPv4
|
|
#ClientUseIPv4 0
|
|
# Enabling and preferring IPv6 over IPv4
|
|
# https://trac.torproject.org/projects/tor/wiki/org/roadmaps/Tor/IPv6#TestingclientsrunningviaIPv6
|
|
#ClientUseIPv6 1
|
|
#ClientPreferIPv6ORPort 1
|
|
|
|
ControlPort 9052
|
|
CookieAuthentication 1
|