From 5cdb9cf66a2beb2458a0615a4cafe8d1d77d70f9 Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Sun, 21 Jun 2026 20:54:15 -0300 Subject: [PATCH] clarify server role. --- 05.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/05.md b/05.md index 0727fee3..75df9091 100644 --- a/05.md +++ b/05.md @@ -124,3 +124,5 @@ When using NIP-05 to point to events, we introduce a `"events"` field in the `/. Then the NIP-29 group about golf that is currently controlled by the people from `golf.com` can be referred to (outside of Nostr, in share-links or in UI display labels) by an id like `general@golf.com` instead of `u349gsifgq3`. Likewise, an nsite gateway could accept requests at URLs that can be manually typed, like `https://nsite.com/leaderboards@golf.com`, so the owners of this domain could host nsites without having to actually have a hard association of them with their permanent hosting infrastructure. + +This does require `golf.com` to have a dynamic server that can locate the actual event id they want to point to, which is a good thing, since it can enforce the version they want, and they can even have different NIP-05 names pointing to different "versions" of the same thing.