X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FListeners.pm;h=78209cc88ff60e861ca747f08a54d68d9f65cbda;hb=refs%2Fheads%2Fip_address;hp=cc83051a43011c0ba8aaba49774449b4f8da41f9;hpb=04ff9a5a6bf8f3ab55bc2922b76a44e2798af8ee;p=spider.git diff --git a/perl/Listeners.pm b/perl/Listeners.pm index cc83051a..78209cc8 100644 --- a/perl/Listeners.pm +++ b/perl/Listeners.pm @@ -13,7 +13,11 @@ package main; use vars qw(@listen); @listen = ( -# ["localhost", 7300], -# ["foo.dxcluster.net", 7300], - ); - +# remove the '#' character from the next line to enable the listener! + # ["0.0.0.0", 7300], +# ^ +# | +# This one!!!!! +); + +1;