fix(dns): correct error wrapping for DNS listening address validation

- Fix #3216
This commit is contained in:
Quentin McGaw
2026-03-10 12:38:56 +00:00
parent f9a86f48aa
commit 05795ad2d1
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.20260216151239-36b3306f2205
github.com/qdm12/dns/v2 v2.0.0-rc9.0.20260310123525-76fabc2b3294
github.com/qdm12/gosettings v0.4.4
github.com/qdm12/goshutdown v0.3.0
github.com/qdm12/gosplash v0.2.0