by adrien » Apr 27 06 11:25 am
Hi
You can't currently use the banlist as a whitelist in WinGate.
although it's tempting to put in a bunch of criterion there, and use the "Not" option, what this does is basically block everything.
This is because the banlist works on an OR basis. If any of the criteria in the banlist are met, then the result is a ban.
So if for instance you put a single banlist criterion in which was "not server is microsoft", then that criterion would be true for any case where the server was not microsoft, and therefore ban all urls except for where the server was microsoft.
As soon as you added another one, say "not server is yahoo", then you've blocked everything, since the server won't be both microsoft and yahoo at the same time, therefore one or the other criteria will result in a block.
To implement a white-list in WinGate, you need to go to the advanced tab, and for each site you wish to allow, you need to create a new filter, with a criterion. This is because all the criteria in a filter are ANDed but the filters themselves are ORed. So, you would end up with something like
Filter 1
Server contains microsoft.com
Filter 2
Server contains yahoo.com
etc.
Not the easiest way to get a whitelist I know - we are working on an alternative option for the next major release.
Regards
Adrien