Total Records
12
Response Time
238ms
DNSSEC
Disabled
DNS Provider
Unknown
Address Records
IP addresses the domain points to
| Type | Name | Value | TTL |
|---|---|---|---|
| A | miui.com | 124.251.100.193 ๐จ๐ณ CN
AS9308 CHINA-ABITCOOL - Abitcool(China) Inc., CN | 10m |
Mail Records
Mail servers for the domain
| Type | Name | Value | TTL |
|---|---|---|---|
| MX | miui.com | 5 mail.miui.com. | 5m |
Name Records
Nameservers and aliases
| Type | Name | Value | TTL |
|---|---|---|---|
| NS | miui.com | ns4.dnsv5.com. | 1d |
| NS | miui.com | ns3.dnsv5.com. | 1d |
| SOA | miui.com | ns3.dnsv5.com. enterprise3dnsadmin.dnspod.com. 1781271704 3600 180 1209600 180 | 3m |
Text & Verification
SPF, DKIM, DMARC, and verification
| Type | Name | Value | TTL |
|---|---|---|---|
| TXT | miui.com | "imagex_bac2c087de0147829676345baa802d52" | 1h |
| TXT | miui.com | "verify_b815cd992f65a889a6f1fff3c2cf9672" | 1h |
| TXT | miui.com | "v=spf1 ip4:58.68.235.0/24 ip4:58.68.247.0/24 ip4:59.108.40.194/28 ip4:211.147.239.157 ip4:222.35.137.145 ip4:222.35.137.233 ip4:69.28.52.82 ip4:69.28.52.85 ip4:69.28.52.86 ip4:69.28.52.87 ip4:69.28.52.88 include:_spf.google.com -all" | 1h |
| TXT | miui.com | "g5u517paf99htcsrjo6mdishqu" | 1h |
| TXT | miui.com | "lq16pai01j0b0pr75rt35uga9t" | 1h |
| TXT | miui.com | "_4j01omxmr0asa0rjozfst1z7chvgf7e" | 1h |
| TXT | miui.com | "_cxluhja232srpo7pugu4fnhlqtmfs5d" | 1h |
Queried 6/12/2026, 6:12:24 PM ยท 238ms
REST API
Integrate DNS lookups into your applications โ query all record types programmatically.
curl -X GET "https://api.requestguard.com/api/v1/dns/lookup?domain=miui.com" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json" {
"success": true,
"data": {
"domain": "miui.com",
"records": [
{
"type": "A",
"name": "miui.com",
"value": "124.251.100.193",
"ttl": 600,
"geo": {
"ip": "124.251.100.193",
"asn": 9308,
"country": "CN",
"asnName": "CHINA-ABITCOOL - Abitcool(China) Inc., CN"
}
},
{
"type": "MX",
"name": "miui.com",
"value": "5 mail.miui.com.",
"ttl": 300
},
{
"type": "NS",
"name": "miui.com",
"value": "ns4.dnsv5.com.",
"ttl": 86400
}
],
"queryTimeMs": 238
}
}