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