diff --git a/set_ip.sh b/set_ip.sh index 155e0a6..ea6625d 100644 --- a/set_ip.sh +++ b/set_ip.sh @@ -3,6 +3,7 @@ if [ "$1" = "docker" ]; then cd "/usr/bin/app" || exit while : do + clear ipv4=$(curl -k -s https://am.i.mullvad.net/ip) ipv6=$(curl -k -s https://ipv6.am.i.mullvad.net/) python3 ./cloudflare_script.py 4 "$ipv4"