mirror of
https://github.com/TwiN/gatus.git
synced 2024-11-07 08:34:15 +01:00
docs: List possible values for Result.DNSRCode
This commit is contained in:
parent
5807d76c2f
commit
e620fd1214
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user