mirror of
https://github.com/casjaysdevdocker/tor
synced 2025-09-17 21:57:47 -04:00
🗃️ Committing everything that changed 🗃️
rootfs/tmp/etc/tor/bridge.conf rootfs/tmp/etc/tor/hidden.conf rootfs/tmp/etc/tor/relay.conf rootfs/tmp/etc/tor/server.conf rootfs/tmp/etc/tor/torrc rootfs/usr/local/etc/docker/init.d/01-tor-server.sh rootfs/usr/local/etc/docker/init.d/02-tor-relay.sh rootfs/usr/local/etc/docker/init.d/03-tor-bridge.sh rootfs/usr/local/etc/docker/init.d/04-tor-hidden.sh
This commit is contained in:
@@ -1,20 +0,0 @@
|
||||
##### default rc
|
||||
%include /config/tor/torrc
|
||||
|
||||
##### logging
|
||||
LogMessageDomains 1
|
||||
Log notice file /data/logs/tor/server.log
|
||||
|
||||
##### Server
|
||||
TransPort 9040
|
||||
SOCKSPort 9050
|
||||
ControlPort 9051
|
||||
HTTPTunnelPort 9080
|
||||
AddressDisableIPv6 0
|
||||
|
||||
##### socks option
|
||||
SafeSocks 0
|
||||
SocksTimeout 10
|
||||
|
||||
##### include configurations
|
||||
%include /config/tor/conf.d/*.conf
|
@@ -9,3 +9,7 @@ HashedControlPassword 16:C30604D1D90F341360A14D9A1048C1DF4A3CA2411444E52EE5B954C
|
||||
DataDirectory /data/tor
|
||||
ControlSocket /run/tor/control.sock
|
||||
CookieAuthFile /run/tor/control.authcookie
|
||||
|
||||
##### socks option
|
||||
SafeSocks 0
|
||||
SocksTimeout 10
|
||||
|
Reference in New Issue
Block a user