dyndns-client/pkg/types/zone.go

8 lines
148 B
Go
Raw Normal View History

2021-04-23 14:02:15 +00:00
package types
type Zone struct {
DNSServer string `json:"dns-server"`
Name string `json:"name"`
TSIGKeyName string `json:"tsig-key"`
}