Configures libp2p to enable/disable the AutoNAT service.
Future<void> withAutoNAT(bool enabled) async { enableAutoNAT = enabled; }