- Sort Score
- Num 10 results
- Language All
Results 91 - 100 of 111 for Dns (0.03 seconds)
-
CHANGELOG/CHANGELOG-1.32.md
- Fixed a regression introduced in v1.29 where conntrack entries for UDP connections to deleted pods did not get cleaned up correctly, which could (among other things) cause DNS problems when DNS pods were restarted. ([#127780](https://github.com/kubernetes/kubernetes/pull/127780), [@danwinship](https://github.com/danwinship))
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Thu Feb 26 23:58:21 GMT 2026 - 470.5K bytes - Click Count (0) -
android/guava/src/com/google/thirdparty/publicsuffix/PublicSuffixPatterns.java
unity-pro\u0007cosidns\u0005ddnss\u0012diskussionsbereich\u0007dnshome\ndnsupdater\ndyn-berlin\u0008dyn-ip24\u000fdynamisches-dns\u0007dyndns1\u0006frusky\u000ffuettertdasnetz\u0009git-repos\u0004goip\u0010g\u00fcnstigbestellen\u000eg\u00fcnstigliefern\u000ehome-webserver\u000chs-heilbronn\u0009in-berlin\u0006in-brb\u0009in-butter\u0006in-dsl\u0006in-vpn\u000cinternet-dns\u000biservschule\nisteingeek\u0007istmein\nkeymachine\u0009l-o-g-i-n\u000clcube-server\nlebtimnetz\nleitungsen\nmein-iserv\nm...
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Mar 06 20:41:51 GMT 2026 - 290.5K bytes - Click Count (1) -
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(),
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Tue Jan 27 09:00:39 GMT 2026 - 133.3K bytes - Click Count (0) -
okhttp-logging-interceptor/src/test/java/okhttp3/logging/HttpLoggingInterceptorTest.kt
.assertNoMoreLogs() } @Test fun connectFail() { setLevel(Level.BASIC) client = OkHttpClient .Builder() .dns { hostname: String? -> throw UnknownHostException("reason") } .addInterceptor(applicationInterceptor) .build() try { client.newCall(request().build()).execute() fail<Any>()
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Fri Nov 07 02:57:33 GMT 2025 - 39.4K bytes - Click Count (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/connection/RouteSelector.kt
listOf(InetAddress.getByName(socketHost)) } else { call.eventListener.dnsStart(call, socketHost) val result = address.dns.lookup(socketHost) if (result.isEmpty()) { throw UnknownHostException("${address.dns} returned no addresses for $socketHost") } call.eventListener.dnsEnd(call, socketHost, result) result }
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Wed Oct 08 03:50:05 GMT 2025 - 7.3K bytes - Click Count (2) -
CHANGELOG/CHANGELOG-1.30.md
- Fixes a regression introduced in 1.29 where conntrack entries for UDP connections to deleted pods did not get cleaned up correctly, which could (among other things) cause DNS problems when DNS pods were restarted. ([#127807](https://github.com/kubernetes/kubernetes/pull/127807), [@danwinship](https://github.com/danwinship)) [SIG Network]
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Wed Jun 18 18:59:10 GMT 2025 - 398.1K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.34.md
- Allowed setting the `hostnameOverride` field in `PodSpec` to specify any RFC 1123 DNS subdomain as the pod's hostname. The `HostnameOverride` feature gate was introduced to control enablement of this functionality. ([#132558](https://github.com/kubernetes/kubernetes/pull/132558), [@HirazawaUi](https://github.com/HirazawaUi)) [SIG API...
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Thu Mar 19 03:19:43 GMT 2026 - 368.7K bytes - Click Count (2) -
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
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Tue Dec 31 14:50:53 GMT 2024 - 129.6K bytes - Click Count (2) -
CHANGELOG/CHANGELOG-1.22.md
- Kubeadm: Remove the field `ClusterConfiguration.DNS.Type` in v1beta3 since CoreDNS is the only supported DNS type. ([#101547](https://github.com/kubernetes/kubernetes/pull/101547), [@neolit123](https://github.com/neolit123))
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Tue Dec 13 12:43:45 GMT 2022 - 454.1K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.20.md
Previously introduced in 1.19 behind a feature gate, `SetHostnameAsFQDN` is now enabled by default. More details on this behavior are available in [documentation for DNS for Services and Pods](https://docs.k8s.io/concepts/services-networking/dns-pod-service/#pod-sethostnameasfqdn-field) ### `TokenRequest` / `TokenRequestProjection` graduates to General Availability
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Wed Jan 19 21:05:45 GMT 2022 - 409K bytes - Click Count (0)