hello,
> Can we configure our Squid to allow requests only for fully qualified domain names. And deny all requests made for IP addresses.
hmm..
may be - try to play with regexp's:
acl ipreg urlpath_regex ^https?://[0-9]*\.[0-9]*\.[0-9]*\.[0-9]*/.*$
...
http_access deny ipreg
or something like this.
airween
Received on Tue Sep 16 2003 - 04:43:10 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:19:54 MST