1 # Sample configuration file for Polipo. -*-sh-*-
3 # You should not need to use a configuration file; all configuration
4 # variables have reasonable defaults. If you want to use one, you
5 # can copy this to /etc/polipo/config or to ~/.polipo and modify.
7 # This file only contains some of the configuration variables; see the
8 # list given by ``polipo -v'' and the manual for more.
11 ### Basic configuration
12 ### *******************
14 # Uncomment one of these if you want to allow remote clients to
15 # connect (you better be firewalled):
17 # proxyAddress = "::0" # both IPv4 and IPv6
18 # proxyAddress = "0.0.0.0" # IPv4 only
20 # Uncomment this if you want your Polipo to identify itself by
21 # something else than the host name:
23 # proxyName = "polipo.example.org"
25 # Uncomment this if you want to use a parent proxy:
27 # parentHost = "squid.example.org"
34 # Uncomment this if you want Polipo to use a ridiculously small amount
35 # of memory (a hundred C-64 worth or so):
37 # chunkHighMark = 819200
38 # objectHighMark = 128
40 # Uncomment this if you've got plenty of memory:
42 # chunkHighMark = 50331648
43 # objectHighMark = 16384
49 # Uncomment this if you want to disable the on-disk cache:
53 # Uncomment this if you want to put the on-disk cache in a
54 # non-standard location:
56 # diskCacheRoot = "~/.polipo-cache/"
58 # Uncomment this if you want to disable the local web server:
60 # localDocumentRoot = ""
63 ### Domain Name System
64 ### ******************
66 # Uncomment this if you want to contact IPv4 hosts only (and make DNS
67 # queries somewhat faster):
71 # Uncomment this if you want Polipo to prefer IPv4 to IPv6 for
74 # queryIPv6 = reluctantly
76 # Uncomment this to disable Polipo's DNS resolver and use the system's
77 # default resolver instead. If you do that, Polipo will freeze during
80 # dnsUseGethostbyname = yes
86 # Uncomment this if you want to slightly reduce the amount of
87 # information that you leak about yourself:
89 # censoredHeaders = set-cookie, cookie, cookie2, from, accept-language, x-pad
90 # censorReferer = maybe
92 # Uncomment this if you want to use Poor Man's Multiplexing; increase
93 # the sizes if you're on a fast line. They should each amount to a few
94 # seconds' worth of transfer; iff pmmSize is small, you'll want
95 # pmmFirstSize to be larger.
97 # Note that PMM is somewhat unreliable.
99 # pmmFirstSize = 16384
102 # Uncomment this if your user-agent does something reasonable with
103 # Warning headers (most don't):
105 # relaxTransparency = maybe
107 # Uncomment this if you never want to revalidate instances for which
108 # data is available (this is not a good idea):
110 # relaxTransparency = yes
112 # Uncomment this if you have no network:
116 # Uncomment this if you want to avoid revalidating instances with a
117 # Vary header (this violates RFC 2616):
119 # mindlesslyCacheVary = true
121 # Uncomment this if your Polipo is shared, and you like the warm
122 # feeling that comes from respecting the specs:
124 # cacheIsShared = true