mirror of
https://github.com/casjaysdevdocker/tor
synced 2025-09-17 21:57:47 -04:00
🗃️ Committing everything that changed 🗃️
Dockerfile rootfs/tmp/etc/tor/hidden/ rootfs/tmp/etc/tor/torrc rootfs/usr/local/etc/docker/init.d/tor.sh
This commit is contained in:
0
rootfs/tmp/etc/tor/hidden/default.conf
Normal file
0
rootfs/tmp/etc/tor/hidden/default.conf
Normal file
@@ -1,5 +1,6 @@
|
||||
##### Configuration file for a typical Tor user
|
||||
##### Configuration file
|
||||
RunAsDaemon 0
|
||||
HardwareAccel 1
|
||||
ControlSocketsGroupWritable 1
|
||||
CookieAuthentication 1
|
||||
CookieAuthFileGroupReadable 1
|
||||
@@ -9,19 +10,26 @@ HashedControlPassword 16:C30604D1D90F341360A14D9A1048C1DF4A3CA2411444E52EE5B954C
|
||||
DataDirectory /data/tor
|
||||
ControlSocket /run/tor/control.sock
|
||||
CookieAuthFile /run/tor/control.authcookie
|
||||
|
||||
##### logging
|
||||
LogMessageDomains 1
|
||||
Log notice file /data/logs/tor/notice.log
|
||||
|
||||
##### This section is just for location-hidden services
|
||||
HiddenServiceDir /data/tor/hidden_service/default
|
||||
HiddenServicePort 80 127.0.0.1:80
|
||||
|
||||
##### Server
|
||||
ControlPort 9051
|
||||
TransPort 9040
|
||||
SOCKSPort 9050
|
||||
ControlPort 9051
|
||||
HTTPTunnelPort 9080
|
||||
|
||||
##### socks option
|
||||
SafeSocks 0
|
||||
SocksTimeout 30
|
||||
|
||||
##### dns forwarder
|
||||
DNSPort 9053
|
||||
AutomapHostsOnResolve 1
|
||||
AutomapHostsSuffixes .exit,.onion
|
||||
%include /config/tor/conf.d/dns.conf
|
||||
|
||||
##### hidden services
|
||||
%include /config/tor/hidden/*.conf
|
||||
|
||||
##### relay and bridge
|
||||
%include /config/tor/relay/*.conf
|
||||
|
Reference in New Issue
Block a user