diff options
author | Daniel Stefan Haischt <dsh@pfsense.org> | 2007-09-01 04:10:13 +0000 |
---|---|---|
committer | Daniel Stefan Haischt <dsh@pfsense.org> | 2007-09-01 04:10:13 +0000 |
commit | 9f2521ca8351e454e03193ddccbf5eb2166ec1fd (patch) | |
tree | 2df2d2ba5cf8123d90bb81b1039c3cec071330e0 /packages/squid-head/squid_nac.xml | |
parent | 188234df1c9d986f8a7fc80d0f57cbd91125fb14 (diff) | |
download | pfsense-packages-9f2521ca8351e454e03193ddccbf5eb2166ec1fd.tar.gz pfsense-packages-9f2521ca8351e454e03193ddccbf5eb2166ec1fd.tar.bz2 pfsense-packages-9f2521ca8351e454e03193ddccbf5eb2166ec1fd.zip |
* added copyright header to each file
* added XSL stylesheet to each file
* added DTD to some files (TODO: Add DTD to the remaining files and validate them against the DTD)
* added a Document Type Definition which allows to validate package files
Diffstat (limited to 'packages/squid-head/squid_nac.xml')
-rw-r--r-- | packages/squid-head/squid_nac.xml | 32 |
1 files changed, 17 insertions, 15 deletions
diff --git a/packages/squid-head/squid_nac.xml b/packages/squid-head/squid_nac.xml index bbeaa149..db49a1ba 100644 --- a/packages/squid-head/squid_nac.xml +++ b/packages/squid-head/squid_nac.xml @@ -1,4 +1,5 @@ <?xml version="1.0" encoding="utf-8" ?> +<!DOCTYPE packagegui SYSTEM "../schema/packages.dtd"> <?xml-stylesheet type="text/xsl" href="../xsl/package.xsl"?> <packagegui> <copyright> @@ -44,9 +45,10 @@ <description>Describe your package here</description> <requirements>Describe your package requirements here</requirements> <faq>Currently there are no FAQ items provided.</faq> - <include_file>squid.inc</include_file> <name>squidnac</name> + <version>none</version> <title>Proxy server: Access control</title> + <include_file>squid.inc</include_file> <tabs> <tab> <text>General settings</text> @@ -80,60 +82,60 @@ </tabs> <fields> <field> - <fieldname>allowed_subnets</fieldname> <fielddescr>Allowed subnets</fielddescr> + <fieldname>allowed_subnets</fieldname> <description>Those are the subnets (separated by commas) that are allowed to use the proxy. The subnets must be expressed as CIDR ranges (e.g.: 192.168.1.0/24). Note that the proxy interface subnet is already an allowed subnet. All the other subnets won't be able to use the proxy.</description> <type>textarea</type> - <rows>5</rows> <cols>50</cols> + <rows>5</rows> </field> <field> - <fieldname>unrestricted_hosts</fieldname> <fielddescr>Unrestricted IPs</fielddescr> + <fieldname>unrestricted_hosts</fieldname> <description>The IP 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> + <rows>5</rows> </field> <field> - <fieldname>unrestricted_macs</fieldname> <fielddescr>Unrestricted MAC Addresses</fielddescr> + <fieldname>unrestricted_macs</fieldname> <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> + <rows>5</rows> </field> <field> - <fieldname>banned_hosts</fieldname> <fielddescr>Banned host addresses</fielddescr> + <fieldname>banned_hosts</fieldname> <description>The IP addresses specified here (separated by commas) won't be allowed to use the proxy.</description> <type>textarea</type> - <rows>5</rows> <cols>50</cols> + <rows>5</rows> </field> <field> - <fieldname>banned_macs</fieldname> <fielddescr>Banned MAC addresses</fielddescr> + <fieldname>banned_macs</fieldname> <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> + <rows>5</rows> </field> <field> - <fieldname>whitelist</fieldname> <fielddescr>Whitelist</fielddescr> + <fieldname>whitelist</fieldname> <description>Those are the sites (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> + <rows>5</rows> </field> <field> - <fieldname>blacklist</fieldname> <fielddescr>Blacklist</fielddescr> + <fieldname>blacklist</fieldname> <description>Those are the sites (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> + <rows>5</rows> </field> </fields> <custom_php_validation_command> |