On Feb 10, 2006, at 11:02 AM, Kinkie wrote:
On Fri, 2006-02-10 at 10:29 -0500, donovan wrote:
greetings,
squid running like a champ. Anyhoo. i need to make squid go direct
for some sites. ( reasons: some edu sites don't cache well ).
did some reading
acl directlist dstdomain .some.com
always_direct allow directlist
two things. Where in my configuration should this line go.
Easy: anywhere :)
awesome.
and
instead of listing each domain ina single line. can I point to a
file. If yes, what would the file format look like.
One domain per line. E.g:
.some.com
.someother.com
.some.edu
etc
acl directlist dstdomain /local/file ??????
acl directlist dstdomain "/local/file"
(note the quotes)
okay thats easy enough
local file will have multiple entries one per line.
is it faster to list the Ip address instead of domain name?
--jeff