mirror of
https://github.com/casjaysdevdocker/bind
synced 2025-06-07 03:14:09 -04:00
rootfs/tmp/etc/tor/torrc rootfs/usr/local/bin/check-record rootfs/usr/local/bin/get_dns_record rootfs/usr/local/etc/docker/init.d/02-named.sh
24 lines
679 B
Plaintext
24 lines
679 B
Plaintext
##### 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
|
|
|
|
##### Server
|
|
SOCKSPort 127.0.0.1:9050
|
|
ControlPort 127.0.0.1:9051
|
|
HTTPTunnelPort 127.0.0.1:9080
|
|
|
|
##### dns forwarder
|
|
DNSPort 127.0.0.1:9053
|
|
AutomapHostsOnResolve 1
|
|
AutomapHostsSuffixes .exit,.onion
|