We currently block using a NACL, this obviously only stops the nodes directly communicating, some future routing (esp if enabled by default) could make them able to communicate.
Confirmed for now that they cannot communicate with
# ipfs swarm connect /p2p/12D3KooWJj76d91UfktyF9CfR1HxmjuV8DVAXMGUPTBPn4iAATDg
Error: connect 12D3KooWJj76d91UfktyF9CfR1HxmjuV8DVAXMGUPTBPn4iAATDg failure: routing: not found
https://github.com/ipfs/kubo/issues/8867 won't help us here. The libp2p changes only cover blocking of peers that are requesting blocks, whereas we want to prevent fetching from certain peers.
We currently block using a NACL, this obviously only stops the nodes directly communicating, some future routing (esp if enabled by default) could make them able to communicate.
Confirmed for now that they cannot communicate with
which uses all the routing methods available
@iand :