diff --git a/docs/experimental-features.md b/docs/experimental-features.md index aeb3fd23b..63cdbfcf3 100644 --- a/docs/experimental-features.md +++ b/docs/experimental-features.md @@ -43,6 +43,11 @@ experimental, default-disabled. run your daemon with the `--enable-pubsub-experiment` flag. Then use the `ipfs pubsub` commands. +### gossipsub + +You can enable the new experimental gossipsub protocol via configuration: +`ipfs config Pubsub.Router gossipsub` + ### Road to being a real feature - [ ] Needs more people to use and report on how well it works - [ ] Needs authenticated modes to be implemented