Skip to content
New issue

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

no such registrar type: "CLOUDFLAREAPI" #3354

Open
redochka opened this issue Jan 11, 2025 · 1 comment
Open

no such registrar type: "CLOUDFLAREAPI" #3354

redochka opened this issue Jan 11, 2025 · 1 comment

Comments

@redochka
Copy link

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"

xxx.js contains:

...
var REG_CF = NewRegistrar('cloudflare');
...
dnscontrol version
DNSControl version 4.15.3
@imlonghao
Copy link
Contributor

CLOUDFLAREAPI is not a registrar, you can't change NS records for the domain registered with Cloudflare.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants