Results 1 to 1 of 1
hi
this my configuration in squid.conf for delay pools:
###################################
http_access allow MyLan
acl MyLan src 192.168.100.0/24
delay_pools 2
delay_class 1 1
delay_class 2 1
delay_parameters 1 10000/10000
delay_parameters 2 ...
- 04-30-2005 #1Just Joined!
- Join Date
- Apr 2005
- Location
- Lebanon
- Posts
- 12
Squid delay pools
hi
this my configuration in squid.conf for delay pools:
###################################
http_access allow MyLan
acl MyLan src 192.168.100.0/24
delay_pools 2
delay_class 1 1
delay_class 2 1
delay_parameters 1 10000/10000
delay_parameters 2 20000/20000
delay_access 1 deny MyLan
delay_access 2 deny MyLan
####################################
so, the problem is the connection side of client not deny...
and work like it normal......


Reply With Quote