mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Missing single quote in comment :|
This commit is contained in:
parent
361f4e7a60
commit
fbfb8bca38
1 changed files with 1 additions and 1 deletions
|
@ -340,7 +340,7 @@ def _build_dns_conf(domain, ttl=3600):
|
||||||
{"type": "TXT", "name": "_dmarc", "value": "\"v=DMARC1; p=none\"", "ttl": 3600}
|
{"type": "TXT", "name": "_dmarc", "value": "\"v=DMARC1; p=none\"", "ttl": 3600}
|
||||||
],
|
],
|
||||||
"extra": [
|
"extra": [
|
||||||
{"type": "CAA", "name": "@", "value": "128 issue 'letsencrypt.org", "ttl": 3600},
|
{"type": "CAA", "name": "@", "value": "128 issue 'letsencrypt.org'", "ttl": 3600},
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Add table
Reference in a new issue