put dx.pl into an explicit handle sub
[spider.git] / perl / Listeners.pm
index ad968b60675f0793c98f94930b99fe5b400e9626..78209cc88ff60e861ca747f08a54d68d9f65cbda 100644 (file)
@@ -13,8 +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;