missing tcp connect for http cache
This commit is contained in:
parent
85311bfffc
commit
b6a9bc3555
|
@ -1,5 +1,5 @@
|
|||
|
||||
policy_module(squid,1.1.2)
|
||||
policy_module(squid,1.1.3)
|
||||
|
||||
########################################
|
||||
#
|
||||
|
@ -85,6 +85,7 @@ corenet_tcp_bind_gopher_port(squid_t)
|
|||
corenet_tcp_connect_ftp_port(squid_t)
|
||||
corenet_tcp_connect_gopher_port(squid_t)
|
||||
corenet_tcp_connect_http_port(squid_t)
|
||||
corenet_tcp_connect_http_cache_port(squid_t)
|
||||
corenet_sendrecv_http_client_packets(squid_t)
|
||||
corenet_sendrecv_ftp_client_packets(squid_t)
|
||||
corenet_sendrecv_gopher_client_packets(squid_t)
|
||||
|
|
Loading…
Reference in New Issue