X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXVars.pm;h=bac7a6de8aaf2374cf6502a18ae92997adae83bd;hb=3f145290a93b39bf15b50269dd8be585d7b4bc9c;hp=b46d2e3e3c73984d57cbd9499323ad804208d5eb;hpb=2546ef0cfaaca39e65985e414258071a636979af;p=spider.git diff --git a/perl/DXVars.pm b/perl/DXVars.pm index b46d2e3e..bac7a6de 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; @@ -85,4 +86,4 @@ $userfn = "$data/users"; $motd = "$data/motd"; # are we debugging ? -@debug = ('chan'); +@debug = ('chan', 'state', 'msg');