mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-10-09 21:36:22 +08:00
Update domain.go (#2135)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
This commit is contained in:
parent
b2a8d4c671
commit
2d241b7a78
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import (
|
||||||
"golang.org/x/net/idna"
|
"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 {
|
type DomainConfig struct {
|
||||||
Name string `json:"name"` // NO trailing "."
|
Name string `json:"name"` // NO trailing "."
|
||||||
Tag string `json:"-"` // split horizon tag
|
Tag string `json:"-"` // split horizon tag
|
||||||
|
|
Loading…
Add table
Reference in a new issue