Tantalor93 / dnspyre

CLI tool for a high QPS DNS benchmark
https://tantalor93.github.io/dnspyre/
MIT License
124 stars 12 forks source link

do not pre resolve server hostnames to mitigate cert validation errors #209

Closed Tantalor93 closed 10 months ago

Tantalor93 commented 10 months ago

related to https://github.com/Tantalor93/dnspyre/issues/208, the issue was introduced by https://github.com/Tantalor93/dnspyre/pull/190 by pre-resolving plain DNS and DoT server names there are eventually issues with servers with TLS certs not binding the IP name in cert

the actual functionality of resolving plain DNS and DoT server names is provided by miek/dns internally, no need to do it ourselves