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)
commitb740a68d24c6f8c61c0b92fe39fc0f8bef68e28e
treeebbb639345ebb34cbb1e7cb509175a52367139a4
parent1794ba10396fed86ffa34e0fc24b5eef818ffc9f
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>
net/ddns-scripts/files/update_CloudFlare.sh