mirror of
https://github.com/aljazceru/nostr-relay-registry.git
synced 2025-12-17 06:04:24 +01:00
add more relays and a link to the repo.
This commit is contained in:
@@ -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>
|
||||
|
||||
6
main.js
6
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: {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user