-
As I understand there is only one whitelist option available, and only for topics. But how I can do the same for Peer Ids without implementing it by myself by handling these "connection" events and immediately disconnecting them? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
There is an independent, more generic network behavior |
Beta Was this translation helpful? Give feedback.
-
If you simply want to disconnect from the peers that you have no interest with, use |
Beta Was this translation helpful? Give feedback.
There is an independent, more generic network behavior
allow_block_list
, that only permits connections to whitelisted peers. Does that help?