gaboshlib/gaboshlib/g_iptor.bashfunc
2022-07-06 12:24:21 +02:00

6 lines
127 B
Bash

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