-
This commit is contained in:
7
Networking/get external ip from the command line.md
Normal file
7
Networking/get external ip from the command line.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# Get the external IP address from the command line
|
||||
|
||||
`wget -qO- https://api.ipify.org`
|
||||
|
||||
or
|
||||
|
||||
`curl https://api.ipify.org`
|
||||
Reference in New Issue
Block a user