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_lists.xml | 329 +++++++++++++++++++++++++++++ 1 file changed, 329 insertions(+) create mode 100755 config/dansguardian/dansguardian_lists.xml (limited to 'config/dansguardian/dansguardian_lists.xml') diff --git a/config/dansguardian/dansguardian_lists.xml b/config/dansguardian/dansguardian_lists.xml new file mode 100755 index 00000000..e78658cd --- /dev/null +++ b/config/dansguardian/dansguardian_lists.xml @@ -0,0 +1,329 @@ + + + + + + + + Describe your package here + Describe your package requirements here + Currently there are no FAQ items provided. + dansguardianlists + 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 + + + + + Group name + name + + + Group mode + mode + + + + Description + description + + + + Action + action + + + Update Frequency + cron + + + + + Description + listtopic + + + Filter Group Name + groupname + + Example: Badguys
+ Do not include pfBlocker name, it's done by package.
+ International, special or space caracters will be ignored in pfsense alias name.
]]>
+ input + 20 +
+ + Filter Group Mode + groupmode + + This mechanism replaces the "banneduserlist"]]> + select + + + + + + + + List Description + description + input + 90 + + + Values + listtopic + + + Reporting Level + report_level + + If defined, this overrides the global setting in dansguardian.conf for members of this filter group.]]> + select + + + + + + + + + + Weighted phrase mode + weightedphrasemode + + See documentation for supported values in that file.]]> + input + 10 + + + Naughtiness limite + naughtynesslimit + + Phrases to do with good subjects will have negative values, and bad subjects will have positive values.
+ See the weightedphraselist file for examples.
+ As a guide:
+ 50 is for young children, 100 for old children, 160 for young adults.]]>
+ input + 10 +
+ + Search term limit + searchtermlimit + Default 30
The limit over which requests will be blocked for containing search terms which match the weightedphraselist.
+ This should usually be lower than the 'naughtynesslimit' value above, because the amount of text being filtered is only a few words, rather than a whole page.
+ A value of 0 here indicates that search terms should be extracted, for logging/reporting purposes, but no filtering should be performed on the resulting text.]]>
+ input + 10 +
+ + Category display threshold + categorydisplaythreshold + + Defines the minimum score that must be accumulated within a particular category in order for it to show up on the block pages' category list.
+ All categories under which the page scores positively will be logged; those that were not displayed to the user appear in brackets.
+ -1 = display only the highest scoring category
+ 0 = display all categories (default)
+ > 0 = minimum score for a category to be displayed]]>
+ input + 10 +
+ + Embedded URL weighting + embeddedurlweight + + Each link to a banned page causes the amount set here to be added to the page's weighting.
+ The behaviour of this option with regards to multiple occurrences of a site/URL is affected by the weightedphrasemode setting.

+ Set to 0 to disable(default). + WARNING: This option is highly CPU intensive!]]>
+ input + 10 +
+ + Temporary Denied Page Bypass + bypass + + You define the number of seconds the bypass will function for before the deny will appear again.
+ To allow the link on the denied page to appear you will need to edit the template.html or dansguardian.pl file for your language.
+ 300 = enable for 5 minutes
+ 0 = disable ( defaults to 0 )]]>
+ input + 10 +
+ + Infection/Scan Error Bypass + infectionbypass + + The option specifies the number of seconds for which the bypass link will be valid.
+ 300 = enable for 5 minutes
+ 0 = disable ( defaults to 0 )]]>
+ input + 10 +
+ + Lists + listtopic + + + Group Options + group_options + + select + + + + + + + + + + + + + 10 + + + Content filtering + group_options + + select + + + + + + + + + + + + + + + + + 14 + + + File type filtering + file_options + + select + + + + + + + + + + 7 + + + search engine filtering + file_options + + select + + + + + + + + 5 + + + Custom list + listtopic + + + CIDR + custom + + Example: 192.168.1.0/24]]> + textarea + 50 + 10 + base64 + +
+ + pfblocker_php_install_command(); + + + pfblocker_php_deinstall_command(); + + + pfblocker_validate_input($_POST, &$input_errors); + + + sync_package_pfblocker(); + +
\ No newline at end of file -- cgit v1.2.3