freedns.afraig.org offers 'n Dynamic DNS service, but it order to do so, i need to be able to run the following linux script on the mikrotik. Is there someone that can help me out with it. Want it to update every 5mins and then delete the url it downloaded a few seconds later (otherwise i will sit with 288 entries a day)
Code from afraid.org:
Code: Select all
rem my.domain.co.za
wget -q --read-timeout=0.0 --waitretry=5 --tries=400 --background http://freedns.afraid.org/dynamic/update.php?U3hWWThhdE8wcHFRMzN<rest of the url>
Code: Select all
http://freedns.afraid.org/dynamic/update.php?U3hWWThhdE8wcHFRMzN<rest of the url>
Thanks