mirror of
https://github.com/casjaysdevdocker/tor
synced 2025-11-24 05:47:02 -05:00
🗃️ Update codebase 🗃️
All checks were successful
release-tag / release-image (push) Successful in 7m51s
All checks were successful
release-tag / release-image (push) Successful in 7m51s
rootfs/tmp/etc/privoxy/config
This commit is contained in:
@@ -12,20 +12,9 @@ trust-x-forwarded-for 1
|
||||
# Directories
|
||||
confdir /etc/privoxy
|
||||
templdir /etc/privoxy/templates
|
||||
filterfile /etc/privoxy/default.filter
|
||||
actionfile /etc/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
|
||||
|
||||
Reference in New Issue
Block a user