Difference between revisions of "IT-Networking"

From wiki.samerhijazi.net
Jump to navigation Jump to search
(Created page with "* curl ifconfig.me")
 
 
Line 1: Line 1:
* curl ifconfig.me
+
 
 +
<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.