Skip to content
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

ddns-server like username:password@ddns.oray.com cant work #477

Closed
lzzzh2008 opened this issue Mar 26, 2024 · 2 comments
Closed

ddns-server like username:password@ddns.oray.com cant work #477

lzzzh2008 opened this issue Mar 26, 2024 · 2 comments

Comments

@lzzzh2008
Copy link

my config
custom ddns.oray.com:1 {
hostname = "hostname"
username = "username"
password = "password"
ddns-server = "username:password@ddns.oray.com"
ddns-path="/ph/update?hostname=%h&myip=%i&username=%u&password=%p"
}
it can't resolve hostname,and how to use http not https to send request, this site dosent support https

@troglobit
Copy link
Owner

In-A-Dyn defaults to HTTPS, but not all providers may support this, so try disabling SSL for the update (ssl = false) or the checkip phase (checkip-ssl = false) in the provider section, in case you run into problems.

For more info, see https://github.com/troglobit/inadyn/blob/master/README.md

@lzzzh2008
Copy link
Author

In-A-Dyn defaults to HTTPS, but not all providers may support this, so try disabling SSL for the update (ssl = false) or the checkip phase (checkip-ssl = false) in the provider section, in case you run into problems.

For more info, see https://github.com/troglobit/inadyn/blob/master/README.md

ssl = false, it worked, thx for your help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants