From ee976ed4605d1f846678d69a821325a0563ef523 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Tue, 13 Aug 2019 09:33:23 +0200 Subject: update directory servers --- boot.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index b1d6743b5..38e1ad2d6 100755 --- a/boot.php +++ b/boot.php @@ -80,12 +80,12 @@ define ( 'DIRECTORY_MODE_STANDALONE', 0x0100); // A detached (off the grid) hub // point to go out and find the rest of the world. define ( 'DIRECTORY_REALM', 'RED_GLOBAL'); -define ( 'DIRECTORY_FALLBACK_MASTER', 'https://zotadel.net'); +define ( 'DIRECTORY_FALLBACK_MASTER', 'https://hub.netzgemeinde.eu'); $DIRECTORY_FALLBACK_SERVERS = array( - 'https://zotadel.net', + 'https://hub.netzgemeinde.eu', 'https://zotsite.net', - 'https://hub.netzgemeinde.eu' + 'https://hub.libranet.de' ); -- cgit v1.2.3