polipo-template.cfg 495 B

1234567891011121314151617181920212223
  1. daemonise = true
  2. logSyslog = true
  3. logFile = /var/log/polipo/polipo.log
  4. # Ignore s-maxage and private.
  5. cacheIsShared = false
  6. # Default cache location: /var/cache/polipo
  7. diskCacheRoot = /dev/null
  8. # Don't cache redirects.
  9. dontCacheRedirects = true
  10. # Don't cache cookies.
  11. dontCacheCookies = true
  12. # We allow connections to local services (HAProxy).
  13. allowedClients = 127.0.0.1
  14. # The IP address on which the proxy listens.
  15. proxyAddress = "127.0.0.1"
  16. socksProxyType = socks5
  17. # SOCKS parent proxy: