Fix path to privoxy actions files (#3840)
[openwrt/svn-archive/archive.git] / net / privoxy / files / privoxy.config
1 confdir /etc/privoxy
2 logdir /var/log
3 actionsfile standard.action # Internal purpose, recommended
4 actionsfile default.action # Main actions file
5 actionsfile user.action # User customizations
6 filterfile default.filter
7 logfile logfile
8 jarfile jarfile
9 trust-info-url http://www.example.com/why_we_block.html
10 trust-info-url http://www.example.com/what_we_allow.html
11 #admin-address privoxy-admin@example.com
12 #proxy-info-url http://www.example.com/proxy-service.html
13 debug 1 # show each GET/POST/CONNECT request
14 debug 4096 # Startup banner and warnings
15 debug 8192 # Errors - *we highly recommended enabling this*
16 listen-address 127.0.0.1:8118
17 toggle 1
18 enable-remote-toggle 1
19 enable-edit-actions 1
20 permit-access 192.168.1.0/24
21 buffer-limit 4096