Re: [squid-users] ACL and http_access Confusion

2007-07-09 Thread Matus UHLAR - fantomas
> > So, replace > > > > acl numeric_IPs urlpath_regex ^[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+ > > > > with > > > > acl numeric_IPs dstdom_regex ^[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+ > > > > and > > > > will this work? > > > > http_access deny CONNECT numeric_IPs !allowed_IPs On 06.07.07 11:18, [EMAIL PROTECTED]

Re: [squid-users] ACL and http_access Confusion

2007-07-05 Thread squid3
>>From: Emilio Casbas <[EMAIL PROTECTED]> > >>Vadim Pushkin escribió: >>>Hello; >>> >>>I have an ACL which contains IP addresses that I want to allow outbound >>>requests to. >>> >>>acl allowed_IPs dstdomain "/net/squid/allowed-IP-Dests" >>> >>>I have another ACL which is intended to capture all de

Re: [squid-users] ACL and http_access Confusion

2007-07-05 Thread Vadim Pushkin
From: Emilio Casbas <[EMAIL PROTECTED]> Vadim Pushkin escribió: Hello; I have an ACL which contains IP addresses that I want to allow outbound requests to. acl allowed_IPs dstdomain "/net/squid/allowed-IP-Dests" I have another ACL which is intended to capture all destinations which use a

Re: [squid-users] ACL and http_access Confusion

2007-07-05 Thread Emilio Casbas
Vadim Pushkin escribió: Hello; I have an ACL which contains IP addresses that I want to allow outbound requests to. acl allowed_IPs dstdomain "/net/squid/allowed-IP-Dests" I have another ACL which is intended to capture all destinations which use an IP address versus FQDN, which one of thes

[squid-users] ACL and http_access Confusion

2007-07-05 Thread Vadim Pushkin
Hello; I have an ACL which contains IP addresses that I want to allow outbound requests to. acl allowed_IPs dstdomain "/net/squid/allowed-IP-Dests" I have another ACL which is intended to capture all destinations which use an IP address versus FQDN, which one of these two is correct for this