DNS Lookup Tool
Query comprehensive DNS records for any domain. Get A, AAAA, MX, TXT, NS, CAA, SRV, DNSKEY and more.
DNS Records for
wifi-soft.com
Records: 8
Response Time: 115ms
DNSSEC: Disabled
DNS Provider: Unknown
Security:
β SPF soft
Address Records
IP addresses the domain points to
| Type | Name | Value | TTL |
|---|---|---|---|
| A | wifi-soft.com | 209.68.0.192 πΊπΈ US AS7859 PAIR-NETWORKS - pair Networks, US | 1h |
Mail Records
Mail servers for the domain
| Type | Name | Value | TTL |
|---|---|---|---|
| MX | wifi-soft.com | 50 mailwash51.pair.com. | 1h |
Name Records
Nameservers and aliases
| Type | Name | Value | TTL |
|---|---|---|---|
| NS | wifi-soft.com | ns5.ns0.com. | 1h |
| NS | wifi-soft.com | ns569.pair.com. | 1h |
| SOA | wifi-soft.com | ns569.pair.com. root.pair.com. 2026050115 3600 300 604800 3600 | 1h |
Text & Verification
SPF, DKIM, DMARC, and verification
| Type | Name | Value | TTL |
|---|---|---|---|
| TXT | wifi-soft.com | "v=spf1 include:webmail.pair.com include:relay.pair.com include:pairlist.com a:vps463.pairvps.com a:mailwash51.pair.com ~all" | 1h |
| TXT | wifi-soft.com | "_globalsign-domain-verification=j0P2gaq-mZ_rnr-vorTVNacrQOlO25-DVphuIJoQNX" | 1h |
| TXT | wifi-soft.com | "v=spf1 include:relay.pair.com include:pairlist.com a:vps463.pairvps.com a:mailwash51.pair.com include:webmail.pair.com +a:mywifi.wifi-soft.com +a:controlcenter.wifi-soft.com +ip4:50.56.177.121/32 +ip4:209.203.50.194/32 +ip4:139.59.68.243/32 +ip4:68.183.90" ".181/32 +ip4:114.143.224.96/29 +ip6:2001:4800:780e:510:be76:4eff:fe05:1567/128 ~all" | 1h |
Queried at 5/10/2026, 9:34:32 PM
About DNS Records
The Domain Name System (DNS) is the internet's phonebook, translating human-readable domain names into IP addresses. DNS records contain essential configuration for how a domain behaves across email, web, security, and services.
Common Records
- A/AAAA - Map domain to IPv4/IPv6 addresses
- MX - Mail servers for receiving email
- TXT - SPF, DKIM, DMARC for email security
- NS - Authoritative nameservers
- CNAME - Aliases pointing to other domains
Security Records
- CAA - Restrict which CAs can issue certificates
- DNSKEY/DS - DNSSEC cryptographic keys
- TLSA - DANE TLS certificate authentication
- SSHFP - SSH host key fingerprints
- SRV - Service discovery and endpoints
REST API
Integrate DNS lookups into your applications with our REST API. Query all record types programmatically.
GET DNS Lookup
$
curl https://api.requestguard.com/v1/dns/lookup?domain=wifi-soft.com Response for wifi-soft.com Live Data
{
"success": true,
"data": {
"domain": "wifi-soft.com",
"queryTimeMs": 115,
"dnssec": false,
"dnsProvider": null,
"records": [
{
"type": "A",
"name": "wifi-soft.com",
"value": "209.68.0.192",
"ttl": 3600,
"geo": {
"ip": "209.68.0.192",
"asn": 7859,
"country": "US",
"asnName": "PAIR-NETWORKS - pair Networks, US"
}
},
{
"type": "MX",
"name": "wifi-soft.com",
"value": "50 mailwash51.pair.com.",
"ttl": 3600
},
{
"type": "NS",
"name": "wifi-soft.com",
"value": "ns5.ns0.com.",
"ttl": 3600
},
{
"type": "NS",
"name": "wifi-soft.com",
"value": "ns569.pair.com.",
"ttl": 3600
},
{
"type": "SOA",
"name": "wifi-soft.com",
"value": "ns569.pair.com. root.pair.com. 2026050115 3600 300 604800 3600",
"ttl": 3600
},
{
"type": "TXT",
"name": "wifi-soft.com",
"value": "\"v=spf1 include:webmail.pair.com include:relay.pair.com include:pairlist.com a:vps463.pairvps.com a:mailwash51.pair.com ~all\"",
"ttl": 3600
},
{
"type": "TXT",
"name": "wifi-soft.com",
"value": "\"_globalsign-domain-verification=j0P2gaq-mZ_rnr-vorTVNacrQOlO25-DVphuIJoQNX\"",
"ttl": 3600
},
{
"type": "TXT",
"name": "wifi-soft.com",
"value": "\"v=spf1 include:relay.pair.com include:pairlist.com a:vps463.pairvps.com a:mailwash51.pair.com include:webmail.pair.com +a:mywifi.wifi-soft.com +a:controlcenter.wifi-soft.com +ip4:50.56.177.121/32 +ip4:209.203.50.194/32 +ip4:139.59.68.243/32 +ip4:68.183.90\" \".181/32 +ip4:114.143.224.96/29 +ip6:2001:4800:780e:510:be76:4eff:fe05:1567/128 ~all\"",
"ttl": 3600
}
],
"queriedAt": "2026-05-10T21:34:32.850Z"
}
}