ddns-scripts: allow setting CloudFlare 'rec_id' in the config
authorLeonardo Brondani Schenkel <leonardo@schenkel.net>
Fri, 8 Jan 2016 18:47:57 +0000 (19:47 +0100)
committerLeonardo Brondani Schenkel <leonardo@schenkel.net>
Fri, 8 Jan 2016 18:47:57 +0000 (19:47 +0100)
commit57ba3be8e0acc20decf608da60ecc7be1e5cb5b8
tree8a63fbea4b6f1692c508286c81f49beb7d9fcb56
parent25de619b042f32403f94112b5367a85148a6c453
ddns-scripts: allow setting CloudFlare 'rec_id' in the config

This is necessary when there are multiple records for the same domain,
otherwise the script will overwrite the first one returned by the API.
It has the secondary benefit of allowing faster updates by performing
only one API call instead of two.

In case 'rec_id' is not set the script behaves exactly as before.

Signed-off-by: Leonardo Brondani Schenkel <leonardo@schenkel.net>
(grafted from 019ba13d01e93c18d0ed35b0aeb3399f28108e0e)
net/ddns-scripts/files/update_CloudFlare.sh