Actions
Bug #8782
closedCustom dyndns issue: username and password is not sent
Start date:
08/14/2018
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
All
Affected Architecture:
All
Description
I tried to use a custom DynDNS provider, one that I host myself but whose API is a clone of dyndns.org and I was surprised to see that the username and the password are not sent in the HTTP request.
After comparing code for different dyndns providers it seems that only "custom" has CURLAUTH_ANY set. When I removed this flag, everything started to work.
I opened a pull-request to fix this issue: https://github.com/pfsense/pfsense/pull/3970
Files
Actions