Registry / networking / libdns-libdns

libdns-libdns

JSON →
library1.1.1gogounverified

Core interfaces for DNS record manipulation across providers, with structured record types.

go get github.com/libdns/libdns
INSTALL
IMPORT
SIG · LIBDNS-LIBDNS
L
libdns-libdns
networkinggov1.1.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.

libdns
github.com/libdns/libdns

Creates a simple DNS resource record and prints its name.

package main import ( "fmt" "github.com/libdns/libdns" ) func main() { rec := libdns.RR{Name: "sub", Type: "A", Value: "1.2.3.4"} fmt.Println(rec.Name) }
Debug
Known issues
gotchaRecord values should not be compared with == unless they are RR structs; other types contain maps.
fix
Use reflect.DeepEqual or compare individual fields.
affects: >=1.0.0
Upgrade
Version history
1.1.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources