X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FListeners.pm;h=a012fda37f582a36102ae386d49169198c292b03;hb=f91073b99369ea05c42364f9462695be7a67016d;hp=ad968b60675f0793c98f94930b99fe5b400e9626;hpb=4facc8538edb1508753cc830af13715b55df1806;p=spider.git diff --git a/perl/Listeners.pm b/perl/Listeners.pm index ad968b60..a012fda3 100644 --- a/perl/Listeners.pm +++ b/perl/Listeners.pm @@ -13,8 +13,17 @@ 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], # IPV4 only +# ^ +# | +# +# OR (IF you listen on IPV6 as well) This one!!!!! + # ["::", 7300], # IPV4 and IPV6 +# ^ +# | +# This one!!!!! +); + +$ 1;