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
|
|
@ -66,4 +66,4 @@ func (t *DNSOverUDP) CloseIdleConnections() {
|
|||
// nothing to do
|
||||
}
|
||||
|
||||
var _ RoundTripper = &DNSOverUDP{}
|
||||
var _ DNSTransport = &DNSOverUDP{}
|
||||
|
|
|
|||
Loading…
Reference in a new issue