From 5a519f7e667fea73434b3c1433f8c8ba1fe66eae Mon Sep 17 00:00:00 2001 From: Marcello Coutinho Date: Wed, 11 Jul 2012 16:42:41 -0300 Subject: squid3 - change Unrestricted IPs and Banned host addresses check to allow CIDR networks --- config/squid-reverse/squid_nac.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/squid-reverse/squid_nac.xml') diff --git a/config/squid-reverse/squid_nac.xml b/config/squid-reverse/squid_nac.xml index 9371a0ba..bc4a278e 100644 --- a/config/squid-reverse/squid_nac.xml +++ b/config/squid-reverse/squid_nac.xml @@ -105,7 +105,7 @@ Unrestricted IPs unrestricted_hosts - Enter each unrestricted IP address on a new line that is not to be filtered out by the other access control directives set in this page. + Enter unrestricted IP address / network(in CIDR format) on a new line that is not to be filtered out by the other access control directives set in this page. textarea 50 5 @@ -114,7 +114,7 @@ Banned host addresses banned_hosts - Enter each IP address on a new line that is not to be allowed to use the proxy. + Enter each IP address / network(in CIDR format) on a new line that is not to be allowed to use the proxy. textarea 50 5 -- cgit v1.2.3