Configures libp2p to enable/disable the Hole Punching service.
Future<void> withHolePunching(bool enabled) async { enableHolePunching = enabled; }