-
Notifications
You must be signed in to change notification settings - Fork 492
NS1- zone creation bug #3587
Copy link
Copy link
Closed
Labels
Description
Hi,
According to the documentation, NS1 should automatically create zones during dnscontrol push. However, I receive a "zone does not exist" error unless I manually create the zone in the NS1 dashboard or explicitly run dnscontrol create-domains beforehand.
#To Reproduce
Add a new NS1 zone file (e.g., zones/ns1/example.com.js)
Run dnscontrol preview or dnscontrol push
#Expected behavior
The zone should be created automatically during the push step.
#DNS Provider
NS1
#Actual Output
INFO#1: Domain "example.com" provider ns1 Error: zone does not exist
#Additional context
*Running dnscontrol create-domains example.com works and successfully creates the zone.
*Using the latest DNSControl version.
Reactions are currently unavailable