1
0
mirror of https://github.com/square/okhttp.git synced 2025-07-31 05:04:26 +03:00

Enable chantra for DNS over HTTPS testing

This commit is contained in:
Yuri Schimke
2018-08-23 07:45:42 +01:00
parent 4bcdf542d9
commit 6cf1f1e75d

View File

@ -106,8 +106,8 @@ public class DohProviders {
if (!workingOnly) {
//result.add(buildCleanBrowsing(client)); // timeouts
result.add(buildCryptoSx(client)); // 521 - server down
result.add(buildChantra(client)); // 400
}
result.add(buildChantra(client));
return result;
}