This commit is contained in:
2025-08-15 10:25:28 -07:00
parent 7622859ccd
commit a3c3f911b0
16 changed files with 229 additions and 100 deletions

10
.local/bin/duck.sh Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
duckdnsdir="$HOME/.local/share/duckdns"
logfile="$duckdnsdir/duck.log"
mkdir -p "$duckdnsdir"
echo "[$(date)] Updating DuckDNS..." >> "$logfile"
curl -k -s "https://www.duckdns.org/update?domains=lasthomelyhouse&token=c4b7e773-b049-4207-a6c3-e7a153d78ad0&ip=" >> "$logfile"
echo "" >> "$logfile"