current_ip=$(curl -s -X GET https://1.1.1.1/cdn-cgi/trace | grep -Po "(?<=ip=)(.*)")
grep -Po "(?<=ip=)(.*)"
awk -F= '$1 == "ip" { print $2 }'