mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
Update domain.go (#2135)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
This commit is contained in:
@ -7,7 +7,7 @@ import (
|
||||
"golang.org/x/net/idna"
|
||||
)
|
||||
|
||||
// DomainConfig describes a DNS domain (tecnically a DNS zone).
|
||||
// DomainConfig describes a DNS domain (technically a DNS zone).
|
||||
type DomainConfig struct {
|
||||
Name string `json:"name"` // NO trailing "."
|
||||
Tag string `json:"-"` // split horizon tag
|
||||
|
Reference in New Issue
Block a user