summaryrefslogtreecommitdiffstats
path: root/meta.pl
diff options
context:
space:
mode:
Diffstat (limited to 'meta.pl')
-rwxr-xr-xmeta.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta.pl b/meta.pl
index c9d5446..312b4f4 100755
--- a/meta.pl
+++ b/meta.pl
@@ -20,6 +20,10 @@ $::pass = '';
$::netsplit = 0;
$::debug = 0;
$::cset = '';
+%::debugx = (
+ "dnsbl" => 0,
+ "pingpong" => 0
+);
BEGIN {
my @modules = qw/Util Xml Inspect Event Services Log Command Classes Mysql/;