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
-
+
+
+
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: {}
}