As per @dholms, I’ll post a bunch of IPNS resources & commentary below
https://docs.ipfs.io/guides/concepts/ipns/
( very minimal)
As per @dholms, I’ll post a bunch of IPNS resources & commentary below
https://docs.ipfs.io/guides/concepts/ipns/
( very minimal)
Looks like you can set the TTL for IPNS records in the config (IPNS.RecordLifetime): https://github.com/ipfs/go-ipfs/blob/master/docs/config.md
Hmm that’s tricky though. It’s setting how long the value is cached for, which has the same trade-offs as DNS. I’m assuming (from other writers) that we’d need to rebroadcast after the TTL, which makes setting it low untenable. PubSub may be a good solution, but it’s experimental. 3Box has taken to running a separate server instead of using IPNS https://github.com/3box/3box-address-server