cardano-docker/scripts/functions/get_public_ip
2021-02-13 10:19:38 -05:00

3 lines
119 B
Plaintext

function get_public_ip {
echo $(dig TXT +short o-o.myaddr.l.google.com @ns1.google.com | awk -F'"' '{ print $2}')
}