2025-06-03 23:39:48 +08:00

10 lines
135 B
Go

package udnr
type DomainDNSRecord struct {
DnsType string
RecordName string
Content string
TTL int
Prio int
}