Squid O mesmo IP em duas ACLs diferentes?

1

Se definirmos nova acl com o nome 'ips_with_no_bandwidth_limit' file & amp; contém lista de ips onde não aplicamos limite de largura de banda. Então, podemos escrever da seguinte forma?

acl ips_with_bandwidth_limit_x_bytes src 10.5.1.1-10.5.1.255/32
acl ips_with_no_bandwidth_limit src "/etc/squid/ips_with_no_bandwidth_limit" 
delay_pools 1
delay_class 1 1
delay_parameters 1 32000/32000
delay_access 1 allow ips_with_bandwidth_limit_x_bytes
delay_access 1 deny ips_with_no_bandwidth_limit
delay_access 1 deny all

O acima irá funcionar? Se o arquivo ips_with_no_bandwidth_limit contiver alguns dos ips do intervalo de ip mencionado?

Obrigado

    
por Chetan 12.07.2016 / 13:43

0 respostas