<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>My-Ip on the art of simplicity</title><link>https://naoko.github.io/tags/my-ip/</link><description>Recent content in My-Ip on the art of simplicity</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Thu, 04 Apr 2019 00:00:00 +0000</lastBuildDate><atom:link href="https://naoko.github.io/tags/my-ip/index.xml" rel="self" type="application/rss+xml"/><item><title>Get my public IP address via CLI</title><link>https://naoko.github.io/posts/2019-04-04-cli-my-ip/</link><pubDate>Thu, 04 Apr 2019 00:00:00 +0000</pubDate><guid>https://naoko.github.io/posts/2019-04-04-cli-my-ip/</guid><description>&lt;h2 id="how-to-determine-my-public-ip-address-assigned-by-the-isp-via-cli"&gt;How to determine my public IP address assigned by the ISP via CLI&lt;/h2&gt;
&lt;h5 id="use-dig-command"&gt;Use dig command&lt;/h5&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#282a36;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;dig +short myip.opendns.com @resolver1.opendns.com
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h4 id="use-3rd-party"&gt;Use 3rd party&lt;/h4&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#282a36;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;curl ifconfig.me
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Cheers!&lt;/p&gt;</description></item></channel></rss>