Actions
Bug #8977
closedDynamic DNS - Custom (V6) - Throws Error "php-fpm: /services_dyndns_edit.php: phpDynDNS: (ERROR!) No Hostname Provided."
Start date:
09/29/2018
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
All
Affected Architecture:
All
Description
The Dynamic DNS - Custom (v6) when it runs, throws the following error, even though it successfully updated:
php-fpm: /services_dyndns_edit.php: phpDynDNS: (ERROR!) No Hostname Provided.
Since there is no Hostname provided for Custom (v6) this is an error but has no impact since it still works.
It should be noted that the v4 version of custom does not throw the error.
Looking in the source at https://github.com/pfsense/pfsense/blob/master/src/etc/inc/dyndns.class#L261
Line 261 has case 'custom"
I think there should be an additional line below 261
case 'custom-v6':
This would have 'custom' and 'custom-v6' act the same.
Actions