aboutsummaryrefslogtreecommitdiffstats
path: root/packages/squidGuard/squidguard_dest.xml
diff options
context:
space:
mode:
authorD. V. Serg <dvserg@pfsense.org>2008-01-14 14:15:39 +0000
committerD. V. Serg <dvserg@pfsense.org>2008-01-14 14:15:39 +0000
commitf7cdc1edbf14721a73ca73b944902b6d03dca43e (patch)
tree2c909ef7c273d7a582b6dc60e9ca2be8b5350cda /packages/squidGuard/squidguard_dest.xml
parentb2c9520bd92d7ff4ae9617c3e5ab016fef5c7782 (diff)
downloadpfsense-packages-f7cdc1edbf14721a73ca73b944902b6d03dca43e.tar.gz
pfsense-packages-f7cdc1edbf14721a73ca73b944902b6d03dca43e.tar.bz2
pfsense-packages-f7cdc1edbf14721a73ca73b944902b6d03dca43e.zip
- sources page moved to ACL
- fix blacklist - add non-80 port support - changes in error report generator page
Diffstat (limited to 'packages/squidGuard/squidguard_dest.xml')
-rw-r--r--packages/squidGuard/squidguard_dest.xml16
1 files changed, 7 insertions, 9 deletions
diff --git a/packages/squidGuard/squidguard_dest.xml b/packages/squidGuard/squidguard_dest.xml
index 0643c08f..ab705ae2 100644
--- a/packages/squidGuard/squidguard_dest.xml
+++ b/packages/squidGuard/squidguard_dest.xml
@@ -28,10 +28,6 @@
<url>/pkg.php?xml=squidguard_acl.xml</url>
</tab>
<tab>
- <text>Sources</text>
- <url>/pkg.php?xml=squidguard_src.xml</url>
- </tab>
- <tab>
<text>Destinations</text>
<url>/pkg.php?xml=squidguard_dest.xml</url>
<active/>
@@ -128,12 +124,14 @@
<fielddescr>Redirect</fielddescr>
<fieldname>redirect</fieldname>
<description>
- Enter redirection URL or Error page code for this rule, or leave blank.
- Supported error page codes: 403, 404, 410.
- </description>
+ Enter redirection URL, Tag or Error page code for this rule, or leave blank. &lt;br&gt;
+ Supported URL's: 'http://myurl', 'https://myurl'. &lt;br&gt;
+ Supported tags: 'blank', 'blank_img'. &lt;br&gt;
+ Supported error page codes: 3xx, 4xx, 5xx. Format: 'code' or 'code[space]reason message'.
+ </description>
<type>textarea</type>
<cols>60</cols>
- <rows>5</rows>
+ <rows>2</rows>
</field>
<field>
<fielddescr>Enable log</fielddescr>
@@ -158,6 +156,6 @@
// squidguard_resync_time();
</custom_php_resync_config_command>
<custom_php_after_form_command>
- squidGuard_print_javascript();
+ squidGuard_print_javascript();
</custom_php_after_form_command>
</packagegui>