mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 05:44:51 +02:00
Use reliable DNS client when not using DNSSEC
This commit is contained in:
@@ -182,7 +182,7 @@ public class DnsHelper {
|
||||
throw new IllegalArgumentException(type);
|
||||
}
|
||||
|
||||
ResolverApi resolver = DnssecResolverApi.INSTANCE;
|
||||
ResolverApi resolver = (dnssec ? DnssecResolverApi.INSTANCE : ResolverApi.INSTANCE);
|
||||
AbstractDnsClient client = resolver.getClient();
|
||||
|
||||
if (false) {
|
||||
|
||||
Reference in New Issue
Block a user