fix for IPv6 localhost proxy client

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7744 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
orbiter 14 years ago
parent fcb7525047
commit cc239b18cd

@ -362,7 +362,7 @@ proxyBlueList=yacy.blue
# if several ip's are allowed then they must be separated by a ',' # if several ip's are allowed then they must be separated by a ','
# regular expressions may be used # regular expressions may be used
#proxyClient=192.168.0.4 #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 # YaCyHop: allow public usage of proxy for yacy-protocol
# this enables usage of the internal http proxy for everyone, # this enables usage of the internal http proxy for everyone,

Loading…
Cancel
Save