From 5cbef63c3715bd656922e1f4e158fbf163913f5b Mon Sep 17 00:00:00 2001 From: lotus Date: Tue, 26 Jan 2010 14:25:15 +0000 Subject: [PATCH] fixed bad ip pattern git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6624 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- defaults/yacy.init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/defaults/yacy.init b/defaults/yacy.init index f75defa3c..a6080987e 100644 --- a/defaults/yacy.init +++ b/defaults/yacy.init @@ -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,