We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
creds.json contains:
{ "cloudflare" : { "apitoken" : "REDACTED", "TYPE": "CLOUDFLAREAPI" } }
running:
dnscontrol preview --config xxx.js --creds $(pwd)/creds.json
is throwing: no such registrar type: "CLOUDFLAREAPI"
no such registrar type: "CLOUDFLAREAPI"
xxx.js contains:
... var REG_CF = NewRegistrar('cloudflare'); ...
dnscontrol version DNSControl version 4.15.3
The text was updated successfully, but these errors were encountered:
CLOUDFLAREAPI is not a registrar, you can't change NS records for the domain registered with Cloudflare.
CLOUDFLAREAPI
Sorry, something went wrong.
No branches or pull requests
creds.json contains:
running:
dnscontrol preview --config xxx.js --creds $(pwd)/creds.json
is throwing:
no such registrar type: "CLOUDFLAREAPI"
xxx.js contains:
The text was updated successfully, but these errors were encountered: