From cc239b18cd5a598004f1067d3fb6014ef9327bd4 Mon Sep 17 00:00:00 2001 From: orbiter Date: Thu, 26 May 2011 16:24:11 +0000 Subject: [PATCH] fix for IPv6 localhost proxy client git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7744 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- defaults/yacy.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/yacy.init b/defaults/yacy.init index 12ae4652c..461596933 100644 --- a/defaults/yacy.init +++ b/defaults/yacy.init @@ -362,7 +362,7 @@ proxyBlueList=yacy.blue # if several ip's are allowed then they must be separated by a ',' # regular expressions may be used #proxyClient=192.168.0.4 -proxyClient=localhost,127\.0\.0\.1,192\.168\..*,10\..*,0:0:0:0:0:0:0:1 +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,