Schöner TagHi,
we're having a problem with dstdomain and http_access.
We only allow some domains to be accessed by the users,
but if we want to allow an ip address instead of a domain name
it's not working anymore.
Here is a part of our squid.conf:
acl all src 0.0.0.0/0.0.0.0
acl surf_small src 172.27.18.19/32
acl erlaubte_seiten dstdomain "/usr/local/squid/etc/erlaubt.url"
http_access allow surf_small erlaubte_seiten
http_access deny all
Our erlaubt.url looks like this:
www.umwelt-online.de
www.umwelt.hessen.de
149.239.160.196
Why do users get denied, if they try to access the ip?
Thanks
Nicole
Received on Wed Oct 31 2001 - 06:20:15 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:03:14 MST