Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for ip (0.01 sec)

  1. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    nittedal.no
    niyodogawa.kochi.jp
    nj.us
    njs.jelastic.vps-host.net
    nl
    nl-ams-1.baremetal.scw.cloud
    nl.ca
    nl.eu.org
    nl.no
    nm.cn
    nm.us
    no
    no-ip.biz
    no-ip.ca
    no-ip.co.uk
    no-ip.info
    no-ip.net
    no-ip.org
    no.eu.org
    no.it
    nobeoka.miyazaki.jp
    noboribetsu.hokkaido.jp
    nobushi.jp
    noda.chiba.jp
    noda.iwate.jp
    nodes.k8s.fr-par.scw.cloud
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue May 27 22:00:49 UTC 2025
    - 129.6K bytes
    - Viewed (3)
  2. okhttp/src/androidMain/assets/PublicSuffixDatabase.list

    nittedal.no
    niyodogawa.kochi.jp
    nj.us
    njs.jelastic.vps-host.net
    nl
    nl-ams-1.baremetal.scw.cloud
    nl.ca
    nl.eu.org
    nl.no
    nm.cn
    nm.us
    no
    no-ip.biz
    no-ip.ca
    no-ip.co.uk
    no-ip.info
    no-ip.net
    no-ip.org
    no.eu.org
    no.it
    nobeoka.miyazaki.jp
    noboribetsu.hokkaido.jp
    nobushi.jp
    noda.chiba.jp
    noda.iwate.jp
    nodes.k8s.fr-par.scw.cloud
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue Dec 31 14:50:53 UTC 2024
    - 129.6K bytes
    - Viewed (2)
  3. CHANGELOG/CHANGELOG-1.4.md

    * allow a read-only rbd image mounted by multiple pods ([#29622](https://github.com/kubernetes/kubernetes/pull/29622), [@rootfs](https://github.com/rootfs))
    * [kubelet] Auto-discover node IP if neither cloud provider exists and IP is not explicitly specified ([#29907](https://github.com/kubernetes/kubernetes/pull/29907), [@luxas](https://github.com/luxas))
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 133.5K bytes
    - Viewed (0)
  4. 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)
  5. okhttp/src/jvmTest/kotlin/okhttp3/CallTest.kt

      }
    
      @Test
      fun httpsWithIpAddress() {
        platform.assumeNotBouncyCastle()
    
        val localIpAddress = InetAddress.getLoopbackAddress().hostAddress
    
        // Create a certificate with an IP address in the subject alt name.
        val heldCertificate =
          HeldCertificate
            .Builder()
            .commonName("example.com")
            .addSubjectAlternativeName(localIpAddress!!)
            .build()
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Thu Jul 31 04:18:40 UTC 2025
    - 146.6K bytes
    - Viewed (0)
  6. okhttp/src/jvmTest/kotlin/okhttp3/URLConnectionTest.kt

            .Builder()
            .inTunnel()
            .body("bogus proxy connect response content")
            .build(),
        )
        server.enqueue(MockResponse(body = "response"))
    
        // Configure a single IP address for the host and a single configuration, so we only need one
        // failure to fail permanently.
        client =
          client
            .newBuilder()
            .sslSocketFactory(
    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