init III
This commit is contained in:
10
Linux get WAN IP/howto.txt
Normal file
10
Linux get WAN IP/howto.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
$ dig @resolver1.opendns.com ANY myip.opendns.com +short
|
||||
2003:c0:4f13:b6b7:424:745d:e603:d438
|
||||
|
||||
$ dig @resolver1.opendns.com ANY myip.opendns.com +short -6
|
||||
2003:c0:4f13:b6b7:424:745d:e603:d438
|
||||
|
||||
$ dig @resolver1.opendns.com ANY myip.opendns.com +short -4
|
||||
93.203.41.117
|
||||
|
||||
$ lwp-request -o text checkip.dyndns.org | awk '{ print $NF }'
|
||||
Reference in New Issue
Block a user