Configures libp2p to enable/disable the Relay service.
Future<void> withRelay(bool enabled) async { enableRelay = enabled; }