How can I easly set up a cron job - to update IP address to SmartDNS server every five minutes. Tried using the DDNS thingy, apparently it's not updating as intended that I decided to trigger the update from the router itself. TQ
QUOTE
Cron Job (Routers, Linux)
Using a cron job to call curl, you can query our API periodically to update your IP address. Check out our IP Address API article for more information. An example cron job entry would look something like this (this updates your IP address every 5 minutes):
*/5 * * * * curl -u PUT_YOUR_API_KEY_HERE:x -X PUT https://www.getflix.com.au/api/v1/addresses.json
Using a cron job to call curl, you can query our API periodically to update your IP address. Check out our IP Address API article for more information. An example cron job entry would look something like this (this updates your IP address every 5 minutes):
*/5 * * * * curl -u PUT_YOUR_API_KEY_HERE:x -X PUT https://www.getflix.com.au/api/v1/addresses.json
Jul 8 2016, 06:50 AM
Quote
0.0458sec
1.17
7 queries
GZIP Disabled