X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FListeners.pm;fp=perl%2FListeners.pm;h=cc83051a43011c0ba8aaba49774449b4f8da41f9;hb=04ff9a5a6bf8f3ab55bc2922b76a44e2798af8ee;hp=0000000000000000000000000000000000000000;hpb=5afc02dd867b07c0ba2189be934a265df6bec4ae;p=spider.git diff --git a/perl/Listeners.pm b/perl/Listeners.pm new file mode 100644 index 00000000..cc83051a --- /dev/null +++ b/perl/Listeners.pm @@ -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], + ); +