benjaminbear
benjaminbear
Unfortunately its not possible to forward a port from many ip addresses. In the end in most cases it doesn't matter which one is used.
FYI: the used regex to validate the contstraint fails: https://regex101.com/r/3fEGeK/1
Ah I'm sorry, had to correct the 2 faulty examples, there were copy paste typos. Is this: c, cErr := semver.NewConstraint("12.23.4.1234") c.String() = "12.23.4 1234" cErr = nil expected behavior?...
Great to hear! Thank you very much @mattfarina
Hi! For #1: Didn't test it, but I guess the "hostname" validator could be the reason: https://github.com/benjaminbear/docker-ddns-server/blob/master/dyndns/model/host.go#L12 Simply try to remove it and see if its solving your problem. #2:...
Good point, will see if I have the time to implement this feature
Your DNS records don't match with your DDNS_DOMAINS and DDNS_PARENT configuration!
Can someone have a lock at the failing checks and fix them? Really looking forward to these changes :)
Can not reproduce the error. Can you provide some steps to reproduce?
Looks like it can not update nameserver as the configuration is probably wrong.. its does not work with the fake config data from the compose file