Not sure if this project is still alive or not. I’m interested in an ad-hoc modification so that everytime that a new site is created, a DNS record is added to Cloudflare.
I already have to PHP code to insert. Since all the credentials are hardcoded, the only two issues are:
– how to parse the variable containing the subdomain name
– where to aggregate the function
Let me know.