TomasHubelbauer / mx

Information on how to query DNS records of a domain on Windows and Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MX (Mail Exchange) Records

To get MX records associated with a domain, do the following:

  • nslookup -q=mx hubelbauer.net (Windows)
  • host -t MX hubelbauer.net (Linux)

About

Information on how to query DNS records of a domain on Windows and Linux


Languages

Language:Markdown 100.0%