From ae1a01b793d029bd4704b2d0c58cbd91235e4fe7 Mon Sep 17 00:00:00 2001 From: naielv <109038805+naielv@users.noreply.github.com> Date: Fri, 13 Jun 2025 15:52:31 +0200 Subject: [PATCH] Finally fixed external nodes!!! --- index.html | 7 ++++--- static/gun.js | 3 ++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index fd01e40..a345469 100644 --- a/index.html +++ b/index.html @@ -473,9 +473,9 @@ "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://gun.defucc.me/gun", ]; var SECRET = ""; @@ -700,6 +700,7 @@ // console.log("Beep") gun.get(TABLE).get("heartbeat").load(console.debug); }, 5000); + gun.get(TABLE).on((data) => {var e = true})