From: Krishan <33421343+kfiven@users.noreply.github.com> Date: Sat, 21 Oct 2023 10:36:13 +0000 (+1100) Subject: Update default server list in config.json (#1467) X-Git-Tag: v3.0.0~1 X-Git-Url: https://git.wafflesoft.org/?a=commitdiff_plain;h=9fcd1a0d234b7d4355f46cf92fdba3fab6376988;p=rainny.git Update default server list in config.json (#1467) * Remove halogen.city * Update config.json * Update config.json --- diff --git a/config.json b/config.json index c919882..ac7b1f3 100644 --- a/config.json +++ b/config.json @@ -1,11 +1,13 @@ { "defaultHomeserver": 3, "homeserverList": [ + "0wnz.at", "converser.eu", "envs.net", - "halogen.city", "matrix.org", - "mozilla.org" + "monero.social", + "mozilla.org", + "xmr.se" ], "allowCustomHomeservers": true }