mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 10:38:41 -04:00
Issue with Cloudflare Tokens containing a dash/hyphen -
#50
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 @shammishailaj on GitHub (Jun 26, 2020).
Originally assigned to: @qdm12 on GitHub.
I have faced this myself. I have Cloudflare which I am able to use via the curl CLI but the same token is returned as
invalidwhen used via the docker image. Upon diagnosis, I found that the regex being used to check for token validity did not contain a dash/hyphen whereas my token had one. I have created PR #86 that fixes this.Please merge and update the docker image.
Is this urgent?
What DNS service provider(s) are you using?
What's the version of the program?
Latest docker image
What are you using to run the container?
Configuration file (remove your credentials!):
Host OS: Docker Image on Ubuntu 20.04 aarch64
@shammishailaj commented on GitHub (Jun 26, 2020):
PR #86 has already been merged. Closing this.