added get public ip script
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
function get_public_ip(){
|
||||
curl icanhazip.com
|
||||
}
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
function get_public_ip(){
|
||||
curl icanhazip.com
|
||||
}
|
||||