Bash side implementation of #8
This commit is contained in:
parent
a41bab9639
commit
05b4544331
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ if [ "$1" = "docker" ]; then
|
||||||
cd "/usr/bin/app" || exit
|
cd "/usr/bin/app" || exit
|
||||||
while :
|
while :
|
||||||
do
|
do
|
||||||
|
clear
|
||||||
ipv4=$(curl -k -s https://am.i.mullvad.net/ip)
|
ipv4=$(curl -k -s https://am.i.mullvad.net/ip)
|
||||||
ipv6=$(curl -k -s https://ipv6.am.i.mullvad.net/)
|
ipv6=$(curl -k -s https://ipv6.am.i.mullvad.net/)
|
||||||
python3 ./cloudflare_script.py 4 "$ipv4"
|
python3 ./cloudflare_script.py 4 "$ipv4"
|
||||||
|
|
Loading…
Reference in a new issue