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:
@ -106,8 +106,8 @@ public class DohProviders {
|
|||||||
if (!workingOnly) {
|
if (!workingOnly) {
|
||||||
//result.add(buildCleanBrowsing(client)); // timeouts
|
//result.add(buildCleanBrowsing(client)); // timeouts
|
||||||
result.add(buildCryptoSx(client)); // 521 - server down
|
result.add(buildCryptoSx(client)); // 521 - server down
|
||||||
result.add(buildChantra(client)); // 400
|
|
||||||
}
|
}
|
||||||
|
result.add(buildChantra(client));
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user