Actions
Bug #6005
closedCloudFlare dyndns API changes other record settings
Start date:
03/16/2016
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.2.x
Affected Architecture:
Description
The update to the CloudFlare API implemented in #4737 hardcodes the 'proxiable' and 'proxied' parameters to false.
The 'proxiable' parameter is a read only value and should not be set on update.
The 'proxied' parameter controls whether CloudFlare services are enabled for the host; setting to false ensures that every time a DNS update propagates, CloudFlare services are disabled.
I believe a sufficient fix would be to simply remove these parameters from the update request.
Actions