fixed bad ip pattern

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6624 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
lotus 15 years ago
parent 8e130ae426
commit 5cbef63c37

@ -330,7 +330,7 @@ remoteProxyPort=4239
remoteProxyUser=
remoteProxyPwd=
remoteProxyNoProxy=192.*,10.*,127.*,localhost
remoteProxyNoProxy=10\..*,127.*,172.(1[6-9]|2[0-9]|3[0-1])\..*,169.254.*,192.168.*,localhost
# the proxy may filter the content of transferred web pages
# the bluelist removes specific keywords from web pages
@ -349,7 +349,7 @@ proxyBlueList=yacy.blue
# if several ip's are allowed then they must be separated by a ','
# any ip may contain the wildcard-sign '*'
#proxyClient=192.168.0.4
proxyClient=localhost,127.0.0.1,192.168.*,10.*
proxyClient=localhost,127.0.0.1,192.168.*,10\..*
# YaCyHop: allow public usage of proxy for yacy-protocol
# this enables usage of the internal http proxy for everyone,

Loading…
Cancel
Save