DNS Lookup Tool

Query comprehensive DNS records for any domain. Get A, AAAA, MX, TXT, NS, CAA, SRV, DNSKEY and more.

DNS Records for emailondeck.com

Records: 13
Response Time: 71ms
DNSSEC: Disabled
DNS Provider: Unknown
Security: βœ“ SPF strict

Address Records

IP addresses the domain points to

1 record
Type Name Value TTL
A emailondeck.com
138.68.196.199
πŸ‡ΊπŸ‡Έ US AS14061 DIGITALOCEAN-ASN - DigitalOcean, LLC, US
1d

Mail Records

Mail servers for the domain

2 records
Type Name Value TTL
MX emailondeck.com
20 mailsec.protonmail.ch.
1h
MX emailondeck.com
10 mail.protonmail.ch.
1h

Name Records

Nameservers and aliases

7 records
Type Name Value TTL
NS emailondeck.com
ns14.dnsmadeeasy.com.
1d
NS emailondeck.com
ns10.dnsmadeeasy.com.
1d
NS emailondeck.com
ns11.dnsmadeeasy.com.
1d
NS emailondeck.com
ns12.dnsmadeeasy.com.
1d
NS emailondeck.com
ns13.dnsmadeeasy.com.
1d
NS emailondeck.com
ns15.dnsmadeeasy.com.
1d
SOA emailondeck.com
ns10.dnsmadeeasy.com. dns.dnsmadeeasy.com. 2009010219 43200 3600 1209600 180
1d

Text & Verification

SPF, DKIM, DMARC, and verification

3 records
Type Name Value TTL
TXT emailondeck.com
"v=spf1 include:_spf.protonmail.ch mx -all"
1h
TXT emailondeck.com
"google-site-verification=WN8vWLpjRVUwQ06ORNNAy4b54yeblScNeH1MdFQLAzw"
1h
TXT emailondeck.com
"protonmail-verification=900af822c90a5295abd75d637b97ac5b6f675942"
1h

Queried at 5/10/2026, 9:33:48 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=emailondeck.com
Response for emailondeck.com Live Data
{
  "success": true,
  "data": {
    "domain": "emailondeck.com",
    "queryTimeMs": 71,
    "dnssec": false,
    "dnsProvider": null,
    "records": [
      {
        "type": "A",
        "name": "emailondeck.com",
        "value": "138.68.196.199",
        "ttl": 86400,
        "geo": {
          "ip": "138.68.196.199",
          "asn": 14061,
          "country": "US",
          "asnName": "DIGITALOCEAN-ASN - DigitalOcean, LLC, US"
        }
      },
      {
        "type": "MX",
        "name": "emailondeck.com",
        "value": "20 mailsec.protonmail.ch.",
        "ttl": 3600
      },
      {
        "type": "MX",
        "name": "emailondeck.com",
        "value": "10 mail.protonmail.ch.",
        "ttl": 3600
      },
      {
        "type": "NS",
        "name": "emailondeck.com",
        "value": "ns14.dnsmadeeasy.com.",
        "ttl": 86400
      },
      {
        "type": "NS",
        "name": "emailondeck.com",
        "value": "ns10.dnsmadeeasy.com.",
        "ttl": 86400
      },
      {
        "type": "NS",
        "name": "emailondeck.com",
        "value": "ns11.dnsmadeeasy.com.",
        "ttl": 86400
      },
      {
        "type": "NS",
        "name": "emailondeck.com",
        "value": "ns12.dnsmadeeasy.com.",
        "ttl": 86400
      },
      {
        "type": "NS",
        "name": "emailondeck.com",
        "value": "ns13.dnsmadeeasy.com.",
        "ttl": 86400
      },
      {
        "type": "NS",
        "name": "emailondeck.com",
        "value": "ns15.dnsmadeeasy.com.",
        "ttl": 86400
      },
      {
        "type": "SOA",
        "name": "emailondeck.com",
        "value": "ns10.dnsmadeeasy.com. dns.dnsmadeeasy.com. 2009010219 43200 3600 1209600 180",
        "ttl": 86400
      },
      {
        "type": "TXT",
        "name": "emailondeck.com",
        "value": "\"v=spf1 include:_spf.protonmail.ch mx -all\"",
        "ttl": 3600
      },
      {
        "type": "TXT",
        "name": "emailondeck.com",
        "value": "\"google-site-verification=WN8vWLpjRVUwQ06ORNNAy4b54yeblScNeH1MdFQLAzw\"",
        "ttl": 3600
      },
      {
        "type": "TXT",
        "name": "emailondeck.com",
        "value": "\"protonmail-verification=900af822c90a5295abd75d637b97ac5b6f675942\"",
        "ttl": 3600
      }
    ],
    "queriedAt": "2026-05-10T21:33:48.080Z"
  }
}
Rate limit: 100 req/min
Authentication: API Key
Get API Access β†’