dotfiles/shell/scripts/dyndns.sh
nikurasu bc86edc996
feat(dyndns): update script
begin porkbun dyndns update script
2024-01-25 23:44:48 +01:00

5 lines
72 B
Bash
Executable file

#!/usr/bin/env bash
CURRENT_IP=$(curl -s ifconfig.me)
echo $CURRENT_IP