ddns-updater
ddns-updater copied to clipboard
Bug: Provider Netcup - Wildcard not working
trafficstars
TLDR: Netcup has no Wildcard support I know Wildcards work for Netcup because I'm using one right now.
- Is this urgent: No
- DNS provider(s) you use: Netcup
- Program version: 2024-09-19T14:24:22.858Z (commit c16287e)
- What are you using to run the container: docker-compose
- 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