Refactor file paths in Makefile, run_script.sh, and start.sh

Update default_env.json to include CLOUDFLARE_CNAME configuration
Update update_dns.py to handle CNAME records for multiple A records
Add .gitignore for env.json in init directory
This commit is contained in:
2024-09-19 09:26:47 +00:00
parent bf6607cd74
commit 71b2ddfdc5
3 changed files with 22 additions and 6 deletions

1
init/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
env.json

View File

@@ -6,7 +6,9 @@
"@": true
},
"CLOUDFLARE_CNAME": {
"*": true
"*": {
"@": true
}
},
"CLOUDFLARE_MX": {}
}