<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE packagegui SYSTEM "../schema/packages.dtd"> <?xml-stylesheet type="text/xsl" href="../xsl/package.xsl"?> <packagegui> <description>Describe your package here</description> <requirements>Describe your package requirements here</requirements> <faq>Currently there are no FAQ items provided.</faq> <name>squidguardacl</name> <version>none</version> <title>Proxy filter SquidGuard: Groups Access Control List (ACL)</title> <include_file>/usr/local/pkg/squidguard.inc</include_file> <delete_string>A proxy server user has been deleted.</delete_string> <addedit_string>A proxy server user has been created/modified.</addedit_string> <tabs> <tab> <text>General settings</text> <url>/pkg_edit.php?xml=squidguard.xml&id=0</url> </tab> <tab> <text>Common ACL</text> <url>/pkg_edit.php?xml=squidguard_default.xml&id=0</url> </tab> <tab> <text>Groups ACL</text> <url>/pkg.php?xml=squidguard_acl.xml</url> <active/> </tab> <tab> <text>Target categories</text> <url>/pkg.php?xml=squidguard_dest.xml</url> </tab> <tab> <text>Times</text> <url>/pkg.php?xml=squidguard_time.xml</url> </tab> <tab> <text>Rewrites</text> <url>/pkg.php?xml=squidguard_rewr.xml</url> </tab> <tab> <text>Blacklist</text> <url>/squidGuard/squidguard_blacklist.php</url> </tab> <tab> <text>Log</text> <url>/squidGuard/squidguard_log.php</url> </tab> </tabs> <adddeleteeditpagefields> <columnitem> <fielddescr>Disabled</fielddescr> <fieldname>disabled</fieldname> </columnitem> <columnitem> <fielddescr>Name</fielddescr> <fieldname>name</fieldname> </columnitem> <columnitem> <fielddescr>Time</fielddescr> <fieldname>time</fieldname> </columnitem> <columnitem> <fielddescr>Description</fielddescr> <fieldname>description</fieldname> </columnitem> </adddeleteeditpagefields> <fields> <field> <fielddescr>Disabled</fielddescr> <fieldname>disabled</fieldname> <description>Check this for disable this ACL rule.</description> <type>checkbox</type> </field> <field> <fielddescr>Name</fielddescr> <fieldname>name</fieldname> <description> Enter the unique name here. Name must consist of minimum 2 symbols, first from which letter. <br> All other symbols must be [a-Z_0-9]. </description> <type>input</type> <required/> <size>100</size> </field> <field> <fielddescr>Order</fielddescr> <fieldname>order</fieldname> <description> Select the new position for ACL item. ACL are evaluated on a first-match source basis.<br> <b>Note:</b> <br> Search for a suitable ACL by field 'source' will occur before the first match. If you want to define an exception for some sources (IP) from the IP range, put them on first of the list. <br> <b>For example:</b> <br> ACL with single (or short range) source ip 10.0.0.15, must be placed before ACL with more large ip range 10.0.0.0/24 <br> </description> <type>select</type> </field> <field> <fielddescr>Client (source)</fielddescr> <fieldname>source</fieldname> <description> Enter client's IP address or domain or "username" here. For separate use space. <br><b>Example:</b> <br>ip: 192.168.0.1 or subnet 192.168.0.0/24 or subnet 192.168.1.0/255.255.255.0 or range 192.168.1.1-192.168.1.10 <br>domain: foo.bar match foo.bar or *.foo.bar <br>username: 'user1' </description> <type>textarea</type> <cols>65</cols> <rows>3</rows> <required/> </field> <field> <fielddescr>Time</fielddescr> <fieldname>time</fieldname> <description>Select time in which 'Target Rules' will operate, or leave 'none' for action of rules without time restriction. If this option is set, then in off-time will operate the second rule set.</description> <type>select</type> </field> <field> <fielddescr>Target Rules</fielddescr> <fieldname>dest</fieldname> <description></description> <type>input</type> <size>100</size> </field> <field> <fielddescr>Not to allow IP addresses in URL</fielddescr> <fieldname>notallowingip</fieldname> <description> To make sure that people don't bypass the URL filter. by simply using the IP addresses instead of the fully qualified domain names, you can check this option. This option has no effect on the WhiteList. </description> <type>checkbox</type> </field> <field> <fielddescr>Redirect mode</fielddescr> <fieldname>redirect_mode</fieldname> <description> Select redirect mode here. <br> Note: if you use 'transparent proxy', then 'int' redirect mode will not accessible. <!-- <br><b> int size limit :</b> if content size 0 or > 'size limit', then client moved to 'blank image' page; --> <br> Options: <A title="To 'url' will added special client information;" > <span style="background-color: #dddddd;" >ext url err page</span></A> , <A title="Client view 'url' content without any notification about;" > <span style="background-color: #dddddd;" > ext url redirect</span></A> , <A title="Client will moved to specified url with displaying url in addres bar;" > <span style="background-color: #dddddd;" > ext url as 'move'</span></A> , <A title="Client will moved to specified url with showing progress(only!) in status bar;" > <span style="background-color: #dddddd;" > ext url as 'found'.</span></A> </u> </description> <type>select</type> <value>rmod_none</value> <options> <option><name>none</name> <value>rmod_none</value></option> <option><name>int error page (enter error message)</name> <value>rmod_int</value></option> <option><name>int blank page </name> <value>rmod_int_bpg</value></option> <!-- <option><name>int blank image</name> <value>rmod_int_bim</value></option> --> <!-- <option><name>int size limit (enter size in bytes)</name> <value>rmod_int_szl</value></option> --> <option><name>ext url err page (enter URL)</name> <value>rmod_ext_err</value></option> <option><name>ext url redirect (enter URL)</name> <value>rmod_ext_rdr</value></option> <option><name>ext url move (enter URL)</name> <value>rmod_ext_mov</value></option> <option><name>ext url found (enter URL)</name> <value>rmod_ext_fnd</value></option> </options> </field> <field> <fielddescr>Redirect</fielddescr> <fieldname>redirect</fieldname> <description> Enter external redirection URL, error message or size (bytes) here. </description> <type>textarea</type> <cols>65</cols> <rows>2</rows> </field> <!-- not need now <field> <fielddescr>Redirect for off-time</fielddescr> <fieldname>overredirect</fieldname> <description> Enter external redirection URL, error message or size (bytes) here. </description> <type>textarea</type> <cols>65</cols> <rows>2</rows> </field> --> <field> <fielddescr>Use SafeSearch engine</fielddescr> <fieldname>safesearch</fieldname> <description> To protect your children from adult content, you can use the protected mode of search engines. Now it is supported by Google, Yandex, Yahoo, MSN, Live Search, Bing. Make sure that the search engines can, and others, it is recommended to prohibit. <br>Note: ! This option overrides 'Rewrite' setting. ! </description> <type>checkbox</type> </field> <field> <fielddescr>Rewrite</fielddescr> <fieldname>rewrite</fieldname> <description>Enter rewrite condition name for this rule, or leave blank.</description> <type>select</type> </field> <field> <fielddescr>Rewrite for off-time</fielddescr> <fieldname>overrewrite</fieldname> <description>Enter rewrite condition name for this rule, or leave blank.</description> <type>select</type> </field> <field> <fielddescr>Description</fielddescr> <fieldname>description</fieldname> <description>You may enter a description here for your reference (not parsed).</description> <type>input</type> <size>100</size> </field> <field> <fielddescr>Log</fielddescr> <fieldname>enablelog</fieldname> <description>Check this for log this item.</description> <type>checkbox</type> </field> </fields> <custom_php_validation_command> squidguard_validate_acl(&$_POST, &$input_errors); </custom_php_validation_command> <custom_php_command_before_form> squidguard_before_form_acl(&$pkg); </custom_php_command_before_form> <custom_php_after_form_command> squidGuard_print_javascript(); </custom_php_after_form_command> <custom_php_resync_config_command> squidguard_resync_acl(); </custom_php_resync_config_command> <custom_delete_php_command> squidguard_resync_acl(); </custom_delete_php_command> <custom_add_php_command> </custom_add_php_command> <custom_add_php_command_late> </custom_add_php_command_late> </packagegui>