refactor(netx): use netxlite for AddressResolver (#500)

Part of https://github.com/ooni/probe/issues/1591.
This commit is contained in:
Simone Basso
2021-09-09 20:21:43 +02:00
committed by GitHub
parent 254a5511e9
commit 5ab3c3b689
5 changed files with 48 additions and 66 deletions
+1
View File
@@ -33,6 +33,7 @@ type (
DialerSystem = dialerSystem
TLSDialerLegacy = tlsDialer
UserAgentTransport = httpUserAgentTransport
AddressResolver = resolverShortCircuitIPAddr
)
// ResolverLegacy performs domain name resolutions.