troglobit/inadyn

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

lzzzh2008 opened this issue · 2 comments

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

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

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