docs: expand on TLS experiment
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
Steven Allen committed
Apr 18, 2019 at 17:30 UTC
928f0ac40d50b8e02912a96037a671a6e696f644
1 file changed
+4
-1
docs/experimental-features.md
+4
-1
@@ -689,7 +689,9 @@ ipfs config --json Swarm.EnableAutoNATService true
689
690
### State
691
692
-Every node accepts secio and TLS 1.3 connections, but prefers secio over TLS when dialing.
692
+Every go-ipfs node (>=0.4.21) accepts secio and TLS 1.3 connections but prefers
693
+secio over TLS when dialing. To prefer TLS when dialing, you'll have to enable
694
+this feature.
695
696
### How to enable
697
@@ -702,3 +704,4 @@ ipfs config --json Experimental.PreferTLS true
704
### Road to being a real feature
705
706
- [ ] needs testing
707
+- [ ] needs adoption