chore(dns): upgrade dependency from v2.0.0-rc7 to v2.0.0-rc8

- do not log dial error twice
- DNS subserver shuts down without waiting for connections to finish (UDP server would hang sometimes)
- DNS over TLS dialer uses tls.Dialer instead of wrapping connection with tls.Client
- connection type is just `tls` instead of `dns over tls` to reduce repetition in logs
- exchange errors contain the request question in their context
This commit is contained in:
Quentin McGaw
2024-11-03 12:35:01 +00:00
parent f1f34722ee
commit ddd3876f92
3 changed files with 3 additions and 2 deletions

2
go.mod
View File

@@ -9,7 +9,7 @@ require (
github.com/klauspost/compress v1.17.9
github.com/klauspost/pgzip v1.2.6
github.com/pelletier/go-toml/v2 v2.2.2
github.com/qdm12/dns/v2 v2.0.0-rc7
github.com/qdm12/dns/v2 v2.0.0-rc8
github.com/qdm12/gosettings v0.4.3
github.com/qdm12/goshutdown v0.3.0
github.com/qdm12/gosplash v0.2.0