The guts of the new Msg system
[spider.git] / perl / Listeners.pm
diff --git a/perl/Listeners.pm b/perl/Listeners.pm
new file mode 100644 (file)
index 0000000..cc83051
--- /dev/null
@@ -0,0 +1,19 @@
+#
+# Copy this file to /spider/local and modify it to your requirements
+#
+#
+# This file specifies which local interfaces and ports you will be
+# listening on
+#
+# You can add as many as you like
+#
+
+package main;
+
+use vars qw(@listen);
+
+@listen = (
+#                 ["localhost", 7300],
+#                 ["foo.dxcluster.net", 7300],
+                 );
+