From c2a8c83bb1b0aa0f4fc003fb639c28180acb75e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=CC=88rn=20Ro=CC=88der?= Date: Mon, 1 Sep 2014 15:24:02 +0200 Subject: [PATCH] updated node discovery hosts --- src/initialState/nodeDiscovery.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/initialState/nodeDiscovery.json b/src/initialState/nodeDiscovery.json index 1470c84b..3820675d 100644 --- a/src/initialState/nodeDiscovery.json +++ b/src/initialState/nodeDiscovery.json @@ -3,7 +3,7 @@ "httpServerTimeoutMs": 500, "httpServerList": [ { - "hostname": "discovery.franky102a.de", + "hostname": "discovery.peeriodproject.org", "port": 80, "path": "/" }, @@ -11,6 +11,11 @@ "hostname": "141.51.224.112", "port": 30416, "path": "/" + }, + { + "hostname": "node-discovery.joernroeder.de", + "port": 80, + "path": "/" } ] }