You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
To do it properly we need ipfs/kubo#8867 which could be done soon if ipfs/kubo#9010 gets merged. The alternative route is via the proposed ipfs rules command which is not fully specified yet ipfs/kubo#8492
The text was updated successfully, but these errors were encountered:
ipfs/kubo#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 :
The text was updated successfully, but these errors were encountered: