mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
Don't count diff2.REPORT (informational warnings) as a "correction" (#2361)
Co-authored-by: Tom Limoncelli <tal@whatexit.org>
This commit is contained in:
@ -9,8 +9,10 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
// DomainUniqueName is the full `example.com!tag` name`
|
||||
DomainUniqueName = "dnscontrol_uniquename"
|
||||
DomainTag = "dnscontrol_tag"
|
||||
// DomainTag is the tag part of `example.com!tag` name
|
||||
DomainTag = "dnscontrol_tag"
|
||||
)
|
||||
|
||||
// DomainConfig describes a DNS domain (technically a DNS zone).
|
||||
|
Reference in New Issue
Block a user