Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ##############
- #Remote Access
- ##############
- #Enable IPv4 Only
- #proxyAddress = "0.0.0.0"
- #Enable Both IPv4 & IPv6
- #proxyAddress = "::0"
- #Enable Remote Client Access Via The Following IP Address
- #proxyAddress = "127.0.0.1"
- ##################
- #Bind To Interface
- ##################
- #proxyOutgoingAddress = "134.157.168.1"
- #################
- #Client Whitelist
- #################
- #allowedClients = 127.0.0.1, 134.157.168.57
- #allowedClients = 127.0.0.1, 134.157.168.0/24
- ########################
- #Specify Polipo Identity
- ########################
- #proxyName = "polipo.example.org"
- ########################
- #Restrict To Single User
- ########################
- cacheIsShared = false
- ####################
- #Enable Parent Proxy
- ####################
- #parentProxy = "squid.example.org:3128"
- ##########################
- #Enable Parent SOCKS Proxy
- ##########################
- #socksParentProxy = "localhost:9050"
- #socksProxyType = socks5
- ####################################
- #Scrub Private Information From Logs
- ####################################
- scrubLogs = true
- ########################
- #Enable Low-Memory Usage
- ########################
- #chunkHighMark = 819200
- #objectHighMark = 128
- #########################
- #Enable High-Memory Usage
- #########################
- #chunkHighMark = 50331648
- #objectHighMark = 16384
- ################################
- #Disable On-Disk Cache
- #*NOTE* Do Not Define On Android
- ################################
- #diskCacheRoot = ""
- ################################
- #Define On-Disk Cache Location
- #*NOTE* Do Not Define On Android
- ################################
- #diskCacheRoot = "~/.polipo-cache/"
- ############################
- #Disable Local Web Server
- #*NOTE* Do Define On Android
- ############################
- localDocumentRoot = ""
- ##################################################
- #Enable Access To Polipo Pages.
- #*WARNING*
- #Serious Privacy Leak If The Proxy Is Being Shared
- ##################################################
- #disableIndexing = false
- #disableServersList = false
- ###################################
- #Disable Local Web Server Interface
- #*NOTE* Do Define On Android
- ###################################
- disableLocalInterface = true
- ##########################################
- #Contact Only IPv4 Hosts
- #This Can Make DNS Queries Slightly Faster
- ##########################################
- #dnsQueryIPv6 = no
- ###########################################
- #Prefer IPv4 To IPv6 For Double-Stack Hosts
- ###########################################
- #dnsQueryIPv6 = reluctantly
- ##################################################################
- #Disable Polipo's DNS Resolver & Use The System's Default Resolver
- #*NOTE* Polipo Will Freeze During Every DNS Query
- ##################################################################
- #dnsUseGethostbyname = yes
- ###########################################
- #Detect Proxy Loops
- #This Will Cause Your Hostname Or proxyName
- #To Be Included In Every Request
- ###########################################
- #disableVia = false
- ###################################
- #Slightly Reduce The Amount Of
- Information You Leak About Yourself
- ###################################
- censoredHeaders = from, accept-language
- censorReferer = maybe
- ########################
- #Engage Tinfoil Hat
- #*NOTE* Will Break Sites
- ########################
- #censoredHeaders = set-cookie, cookie, cookie2, from, accept-language
- #censorReferer = true
- ###########################################################
- #Poor Man's Multiplexing.
- #Increase Sizes If You're On A Fast Line
- #If ppmSize Is Small, You'll Want ppmFirstSize To Be Larger
- #*NOTE* PPM Is Somewhat Unreliable
- ###########################################################
- #pmmFirstSize = 16384
- #pmmSize = 8192
- #####################################################
- #Enable If Your User-Agent Handles Headers Reasonably
- #*NOTE* Most Do Not
- #####################################################
- #relaxTransparency = maybe
- ########################################################
- #Never Revalidate Instances For Which Data Is Available
- #*NOTE* Not A Good Idea
- ########################################################
- #relaxTransparency = yes
- ################################
- #Enable If You Have No Network
- #*NOTE* Do Not Define On Android
- ################################
- #proxyOffline = yes
- ################################################
- #Avoid Revalidating Instances With A Vary Header
- #*NOTE* Not A Good Idea
- ################################################
- #mindlesslyCacheVary = true
- ######################################################
- #Add A No-Transform Directive To All Outgoing Requests
- ######################################################
- #alwaysAddNoTransform = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement