//
pkg.gl
Category
github.com/markdingo/trustydns
internal
resolver
doh
package
0.2.1
Repository:
https://github.com/markdingo/trustydns.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
17
Dependents
2
Files
535 SLOC
#
Functions
New
New creates a remote struct which supplies the internal/resolver/Resolver interface.
#
Structs
Config
Config is passed to the New() constructor.
#
Interfaces
HTTPClientDo
HTTPClientDo is an interface which implements http.Client.Do() - the only http.Client method used by the DoH resolver.