File: privoxy.conf

package info (click to toggle)
privoxy 4.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,488 kB
  • sloc: ansic: 33,393; perl: 4,813; sh: 3,940; makefile: 146; awk: 18; xml: 14
file content (37 lines) | stat: -rw-r--r-- 1,217 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
listen-address 127.0.0.1:9119

ca-directory          ../ca-directory
ca-cert-file          privoxy-test-cacert.crt
ca-key-file           privoxy-test-cakey.pem
ca-password           blafasel
# We don't check certificate anyway
trusted-cas-file      privoxy-test-cacert.crt

certificate-directory ../certs

debug     1 # Log the destination for each request Privoxy let through. See also debug 1024.
debug     2 # show each connection status
debug     4 # show tagging-related messages
debug     8 # show header parsing
debug    32 # debug force feature
debug    64 # debug regular expression filters
debug   128 # debug redirects
debug   256 # debug GIF de-animation
debug   512 # Common Log Format
debug  1024 # Log the destination for requests Privoxy didn't let through, and the reason why.
debug  4096 # Startup banner and warnings.
debug  8192 # Non-fatal errors

actionsfile ../blocked-https-requests/https-inspection.action
actionsfile ../client-body-filter/client-body-filter.action
filterfile ../client-body-filter/client-body-filter.filter

socket-timeout 3

templdir ../../../templates/

# Reduce buffer limit so tests can reach it sooner.
buffer-limit 100

keep-alive-timeout 10
default-server-timeout 10