diff --git a/shell/scripts/dyndns.sh b/shell/scripts/dyndns.sh new file mode 100755 index 0000000..b7e15ac --- /dev/null +++ b/shell/scripts/dyndns.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash + +CURRENT_IP=$(curl -s ifconfig.me) +echo $CURRENT_IP