Nothing stops publishing the same DNS record set to both nostr relays (as a kind 31034 event) and the BitTorrent Mainline DHT (as a pkarr SignedPacket) — both are just signed bytes under a pubkey, and the same keypair can be used for both.
- Add a publish command/library that writes to relays and the DHT in one step
- Resolvers can then fall back between the two rendezvous layers
- Relays are easier but censorable; Mainline is harder to censor — dual-stack gets both properties
Related: https://github.com/pubky/pkarr
Nothing stops publishing the same DNS record set to both nostr relays (as a kind 31034 event) and the BitTorrent Mainline DHT (as a pkarr
SignedPacket) — both are just signed bytes under a pubkey, and the same keypair can be used for both.Related: https://github.com/pubky/pkarr