diff options
author | Seth Mos <seth.mos@xs4all.nl> | 2007-01-09 15:50:08 +0000 |
---|---|---|
committer | Seth Mos <seth.mos@xs4all.nl> | 2007-01-09 15:50:08 +0000 |
commit | f8d35721054ac1108ad544ee75b976a54d649ef6 (patch) | |
tree | 337307af72f20347b15505b75bde6dd8e338ca13 /packages/squid | |
parent | a8b80c7faf6901ef9d32799027ac8bf6aebdc70c (diff) | |
download | pfsense-packages-f8d35721054ac1108ad544ee75b976a54d649ef6.tar.gz pfsense-packages-f8d35721054ac1108ad544ee75b976a54d649ef6.tar.bz2 pfsense-packages-f8d35721054ac1108ad544ee75b976a54d649ef6.zip |
Remove MAC support, our squid does not support it at this time.
Diffstat (limited to 'packages/squid')
-rw-r--r-- | packages/squid/squid_nac.xml | 20 |
1 files changed, 2 insertions, 18 deletions
diff --git a/packages/squid/squid_nac.xml b/packages/squid/squid_nac.xml index b7bbf8c9..9b6268ee 100644 --- a/packages/squid/squid_nac.xml +++ b/packages/squid/squid_nac.xml @@ -52,14 +52,6 @@ <cols>50</cols> </field> <field> - <fieldname>unrestricted_macs</fieldname> - <fielddescr>Unrestricted MAC Addresses</fielddescr> - <description>The MAC addresses specified here (separated by commas) won't be filtered out by the other access control directives set in this page.</description> - <type>textarea</type> - <rows>5</rows> - <cols>50</cols> - </field> - <field> <fieldname>banned_hosts</fieldname> <fielddescr>Banned host addresses</fielddescr> <description>The IP addresses specified here (separated by commas) won't be allowed to use the proxy.</description> @@ -68,17 +60,9 @@ <cols>50</cols> </field> <field> - <fieldname>banned_macs</fieldname> - <fielddescr>Banned MAC addresses</fielddescr> - <description>The MAC addresses specified here (separated by commas) won't be allowed to use the proxy.</description> - <type>textarea</type> - <rows>5</rows> - <cols>50</cols> - </field> - <field> <fieldname>whitelist</fieldname> <fielddescr>Whitelist</fielddescr> - <description>Those are the sites (separated by commas) that will be accessable to the users that are allowed to use the proxy.</description> + <description>Those are the destination domains (separated by commas) that will be accessable to the users that are allowed to use the proxy.</description> <type>textarea</type> <rows>5</rows> <cols>50</cols> @@ -86,7 +70,7 @@ <field> <fieldname>blacklist</fieldname> <fielddescr>Blacklist</fielddescr> - <description>Those are the sites (separated by commas) that will be blocked to the users that are allowed to use the proxy.</description> + <description>Those are the destination domains (separated by commas) that will be blocked to the users that are allowed to use the proxy.</description> <type>textarea</type> <rows>5</rows> <cols>50</cols> |