Alright so I saw in a previous post
you can use
wget -q http://yoururl.com/test.php
to have a cronjob visit a specific URL every X amount of time. Which is perfect, however I need a way (if it's possible) for it to use a proxy page (www.proxy.org) ANY of those listed hosts, eg: https://localdomain.ws/
I want it to post a slightly different specified link in that text box on that page and visit it from there. (Reason being you can only visit the URL once every 24 hours from the same IP and I would like it to be visited 2-3 times by different proxy URLs set up by this cron job)
So how would I make a cron to make it visit the URL every 24 hours 1 second (as listed above)
Then every 24 hours 5 minutes visit it from the proxy URL? Thanks.