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>
16 lines
316 B
Modula-2
16 lines
316 B
Modula-2
module lethean.io/lns
|
|
|
|
go 1.26.0
|
|
|
|
require (
|
|
dappco.re/go/core v0.8.0-alpha.1
|
|
github.com/miekg/dns v1.1.72
|
|
)
|
|
|
|
require (
|
|
golang.org/x/mod v0.31.0 // indirect
|
|
golang.org/x/net v0.48.0 // indirect
|
|
golang.org/x/sync v0.19.0 // indirect
|
|
golang.org/x/sys v0.39.0 // indirect
|
|
golang.org/x/tools v0.40.0 // indirect
|
|
)
|