Actions
Bug #9248
closedDynamic dns updates on azure ipv6 service is not working properly
Start date:
01/02/2019
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
All
Affected Architecture:
All
Description
When using the azure v6 dynamics dns update there is an issue that the dns entry is showing up at the azure dns management website but the value of the dns entry is null.
The problem is that the json request body contains a wrong property. It has to be "AAAARecords" instead of "AaaaRecords" in the file /src/etc/inc/dyndns.class line 1103.
The issue is already fixed with the following pull request on github:
https://github.com/imp3r4t0r/pfsense/tree/patch-1
Actions