ddns-updater icon indicating copy to clipboard operation
ddns-updater copied to clipboard

Bug: Provider Netcup - Wildcard not working

Open m1dy opened this issue 1 year ago • 0 comments
trafficstars

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

m1dy avatar Sep 22 '24 13:09 m1dy