-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updates not working with noip #10
Comments
I haven't seen that happen with mine, but hard to say. I'd start with the authentication. Reverse the base64 encoding on the credentials and see what is in that... |
Sorry what do you mean reverse base64 on the credentials? They are clear text in the logs... |
The authentication is sent in the base64 encoding. |
Ah i see, how do i capture that? |
Check the log for the Authorization header. |
if you're referring to this "--header="Authorization: IiRVU0VSOiRQQVNTV09SRCIK" then its just "$USER:$PASSWORD" |
if it's actually $USER:$PASSWORD and not the actual values then it sounds like you didn't pass them in correctly. |
I appear to have exactly this same issue when I try to update my DuckDNS record.
When I connect to the container with a shell I can see this: |
looks like there is limited to no support for this project.. |
This project had been downloaded literally millions of times. I try to offer support, but if it doesn't work in a specific scenario, short of giving me your credentials, it's hard to say what's wrong. Sorry it's not working for you. I wrote this because I had trouble with other NOIP clients. |
Switched to DDNS Updater |
Hi,
my updates are not working with noip, does the below look right?
--header="Authorization: IiRVU0VSOiRQQVNTV09SRCIK" --user-agent="no-ip shell script/1.0 [email protected]" https://username:[email protected]/nic/update?hostname=xxx.ddns.net&myip=xx.xx.xx.xx
Ive obviously hidden the sensitive details, if i copy out the URL and post it in browser then noip is successfully updated.
The text was updated successfully, but these errors were encountered: