From 6ac4f8142ebe47e7a8600310063db2061c0e071b Mon Sep 17 00:00:00 2001 From: f1ori Date: Thu, 4 Nov 2010 10:52:54 +0000 Subject: [PATCH] * allow proxy requests from localhost via ipv6 (%0 does not belong to the address) git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7303 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 b98149938..ea9323ee0 100644 --- a/defaults/yacy.init +++ b/defaults/yacy.init @@ -351,7 +351,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\..*,0:0:0:0:0:0:0:1%0 +proxyClient=localhost,127.0.0.1,192.168.*,10\..*,0:0:0:0:0:0:0:1 # YaCyHop: allow public usage of proxy for yacy-protocol # this enables usage of the internal http proxy for everyone, @@ -961,4 +961,4 @@ color_signgood = #009900 color_signother = #000099 color_searchheadline = #2200CC color_searchurl = #008000 -color_searchurlhover = #008000 \ No newline at end of file +color_searchurlhover = #008000