Describe the bug
The dnscontrol push command does not create DNS zones if they do not already exist. Instead, it fails with a 404 error.
However, running dnscontrol create-domains beforehand successfully creates the missing domains. A subsequent dnscontrol push then works as expected.
To Reproduce
- setup a sample domain that doesn't already exist in GCORE
dnscontrol push -> ❌ fails
dnscontrol create-domains -> ✅ works
dnscontrol push -> ✅ works
DNS Provider