[bind] kokarde.crans.org n'est pas une machine sur le réseau crans
darcs-hash:20101022230135-ffbb2-82b591ebd446ea2602170d1946db7f478ddf2522.gz
This commit is contained in:
parent
3d1d0300ec
commit
6146a7fcd3
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ zone "%(NOM_zone)s" {
|
||||||
ligne = '%s\tIN\tPTR\t%s.\n' % (base_ip[0],machine.nom())
|
ligne = '%s\tIN\tPTR\t%s.\n' % (base_ip[0],machine.nom())
|
||||||
try : reverse[zone] += ligne
|
try : reverse[zone] += ligne
|
||||||
except : reverse[zone] = ligne
|
except : reverse[zone] = ligne
|
||||||
elif self.verbose >= 2 or machine.nom() not in ('freebox.crans.org', 'ovh.crans.org'):
|
elif self.verbose >= 2 or machine.nom() not in ('freebox.crans.org', 'ovh.crans.org', 'kokarde.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') )
|
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
|
### Ajouts pour les fichiers de résolution directs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue