mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 18:48:49 -04:00
Bug: ERROR validating provider specific settings: IPv4 key is not set #472
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @thany on GitHub (Dec 1, 2024).
TLDR: Custom updater shouldn't require IPv4 key
Is this urgent: Yes
DNS provider(s) you use: Nederhost (custom)
Program version:
Running version latest built on 2024-11-21T22:27:40.202Z (commit 89564b7)What are you using to run the container: docker
Extra information (optional)
The service I'm using doesn't require passing the IP address. It just uses the IP address that's calling the service. So all functionality to get the current public IP adress can be disabled when the IPv4 key is not present or empty.
I've marked this as urgent because the whole ddns-updater service refuses to start. Now, I could probably add a bogus key and call it a day, but I will 100% forget about it, plus I shouldn't "litter" by sending
foo=0.0.0.0that's only there because an updater can't handle not sending this bit.Configuration file:
Host OS: Unraid
@qdm12 commented on GitHub (Dec 23, 2024):
You can now set ip keys to the empty string and the program will just not send a query parameter. This is available in the latest image and in the future v2.9.0 release.