fix(dns): dns over tls re-uses TCP connections

- Bump dns to v2.0.0-rc10
- DNS over HTTPs not affected since it did re-use connections already
This commit is contained in:
Quentin McGaw
2025-12-22 21:09:22 +00:00
parent 2d00f3fe25
commit d702ed4122
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ require (
github.com/klauspost/compress v1.18.1
github.com/klauspost/pgzip v1.2.6
github.com/pelletier/go-toml/v2 v2.2.4
github.com/qdm12/dns/v2 v2.0.0-rc9.0.20251123213823-54e987293e88
github.com/qdm12/dns/v2 v2.0.0-rc10
github.com/qdm12/gosettings v0.4.4
github.com/qdm12/goshutdown v0.3.0
github.com/qdm12/gosplash v0.2.0