aboutsummaryrefslogtreecommitdiffstats
path: root/packages/havp.xml
diff options
context:
space:
mode:
authorRajkumar S <raj@pfsense.org>2006-06-16 16:07:43 +0000
committerRajkumar S <raj@pfsense.org>2006-06-16 16:07:43 +0000
commit08cb1970c5e44cc203439521fe231d8540ad8b8a (patch)
tree4ec09383a40912431583365d5a457b5cb79efed4 /packages/havp.xml
parent87ab2f973453f53aa972e366995d0909bf77f638 (diff)
downloadpfsense-packages-08cb1970c5e44cc203439521fe231d8540ad8b8a.tar.gz
pfsense-packages-08cb1970c5e44cc203439521fe231d8540ad8b8a.tar.bz2
pfsense-packages-08cb1970c5e44cc203439521fe231d8540ad8b8a.zip
Added maxdownloadsize, trickling and maxscansize options, Added Transparency exclude functionality, updated havp to new version, bumped package version
Diffstat (limited to 'packages/havp.xml')
-rw-r--r--packages/havp.xml36
1 files changed, 36 insertions, 0 deletions
diff --git a/packages/havp.xml b/packages/havp.xml
index c024e369..64e13287 100644
--- a/packages/havp.xml
+++ b/packages/havp.xml
@@ -32,6 +32,10 @@
<text>Blacklist</text>
<url>/pkg.php?xml=havp_blacklist.xml</url>
</tab>
+ <tab>
+ <text>Exclude from Transparent Proxy</text>
+ <url>/pkg.php?xml=havp_trans_exclude.xml</url>
+ </tab>
</tabs>
<additional_files_needed>
@@ -52,6 +56,16 @@
<additional_files_needed>
<prefix>/usr/local/pkg/</prefix>
<chmod>0755</chmod>
+ <item>http://agni.linuxense.com/packages/config/havp_startup.inc</item>
+ </additional_files_needed>
+ <additional_files_needed>
+ <prefix>/usr/local/pkg/</prefix>
+ <chmod>0755</chmod>
+ <item>http://agni.linuxense.com/packages/config/havp_trans_exclude.xml</item>
+ </additional_files_needed>
+ <additional_files_needed>
+ <prefix>/usr/local/pkg/</prefix>
+ <chmod>0755</chmod>
<item>http://agni.linuxense.com/packages/config/havp.sh</item>
</additional_files_needed>
@@ -117,6 +131,7 @@
<fieldname>dbreload</fieldname>
<description>Specify here the number of minutes to wait for reloading. Default 60 Minutes.</description>
<type>input</type>
+ <default_value>60</default_value>
</field>
<field>
<fielddescr>Parent Proxy Host</fielddescr>
@@ -130,6 +145,27 @@
<description>Specify the parent proxy port</description>
<type>input</type>
</field>
+ <field>
+ <fielddescr>Max size of temporary files on disk</fielddescr>
+ <fieldname>maxscansize</fieldname>
+ <description>Temporary file will grow only up to this size. This means scanner will scan data until this limit is reached. The value is in BYTES, not kb or mb. 0 is Unlimited.</description>
+ <type>input</type>
+ <default_value>0</default_value>
+ </field>
+ <field>
+ <fielddescr>Trickling Time</fielddescr>
+ <fieldname>trickling</fieldname>
+ <description>After Trickling Time (seconds), some bytes are sent to browser to keep the connection alive. Trickling is not needed if timeouts are not expected. Default is 5 seconds. </description>
+ <type>input</type>
+ <default_value>5</default_value>
+ </field>
+ <field>
+ <fielddescr>Absolute Maximum Download Size</fielddescr>
+ <fieldname>maxdownloadsize</fieldname>
+ <description>Downloads larger than this will be blocked, Unless whitelisted. 0 is unlimited.</description>
+ <type>input</type>
+ <default_value>0</default_value>
+ </field>
</fields>
<custom_php_install_command> havp_install_command(); </custom_php_install_command>