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/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/squid_nac.xml')
-rw-r--r-- | packages/squid/squid_nac.xml | 34 |
1 files changed, 18 insertions, 16 deletions
diff --git a/packages/squid/squid_nac.xml b/packages/squid/squid_nac.xml index 4e68c062..435671a2 100644 --- a/packages/squid/squid_nac.xml +++ b/packages/squid/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,49 +82,49 @@ </tabs> <fields> <field> - <fieldname>allowed_subnets</fieldname> <fielddescr>Allowed subnets</fielddescr> + <fieldname>allowed_subnets</fieldname> <description>Enter each subnet on a new line that is 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> - <encoding>base64</encoding> - <rows>5</rows> <cols>50</cols> + <rows>5</rows> + <encoding>base64</encoding> </field> <field> - <fieldname>unrestricted_hosts</fieldname> <fielddescr>Unrestricted IPs</fielddescr> + <fieldname>unrestricted_hosts</fieldname> <description>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.</description> <type>textarea</type> - <encoding>base64</encoding> - <rows>5</rows> <cols>50</cols> + <rows>5</rows> + <encoding>base64</encoding> </field> <field> - <fieldname>banned_hosts</fieldname> <fielddescr>Banned host addresses</fielddescr> + <fieldname>banned_hosts</fieldname> <description>Enter each IP address on a new line that is not to be allowed to use the proxy.</description> <type>textarea</type> - <encoding>base64</encoding> - <rows>5</rows> <cols>50</cols> + <rows>5</rows> + <encoding>base64</encoding> </field> <field> - <fieldname>whitelist</fieldname> <fielddescr>Whitelist</fielddescr> + <fieldname>whitelist</fieldname> <description>Enter each destination domain on a new line that will be accessable to the users that are allowed to use the proxy.</description> <type>textarea</type> - <encoding>base64</encoding> - <rows>5</rows> <cols>50</cols> + <rows>5</rows> + <encoding>base64</encoding> </field> <field> - <fieldname>blacklist</fieldname> <fielddescr>Blacklist</fielddescr> + <fieldname>blacklist</fieldname> <description>Enter each destination domain on a new line that will be blocked to the users that are allowed to use the proxy.</description> <type>textarea</type> - <encoding>base64</encoding> - <rows>5</rows> <cols>50</cols> + <rows>5</rows> + <encoding>base64</encoding> </field> </fields> <custom_php_validation_command> |