This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#zone id (domain) for which the records will be updated | |
:local cfZoneId "" | |
#api token with zone.dns permissions for the cfzoneid | |
:local cfApiToken "" | |
#record id which to update | |
#could be made into an array and iterator, but for me with one * and one @entry its not worth it | |
:local cfRecordId1 "" | |
:local cfRecordId2 "" |