From 33594b250839684fdfbe68d5d2443bd050f3d35f Mon Sep 17 00:00:00 2001 From: Naiel <109038805+naielv@users.noreply.github.com> Date: Fri, 12 Dec 2025 13:20:31 +0100 Subject: [PATCH] add public relays --- src/config.js | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/src/config.js b/src/config.js index 1282ba1..2638e80 100644 --- a/src/config.js +++ b/src/config.js @@ -17,15 +17,20 @@ var GROUPID = ""; var TABLE = GROUPID + ":telesec.tech.eus"; const RELAYS = [ "https://gun-es01.tech.eus/gun", - "https://gun-es02.tech.eus/gun", - "https://gun-es03.tech.eus/gun", - "https://gun-es04.tech.eus/gun", - "https://gun-es05.tech.eus/gun", - "https://gun-es06.tech.eus/gun", + // Desactivado por alto consumo electrico: + // "https://gun-es02.tech.eus/gun", + // "https://gun-es03.tech.eus/gun", + // "https://gun-es04.tech.eus/gun", + // "https://gun-es05.tech.eus/gun", + // "https://gun-es06.tech.eus/gun", // "https://gun-es07.tech.eus/gun", // No he podido instalar el nodo. - // "https://gun-manhattan.herokuapp.com/gun", - // "https://peer.wallie.io/gun", - // "https://gun.defucc.me/gun", + "https://gun-manhattan.herokuapp.com/gun", + "https://peer.wallie.io/gun", + "https://gundb-relay-mlccl.ondigitalocean.app/gun", + "https://plankton-app-6qfp3.ondigitalocean.app/", + "https://gun.defucc.me/gun", + "https://gun.o8.is/gun", + "https://shogun-relay.scobrudot.dev/gun", ]; var SECRET = ""; var SUB_LOGGED_IN = false;