Last active
October 22, 2023 21:57
-
-
Save zliuva/122b8a56101433c932fed6c47dda22dc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ diff ddclient-ubnt.bak ddclient-ubnt | |
| 4252,4253c4252 | |
| < my $headers = "X-Auth-Email: $config{$key}{'login'}\n"; | |
| < $headers .= "X-Auth-Key: $config{$key}{'password'}\n"; | |
| --- | |
| > my $headers = "Authorization: Bearer $config{$key}{'password'}\n"; |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Patching
ddclientin EdgeOS to support Cloudflare API tokens.