Commit graph

2 commits

Author SHA1 Message Date
Claude
e107d6b3a7
fix(dns): change default DNS port from 5353 to 5354
Port 5353 conflicts with system mDNS (avahi). Port 5354 avoids the
conflict while remaining in the same range. Dockerfile updated to match.

Co-Authored-By: Charon <charon@lethean.io>
2026-04-02 05:08:27 +01:00
Claude
6825b8b43e
feat(lns): Lethean Name Server v0.1.0
Go binary serving .lthn DNS from ITNS sidechain.
- DNS over UDP+TCP (A, AAAA, TXT, NS, SOA, PTR)
- Chain-based discovery via get_all_alias_details
- Tree-root invalidation (getblockchaininfo)
- hns= alias comment override
- Health endpoint (/health)
- 672 lines, core/go@v0.8.0-alpha.1

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-01 22:28:46 +01:00