From 03b31932d18726b20a60051a0c5e70c3d8dfe287 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Mon, 4 Sep 2017 10:14:27 +0200 Subject: [PATCH] remove hubzilla.nl from fallback directory servers --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot.php b/boot.php index f018b3a76..21f20214a 100755 --- a/boot.php +++ b/boot.php @@ -83,7 +83,7 @@ define ( 'DIRECTORY_FALLBACK_MASTER', 'https://gravizot.de'); $DIRECTORY_FALLBACK_SERVERS = array( 'https://hubzilla.zottel.net', 'https://my.federated.social', - 'https://hubzilla.nl', + //'https://hubzilla.nl', 'https://gravizot.de' );