refactor(dnsx): prepare for merging with netxlite (#515)
Part of https://github.com/ooni/probe/issues/1591
This commit is contained in:
parent
8b9fe1a160
commit
12cf4b9990
17 changed files with 92 additions and 92 deletions
|
|
@ -86,4 +86,4 @@ func (t *DNSOverHTTPS) CloseIdleConnections() {
|
|||
t.Client.CloseIdleConnections()
|
||||
}
|
||||
|
||||
var _ RoundTripper = &DNSOverHTTPS{}
|
||||
var _ DNSTransport = &DNSOverHTTPS{}
|
||||
|
|
|
|||
Loading…
Reference in a new issue