Mise en place du nouveau serveur IRC
darcs-hash:20050719192334-d1718-f132ae176fe00ab3a4c5ccda05dfef5c4fdb5e77.gz
This commit is contained in:
parent
8fbd42bd68
commit
7401153917
1 changed files with 5 additions and 1 deletions
|
@ -130,11 +130,15 @@ zone "%(NOM_zone)s" {
|
|||
MX += 'IN\tMX\t%s.\n' % m
|
||||
MX += '\n'
|
||||
|
||||
### Tri des machines
|
||||
direct = {} # format : { zone : [ lignes correspondantes] }
|
||||
reverse = {}
|
||||
warnings = ''
|
||||
|
||||
# P'tit lien vers irc.rezosup.org
|
||||
direct["crans.org"] = "\n; irc.crans.org -> irc.rezosup.org\n"
|
||||
direct["crans.org"] += "irc\tIN\tCNAME\tirc.rezosup.org.\n\n"
|
||||
|
||||
### Tri des machines
|
||||
self.anim.iter=len(self.machines)
|
||||
for machine in self.machines :
|
||||
self.anim.cycle()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue