StackExchange / dnscontrol

Infrastructure as code for DNS!
https://dnscontrol.org/
MIT License
3.07k stars 389 forks source link

GANDI: domain.eu and domain.org unknown #2909

Closed flowolf closed 3 weeks ago

flowolf commented 4 months ago

Describe the bug initial query with get-zones does not work for some of my domains.

dnscontrol -v get-zones --format=js gandi - <domain>.org
failed GetZone gzr: StatusCode: 404 ; Err: 404: Unknown domain

this worked for .com, .at, .net, .cloud. but does not work for .eu and .org.

the --format option has no effect on the error.

To Reproduce Steps to reproduce the behavior:

  1. set up the API for GANDI
  2. run dnscontrol -v get-zones --format=js gandi - <yourdomain>.org
  3. run dnscontrol -v get-zones --format=js gandi - <yourdomain>.eu
  4. see 404 errors.

Expected behavior I would expect the standard output with the current DNS records.

DNS Provider

Additional context DNSControl version 4.8.2 and 4.9.0

the domains in question were bought at the same time as the .com and .net variant.

tlimoncelli commented 4 months ago

Hi there!

The code doesn't do anything special for different TLDs. Can you check with Gandi support to see if there are something special about the permissions on those domains? Maybe they aren't all in the same org?

tlimoncelli commented 3 weeks ago

Closing old idle issue. Please feel free to re-open if needed.