From 94ffffe27c30f7615e3f3280d0bf330fbe06de8d Mon Sep 17 00:00:00 2001 From: 2ro <17595647+2ro@users.noreply.github.com> Date: Fri, 3 Jul 2026 13:20:49 -0400 Subject: [PATCH] docs(readme): call out name authority co-location in the feature summary MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Matches the detail already in the "Name authority" section below — in-process on the same listener means no separate hostname to run. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 515f43a..b8f2861 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,9 @@ upstream relay core intact and adds four configurable, modular features: * **Authentication**: NIP-42, with optional require-auth-to-write and an author whitelist. * A **built-in name authority**: `name@domain` NIP-05 identities with - NIP-98 authenticated self-service registration, served in-process. - Optionally paid in GRIN through GoblinPay. + NIP-98 authenticated self-service registration, served in-process on + the relay's own subdomain — no separate hostname to run. Optionally + paid in GRIN through GoblinPay. * A **co-located mixnet exit** (config toggle): wallets can reach this relay over the mixnet, with no public DNS on the payment path.