mirror of
https://github.com/jung-geun/DynamicDNS-SSL.git
synced 2025-12-20 04:50:45 +09:00
Update cronjob schedule and default_env.json, Add CLOUDFLARE_CNAME configuration Update cronjob schedule and default_env.json, Add CLOUDFLARE_CNAME configuration Update cronjob schedule and default_env.json Add GitLab CI configuration for SonarQube analysis Delete unused files from .dockerignore Update cronjob schedule in cron/cronjob Update default_env.json with CLOUDFLARE_A configuration Update logging format in update_dns.py Update load_config function in update_dns.py Update get_config function in update_dns.py Update get_ip function in update_dns.py Update read_record function in update_dns.py Update create_record function in update_dns.py Update update_record function in update_dns.py Update delete_record function in update_dns.py Update update_a_list function in update_dns.py Update update_cname_list function in update_dns.py Update main function in update_dns.py
12 lines
214 B
JSON
12 lines
214 B
JSON
{
|
|
"CLOUDFLARE_API_KEY": "",
|
|
"CLOUDFLARE_ZONE_ID": "",
|
|
"CLOUDFLARE_DOMAIN": "",
|
|
"CLOUDFLARE_A": {
|
|
"@": true
|
|
},
|
|
"CLOUDFLARE_CNAME": {
|
|
"*": true
|
|
},
|
|
"CLOUDFLARE_MX": {}
|
|
} |