Fix DNS domain name case preservation and DNS 0x20 encoding issues.

Fixed DNS 0x20 encoding bug in worker threads and removed automatic lowercasing in DNS buffer parsing to preserve case from authoritative sources. Implemented case-insensitive lookups for cache and blockchain while ensuring restoration of the original client query case in all response paths instead of returning randomized DNS 0x20 case from upstream servers.
This commit is contained in:
Revertron
2025-10-28 13:11:56 +01:00
parent b10402ee1e
commit a29a6190fb
9 changed files with 108 additions and 28 deletions
Generated
+1 -1
View File
@@ -45,7 +45,7 @@ dependencies = [
[[package]]
name = "alfis"
version = "0.8.7"
version = "0.8.8"
dependencies = [
"bincode",
"blakeout",