34 lines
945 B
Plaintext
34 lines
945 B
Plaintext
user-manual /usr/share/doc/privoxy/user-manual
|
|
confdir /etc/privoxy
|
|
#actionsfile match-all.action # Actions that are applied to all sites and maybe overruled later on.
|
|
#actionsfile default.action # Main actions file
|
|
#actionsfile user.action # User customizations
|
|
#filterfile default.filter
|
|
#filterfile user.filter # User customizations
|
|
listen-address :8086
|
|
toggle 0
|
|
enable-remote-toggle 0
|
|
enable-remote-http-toggle 0
|
|
enable-edit-actions 0
|
|
enforce-blocks 0
|
|
buffer-limit 4096
|
|
enable-proxy-authentication-forwarding 1
|
|
forwarded-connect-retries 0
|
|
accept-intercepted-requests 0
|
|
allow-cgi-request-crunching 0
|
|
split-large-forms 0
|
|
keep-alive-timeout 15
|
|
tolerate-pipelining 1
|
|
socket-timeout 300
|
|
permit-access 192.168.86.0/24
|
|
permit-access [fc00::0]/64
|
|
logdir /var/log/privoxy
|
|
logfile privoxy.log
|
|
#debug 1024
|
|
#log-messages 1
|
|
receive-buffer-size 32768
|
|
listen-backlog 512
|
|
max-client-connections 512
|
|
socket-timeout 180
|
|
tolerate-pipelining 1
|