Currently the only way to allow multiple peers from the same IP for the consensus P2P configuration is to use consensus.debug.allow_duplicate_ip option which is gated behind the unsafe debug flags. This configuration option is actually useful in some local setups so it should be moved to the regular consensus.p2p.allow_duplicate_ip and not gated on the unsafe debug flags.
Currently the only way to allow multiple peers from the same IP for the consensus P2P configuration is to use
consensus.debug.allow_duplicate_ipoption which is gated behind the unsafe debug flags. This configuration option is actually useful in some local setups so it should be moved to the regularconsensus.p2p.allow_duplicate_ipand not gated on the unsafe debug flags.