Difference between revisions of "IT-Networking"
Jump to navigation
Jump to search
Samerhijazi (talk | contribs) (Created page with "* curl ifconfig.me") |
Samerhijazi (talk | contribs) |
||
| Line 1: | Line 1: | ||
| − | + | ||
| + | <pre class="code"> | ||
| + | curl ifconfig.me | ||
| + | dig example.com A ### To check existing A records. | ||
| + | dig example.com MX ### To check existing MX records. | ||
| + | </pre> | ||
Latest revision as of 10:59, 12 March 2025
curl ifconfig.me dig example.com A ### To check existing A records. dig example.com MX ### To check existing MX records.