From ca9c8bcbdf13c06cafc2adfcb2f50fbbd85180d7 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Tue, 2 Jul 2002 18:15:26 +0000 Subject: configure pinging options (i.e. cpunkt-{rsa,dsa,none}, mix) --- Echolot/Config.pm | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'Echolot/Config.pm') diff --git a/Echolot/Config.pm b/Echolot/Config.pm index f2ff976..d3b2537 100644 --- a/Echolot/Config.pm +++ b/Echolot/Config.pm @@ -1,7 +1,7 @@ package Echolot::Config; # (c) 2002 Peter Palfrader -# $Id: Config.pm,v 1.8 2002/07/02 17:17:56 weasel Exp $ +# $Id: Config.pm,v 1.9 2002/07/02 18:15:26 weasel Exp $ # =pod @@ -63,6 +63,13 @@ sub init($) { } }, + do_pings => { + 'cpunk-dsa' => 1, + 'cpunk-rsa' => 1, + 'cpunk-clear' => 1, + 'mix' => 1 + }, + homedir => undef, my_localpart => undef, my_domain => undef, -- cgit v1.2.3