mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 10:38:41 -04:00
[PR #192] fix(config): Read case sensitive CONFIG #650
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?
Original Pull Request: https://github.com/qdm12/ddns-updater/pull/192
State: closed
Merged: Yes
Read the case sensitive value of the config file when using the CONFIG environment variable.
Converting the string to lowercase breaks case sensitive api keys/secrets for GoDaddy (and possibly
other providers).
Signed-off-by: Matthew Hill matthewchill7@gmail.com
Possibly solves #91.