refactor(netx): use netxlite for AddressResolver (#500)
Part of https://github.com/ooni/probe/issues/1591.
This commit is contained in:
parent
254a5511e9
commit
5ab3c3b689
5 changed files with 48 additions and 66 deletions
|
|
@ -33,6 +33,7 @@ type (
|
|||
DialerSystem = dialerSystem
|
||||
TLSDialerLegacy = tlsDialer
|
||||
UserAgentTransport = httpUserAgentTransport
|
||||
AddressResolver = resolverShortCircuitIPAddr
|
||||
)
|
||||
|
||||
// ResolverLegacy performs domain name resolutions.
|
||||
|
|
|
|||
Loading…
Reference in a new issue