ipfs / kubo

An IPFS implementation in Go
https://docs.ipfs.tech/how-to/command-line-quick-start/
Other
16.18k stars 3.02k forks source link

Enabling AutoTLS feature by default #10560

Open lidel opened 3 weeks ago

lidel commented 3 weeks ago

Context

In https://github.com/ipfs/kubo/pull/10521 we've introduced opt-in AutoTLS feature which uses DNS and p2p-forge infrastructure run by Interplanetary Shipyard to automate TLS setup for libp2p WebSocket transport.

This feature will not yield the maximum benefit to the swarm unless it is enabled by default, just like /webtransport and /webrtc-direct listeners are.

This issue tracks remaining work towards enabling AutoTLS by default.

TODO