static Option relayServers(List<String> servers) { return (config) => config.withRelayServers(servers); }