feat(dyndns): update script
begin porkbun dyndns update script
This commit is contained in:
parent
90d3adcd09
commit
bc86edc996
1 changed files with 4 additions and 0 deletions
4
shell/scripts/dyndns.sh
Executable file
4
shell/scripts/dyndns.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
CURRENT_IP=$(curl -s ifconfig.me)
|
||||
echo $CURRENT_IP
|
Loading…
Reference in a new issue