add more relays and a link to the repo.

This commit is contained in:
fiatjaf
2021-12-30 15:17:37 -03:00
parent ddb28f21b0
commit ce999e7a28
2 changed files with 13 additions and 2 deletions

View File

@@ -3,6 +3,13 @@
<meta charset="utf-8" />
<title>Nostr Relay Registry</title>
<div id="app"></div>
<div id="app" style="font-family: monospace"></div>
<div>
Add your relay:
<a href="https://github.com/fiatjaf/nostr-relay-registry"
>https://github.com/fiatjaf/nostr-relay-registry</a
>
</div>
<script src="out.js"></script>

View File

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