43 lines
882 B
Plaintext
43 lines
882 B
Plaintext
# Privoxy Configuration
|
|
# Minimal config with only active settings
|
|
|
|
# Configuration directories
|
|
confdir /etc/privoxy
|
|
logdir /var/log/privoxy
|
|
|
|
# Actions and filters
|
|
actionsfile match-all.action
|
|
actionsfile default.action
|
|
actionsfile user.action
|
|
|
|
filterfile default.filter
|
|
filterfile user.filter
|
|
|
|
# Logging
|
|
logfile logfile
|
|
|
|
# Network settings
|
|
listen-address 127.0.0.1:8118
|
|
|
|
# forward-socks5 / ada-proxy:Fk2NNUAJ#x2@o2@89.167.32.245:8443 .
|
|
|
|
# forward-socks5 / 192.168.1.10:1080 .
|
|
forward-socks5 / 127.0.0.1:1080 .
|
|
|
|
# Security settings
|
|
toggle 1
|
|
enable-remote-toggle 0
|
|
enable-remote-http-toggle 0
|
|
enable-edit-actions 0
|
|
enforce-blocks 0
|
|
buffer-limit 4096
|
|
enable-proxy-authentication-forwarding 0
|
|
|
|
# Connection settings
|
|
forwarded-connect-retries 0
|
|
accept-intercepted-requests 0
|
|
allow-cgi-request-crunching 0
|
|
split-large-forms 0
|
|
keep-alive-timeout 5
|
|
tolerate-pipelining 1
|
|
socket-timeout 300 |