mirror of
https://github.com/casjaysdevdocker/tor
synced 2025-09-18 03:57:42 -04:00
🗃️ Committing everything that changed 🗃️
Dockerfile rootfs/etc/tor/torrc rootfs/.gitkeep rootfs/root/ rootfs/tmp/ rootfs/usr/local/bin/pkmgr rootfs/usr/local/etc/docker/init.d/privoxy.sh
This commit is contained in:
2
rootfs/tmp/etc/privoxy/config
Normal file
2
rootfs/tmp/etc/privoxy/config
Normal file
@@ -0,0 +1,2 @@
|
||||
forward-socks5t / 0.0.0.0:9050 .
|
||||
listen-address 0.0.0.0:8118
|
39
rootfs/tmp/etc/tor/torrc
Normal file
39
rootfs/tmp/etc/tor/torrc
Normal file
@@ -0,0 +1,39 @@
|
||||
##### Configuration file for a typical Tor user
|
||||
RunAsDaemon 0
|
||||
ControlSocketsGroupWritable 1
|
||||
CookieAuthentication 1
|
||||
CookieAuthFileGroupReadable 1
|
||||
HashedControlPassword 16:C30604D1D90F341360A14D9A1048C1DF4A3CA2411444E52EE5B954C01F
|
||||
|
||||
##### directiories and files
|
||||
DataDirectory /data/tor
|
||||
ControlSocket /run/tor/control.sock
|
||||
CookieAuthFile /run/tor/control.authcookie
|
||||
##### logging
|
||||
Log notice file /dev/sdout
|
||||
|
||||
##### This section is just for location-hidden services
|
||||
HiddenServiceDir /data/tor/hidden_service/default
|
||||
HiddenServicePort 80 127.0.0.1:80
|
||||
|
||||
##### Server
|
||||
ControlPort 9051
|
||||
SOCKSPort 9050
|
||||
HTTPTunnelPort 9080
|
||||
|
||||
##### dns forwarder
|
||||
DNSPort 9053
|
||||
AutomapHostsOnResolve 1
|
||||
AutomapHostsSuffixes .exit,.onion
|
||||
|
||||
##### This section is just for relays
|
||||
#Nickname whateveryouwant
|
||||
#ContactInfo tor-admin@example.com
|
||||
#ORPort 443
|
||||
#Exitpolicy accept *:*
|
||||
#AccountingMax 1000 GBytes
|
||||
#AccountingStart month 1 00:00
|
||||
#RelayBandwidthRate 5120 KBytes
|
||||
#RelayBandwidthBurst 10240 KBytes
|
||||
#DisableDebuggerAttachment 0
|
||||
#HardwareAccel 1
|
Reference in New Issue
Block a user