mirror of
https://github.com/casjaysdevdocker/bind
synced 2025-09-18 15:57:44 -04:00
🗃️ Committing everything that changed 🗃️
rootfs/root/docker/setup/02-packages.sh rootfs/tmp/etc/bind/named.conf rootfs/tmp/etc/tor/ rootfs/tmp/var/bind/bind/root.cache rootfs/tmp/var/bind/root.cache rootfs/usr/local/etc/docker/init.d/00-named.sh rootfs/usr/local/etc/docker/init.d/01-tor.sh rootfs/usr/local/etc/docker/init.d/02-named.sh
This commit is contained in:
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 REPLACE_DATA_DIR
|
||||
ControlSocket REPLACE_RUN_DIR/control.sock
|
||||
CookieAuthFile REPLACE_RUN_DIR/control.authcookie
|
||||
##### logging
|
||||
Log debug file REPLACE_LOG_DIR/debug.log
|
||||
Log notice file REPLACE_LOG_DIR/notices.log
|
||||
|
||||
##### This section is just for location-hidden services
|
||||
HiddenServiceDir REPLACE_DATA_DIR/hidden_service/default
|
||||
HiddenServicePort 80 127.0.0.1:80
|
||||
|
||||
##### Server
|
||||
ControlPort localhost:9051
|
||||
SOCKSPort localhost:9050
|
||||
HTTPTunnelPort localhost:9080
|
||||
|
||||
##### dns forwarder
|
||||
DNSPort localhost: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
|
Reference in New Issue
Block a user