From d2a5ab5879d8dc87b1ea8f9ca72e41107d353f4a Mon Sep 17 00:00:00 2001 From: marcelloc Date: Wed, 4 Jan 2012 14:22:52 -0200 Subject: dansguardian-dev - first files --- config/dansguardian/dansguardian_config.xml | 228 ++++++++++++++++++++++++++++ 1 file changed, 228 insertions(+) create mode 100644 config/dansguardian/dansguardian_config.xml (limited to 'config/dansguardian/dansguardian_config.xml') diff --git a/config/dansguardian/dansguardian_config.xml b/config/dansguardian/dansguardian_config.xml new file mode 100644 index 00000000..41e3c335 --- /dev/null +++ b/config/dansguardian/dansguardian_config.xml @@ -0,0 +1,228 @@ + + + + + + + + Describe your package here + Describe your package requirements here + Currently there are no FAQ items provided. + dansguardianconfig + 1.0 + Services: Dansguardian + /usr/local/pkg/dansguardian.inc + + + Daemon + /pkg_edit.php?xml=dansguardian.xml&id=0 + + + General + /pkg_edit.php?xml=dansguardian_config.xml&id=0 + + + + Limits + /pkg_edit.php?xml=dansguardian_limits.xml&id=0 + + + Filter Groups + /pkg.php?xml=dansguardian_lists.xml + + + Report and Log + /pkg_edit.php?xml=dansguardian_log.xml&id=0 + + + XMLRPC Sync + /pkg_edit.php?xml=dansguardian_sync.xml&id=0 + + + About + /pkg_edit.php?xml=dansguardian.php&id=0 + + + + + Config Settings + listtopic + + + Url cache number + urlcachenumber + input + 10 + + 0 = off (recommended for ISPs with users with disimilar browsing)
+ 1000 = recommended for most user
+ 5000 = suggested max upper limit
+ If you're using an AV plugin then use at least 5000.]]>
+
+ + Url cache age + urlcacheage + input + 10 + + 900 = 15 mins(recommended)
+ 0 = never]]>
+
+ + Scan Options + report_options + + select + + + + + + + + + + + + + 10 + + + Weighted phrase mode + weightedphrasemode + + select + + + + + + + + Phrase filter mode + phrasefiltermode + + Smart is where the multiple spaces and HTML are removed before phrase filtering
+ Raw is where the raw HTML including meta tags are phrase filtered
+ Meta/Title is where only meta and title tags are phrase filtered (v. quick)
+ CPU usage can be effectively halved by using setting 0 or 1 compared to 2]]>
+ select + + + + + + +
+ + Lower casing options + preservecase + + However this can break Big5 and other 16-bit texts. If needed preserve the case.]]> + select + + + + + + + + Content Scanner + listtopic + + + Content Scanners + content_scanners + + select + + + + + + 3 + + + Content scanner timeout + contentscannertimeout + input + 10 + Default is 60
+ Some of the content scanners support using a timeout value to stop processing (eg AV scanning) the file if it takes too long.
+ If supported this will be used.
+ The default of 60 seconds is probably reasonable.]]>
+
+ + Content scan exceptions + contentscanexceptions + checkbox + + This is probably not desirable behavour as exceptions are supposed to be trusted and will increase load.
+ Correct use of grey lists are a better idea.]]>
+
+ + Misc settings + listtopic + + + Misc Options + misc_options + + select + + + + + + + 4 + +
+ + dansguardian_php_install_command(); + + + dansguardian_php_deinstall_command(); + + + dansguardian_validate_input($_POST, &$input_errors); + + + sync_package_dansguardian(); + +
-- cgit v1.2.3