mirror of
https://github.com/casjaysdevdocker/tor
synced 2025-12-15 14:07:15 -05:00
🔧 Update configuration files 🔧
Dockerfile .env.scripts rootfs/tmp/etc/privoxy/config rootfs/tmp/etc/unbound/unbound.conf rootfs/usr/local/etc/docker/init.d/01-tor-bridge.sh
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
# Route all traffic through Tor with remote DNS
|
||||
forward-socks5t / 127.0.0.1:9050 .
|
||||
# Listen on all interfaces
|
||||
listen-address 0.0.0.0:8118
|
||||
# limits
|
||||
max-client-connections 9999999
|
||||
listen-backlog 8192
|
||||
# Security hardening
|
||||
toggle 1
|
||||
enable-remote-toggle 0
|
||||
enable-edit-actions 0
|
||||
accept-intercepted-requests 0
|
||||
trust-x-forwarded-for 1
|
||||
|
||||
Reference in New Issue
Block a user