From 37d067e8257152c21998c95bd8fbf0d727073437 Mon Sep 17 00:00:00 2001 From: 2ro <17595647+2ro@users.noreply.github.com> Date: Fri, 3 Jul 2026 13:20:51 -0400 Subject: [PATCH] docs(readme): call out name authority co-location in the piece table MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Matches the detail already in the "Co-locating names on the relay domain" section below — on by default via the Compose/Caddy stack. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4be3da5..0dec937 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ through strfry's own extension points: | Piece | What it is | | --- | --- | | `plugin/floonet_writepolicy.py` | The write policy plugin: default-deny kind whitelist, optional NIP-42 gate, optional paid-write gate | -| `name-authority/` | The bundled name authority (Rust/axum/SQLite): NIP-05 resolution, NIP-98 self-service registration, optional GoblinPay paywall | +| `name-authority/` | The bundled name authority (Rust/axum/SQLite): NIP-05 resolution, NIP-98 self-service registration, optional GoblinPay paywall — co-located on the relay's own domain by default | | `mixexit/` | An optional, scoped mixnet exit so wallets can reach this relay over the mixnet | | `deploy/` | strfry conf + Dockerfile + apply-spec.sh, Caddy TLS proxy, landing page, hardened systemd units |