Bug: Provider Netcup - Wildcard not working #440

Closed
opened 2025-11-20 04:24:07 -05:00 by saavagebueno · 4 comments
Owner

Originally created by @m1dy on GitHub (Sep 22, 2024).

TLDR: Netcup has no Wildcard support
I know Wildcards work for Netcup because I'm using one right now.

  1. Is this urgent: No
  2. DNS provider(s) you use: Netcup
  3. Program version: 2024-09-19T14:24:22.858Z (commit c16287e)
  4. What are you using to run the container: docker-compose
  5. Extra information

Logs:

ERROR validating provider specific settings: owner cannot be "*"

Configuration file (remove your credentials!):

{
  "settings": [
    {
      "provider": "netcup",
      "domain": "domain.tld,*.domain.tld",
      "api_key": "KEY",
      "password": "PW",
      "customer_number": "123456",
      "ip_version": "ipv4",
      "ipv6_suffix": ""
    }
  ]
}

Host OS: Ubuntu Server

Originally created by @m1dy on GitHub (Sep 22, 2024). **TLDR**: *Netcup has no Wildcard support* I know Wildcards work for Netcup because I'm using one right now. 1. Is this urgent: No 2. DNS provider(s) you use: Netcup 3. Program version: 2024-09-19T14:24:22.858Z (commit c16287e) 4. What are you using to run the container: docker-compose 5. Extra information Logs: ``` ERROR validating provider specific settings: owner cannot be "*" ``` Configuration file (**remove your credentials!**): ``` { "settings": [ { "provider": "netcup", "domain": "domain.tld,*.domain.tld", "api_key": "KEY", "password": "PW", "customer_number": "123456", "ip_version": "ipv4", "ipv6_suffix": "" } ] } ``` Host OS: Ubuntu Server
Author
Owner

@qdm12 commented on GitHub (Nov 19, 2024):

The original author of the netcup code in particular wrote "It cannot be the wildcard". I've asked him in https://github.com/qdm12/ddns-updater/pull/361#issuecomment-2485581882 and will wait for a reply.

@qdm12 commented on GitHub (Nov 19, 2024): The original author of the netcup code in particular wrote "It cannot be the wildcard". I've asked him in https://github.com/qdm12/ddns-updater/pull/361#issuecomment-2485581882 and will wait for a reply.
Author
Owner

@qdm12 commented on GitHub (Nov 19, 2024):

Actually please try image tag :pr-863 when you have the time, I removed the restriction on the wildcard, let's find out if it works or not.

@qdm12 commented on GitHub (Nov 19, 2024): Actually please try image tag `:pr-863` when you have the time, I removed the restriction on the wildcard, let's find out if it works or not.
Author
Owner

@m1dy commented on GitHub (Nov 20, 2024):

@qdm12 Works with :pr-863 !
Thank you!

@m1dy commented on GitHub (Nov 20, 2024): @qdm12 Works with :pr-863 ! Thank you!
Author
Owner

@qdm12 commented on GitHub (Nov 20, 2024):

PR merged, you can use the latest image from now 😉 ! Thanks for confirming!

@qdm12 commented on GitHub (Nov 20, 2024): PR merged, you can use the latest image from now 😉 ! Thanks for confirming!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ddns-updater#440