Hi,
My local host is 192.168.1 ,I 'd like computers in the intranet can communicate directly with no need
via squid,I config my squid.con on Freebsd 3.2 as follow,but it doesn't work,
acl my-iplist src 192.168.1.0/255.255.255.0
acl localhost src 127.0.0.0/255.255.255.255
acl all src 0.0.0.0/0.0.0.0
http_access allow my-iplist
ipc_access allow my-iplist
http_access allow localhost
always_direct allow my-iplist
never_direct allow all
Would you correct it for me?
Tks ®ards
Kyue
-- To unsubscribe, see http://www.squid-cache.org/mailing-lists.htmlReceived on Sun Nov 05 2000 - 21:17:10 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:56:14 MST