Set up ddclient

This commit is contained in:
Colin Hebert
2022-12-26 17:42:47 +01:00
parent b2dd767cfd
commit 64aa9b99e1
7 changed files with 102 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
#!/bin/bash
curl "$GOTIFY_ADDRESS/message" \
-X POST \
-H "X-Gotify-Key: $GOTIFY_TOKEN" \
-F "title=IP Address updated" \
-F "message=IP address detected as $1" \
-F "priority=5"