I am running an asp.net mvc website, and i want to block every user that reaches my site through TOR. By now i have two solutions:
- Download list of TOR exit nodes once every hour, store that list in memory, and check every request IP address with that list.
- Try to block TOR exit nodes with windows firewall - i think that this would be better, but i don't know how to do that.
Is there any other possible solution? Have any of you maybe had a similar problem to mine? How did you solve it?
