Article
article
Reads:
1555
Score:
Problem
A Forum reader recently asked:
"Is there any way with Bordermanager to block certain search terms? We use Connectotel to filter access, but the kids are constantly finding new proxies to bypass the filters to get to Myspace, etc. I must add 10 new proxies a day to the block lists. They all seem to get there by entering "unblock myspace" in Google and trying all the proxies until one works. If I could block the search term I could slow them down a little."
And here's the response from Daniel Griswold ...
Solution
We added a deny rule for search terms:
http://*/*q=proxy* http://*/*q=bypass+proxy* http://*/*b=proxy+unblock+myspace*
Google uses q=, Yahoo uses b=
If you use cygwin or a clone, you can do a grep for "q=" and pull all the search terms out of a log.





0