[squid-users] How to enable a site without name.

From: CGI <synecoro@dont-contact.us>
Date: Tue, 7 May 2002 15:41:56 -0400 (EDT)

I use a very simple configuration and use a redirector
like this to allow only a few sits for all the users.

I discovered a site without name, so my question what
should I modifiy on squid to allow this connection.

Thanks in advance
         
          Joe

#!/usr/bin/perl
$|=1;
while (<>) {
    if (/.*\.yellow\..*/ ||
        /.*\.flycast\..*/ ||
        /.*\.yellowpages\..*/ ||
        /.*\.mapquest\..*/ ||
        /.*\.mapquestdirect\..*/ ||
        /.*\.aol\..*/ ||
        /.*\.m\-w\..*/ ||
        /.*\.sympatico\..*/ ||
        /.*theweathernetwork\..*/ ||
        /.*\.ccra-adrc\..*/ ||
        /.*\.uwaterloo\..*/) {
        print;
    } else {
        print "http://10.10.10.9\n";
    }
}

______________________________________________________________________
Games, Movies, Music & Sports! http://entertainment.yahoo.ca
Received on Tue May 07 2002 - 13:41:58 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:07:56 MST