X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?p=spider.git;a=blobdiff_plain;f=perl%2FDXVars.pm;h=42e8f8ab86d253bb751bfb8427381541806808c3;hp=b46d2e3e3c73984d57cbd9499323ad804208d5eb;hb=23d995215379c4786c2cb1d930a09c734c2472aa;hpb=82f98b9ed11d362b2bf18f3371bb60ff02f024db diff --git a/perl/DXVars.pm b/perl/DXVars.pm index b46d2e3e..42e8f8ab 100644 --- a/perl/DXVars.pm +++ b/perl/DXVars.pm @@ -48,8 +48,9 @@ $myemail = "djk\@tobit.co.uk"; # Your BBS addr $mybbsaddr = "G1TLH\@GB7TLH.#35.GBR.EU"; -# the tcp address of the cluster and so does this !!! -$clusteraddr = "dirk1.tobit.co.uk"; +# the tcp address of the cluster this can be an address of an ethernet port +# but this is more secure. For normal use this will be fine. +$clusteraddr = "localhost"; # the port number of the cluster (just leave this, unless it REALLY matters to you) $clusterport = 27754;