diff --git a/ncdomain/convert.go b/ncdomain/convert.go index e603f8c..9f55764 100644 --- a/ncdomain/convert.go +++ b/ncdomain/convert.go @@ -327,7 +327,7 @@ type rawValue struct { TXT interface{} `json:"txt"` Hostmaster interface{} `json:"email"` // Hostmaster MX interface{} `json:"mx"` - TLSA interface{} `json:"tlsa"` + TLSA interface{} `json:"tls"` Map json.RawMessage `json:"map"`