Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 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

Stars

8 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages