mirror of
https://github.com/fphammerle/docker-tor-proxy.git
synced 2025-10-27 02:43:35 +01:00
19 lines
392 B
Plaintext
19 lines
392 B
Plaintext
# hide healthchecks:
|
|
# > [notice] {CONTROL} New control connection opened from 127.0.0.1.
|
|
Log [~control]notice warn stdout
|
|
LogMessageDomains 1
|
|
|
|
# default: ~/.tor
|
|
DataDirectory /var/lib/tor
|
|
|
|
# https://gitweb.torproject.org/torspec.git/tree/control-spec.txt
|
|
ControlPort localhost:9051
|
|
|
|
DNSPort 0.0.0.0:9053
|
|
|
|
SocksPort 0.0.0.0:9050
|
|
SocksTimeout {socks_timeout_seconds}
|
|
|
|
# try to
|
|
HardwareAccel 1
|