Files
realDynDNS/model/common/common.go
2024-04-01 11:44:53 +02:00

10 lines
117 B
Go

package common
type ARecord struct {
Domain string
IP string
TTL int
Prio int
Disabled bool
}