Fix go-ipfs scanning local networks for peers #435
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The configuration in question does not seem to have changed, but since upgrading to 0.16, the program started aggressively scanning the very ranges that were filtered by the
Swarm.AddrFilters
config before.We had configured the VM hosts to block all outgoing packets to local networks, but for some reason that seems to not be working correctly.
FYI, it's a regression in 0.16: https://github.com/ipfs/kubo/issues/8585