mirror of
https://github.com/GeyserMC/Geyser.git
synced 2025-12-29 11:49:16 +00:00
Allow srv resolving to be set per remote server (#4076)
* Allow srv resolving to be set per remote server * Remove resolve-srv as a config option
This commit is contained in:
@@ -67,4 +67,11 @@ public interface RemoteServer {
|
||||
*/
|
||||
@NonNull
|
||||
AuthType authType();
|
||||
|
||||
/**
|
||||
* Gets if we should attempt to resolve the SRV record for this server.
|
||||
*
|
||||
* @return if we should attempt to resolve the SRV record for this server
|
||||
*/
|
||||
boolean resolveSrv();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user