Find my Public IP

This commit is contained in:
theo 2018-06-08 13:35:48 +03:00
父節點 0af739f15b
當前提交 49c35990c7
共有 1 個檔案被更改,包括 4 行新增0 行删除

查看文件

@ -4,6 +4,10 @@
* Set tab to 4 spaces: `set tabstop=8 softtabstop=0 expandtab shiftwidth=4 smarttab`
## Shell
* Find my public IP: `dig +short myip.opendns.com @resolver1.opendns.com`
References
------