Skip to content

GCORE: push fails if domain does not already exist #3586

@matteotrubini

Description

@matteotrubini

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

  1. setup a sample domain that doesn't already exist in GCORE
  2. dnscontrol push -> ❌ fails
  3. dnscontrol create-domains -> ✅ works
  4. dnscontrol push -> ✅ works

DNS Provider

  • GCORE

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions