diff options
author | D. V. Serg <dvserg@pfsense.org> | 2008-02-20 14:29:45 +0000 |
---|---|---|
committer | D. V. Serg <dvserg@pfsense.org> | 2008-02-20 14:29:45 +0000 |
commit | 70505906ccee8e7875839a43a330433c83265d2e (patch) | |
tree | a6930ba653b0567cfede8f4bcf150112eb7a142c /packages/squidGuard/squidguard_acl.xml | |
parent | 128d0473c3475e564744ef1e453e1284385ff318 (diff) | |
download | pfsense-packages-70505906ccee8e7875839a43a330433c83265d2e.tar.gz pfsense-packages-70505906ccee8e7875839a43a330433c83265d2e.tar.bz2 pfsense-packages-70505906ccee8e7875839a43a330433c83265d2e.zip |
Deleted time option from 'Default'. Relise 'pass' ordering. Fixed big's.
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> |