Hi.
I have some sites blocked in my network (facebook, youtube...) but some users are using Tor to avoid the block. I want to block them from using TOR.
TorProject provides an updated "exit list", like below:
https://check.torproject.org/cgi-bin/TorBulkExitList.py?ip=xxx.xxx.xxx.xxx&port= (where xxx = my ip)
I can use wget and a script to save that list from time to time to a .txt, keeping it updated, and bind it to a Data List in Web Access Control -- and then deny any output to these ips.
But that list would be updated from time to time, how i make Wingate reload a .txt based Data List each X minutes / hours?
Thanks.