[PR #192] fix(config): Read case sensitive CONFIG #650

Closed
opened 2025-11-20 04:25:34 -05:00 by saavagebueno · 0 comments
Owner

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.

**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.
saavagebueno added the pull-request label 2025-11-20 04:25:34 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ddns-updater#650