add zotsite.net to directory fallback servers

This commit is contained in:
Mario Vavti 2019-01-02 19:43:52 +01:00
parent 37d7d18bb7
commit aae4943e64

View File

@ -84,7 +84,8 @@ define ( 'DIRECTORY_FALLBACK_MASTER', 'https://zotadel.net');
$DIRECTORY_FALLBACK_SERVERS = array(
'https://hubzilla.zottel.net',
'https://zotadel.net'
'https://zotadel.net',
'https://zotsite.net'
);