| 33 | } |
| 34 | |
| 35 | type HostResolver interface { |
| 36 | LookupAddr(addr string) []string |
| 37 | LookupHost(addr string) []string |
| 38 | } |
| 39 | |
| 40 | // Proxy is a DNS53 to DNS over anything proxy. |
| 41 | type Proxy struct { |
no outgoing calls
no test coverage detected
searching dependent graphs…