From 5e5c2e455fd3c84dcc31a95ada8394d957124308 Mon Sep 17 00:00:00 2001 From: blavenie <benoit.lavenier@e-is.pro> Date: Thu, 23 Aug 2018 12:38:04 +0200 Subject: [PATCH] [enh] Add new fallback nodes --- app/config.json | 27 ++++++++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) diff --git a/app/config.json b/app/config.json index 47a3afb05..d3a395b36 100644 --- a/app/config.json +++ b/app/config.json @@ -34,6 +34,14 @@ "host": "g1.duniter.fr", "port": 443 }, + { + "host": "g1.monnaielibreoccitanie.org", + "port": 443 + }, + { + "host": "g1.le-sou.org", + "port": 443 + }, { "host": "g1.duniter.org", "port": 443 @@ -100,12 +108,25 @@ "host": "g1.duniter.fr", "port": 443 }, - "fallbackNodes": [{ - "host": "g1.duniter.org", + "fallbackNodes": [ + { + "host": "g1.duniter.fr", "port": 443 }, { - "host": "g1.duniter.fr", + "host": "g1.monnaielibreoccitanie.org", + "port": 443 + }, + { + "host": "g1.le-sou.org", + "port": 443 + }, + { + "host": "duniter.normandie-libre.fr", + "port": 443 + }, + { + "host": "g1.duniter.org", "port": 443 } ], -- GitLab