You've already forked dyndns-client
Initial Commit
This commit is contained in:
7
pkg/types/zone.go
Normal file
7
pkg/types/zone.go
Normal file
@ -0,0 +1,7 @@
|
||||
package types
|
||||
|
||||
type Zone struct {
|
||||
DNSServer string `json:"dns-server"`
|
||||
Name string `json:"name"`
|
||||
TSIGKeyName string `json:"tsig-key"`
|
||||
}
|
Reference in New Issue
Block a user