🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay
2022-10-02 16:42:40 -04:00
parent f95069771b
commit 8d36c7d4cd
3 changed files with 52 additions and 6 deletions

39
config/tor/torrc Normal file
View 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
ControlSocket /run/tor/control.sock
CookieAuthFile /run/tor/control.authcookie
DataDirectory /data/tor
##### logging
Log notice file /var/log/tor/notices.log
#Log debug file /var/log/tor/debug.log
##### This section is just for location-hidden services
HiddenServiceDir /data/tor/hidden_service/default
HiddenServicePort 80 127.0.0.2:8082
##### 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 reject *:*
#AccountingMax 100 GBytes
#AccountingStart month 1 00:00
#RelayBandwidthRate 5120 KBytes
#RelayBandwidthBurst 10240 KBytes
#DisableDebuggerAttachment 0
#HardwareAccel 1