X-Git-Url: https://the.earth.li/gitweb/?p=autodns.git;a=blobdiff_plain;f=autodns.pl;fp=autodns.pl;h=67beb7a92a8f9c65cc003298d9bf0ae2915421ee;hp=5aba950e52b7bb379f2c240fdde0bdbec271a54e;hb=49728c2156cf9a8c6aed03c1484a6664c11283aa;hpb=b3a4e4c944a9535aaf39fe414d76171b4169bd6b diff --git a/autodns.pl b/autodns.pl index 5aba950..67beb7a 100755 --- a/autodns.pl +++ b/autodns.pl @@ -5,7 +5,7 @@ # http://www.earth.li/projectpurple/progs/autodns.html # Released under the GPL. # -# $Id: autodns.pl,v 1.14 2005/06/15 10:14:28 noodles Exp $ +# $Id: autodns.pl,v 1.15 2005/06/15 10:26:25 noodles Exp $ # use strict; @@ -501,6 +501,10 @@ zone \"$domain\" { print REPLY "LIST - show all the zones currently held by you.\n"; print REPLY "ADD - adds the domain for processing.\n"; print REPLY "DEL - removes the domain if you own it.\n"; + if (($priv & 1) == 1) { + print REPLY "MASTER - set the nameserver". + " we should slave off for subsequent ADD commands.\n"; + } } elsif ($inprocess) { print REPLY "Unknown command!\n"; }