add localhost client aliasing on spots and PC92A
[spider.git] / perl / Listeners.pm
index 78209cc88ff60e861ca747f08a54d68d9f65cbda..a012fda37f582a36102ae386d49169198c292b03 100644 (file)
@@ -14,10 +14,16 @@ 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;