From 4310ee4e4a30e3101cf3012ff05bcbe1f141e9d9 Mon Sep 17 00:00:00 2001 From: theS1LV3R Date: Fri, 10 Jul 2026 02:18:27 +0200 Subject: [PATCH] chore: Add changelog --- changelog.d/1934.bugfix.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/1934.bugfix.md diff --git a/changelog.d/1934.bugfix.md b/changelog.d/1934.bugfix.md new file mode 100644 index 000000000..5b09b0c8c --- /dev/null +++ b/changelog.d/1934.bugfix.md @@ -0,0 +1 @@ +Replace old DNS cache with resolvematrix' built in one for better handling of SNI and overrides. Contributed by @s1lv3r.