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
|
2025-11-21 07:49:45 -05:00
|
|
|
# Directories
|
|
|
|
|
confdir /config/privoxy
|
|
|
|
|
templdir /config/privoxy/templates
|
|
|
|
|
filterfile /config/privoxy/default.filter
|
|
|
|
|
actionfile /config/privoxy/default.action
|
|
|
|
|
# Log settings
|
|
|
|
|
logdir /data/logs/privoxy
|
|
|
|
|
debug 1
|
|
|
|
|
logfile /data/logs/privoxy/privoxy.log
|
|
|
|
|
debug-log /data/logs/privoxy/debug.log
|
|
|
|
|
logformat %d %t %a %A %p %P %C %c %m %U %H %s %b %B %T %D %L
|
|
|
|
|
# Route all traffic through Tor with remote DNS
|
|
|
|
|
forward-socks5 / 127.0.0.1:9050 .
|
|
|
|
|
# Disable caching
|
|
|
|
|
enable-proxy-cache 0
|
|
|
|
|
# Disable filtering of images and CSS
|
|
|
|
|
filter-images 0
|
|
|
|
|
filter-css 0
|
|
|
|
|
# Disable header modifications
|
|
|
|
|
hide-user-agent 0
|