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
| /system script | |
| add dont-require-permissions=no name=dyndns-updater owner=haebler policy=\ | |
| ftp,reboot,read,write,policy,test,password,sniff,sensitive source=\ | |
| "\ | |
| \n:global ddnsuser \"<user name>\"\ | |
| \n:global ddnspass \"<password>\"\ | |
| \n:global ddnshost <hostname>\ | |
| \n:global ipddns [:resolve \$ddnshost];\ | |
| \n\ | |
| \n/ip cloud set ddns-enabled=yes\ |