> not working dstdomain could please tell me in example

# ACL
acl abcdom dstdomain .abc.com   -    It will collect all urls from domain abc.com as 
*.abc.com
        < or >
acl abcdom dstdomain abc.com    -    It will collect domain access to abc.com.

# ACCESS RULE
http_access deny abccom

Note: Use http_access rule at appropriate place on squid.conf to avoid access problem.
You can learn more acl settings over,
http://squid.visolve.com/squid/squid24s1/access_controls.htm

>> > put IP address and access the site
>> > for example I have blocked www.abc.com by
>> url_regex
>> > but users can put IP of abc.com in browser and
>> they
>> > can easily access the site.

If you use url_regex, it will check exact pattern of url path there. It will not try 
to resolve domain name to IP-Address more. we 
can avoid this by using dstdomain or dstdom_regex acls there.

Regards
Muthu.


---
===============  It is a "Virus Free Mail" ===============
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.777 / Virus Database: 524 - Release Date: 10/14/2004 

Reply via email to