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
| #GoDaddy DDNS Update Script | |
| #Test with RouterOS 6.45.2 (Minimum version RouterOS 6.44) | |
| #Date:2019/08/02 | |
| #The read,write,policy,test that all of these policies need to be set in script for the global variable | |
| #ref1 https://www.instructables.com/id/Quick-and-Dirty-Dynamic-DNS-Using-GoDaddy/ | |
| #ref2 http://www.minitw.com/post/2018/05/09/routeros-ddns-namecheap | |
| #Easy Test | |
| # /tool fetch url="https://api.godaddy.com/v1/domains/[domain]/records/A/[hostname]" http-method=put http-data="[{\"data\": \"10.10.10.10\"}]" http-header-field="content-type: application/json,Authorization: sso-key [API_KEY]:[API_SECRET]" |