upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--35.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/35.md b/35.md
index 42f8fcd..dec9478 100644
--- a/35.md
+++ b/35.md
@@ -34,8 +34,10 @@ This NIP proposes an optional additional key like this:
34 }, 34 },
35 "relays": { 35 "relays": {
36 "b0635d6a9851d3aed0cd6c495b282167acf761729078d975fc341b22650b07b9": [ "wss://relay.example.com", "wss://relay2.example.com" ] 36 "b0635d6a9851d3aed0cd6c495b282167acf761729078d975fc341b22650b07b9": [ "wss://relay.example.com", "wss://relay2.example.com" ]
37 }, 37 }
38} 38}
39```` 39````
40 40
41The `relays` key contains an object with public keys as properties and arrays of relays as values. 41The `relays` key contains an object with public keys as properties and arrays of relays as values.
42
43Web servers which serve nostr.json files dynamically responding to the query string SHOULD also serve the relays data for any name they serve in the same reply.