Registry / networking / likexian-doh-go

likexian-doh-go

JSON →
library0.7.1gogounverified

A Go library for DNS-over-HTTPS (DoH) resolution.

go get github.com/likexian/doh-go
INSTALL
IMPORT
SIG · LIKEXIAN-DOH-GO
L
likexian-doh-go
networkinggov0.7.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

doh
github.com/likexian/doh-go

Resolve a domain using DNS-over-HTTPS.

package main import ( "fmt" "github.com/likexian/doh-go" ) func main() { resp, err := doh.Query("example.com", doh.TypeA) if err != nil { panic(err) } fmt.Println(resp) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.7.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
likexian-doh-go — go get likexian-doh-go · libregistry