On vire le warning pour ftp.federez.net.
darcs-hash:20061213161526-68412-353a37621e2b35f4ba62039dd561c783c3e5b7df.gz
This commit is contained in:
parent
af736b7d31
commit
e6782d03a4
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ zone "%(NOM_zone)s" {
|
|||
ligne = "%s\tIN\tA\t%s\n" % ( nom, machine.ip() )
|
||||
try : direct[zone] += ligne
|
||||
except : direct[zone] = ligne
|
||||
elif self.verbose :
|
||||
elif self.verbose and machine.nom() != "ftp.federez.net":
|
||||
warnings += u'Résolution directe ignorée (mid=%s) : zone non autoritaire (%s)\n' % ( machine.id().encode('iso-8859-1'), zone.encode('iso-8859-1') )
|
||||
|
||||
# Le direct avec alias
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue