[or-cvs] r13321: Initial Polipo config file (torbrowser/trunk/build-scripts/config)

sjm217 at seul.org sjm217 at seul.org
Sun Jan 27 21:20:31 UTC 2008


Author: sjm217
Date: 2008-01-27 16:20:31 -0500 (Sun, 27 Jan 2008)
New Revision: 13321

Modified:
   torbrowser/trunk/build-scripts/config/polipo.conf
Log:
Initial Polipo config file

Modified: torbrowser/trunk/build-scripts/config/polipo.conf
===================================================================
--- torbrowser/trunk/build-scripts/config/polipo.conf	2008-01-27 21:19:43 UTC (rev 13320)
+++ torbrowser/trunk/build-scripts/config/polipo.conf	2008-01-27 21:20:31 UTC (rev 13321)
@@ -1,13 +1,3 @@
-# Sample configuration file for Polipo. -*-sh-*-
-
-# You should not need to use a configuration file; all configuration
-# variables have reasonable defaults.  If you want to use one, you
-# can copy this to /etc/polipo/config or to ~/.polipo and modify.
-
-# This file only contains some of the configuration variables; see the
-# list given by ``polipo -v'' and the manual for more.
-
-
 ### Basic configuration
 ### *******************
 
@@ -17,6 +7,9 @@
 # proxyAddress = "::0"        # both IPv4 and IPv6
 # proxyAddress = "0.0.0.0"    # IPv4 only
 
+proxyAddress "127.0.0.1"
+proxyPort = 8118
+
 # If you do that, you'll want to restrict the set of hosts allowed to
 # connect:
 
@@ -30,7 +23,7 @@
 
 # Uncomment this if there's only one user using this instance of Polipo:
 
-# cacheIsShared = false
+cacheIsShared = false
 
 # Uncomment this if you want to use a parent proxy:
 
@@ -38,8 +31,8 @@
 
 # Uncomment this if you want to use a parent SOCKS proxy:
 
-# socksParentProxy = "localhost:9050"
-# socksProxyType = socks5
+socksParentProxy = "localhost:9050"
+socksProxyType = socks5
 
 
 ### Memory
@@ -62,7 +55,7 @@
 
 # Uncomment this if you want to disable the on-disk cache:
 
-# diskCacheRoot = ""
+diskCacheRoot = ""
 
 # Uncomment this if you want to put the on-disk cache in a
 # non-standard location:
@@ -71,7 +64,7 @@
 
 # Uncomment this if you want to disable the local web server:
 
-# localDocumentRoot = ""
+localDocumentRoot = ""
 
 # Uncomment this if you want to enable the pages under /polipo/index?
 # and /polipo/servers?.  This is a serious privacy leak if your proxy
@@ -80,6 +73,8 @@
 # disableIndexing = false
 # disableServersList = false
 
+#disableLocalInterface = true
+disableConfiguration = true
 
 ### Domain Name System
 ### ******************
@@ -87,18 +82,18 @@
 # Uncomment this if you want to contact IPv4 hosts only (and make DNS
 # queries somewhat faster):
 
-# dnsQueryIPv6 = no
+dnsQueryIPv6 = no
 
 # Uncomment this if you want Polipo to prefer IPv4 to IPv6 for
 # double-stack hosts:
 
-# dnsQueryIPv6 = reluctantly
+dnsQueryIPv6 = reluctantly
 
 # Uncomment this to disable Polipo's DNS resolver and use the system's
 # default resolver instead.  If you do that, Polipo will freeze during
 # every DNS query:
 
-# dnsUseGethostbyname = yes
+dnsUseGethostbyname = yes
 
 
 ### HTTP



More information about the tor-commits mailing list