Categorygithub.com/libdns/rfc2136
modulepackage
0.1.0
Repository: https://github.com/libdns/rfc2136.git
Documentation: pkg.go.dev

# README

RFC2136 provider for libdns

Go Reference

This package implements the libdns interfaces using RFC2136 Dynamic Updates, allowing you to manage DNS records.

Example configuration

p := rfc2136.Provider{
	KeyName: "test",
	Key:     "cWnu6Ju9zOki4f7Q+da2KKGo0KOXbCf6Pej6hW3geC4=",
	KeyAlg:  "hmac-sha256",
	Server:  "1.2.3.4:53",
}

# Structs

No description provided by the author