[or-cvs] r13495: Update Polipo config file based on Incognito example (torbrowser/trunk/build-scripts/config)

sjm217 at seul.org sjm217 at seul.org
Wed Feb 13 21:46:45 UTC 2008


Author: sjm217
Date: 2008-02-13 16:46:45 -0500 (Wed, 13 Feb 2008)
New Revision: 13495

Modified:
   torbrowser/trunk/build-scripts/config/polipo.conf
Log:
Update Polipo config file based on Incognito example

Modified: torbrowser/trunk/build-scripts/config/polipo.conf
===================================================================
--- torbrowser/trunk/build-scripts/config/polipo.conf	2008-02-13 21:23:55 UTC (rev 13494)
+++ torbrowser/trunk/build-scripts/config/polipo.conf	2008-02-13 21:46:45 UTC (rev 13495)
@@ -16,10 +16,13 @@
 # allowedClients = "127.0.0.1, 134.157.168.57"
 # allowedClients = "127.0.0.1, 134.157.168.0/24"
 
+allowedClients = 127.0.0.1
+allowedPorts = 1-65535
+
 # Uncomment this if you want your Polipo to identify itself by
 # something else than the host name:
 
-# proxyName = "polipo.example.org"
+proxyName = "localhost"
 
 # Uncomment this if there's only one user using this instance of Polipo:
 
@@ -49,6 +52,7 @@
 # chunkHighMark = 50331648
 # objectHighMark = 16384
 
+chunkHighMark = 33554432
 
 ### On-disk data
 ### ************
@@ -73,7 +77,7 @@
 # disableIndexing = false
 # disableServersList = false
 
-#disableLocalInterface = true
+disableLocalInterface = true
 disableConfiguration = true
 
 ### Domain Name System
@@ -103,7 +107,7 @@
 # This will cause your hostname (or whatever you put into proxyName
 # above) to be included in every request:
 
-# disableVia=false
+disableVia = true
 
 # Uncomment this if you want to slightly reduce the amount of
 # information that you leak about yourself:
@@ -111,6 +115,9 @@
 # censoredHeaders = from, accept-language
 # censorReferer = maybe
 
+censoredHeaders = from,accept-language,x-pad,link
+censorReferer = maybe
+
 # Uncomment this if you're paranoid.  This will break a lot of sites,
 # though:
 
@@ -145,3 +152,10 @@
 # Vary header (this is not a good idea):
 
 # mindlesslyCacheVary = true
+
+# Suggestions from Incognito configuration
+maxConnectionAge = 5m
+maxConnectionRequests = 120
+serverMaxSlots = 8
+serverSlots = 2
+tunnelAllowedPorts = 1-65535



More information about the tor-commits mailing list