Configures libp2p to use the given addresses.
Future<void> withListenAddrs(List<MultiAddr> addrs) async { listenAddrs.addAll(addrs); }