mirror of
https://github.com/jung-geun/DynamicDNS-SSL.git
synced 2025-12-19 20:44:40 +09:00
7 lines
187 B
Bash
7 lines
187 B
Bash
#!/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 $@ |