We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e2cfc4 commit a955cb5Copy full SHA for a955cb5
src/net/dns.rs
@@ -227,9 +227,6 @@ pub(crate) async fn update_connect_timestamp(
227
}
228
229
/// Preloaded DNS results that can be used in case of DNS server failures.
230
-///
231
-/// See <https://support.delta.chat/t/no-dns-resolution-result/2778> and
232
-/// <https://github.com/deltachat/deltachat-core-rust/issues/4920> for reasons.
233
static DNS_PRELOAD: LazyLock<HashMap<&'static str, Vec<IpAddr>>> = LazyLock::new(|| {
234
HashMap::from([
235
(
0 commit comments