Re: [squid-users] Ip Based URL ?

From: Visolve Squid Development Team <squid@dont-contact.us>
Date: Fri, 10 Dec 2004 15:49:17 +0530

Hello Mukundhan,

You can block the IP based URLs using the following acl:

acl ipacl dstdom_regex ^[0-9]*.[0-9]*.[0-9]*.[0-9]*
http_access deny ipacl

or else you can particularly specify the IP address specifically using

acl ipacl dst 202.144.1.8
http_access deny ipacl

This regular expression blocks all the IP Based URLs

Best Wishes
Visolve Squid Development Team.

=======================================
* URL : http://squid.visolve.com/ *
* mail : suppot at visolve dot com *
=======================================

----- Original Message -----
From: Visolve Squid Development Team
To: mukunthd@future.futsoft.com ; squid-users@squid-cache.org
Sent: Friday, December 10, 2004 3:22 PM
Subject: Re: [squid-users] Ip Based URL ?

Hello Mukundhan,

You can block the IP based URLs using the following acl:

acl ipacl dstdom_regex ^[0-9]*\.[0-9]*\.[0-9]*\.[0-9]*
http_access deny ipacl

This regular expression blocks all the IP Based URLs

Regards,
Visolve Squid Development Team

--------------------------------------------------------------
Hi All

How do i Block "IP based URL's" ? like: http://202.144.1.8

Iam Very New to Squid and this is my First Post!

Thanks !
~Mukunth

***************************************************************************
This message is proprietary to Future Software Limited (FSL)
and is intended solely for the use of the individual to whom it
is addressed. It may contain privileged or confidential information
and should not be circulated or used for any purpose other than for
what it is intended.

If you have received this message in error, please notify the
originator immediately. If you are not the intended recipient,
you are notified that you are strictly prohibited from using,
copying, altering, or disclosing the contents of this message.
FSL accepts no responsibility for loss or damage arising from
the use of the information transmitted by this email including
damage from virus.
***************************************************************************
Received on Fri Dec 10 2004 - 03:19:28 MST

This archive was generated by hypermail pre-2.1.9 : Sat Jan 01 2005 - 12:00:02 MST