Replacing Curl with Fetch on a script
Posted: Sun Mar 14, 2021 1:04 pm
hello
I have a script to schedule every 2 minutes on my new mikroti HeX routeur
it worked for an ubiquiti router i had, but i suppose that i have to use fetch for scripting in Mikrotik routers.
Please help me write the correct one for my router.
Thanks guys :) :)
I have a script to schedule every 2 minutes on my new mikroti HeX routeur
Code: Select all
curl -o /dev/null https://domaine.net/update/?id=l26gV9pKAJE6VprYny0dMjvNDkRXgw
Please help me write the correct one for my router.
Thanks guys :) :)