Leaving the issue at hand aside, I thought this was a good insight into how bitcoin core nodes find peers on the network (using a hardcoded list of seed nodes)
Also new to me was the list of requirements for running a dns seed node.
pull down to refresh
.onion
addresses that are tried too. I2P probably has something similar.-connect
, the seed nodes and other mechanisms aren't used. Similarly, if you use-addnode
, provided your node works and returns addresses, the seed nodes aren't that relevant either..onion
and.i2p
peers too, updated from time to time. https://github.com/bitcoin/bitcoin/tree/master/contrib/seedsonion
ANDi2p
would help here even if ISP is trying to MITM attack you.