From 08cb1970c5e44cc203439521fe231d8540ad8b8a Mon Sep 17 00:00:00 2001 From: Rajkumar S Date: Fri, 16 Jun 2006 16:07:43 +0000 Subject: Added maxdownloadsize, trickling and maxscansize options, Added Transparency exclude functionality, updated havp to new version, bumped package version --- packages/havp.xml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'packages/havp.xml') 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 @@ Blacklist /pkg.php?xml=havp_blacklist.xml + + Exclude from Transparent Proxy + /pkg.php?xml=havp_trans_exclude.xml + @@ -49,6 +53,16 @@ 0755 http://agni.linuxense.com/packages/config/havp_blacklist.xml + + /usr/local/pkg/ + 0755 + http://agni.linuxense.com/packages/config/havp_startup.inc + + + /usr/local/pkg/ + 0755 + http://agni.linuxense.com/packages/config/havp_trans_exclude.xml + /usr/local/pkg/ 0755 @@ -117,6 +131,7 @@ dbreload Specify here the number of minutes to wait for reloading. Default 60 Minutes. input + 60 Parent Proxy Host @@ -130,6 +145,27 @@ Specify the parent proxy port input + + Max size of temporary files on disk + maxscansize + 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. + input + 0 + + + Trickling Time + trickling + 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. + input + 5 + + + Absolute Maximum Download Size + maxdownloadsize + Downloads larger than this will be blocked, Unless whitelisted. 0 is unlimited. + input + 0 + havp_install_command(); -- cgit v1.2.3