feat(dyndns): update script

begin porkbun dyndns update script
This commit is contained in:
nikurasu 2024-01-25 23:44:48 +01:00
parent 90d3adcd09
commit bc86edc996
Signed by: Nikurasu
SSH key fingerprint: SHA256:8HN8IMITE0y9WhpIGWAsY2P2Hs08Rd5ksm/UXqEz2Do

4
shell/scripts/dyndns.sh Executable file
View file

@ -0,0 +1,4 @@
#!/usr/bin/env bash
CURRENT_IP=$(curl -s ifconfig.me)
echo $CURRENT_IP