[config.py] Ajour d'ariane2 aux dns parents
This commit is contained in:
parent
b32363a3ef
commit
5d58a7a909
1 changed files with 4 additions and 1 deletions
|
@ -709,7 +709,10 @@ accueil_route = {
|
|||
|
||||
## gestion du dns
|
||||
class dns:
|
||||
parent='138.231.176.4' # ariane pour la zone parente
|
||||
parents=[ # ariane et ariane2 pour la zone parente
|
||||
'138.231.176.4',
|
||||
'138.231.176.54',
|
||||
]
|
||||
master='10.231.136.9'
|
||||
slaves=[
|
||||
'10.231.136.8', # ovh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue