mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-01 12:08:46 +00:00
Small improvement
This commit is contained in:
parent
9ca1e48fc2
commit
c92d8a91bf
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ public class DnsHelper {
|
|||
});
|
||||
|
||||
// https://github.com/MiniDNS/minidns/issues/102
|
||||
if (client instanceof DnssecClient && !BuildConfig.PLAY_STORE_RELEASE)
|
||||
if (client instanceof DnssecClient && dns_custom)
|
||||
((DnssecClient) client).setUseHardcodedDnsServers(false);
|
||||
|
||||
Log.i("DNS query name=" + type + ":" + name);
|
||||
|
|
Loading…
Reference in a new issue