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-bridge.sh rootfs/usr/local/etc/docker/init.d/01-tor-hidden.sh rootfs/usr/local/etc/docker/init.d/01-tor-relay.sh rootfs/usr/local/etc/docker/init.d/01-tor-server.sh rootfs/usr/local/etc/docker/init.d/03-privoxy.sh
This commit is contained in:
0
rootfs/tmp/etc/tor/bridge.conf
Normal file
0
rootfs/tmp/etc/tor/bridge.conf
Normal file
0
rootfs/tmp/etc/tor/hidden.conf
Normal file
0
rootfs/tmp/etc/tor/hidden.conf
Normal file
0
rootfs/tmp/etc/tor/relay.conf
Normal file
0
rootfs/tmp/etc/tor/relay.conf
Normal file
17
rootfs/tmp/etc/tor/server.conf
Normal file
17
rootfs/tmp/etc/tor/server.conf
Normal file
@@ -0,0 +1,17 @@
|
||||
##### 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
|
@@ -1,4 +1,3 @@
|
||||
##### Configuration file
|
||||
RunAsDaemon 0
|
||||
HardwareAccel 1
|
||||
ControlSocketsGroupWritable 1
|
||||
@@ -14,17 +13,3 @@ CookieAuthFile /run/tor/control.authcookie
|
||||
##### logging
|
||||
LogMessageDomains 1
|
||||
Log notice file /data/logs/tor/notice.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
|
||||
|
Reference in New Issue
Block a user