From ce999e7a2879a41936da0a5c79c9f0200e97cc1e Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Thu, 30 Dec 2021 15:17:37 -0300 Subject: [PATCH] add more relays and a link to the repo. --- index.html | 9 ++++++++- main.js | 6 +++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index abbfacc..e3764ce 100644 --- a/index.html +++ b/index.html @@ -3,6 +3,13 @@ Nostr Relay Registry -
+
+ +
+ Add your relay: + https://github.com/fiatjaf/nostr-relay-registry +
diff --git a/main.js b/main.js index e3886ae..6827f59 100644 --- a/main.js +++ b/main.js @@ -7,7 +7,11 @@ const App = { relays: [ 'wss://nostr-pub.wellorder.net', 'wss://relayer.fiatjaf.com', - 'wss://nostr.rocks' + 'wss://nostr.rocks', + 'wss://rsslay.fiatjaf.com', + 'wss://nostr-relay.herokuapp.com', + "wss://freedom-relay.herokuapp.com/ws", + "wss://nodestr-relay.dolu.dev/ws" ], status: {} }