mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[enh] Use dnsmasq instead of bind9
This commit is contained in:
parent
d890307ab1
commit
908ad8929a
3 changed files with 3 additions and 3 deletions
|
@ -267,7 +267,7 @@ def domain_remove(auth, domain, force=False):
|
|||
|
||||
os.system('yunohost app ssowatconf > /dev/null 2>&1')
|
||||
os.system('service nginx reload')
|
||||
os.system('service bind9 reload')
|
||||
os.system('service dnsmasq restart')
|
||||
os.system('service metronome restart')
|
||||
|
||||
msignals.display(m18n.n('domain_deleted'), 'success')
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
"domain_dyndns_root_unknown" : "Unknown DynDNS root domain",
|
||||
"domain_cert_gen_failed" : "Unable to generate certificate",
|
||||
"domain_exists" : "Domain already exists",
|
||||
"dnsmasq_isnt_installed" : "dnsmasq does not seem to be installed, please run 'apt-get remove bind9 && apt-get install dnsmasq'"
|
||||
"dnsmasq_isnt_installed" : "dnsmasq does not seem to be installed, please run 'apt-get remove bind9 && apt-get install dnsmasq'",
|
||||
"domain_zone_exists" : "DNS zone file already exists",
|
||||
"domain_zone_not_found" : "DNS zone file not found for domain {:s}",
|
||||
"domain_creation_failed" : "Unable to create domain",
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
"domain_dyndns_root_unknown" : "Domaine DynDNS principal inconnu",
|
||||
"domain_cert_gen_failed" : "Impossible de générer le certificat",
|
||||
"domain_exists" : "Le domaine existe déjà",
|
||||
"dnsmasq_isnt_installed" : "dnsmasq ne semble pas être installé, veuillez lancer 'apt-get remove bind9 && apt-get install dnsmasq'"
|
||||
"dnsmasq_isnt_installed" : "dnsmasq ne semble pas être installé, veuillez lancer 'apt-get remove bind9 && apt-get install dnsmasq'",
|
||||
"domain_zone_exists" : "Le fichier de zone DNS existe déjà",
|
||||
"domain_zone_not_found" : "Fichier de zone DNS introuvable pour le domaine {:s}",
|
||||
"domain_creation_failed" : "Impossible de créer le domaine",
|
||||
|
|
Loading…
Add table
Reference in a new issue