DNS Lookup Tool

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

DNS Records for free.fr

Records: 11
Response Time: 457ms
DNSSEC: Disabled
DNS Provider: Unknown
Security: ✓ SPF soft ✓ DMARC quarantine

Address Records

IP addresses the domain points to

2 records
Type Name Value TTL
A free.fr
212.27.48.10
🇫🇷 FR AS12322 PROXAD, FR
10m
AAAA free.fr
2a01:e0c:1::1
10m

Mail Records

Mail servers for the domain

2 records
Type Name Value TTL
MX free.fr
10 mx1.free.fr.
1d
MX free.fr
20 mx2.free.fr.
1d

Name Records

Nameservers and aliases

4 records
Type Name Value TTL
NS free.fr
freens1-g20.free.fr.
1d
NS free.fr
freens2-g20.free.fr.
1d
NS free.fr
freens3-scw.free.fr.
1d
SOA free.fr
freens1-g20.free.fr. hostmaster.proxad.net. 2026050701 10800 3600 604800 86400
1d

Text & Verification

SPF, DKIM, DMARC, and verification

3 records
Type Name Value TTL
TXT _dmarc.free.fr
"v=DMARC1;p=quarantine;adkim=r;aspf=r;sp=none"
1h
TXT free.fr
"v=spf1 include:_spf.free.fr ~all"
1h
TXT free.fr
"google-site-verification=t11beEEtTGbjTRaHIR3ZAde9bcpIueH4i3Qn0orBExQ"
1h

Queried at 5/10/2026, 9:33:49 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=free.fr
Response for free.fr Live Data
{
  "success": true,
  "data": {
    "domain": "free.fr",
    "queryTimeMs": 457,
    "dnssec": false,
    "dnsProvider": null,
    "records": [
      {
        "type": "A",
        "name": "free.fr",
        "value": "212.27.48.10",
        "ttl": 600,
        "geo": {
          "ip": "212.27.48.10",
          "asn": 12322,
          "country": "FR",
          "asnName": "PROXAD, FR"
        }
      },
      {
        "type": "AAAA",
        "name": "free.fr",
        "value": "2a01:e0c:1::1",
        "ttl": 600,
        "geo": {
          "ip": "2a01:e0c:1::1"
        }
      },
      {
        "type": "MX",
        "name": "free.fr",
        "value": "10 mx1.free.fr.",
        "ttl": 86400
      },
      {
        "type": "MX",
        "name": "free.fr",
        "value": "20 mx2.free.fr.",
        "ttl": 86400
      },
      {
        "type": "NS",
        "name": "free.fr",
        "value": "freens1-g20.free.fr.",
        "ttl": 86400
      },
      {
        "type": "NS",
        "name": "free.fr",
        "value": "freens2-g20.free.fr.",
        "ttl": 86400
      },
      {
        "type": "NS",
        "name": "free.fr",
        "value": "freens3-scw.free.fr.",
        "ttl": 86400
      },
      {
        "type": "SOA",
        "name": "free.fr",
        "value": "freens1-g20.free.fr. hostmaster.proxad.net. 2026050701 10800 3600 604800 86400",
        "ttl": 86400
      },
      {
        "type": "TXT",
        "name": "_dmarc.free.fr",
        "value": "\"v=DMARC1;p=quarantine;adkim=r;aspf=r;sp=none\"",
        "ttl": 3600
      },
      {
        "type": "TXT",
        "name": "free.fr",
        "value": "\"v=spf1 include:_spf.free.fr ~all\"",
        "ttl": 3600
      },
      {
        "type": "TXT",
        "name": "free.fr",
        "value": "\"google-site-verification=t11beEEtTGbjTRaHIR3ZAde9bcpIueH4i3Qn0orBExQ\"",
        "ttl": 3600
      }
    ],
    "queriedAt": "2026-05-10T21:33:49.335Z"
  }
}
Rate limit: 100 req/min
Authentication: API Key
Get API Access →