diff options
| author | Mike Dilger <mike@mikedilger.com> | 2022-11-20 17:53:37 +1300 |
|---|---|---|
| committer | Mike Dilger <mike@mikedilger.com> | 2022-12-27 04:09:03 +1300 |
| commit | 0091582eb2eb3b9e4fe56dbd02f483694764778a (patch) | |
| tree | 1825db36dfcdc17386bdfa3a4efdb5b468ca8200 | |
| parent | 544ec6dcc807abf62f4bd88bf8b9b7ee675f6ec4 (diff) | |
Note about serving from a dynamic webserver
| -rw-r--r-- | 35.md | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -39,3 +39,5 @@ This NIP proposes an optional additional key like this: | |||
| 39 | ```` | 39 | ```` |
| 40 | 40 | ||
| 41 | The `relays` key contains an object with public keys as properties and arrays of relays as values. | 41 | The `relays` key contains an object with public keys as properties and arrays of relays as values. |
| 42 | |||
| 43 | Web 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. | ||