The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

NAME

MYDan::Util::Proxy

SYNOPSIS

my $proxy = MYDan::Util::Proxy->new( '/conf/file' );
my %r = $proxy->search( 'node1', 'node2', '10.10.0.1', '10.10.0.2' );
%r = (
node1 => undef, node2 => undef,
'10.10.0.1' => 'proxyip',
'10.10.0.2' => 'proxyip',
);