Total Records
11
Response Time
14ms
DNSSEC
Disabled
DNS Provider
Unknown
Name Records
Nameservers and aliases
| Type | Name | Value | TTL |
|---|---|---|---|
| NS | fastly-edge.com | ns1.fastly-edge.com. | 2h |
| NS | fastly-edge.com | ns2.fastly-edge.com. | 2h |
| NS | fastly-edge.com | ns3.fastly-edge.com. | 2h |
| NS | fastly-edge.com | ns4.fastly-edge.com. | 2h |
| SOA | fastly-edge.com | ns1.fastly-edge.com. hostmaster.fastly.com. 1 28800 900 604800 300 | 30s |
Text & Verification
SPF, DKIM, DMARC, and verification
| Type | Name | Value | TTL |
|---|---|---|---|
| TXT | fastly-edge.com | "v=spf1 -all" | 1m |
| TXT | fastly-edge.com | "_globalsign-domain-verification=mg0WhGBZb2li53-ctb2UtGHV9j5VrR9T1i2JSK9d5j" | 1m |
Security & Certificates
DNSSEC, CA restrictions, and keys
| Type | Name | Value | TTL |
|---|---|---|---|
| CAA | fastly-edge.com | \# 33 00 05 69 6f 64 65 66 6d 61 69 6c 74 6f 3a 73 65 63 75 72 69 74 79 40 66 61 73 74 6c 79 2e 63 6f 6d | 1h |
| CAA | fastly-edge.com | \# 45 00 05 69 73 73 75 65 63 65 72 74 61 69 6e 6c 79 2e 63 6f 6d 3b 76 61 6c 69 64 61 74 69 6f 6e 6d 65 74 68 6f 64 73 3d 64 6e 73 2d 30 31 | 1h |
| CAA | fastly-edge.com | \# 21 00 05 69 73 73 75 65 67 6c 6f 62 61 6c 73 69 67 6e 2e 63 6f 6d | 1h |
| CAA | fastly-edge.com | \# 47 00 05 69 73 73 75 65 6c 65 74 73 65 6e 63 72 79 70 74 2e 6f 72 67 3b 76 61 6c 69 64 61 74 69 6f 6e 6d 65 74 68 6f 64 73 3d 64 6e 73 2d 30 31 | 1h |
Queried 6/6/2026, 4:29:06 AM ยท 14ms
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=fastly-edge.com" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json" {
"success": true,
"data": {
"domain": "fastly-edge.com",
"records": [
{
"type": "NS",
"name": "fastly-edge.com",
"value": "ns1.fastly-edge.com.",
"ttl": 7200
},
{
"type": "NS",
"name": "fastly-edge.com",
"value": "ns2.fastly-edge.com.",
"ttl": 7200
},
{
"type": "NS",
"name": "fastly-edge.com",
"value": "ns3.fastly-edge.com.",
"ttl": 7200
}
],
"queryTimeMs": 14
}
}