tinc: moved to github
[packages.git] / net / privoxy / files / privoxy.config
1 confdir /etc/privoxy
2 logdir /var/log
3 filterfile default.filter
4 logfile privoxy
5 actionsfile match-all.action # Actions that are applied to all sites and maybe overruled later on.
6 actionsfile default.action   # Main actions file
7 #actionsfile user.action      # User customizations
8 listen-address  127.0.0.1:8118
9 toggle  1
10 enable-remote-toggle  1
11 enable-remote-http-toggle  0
12 enable-edit-actions 1
13 enforce-blocks 0
14 buffer-limit 4096
15 forwarded-connect-retries  0
16 accept-intercepted-requests 0
17 allow-cgi-request-crunching 0
18 split-large-forms 0
19 keep-alive-timeout 300
20 socket-timeout 300
21 permit-access  192.168.1.0/24
22 debug   1    # show each GET/POST/CONNECT request
23 debug   4096 # Startup banner and warnings
24 debug   8192 # Errors - *we highly recommended enabling this*
25 #admin-address privoxy-admin@example.com
26 #proxy-info-url http://www.example.com/proxy-service.html
27