Files
tor/rootfs/tmp/etc/privoxy/config

14 lines
327 B
Plaintext
Raw Normal View History

# 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