cloudflare-dns-updater/set_ip.sh

8 lines
246 B
Bash
Raw Normal View History

2022-11-27 13:14:08 +00:00
#!/bin/bash
2022-11-27 14:31:01 +00:00
cd /home/server/DNS_Temp
2022-11-27 13:14:08 +00:00
ipv4=$(curl -k -s https://am.i.mullvad.net/ip)
ipv6=$(curl -k -s https://ipv6.am.i.mullvad.net/)
2022-11-27 14:31:01 +00:00
source venv/bin/activate.fish
2022-11-27 13:14:08 +00:00
python3 ./cloudflare_script.py 4 "$ipv4"
python3 ./cloudflare_script.py 6 "$ipv6"