diff --git a/core/result.go b/core/result.go index 25904a71..12142fca 100644 --- a/core/result.go +++ b/core/result.go @@ -10,6 +10,8 @@ type Result struct { HTTPStatus int `json:"status"` // DNSRCode is the response code of a DNS query in a human-readable format + // + // Possible values: NOERROR, FORMERR, SERVFAIL, NXDOMAIN, NOTIMP, REFUSED DNSRCode string `json:"-"` // Hostname extracted from Endpoint.URL