2010/9/23 Olivier CALVANO <o.calvano@xxxxxxxxx>: > 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 > > thanks for your help >