Skip to content

Commit

Permalink
Misc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ice3man543 committed Jan 27, 2022
1 parent c8ac1aa commit 003711f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.go
Expand Up @@ -400,7 +400,7 @@ type DNSData struct {
NS []string `json:"ns,omitempty"`
TXT []string `json:"txt,omitempty"`
Raw string `json:"raw,omitempty"`
HasInternalIPs bool `json:"has_internal_ips,omitempty"`
HasInternalIPs bool `json:"has_internal_ips"`
InternalIPs []string `json:"internal_ips,omitempty"`
StatusCode string `json:"status_code,omitempty"`
StatusCodeRaw int `json:"status_code_raw,omitempty"`
Expand Down

0 comments on commit 003711f

Please sign in to comment.