mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
fix: extra extra lines o/
This commit is contained in:
parent
d216d06c8c
commit
086a3d4fda
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@ def domain_dns_suggest(domain):
|
|||
result += "\n{name} {ttl} IN {type} {value}".format(**record)
|
||||
|
||||
if dns_conf["extra"]:
|
||||
result += "\n\n"
|
||||
result += "; Extra"
|
||||
for record in dns_conf["extra"]:
|
||||
result += "\n{name} {ttl} IN {type} {value}".format(**record)
|
||||
|
|
Loading…
Add table
Reference in a new issue