Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for buildCleanBrowsing (0.06 sec)

  1. okhttp-dnsoverhttps/src/test/java/okhttp3/dnsoverhttps/DohProviders.kt

          .url("https://cloudflare-dns.com/dns-query".toHttpUrl())
          .bootstrapDnsHosts(getByIp("1.1.1.1"), getByIp("1.0.0.1"))
          .includeIPv6(false)
          .post(true)
          .build()
    
      fun buildCleanBrowsing(bootstrapClient: OkHttpClient): DnsOverHttps =
        DnsOverHttps
          .Builder()
          .client(bootstrapClient)
          .url("https://doh.cleanbrowsing.org/doh/family-filter/".toHttpUrl())
          .includeIPv6(false)
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Wed Mar 19 19:25:20 UTC 2025
    - 3.8K bytes
    - Viewed (0)
Back to top