From 887f088dad91cc5512056917b39b365ddeaee354 Mon Sep 17 00:00:00 2001 From: suessthomas Date: Thu, 3 Nov 2011 23:44:49 +0000 Subject: [PATCH] The IP address of the YaCy-Demo portal added to Whitelist. This is only a temporary workaround. git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@8013 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- defaults/yacy.network.freeworld.unit | 2 +- defaults/yacy.network.metager.unit | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/defaults/yacy.network.freeworld.unit b/defaults/yacy.network.freeworld.unit index 656af9cfa..456dafd1d 100644 --- a/defaults/yacy.network.freeworld.unit +++ b/defaults/yacy.network.freeworld.unit @@ -87,5 +87,5 @@ network.unit.update.location2.key = MIIBtTCCASwGByqGSM44BAEwggEfAoGBAP1/U4EddRIp network.unit.protocol.control = uncontrolled # white/blacklists -network.unit.access.whitelist = 10\..*,127\..*,172\.(1[6-9]|2[0-9]|3[0-1])\..*,169\.254\..*,192\.168\..*,localhost +network.unit.access.whitelist = 10\..*,127\..*,172\.(1[6-9]|2[0-9]|3[0-1])\..*,169\.254\..*,192\.168\..*,85.31.186.137,localhost network.unit.access.blacklist = \ No newline at end of file diff --git a/defaults/yacy.network.metager.unit b/defaults/yacy.network.metager.unit index c91e5c951..eb9bf5f91 100644 --- a/defaults/yacy.network.metager.unit +++ b/defaults/yacy.network.metager.unit @@ -88,5 +88,5 @@ network.unit.update.location3 = https://latestyacy.f1ori.de/ network.unit.protocol.control = uncontrolled # white/blacklists -network.unit.access.whitelist = 10\..*,127\..*,172\.(1[6-9]|2[0-9]|3[0-1])\..*,169\.254\..*,192\.168\..*,213.183.195.83,130.75.2.35,localhost +network.unit.access.whitelist = 10\..*,127\..*,172\.(1[6-9]|2[0-9]|3[0-1])\..*,169\.254\..*,192\.168\..*,213.183.195.83,130.75.2.35,85.31.186.137,localhost network.unit.access.blacklist = \ No newline at end of file