From d035e6c6cec54144f72f0a8b6471ddeec36100ac Mon Sep 17 00:00:00 2001
From: blavenie <benoit.lavenier@e-is.pro>
Date: Mon, 8 Apr 2019 11:48:03 +0200
Subject: [PATCH] [fix] Add fallback node in the default config

---
 app/config.json | 16 ++++++++++++++--
 1 file changed, 14 insertions(+), 2 deletions(-)

diff --git a/app/config.json b/app/config.json
index e75410c63..5968f70dd 100644
--- a/app/config.json
+++ b/app/config.json
@@ -31,11 +31,23 @@
     },
     "fallbackNodes": [
       {
-        "host": "g1.duniter.fr",
+        "host": "g1.nordstrom.duniter.org",
         "port": 443
       },
       {
-        "host": "g1.duniter.org",
+        "host": "g1.cgeek.fr",
+        "port": 443
+      },
+      {
+        "host": "g1.monnaielibreoccitanie.org",
+        "port": 443
+      },
+      {
+        "host": "g1.le-sou.org",
+        "port": 443
+      },
+      {
+        "host": "g1.duniter.fr",
         "port": 443
       }
     ],
-- 
GitLab