[squid-users] Top Level Domain Access Control

From: Eric Lam <ecrim@dont-contact.us>
Date: Thu, 2 Aug 2001 19:37:03 -0700

Hello,

I am interested in easy (if possible) way to ban all destination top level
domains, except for ones specified. In my case, I wish to ban all top level
domains such as .com, .net, .mil, EXCEPT .edu. So something like...

acl GOOD dst_top_level_domain .edu
acl BAD dst 0.0.0.0/0.0.0.0
http_access allow GOOD
http_access deny BAD
Received on Thu Aug 02 2001 - 20:35:38 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:01:26 MST