You've already forked dyndns-client
Initial Commit
This commit is contained in:
7
pkg/types/tsigkey.go
Normal file
7
pkg/types/tsigkey.go
Normal file
@ -0,0 +1,7 @@
|
||||
package types
|
||||
|
||||
type TSIGKey struct {
|
||||
Algorithm string `json:"algorithm"`
|
||||
Name string `json:"name"`
|
||||
Secret string `json:"secret"`
|
||||
}
|
Reference in New Issue
Block a user