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.xml | 211 +++++++++++++++++++++++++++++++++++ 1 file changed, 211 insertions(+) create mode 100644 config/dansguardian/dansguardian.xml (limited to 'config/dansguardian/dansguardian.xml') diff --git a/config/dansguardian/dansguardian.xml b/config/dansguardian/dansguardian.xml new file mode 100644 index 00000000..f81be0e3 --- /dev/null +++ b/config/dansguardian/dansguardian.xml @@ -0,0 +1,211 @@ + + + + + + + + Describe your package here + Describe your package requirements here + Currently there are no FAQ items provided. + dansguardian + 1.0 + Services: Sansguardian + /usr/local/pkg/dansguardian.inc + + dansguardian + Configure dansguardian +
Firewall
+ pkg_edit.php?xml=dansguardian.xml +
+ + http:/www.pfsense.org/packages/config/pf-blocker/dansguardian.inc + /usr/local/pkg/ + 0755 + + + http://www.pfsense.org/packages/config/pf-blocker/dansguardian.php + /usr/local/www/ + 0755 + + + http://www.pfsense.org/packages/config/pf-blocker/dansguardian.widget.php + /usr/local/www/widgets/widgets/ + 0755 + + + http://www.pfsense.org/packages/config/dansguardian/dansguardian_limits.xml + /usr/local/pkg/ + 0755 + + + http://www.pfsense.org/packages/config/dansguardian/dansguardian_lists.xml + /usr/local/pkg/ + 0755 + + + http://www.pfsense.org/packages/config/dansguardian/dansguardian_config.xml + /usr/local/pkg/ + 0755 + + + http://www.pfsense.org/packages/config/dansguardian/dansguardian_sync.xml + /usr/local/pkg/ + 0755 + + + + 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 + + + + + Listening Settings + listtopic + + + Enable dansguardian + enable_cb + checkbox + + + + Listen Interface(s) + inbound_interface + WAN
Select interface(s) that you want to block incoming traffic.]]>
+ interfaces_selection + + +
+ + Listen port + filterports + input + 10 + 8080
The port(s) that DansGuardian listens to.]]>
+
+ + Daemon Options + daemon_options + + select + + + + + + 3 + + + Min/Max Children + children + input + 10 + 8/120
+ Sets the minimun and maximum number of processes to spawn to handle the incoming connections.
+ Max value usually 250 depending on OS.
+ On large sites you might want to try 32/180.]]>
+
+ + Min/Max Spare Children + minsparechildren + input + 10 + 4/32
+ Sets the minimum and maximun number of processes to be kept ready to handle connections.
+ On large sites you might want to try 8/64.]]>
+
+ + Max Age Children + maxagechildren + input + 10 + 500
+ Sets the maximum age of a child process before it croaks it.
+ This is the number of connections they handle before exiting.
+ On large sites you might want to try 10000.]]>
+
+ + Max Ips + maxips + input + 10 + 0
+ Sets the maximum number client IP addresses allowed to connect at once.
+ Use this to set a hard limit on the number of users allowed to concurrently
+ browse the web. Set to 0 for no limit, and to disable the IP cache process.]]>
+
+
+ + dansguardian_php_install_command(); + + + dansguardian_php_deinstall_command(); + + + dansguardian_validate_input($_POST, &$input_errors); + + + sync_package_dansguardian(); + +
-- cgit v1.2.3