mirror of
https://github.com/skidoodle/ipinfo.git
synced 2026-04-28 09:27:35 +02:00
fix dns lookup and asn prefixes
This commit is contained in:
@@ -44,6 +44,8 @@ type DNSData struct {
|
||||
MX []string `json:"MX,omitempty"`
|
||||
TXT []string `json:"TXT,omitempty"`
|
||||
NS []string `json:"NS,omitempty"`
|
||||
SOA []string `json:"SOA,omitempty"`
|
||||
CAA []string `json:"CAA,omitempty"`
|
||||
}
|
||||
|
||||
// WhoisInfo is a sanitized version of the parsed whois data for the API response.
|
||||
|
||||
Reference in New Issue
Block a user