Configures relay servers to automatically connect to during startup
Future<void> withRelayServers(List<String> servers) async { relayServers = servers; }