diff options
-rw-r--r-- | packages/squid_nac.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/squid_nac.xml b/packages/squid_nac.xml index b15e5481..3b4833e8 100644 --- a/packages/squid_nac.xml +++ b/packages/squid_nac.xml @@ -90,6 +90,15 @@ <rows>5</rows> <cols>50</cols> </field> + + <field> + <fielddescr>Override Host(s)</fielddescr> + <fieldname>override_hosts</fieldname> + <description>In order to allow override hosts where proxy authentication, if configured, will be bypassed and allowed transparent, please specify each host (IP or FQDN) separated by a semicolon (;).</description> + <type>textarea</type> + <rows>5</rows> + <cols>50</cols> + </field> </fields> |