Custom dynamic dns not working with iwantmyname.com
-
Hi,
I am using 2.2.6 and the custom dynamic dns entry does not work with my account @ iwantmyname.com.
After adding some loggings in the code I see that I get a badauth error from iwantmyname.com.
Username and password are correct.Launching the curl command from a server behind the pfsense box works also.
curl -u "[username]:[password]" \ "https://iwantmyname.com/basicauth/ddns?hostname=[hostname]&myip=[IP]"
In /etc/inc/dyndns.class I removed the following line of code and made it work.
curl_setopt($ch, CURLOPT_HTTPAUTH, CURLAUTH_ANY);
Can this be put into a next release and how? Or do I need to keep fixing it this way?
Regards
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.