--- config.sample	2007-08-26 17:02:22.000000000 -0400
+++ config.osx	2007-09-03 12:26:33.000000000 -0400
@@ -15,19 +15,14 @@
 # connect:
 
 # proxyAddress = "::0"        # both IPv4 and IPv6
-# proxyAddress = "0.0.0.0"    # IPv4 only
+proxyAddress = "127.0.0.1"    # IPv4 only
 
 # If you do that, you'll want to restrict the set of hosts allowed to
 # connect:
 
-# allowedClients = "127.0.0.1, 134.157.168.57"
+allowedClients = "127.0.0.1"
 # allowedClients = "127.0.0.1, 134.157.168.0/24"
 
-# Uncomment this if you want your Polipo to identify itself by
-# something else than the host name:
-
-# proxyName = "polipo.example.org"
-
 # Uncomment this if there's only one user using this instance of Polipo:
 
 # cacheIsShared = false
@@ -36,10 +31,10 @@
 
 # parentProxy = "squid.example.org:3128"
 
-# Uncomment this if you want to use a parent SOCKS proxy:
+# Uncomment this if you want to use a parent SOCKS proxy, such as Tor:
 
-# socksParentProxy = "localhost:9050"
-# socksProxyType = socks5
+#socksParentProxy = "localhost:9050"
+#socksProxyType = socks5
 
 
 ### Memory
@@ -53,8 +48,8 @@
 
 # Uncomment this if you've got plenty of memory:
 
-# chunkHighMark = 50331648
-# objectHighMark = 16384
+ chunkHighMark = 50331648
+ objectHighMark = 16384
 
 
 ### On-disk data
@@ -113,8 +108,8 @@
 # Uncomment this if you want to slightly reduce the amount of
 # information that you leak about yourself:
 
-# censoredHeaders = from, accept-language
-# censorReferer = maybe
+ censoredHeaders = from, accept-language
+ censorReferer = maybe
 
 # Uncomment this if you're paranoid.  This will break a lot of sites,
 # though:
@@ -150,3 +145,10 @@
 # Vary header (this is not a good idea):
 
 # mindlesslyCacheVary = true
+
+daemonise = yes
+pidFile = /var/run/polipo.pid
+
+# Uncomment this if you want to use Polipo in place of Privoxy with
+# Tor/Torbutton
+#proxyPort = 8118
