MCPcopy Create free account
hub / github.com/celzero/midway / DohResolver

Interface DohResolver

midway/dns.go:21–24  ·  view source on GitHub ↗

Adopted from: github.com/folbricht/routedns

Source from the content-addressed store, hash-verified

19// Adopted from: github.com/folbricht/routedns
20
21type DohResolver interface {
22 DnsHandler() dns.HandlerFunc
23 DohHandler() http.HandlerFunc
24}
25
26type dohstub struct {
27 url string

Callers 4

StartPPWithDoTFunction · 0.65
StartPPWithDoTCleartextFunction · 0.65
StartPPWithDoHFunction · 0.65
StartPPWithDoHCleartextFunction · 0.65

Implementers 1

dohstubmidway/dns.go

Calls

no outgoing calls

Tested by

no test coverage detected