From 444da5c251f55ae973a0c29432f98b351705e4e0 Mon Sep 17 00:00:00 2001 From: Hugo Landau Date: Mon, 8 Dec 2014 04:15:28 +0000 Subject: [PATCH] tweak --- ncdomain/convert.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"`