add 1; to the end of default Listeners
[spider.git] / perl / Listeners.pm
1 #
2 # Copy this file to /spider/local and modify it to your requirements
3 #
4 #
5 # This file specifies which local interfaces and ports you will be
6 # listening on
7 #
8 # You can add as many as you like
9 #
10
11 package main;
12
13 use vars qw(@listen);
14
15 @listen = (
16 #                  ["localhost", 7300],
17 #                  ["foo.dxcluster.net", 7300],
18                   );
19  
20 1;