X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FListeners.pm;h=7dea596d50fa0a3a96036d177e32bfd269ba0cfc;hb=a3070f2678d8be7d44dbf2148cee77cd6a212243;hp=dda7bd1256dfc65ab5212770942aaf1cd6d1c111;hpb=61660841afb3901002602e4956f09de5567bc950;p=spider.git diff --git a/perl/Listeners.pm b/perl/Listeners.pm index dda7bd12..7dea596d 100644 --- a/perl/Listeners.pm +++ b/perl/Listeners.pm @@ -13,7 +13,16 @@ package main; use vars qw(@listen); @listen = ( -# ["0.0.0.0", 7300], - ); - +# remove the '#' character from the next line to enable the listener! + # ["0.0.0.0", 7300], # IPV4 only +# ^ +# | +# +# OR (IF you listen on IPV6 as well) This one!!!!! + # ["::", 7300], # IPV4 and IPV6 +# ^ +# | +# This one!!!!! +); + 1;