ooni-probe-cli/internal/netxlite/dnsx
Simone Basso 8b9fe1a160
feat(netxlite): implement LookupHTTPS (#514)
This new API call performs DNS lookups for HTTPS records.

Part of https://github.com/ooni/probe/issues/1733 and diff has been
extracted from https://github.com/ooni/probe-cli/pull/506.
2021-09-27 23:09:41 +02:00
..
mocks feat(netxlite): implement LookupHTTPS (#514) 2021-09-27 23:09:41 +02:00
model feat(netxlite): implement LookupHTTPS (#514) 2021-09-27 23:09:41 +02:00
decoder_test.go feat(netxlite): implement LookupHTTPS (#514) 2021-09-27 23:09:41 +02:00
decoder.go feat(netxlite): implement LookupHTTPS (#514) 2021-09-27 23:09:41 +02:00
dnsoverhttps_test.go fix(netxlite/dns): more stricly mirror stdlib error strings (#513) 2021-09-27 16:48:46 +02:00
dnsoverhttps.go fix(netxlite/dns): more stricly mirror stdlib error strings (#513) 2021-09-27 16:48:46 +02:00
dnsovertcp_test.go refactor(netx): move dns transports in netxlite/dnsx (#503) 2021-09-09 21:24:27 +02:00
dnsovertcp.go refactor(netx): move dns transports in netxlite/dnsx (#503) 2021-09-09 21:24:27 +02:00
dnsoverudp_test.go refactor(netx): move dns transports in netxlite/dnsx (#503) 2021-09-09 21:24:27 +02:00
dnsoverudp.go refactor(netx): move dns transports in netxlite/dnsx (#503) 2021-09-09 21:24:27 +02:00
encoder_test.go refactor(netx): move dns transports in netxlite/dnsx (#503) 2021-09-09 21:24:27 +02:00
encoder.go refactor(netx): move dns transports in netxlite/dnsx (#503) 2021-09-09 21:24:27 +02:00
roundtripper.go refactor(netx): move dns transports in netxlite/dnsx (#503) 2021-09-09 21:24:27 +02:00
serial_test.go feat(netxlite): implement LookupHTTPS (#514) 2021-09-27 23:09:41 +02:00
serial.go feat(netxlite): implement LookupHTTPS (#514) 2021-09-27 23:09:41 +02:00