mirror of
https://github.com/jung-geun/DynamicDNS-SSL.git
synced 2025-12-19 20:44:40 +09:00
Refactor file paths and update cronjob for Cloudflare DDNS
This commit is contained in:
1
config/.gitignore
vendored
Normal file
1
config/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
env.json
|
||||
15
config/env_example.json
Normal file
15
config/env_example.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"CLOUDFLARE_API_KEY": "your_cloudflare_api_key",
|
||||
"CLOUDFLARE_ZONE_ID": "your_cloudflare_zone_id",
|
||||
"CLOUDFLARE_DOMAIN": "example.com",
|
||||
"EMAIL": "your_email@example.com",
|
||||
"CLOUDFLARE_A": {
|
||||
"@": true
|
||||
},
|
||||
"CLOUDFLARE_CNAME": {
|
||||
"@": {
|
||||
"www": true
|
||||
}
|
||||
},
|
||||
"CLOUDFLARE_MX": {}
|
||||
}
|
||||
Reference in New Issue
Block a user