Une exception de plus.
darcs-hash:20070316094330-68412-8418981da4968246dd68dcaf875038fd725bd6aa.gz
This commit is contained in:
parent
076f8509af
commit
cecb255652
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ zone "%(NOM_zone)s" {
|
|||
ligne = '%s\tIN\tPTR\t%s.\n' % (base_ip[0],machine.nom())
|
||||
try : reverse[zone] += ligne
|
||||
except : reverse[zone] = ligne
|
||||
elif self.verbose >= 2 or machine.nom() not in ('freebox.crans.org', 'mosan.crans.org'):
|
||||
elif self.verbose >= 2 or machine.nom() not in ('freebox.crans.org', 'mosan.crans.org', 'ovh.crans.org'):
|
||||
warnings += u'Résolution inverse ignorée (mid=%s) : ip sur zone non autoritaire (%s)\n' % ( machine.id().encode('iso-8859-1'), machine.ip().encode('iso-8859-1') )
|
||||
|
||||
### Ajouts pour les fichiers de résolution directs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue