Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for DNS (0.01 sec)

  1. okhttp/src/jvmTest/kotlin/okhttp3/CallTest.kt

          .assertHeader("", "ef")
      }
    
      @Test
      fun customDns() {
        // Configure a DNS that returns our local MockWebServer for android.com.
        val dns = FakeDns()
        dns["android.com"] = Dns.SYSTEM.lookup(server.url("/").host)
        client =
          client
            .newBuilder()
            .dns(dns)
            .build()
        server.enqueue(MockResponse())
        val request =
          Request(
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Thu Jul 31 04:18:40 UTC 2025
    - 146.6K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.4.md

    * If you use one of the kube-dns replication controller manifest in `cluster/saltbase/salt/kube-dns`, i.e. `cluster/saltbase/salt/kube-dns/{skydns-rc.yaml.base,skydns-rc.yaml.in}`, either substitute one of `__PILLAR__FEDERATIONS__DOMAIN__MAP__` or `{{ pillar['federations_domain_map'] }}` with the corresponding federation name to domain...
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 133.5K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.5.md

      - [beta] Opt in source ip preservation for Services with Type NodePort or LoadBalancer ([docs](http://kubernetes.io/docs/tutorials/services/source-ip/)) ([kubernetes/features#27](https://github.com/kubernetes/enhancements/issues/27))
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
  4. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    noticeable.news
    noticias.bo
    notion.site
    noto.ishikawa.jp
    notodden.no
    notogawa.shiga.jp
    notteroy.no
    nov.ru
    nov.su
    novara.it
    novecore.site
    now
    now-dns.net
    now-dns.org
    now-dns.top
    now.sh
    nowaruda.pl
    nowruz
    nowtv
    nozawaonsen.nagano.jp
    nr
    nra
    nrw
    ns.ca
    nsn.us
    nsupdate.info
    nsw.au
    nsw.edu.au
    nt.au
    nt.ca
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue May 27 22:00:49 UTC 2025
    - 129.6K bytes
    - Viewed (3)
  5. okhttp/src/androidMain/assets/PublicSuffixDatabase.list

    noticeable.news
    noticias.bo
    notion.site
    noto.ishikawa.jp
    notodden.no
    notogawa.shiga.jp
    notteroy.no
    nov.ru
    nov.su
    novara.it
    novecore.site
    now
    now-dns.net
    now-dns.org
    now-dns.top
    now.sh
    nowaruda.pl
    nowruz
    nowtv
    nozawaonsen.nagano.jp
    nr
    nra
    nrw
    ns.ca
    nsn.us
    nsupdate.info
    nsw.au
    nsw.edu.au
    nt.au
    nt.ca
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue Dec 31 14:50:53 UTC 2024
    - 129.6K bytes
    - Viewed (2)
  6. okhttp/src/androidMain/baseline-prof.txt

    HSPLokhttp3/Dispatcher;->finished(Ljava/util/Deque;Ljava/lang/Object;)V
    HSPLokhttp3/Dispatcher;->promoteAndExecute()Z
    HSPLokhttp3/Dns$Companion$DnsSystem;-><init>()V
    HSPLokhttp3/Dns$Companion$DnsSystem;->lookup(Ljava/lang/String;)Ljava/util/List;
    HSPLokhttp3/Dns;-><clinit>()V
    HSPLokhttp3/EventListener$Companion$NONE$1;-><init>()V
    HSPLokhttp3/EventListener;-><clinit>()V
    HSPLokhttp3/EventListener;-><init>()V
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Mon Dec 30 23:28:56 UTC 2024
    - 127.9K bytes
    - Viewed (0)
  7. okhttp/src/jvmTest/kotlin/okhttp3/URLConnectionTest.kt

        )
      }
    
      @Test
      fun invalidHost() {
        // Note that 1234.1.1.1 is an invalid host in a URI, but URL isn't as strict.
        client =
          client
            .newBuilder()
            .dns(FakeDns())
            .build()
        assertFailsWith<UnknownHostException> {
          getResponse(
            Request
              .Builder()
              .url("http://1234.1.1.1/index.html".toHttpUrl())
              .build(),
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Jun 21 20:36:35 UTC 2025
    - 133.2K bytes
    - Viewed (0)
Back to top