On Sun, Oct 17, 2010 at 01:03:13PM +0200, Olivier CALVANO wrote:
> 2010/9/23 Olivier CALVANO <[email protected]>:
> > Hi
> >
> > i use actually into my squid server:
> >
> > acl symantec dst 92.123.68.0/24
> > always_direct allow symantec
> >
> > All request to a 92.123.68.x are "always direct"
> >
> >
> > Do you know if it's possible that change by :
> >
> > acl symantec "url http://*.symantec.com";
> > always_direct allow symantec
> >
> > Not based on IP but on url
acl symantec dstdomain .symantec.com
...
always_direct allow symantec

-- 
Peter Benko

Reply via email to