From 05b454433121181ecfd7c5baecafec4f9051c6de Mon Sep 17 00:00:00 2001 From: Neshura Date: Mon, 28 Nov 2022 22:29:35 +0100 Subject: [PATCH] Bash side implementation of #8 --- set_ip.sh | 1 + 1 file changed, 1 insertion(+) 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"