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

From: Squid Support (Henrik Nordstrom) <hno@dont-contact.us>
Date: Tue, 7 May 2002 23:56:07 +0200

What do you mean "without a name"?

Without a URL there cannot be a site. The hostname of a URL may be an
IP address, but it is still a name.

Regards
Henrik

On Tuesday 07 May 2002 21:41, CGI wrote:
> 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

-- 
MARA Systems AB, Giving you basic free Squid support
Your source of advanced web reverse proxying solutions
http://www.marasystems.com/producs/
Received on Tue May 07 2002 - 16:11:06 MDT

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