Is it possible to block a a domain, then allow certain urls in a domain?
I thought I had previously done this and now it's not working.
I.E.
I have a urllist that has:
somedomain.com/allowedpage.html
and I have a domainlist that has:
somedomain.com
dest allows{
urllist allows/urls
}
dest blocks {
domainlist blocks/domains
}
My acl reads
acl {
default {
pass allows !blocks all
redirect http://notallowed.com/page.cgi?blah=blah
}
}
No matter what I do, either the whole domain is blocked or the whole domain is
allowed. Have even tested in a scenario where those were the only things in
the files. It seems to work if I want to allow the domain, but block
specific portions, but not the other way around.