23 lines
755 B
Plaintext
23 lines
755 B
Plaintext
|
confdir /etc/privoxy/
|
||
|
logdir /var/log/
|
||
|
actionsfile standard # Internal purpose, recommended
|
||
|
actionsfile default # Main actions file
|
||
|
actionsfile user # User customizations
|
||
|
filterfile default.filter
|
||
|
logfile logfile
|
||
|
jarfile jarfile
|
||
|
trust-info-url http://www.example.com/why_we_block.html
|
||
|
trust-info-url http://www.example.com/what_we_allow.html
|
||
|
#admin-address privoxy-admin@example.com
|
||
|
#proxy-info-url http://www.example.com/proxy-service.html
|
||
|
debug 1 # show each GET/POST/CONNECT request
|
||
|
debug 4096 # Startup banner and warnings
|
||
|
debug 8192 # Errors - *we highly recommended enabling this*
|
||
|
listen-address 127.0.0.1:8118
|
||
|
toggle 1
|
||
|
enable-remote-toggle 1
|
||
|
enable-edit-actions 1
|
||
|
permit-access 192.168.1.0/24
|
||
|
buffer-limit 4096
|
||
|
#hide-console
|