Registry / networking / projectdiscovery-dnsx

projectdiscovery-dnsx

JSON →
library1.2.3gogounverified

Package dnsx provides a fast and flexible DNS toolkit for Go, supporting multiple query types and resolvers.

go get github.com/projectdiscovery/dnsx
INSTALL
IMPORT
SIG · PROJECTDISCOVERY-D
P
projectdiscovery-dnsx
networkinggov1.2.3
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.

dnsx
✓ github.com/projectdiscovery/dnsx

Performs a DNS A record query for example.com.

package main import ( "fmt" "github.com/projectdiscovery/dnsx" ) func main() { d := dnsx.New() result, err := d.Query("example.com", dnsx.TypeA) if err != nil { fmt.Println(err) return } fmt.Println(result) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
projectdiscovery-dnsx — go get projectdiscovery-dnsx · libregistry