mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Merge pull request #1634 from YunoHost/fix-gandi-autodns
Fix autodns for gandi root domain
This commit is contained in:
commit
a15bad7b83
1 changed files with 3 additions and 0 deletions
|
@ -960,6 +960,9 @@ def domain_dns_push(operation_logger, domain, dry_run=False, force=False, purge=
|
|||
f"Pushing {record['type']} records is not properly supported by Lexicon/Godaddy."
|
||||
)
|
||||
continue
|
||||
elif registrar == "gandi":
|
||||
if record["name"] == base_dns_zone:
|
||||
record["name"] = "@." + record["name"]
|
||||
|
||||
record["action"] = action
|
||||
query = (
|
||||
|
|
Loading…
Add table
Reference in a new issue