mirror of
https://github.com/jung-geun/DynamicDNS-SSL.git
synced 2025-12-20 04:50:45 +09:00
Initial commit
This commit is contained in:
7
run_script.sh
Normal file
7
run_script.sh
Normal 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 $@
|
||||
Reference in New Issue
Block a user