Initial commit

This commit is contained in:
2024-09-01 03:26:24 +09:00
commit 1786ce366b
11 changed files with 307 additions and 0 deletions

7
run_script.sh Normal file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
export CLOUDFLARE_API_KEY=$API_KEY
export CLOUDFLARE_DOMAIN=$DOMAIN_NAME
export CLOUDFLARE_ZONE_ID=$ZONE_ID
# Run the script
python3 /app/cloudflare-ddns/src/update_dns.py $@