1
0
Fork 1

Change order

(cherry picked from commit 82e6da241e6572402242cef4e7824c7521b6a039)
This commit is contained in:
Stephen Paul Weber 2024-02-14 11:58:55 -05:00 committed by Arne
parent a2095c6fda
commit ae521dc900

View file

@ -586,7 +586,7 @@ public class Resolver {
return ip != null ? -1 : 1;
}
} else {
return directTls ? -1 : 1;
return directTls ? 1 : -1;
}
} else {
return priority - result.priority;