diff options
Diffstat (limited to 'packages/squidGuard/squidguard_acl.xml')
-rw-r--r-- | packages/squidGuard/squidguard_acl.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/squidGuard/squidguard_acl.xml b/packages/squidGuard/squidguard_acl.xml index b3f4d2d7..3439e674 100644 --- a/packages/squidGuard/squidguard_acl.xml +++ b/packages/squidGuard/squidguard_acl.xml @@ -155,6 +155,15 @@ <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. + </description> + <type>checkbox</type> + </field> + <field> <fielddescr>Redirect</fielddescr> <fieldname>redirect</fieldname> <description> @@ -199,6 +208,12 @@ <type>input</type> <size>100</size> </field> + <field> + <fielddescr>Enable log</fielddescr> + <fieldname>enablelog</fieldname> + <description>Check this for enable log.</description> + <type>checkbox</type> + </field> </fields> <custom_php_validation_command> |