Registry / networking / lixiangzhong-dnsutil

lixiangzhong-dnsutil

JSON →
library1.4.0gogounverified

A Go library for DNS utility functions, including querying and parsing DNS records.

go get github.com/lixiangzhong/dnsutil
INSTALL
IMPORT
SIG · LIXIANGZHONG-DNSUT
L
lixiangzhong-dnsutil
networkinggov1.4.0
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.

dnsutil
github.com/lixiangzhong/dnsutil

Look up A records for a domain

package main import ( "fmt" "github.com/lixiangzhong/dnsutil" ) func main() { result, err := dnsutil.Lookup("example.com", "A") if err != nil { panic(err) } fmt.Println(result) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
lixiangzhong-dnsutil — go get lixiangzhong-dnsutil · libregistry