6 lines
127 B
Bash
6 lines
127 B
Bash
#!/bin/bash
|
|
|
|
function g_iptor {
|
|
g_iptor=$(curl -s --connect-timeout 3 --proxy localhost:8118 http://checkip.amazonaws.com/)
|
|
}
|