NSToolKit
NSToolKit
free network tools

DNS records for qq.com

A records

[
  {
    "type": "A",
    "value": "113.108.81.189"
  },
  {
    "type": "A",
    "value": "123.150.76.218"
  },
  {
    "type": "A",
    "value": "203.205.254.157"
  }
]

MX records

[
  {
    "type": "MX",
    "exchange": "mx1.qq.com",
    "priority": 30
  },
  {
    "type": "MX",
    "exchange": "mx2.qq.com",
    "priority": 20
  },
  {
    "type": "MX",
    "exchange": "mx3.qq.com",
    "priority": 10
  }
]

NS records

[
  {
    "type": "NS",
    "value": "ns2.qq.com"
  },
  {
    "type": "NS",
    "value": "ns1.qq.com"
  },
  {
    "type": "NS",
    "value": "ns4.qq.com"
  },
  {
    "type": "NS",
    "value": "ns3.qq.com"
  }
]

TXT records

[
  {
    "type": "TXT",
    "entries": [
      "v=spf1 include:spf.mail.qq.com -all"
    ]
  }
]

SOA records

[
  {
    "type": "SOA",
    "nsname": "ns1.qq.com",
    "hostmaster": "webmaster.qq.com",
    "serial": 1330914143,
    "refresh": 3600,
    "retry": 300,
    "expire": 86400,
    "minttl": 300
  }
]

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 qq.com.

Related tools: DNS Lookup · SPF Checker · DMARC Lookup