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

14 lines
327 B
Plaintext
Raw Normal View History

2025-10-22 08:14:09 -04:00
# Route all traffic through Tor with remote DNS
2025-01-16 12:39:29 -05:00
forward-socks5t / 127.0.0.1:9050 .
2025-10-22 08:14:09 -04:00
# Listen on all interfaces
2025-01-06 11:33:06 -05:00
listen-address 0.0.0.0:8118
2025-10-22 08:14:09 -04:00
# limits
2025-01-29 13:56:41 -05:00
max-client-connections 9999999
listen-backlog 8192
2025-10-22 08:14:09 -04:00
# Security hardening
toggle 1
enable-remote-toggle 0
enable-edit-actions 0
accept-intercepted-requests 0
2025-01-29 13:56:41 -05:00
trust-x-forwarded-for 1