Files
gaboshlib/gaboshlib/g_iptor.bashfunc
Oliver Bohlen 292dc8ccff first commit
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/)
}