fix dns lookup and asn prefixes

This commit is contained in:
2025-09-19 22:01:30 +02:00
parent 8ce0755d45
commit cf123d61c8
4 changed files with 97 additions and 61 deletions
+2
View File
@@ -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.