NSToolKit
NSToolKit
free network tools

DNS records for nginx.org

A records

[
  {
    "type": "A",
    "value": "3.136.61.53"
  }
]

AAAA records

[
  {
    "type": "AAAA",
    "value": "2a05:d014:5c0:2600::6"
  },
  {
    "type": "AAAA",
    "value": "2a05:d014:5c0:2601::6"
  }
]

MX records

[
  {
    "type": "MX",
    "exchange": "mail.nginx.org",
    "priority": 10
  }
]

NS records

[
  {
    "type": "NS",
    "value": "ns1.f5clouddns.com"
  },
  {
    "type": "NS",
    "value": "ns2.f5clouddns.com"
  }
]

TXT records

[
  {
    "type": "TXT",
    "entries": [
      "v=spf1 ip4:206.251.255.60/30 ip4:94.130.165.194/32 ip4:206.251.255.64/31 ~all"
    ]
  },
  {
    "type": "TXT",
    "entries": [
      "google-site-verification=FnbM63M8trsWPaAVXzpX1ycy4deAdB_OaXh694KtdFU"
    ]
  }
]

SOA records

[
  {
    "type": "SOA",
    "nsname": "ns1.f5clouddns.com",
    "hostmaster": "f5xc-dns.f5.com",
    "serial": 2025051617,
    "refresh": 28800,
    "retry": 7200,
    "expire": 604800,
    "minttl": 86400
  }
]

What does this mean?

These records are pulled live from authoritative DNS at request time and re-validated daily. Use them to debug routing, deliverability, and TLS issues for nginx.org.

Related tools: DNS Lookup · SPF Checker · DMARC Lookup