MCPcopy
hub / github.com/AdguardTeam/dnsproxy / DefaultHandler

Struct DefaultHandler

proxy/requesthandler.go:21–21  ·  view source on GitHub ↗

DefaultHandler implements [Handler] by calling [Proxy.Resolve]. It is used as a default handler if no other handler is specified.

Source from the content-addressed store, hash-verified

19// DefaultHandler implements [Handler] by calling [Proxy.Resolve]. It is used
20// as a default handler if no other handler is specified.
21type DefaultHandler struct{}
22
23// type check
24var _ Handler = DefaultHandler{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected