Skip to content

mjl-/libdns-rfc2136

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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",
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Go 100.0%