1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-07 16:17:23 +01:00

let the user override some DNS records

This commit is contained in:
Joshua Tauberer
2014-06-17 21:39:26 +00:00
parent 88709506f8
commit 33f06f29c1
4 changed files with 36 additions and 12 deletions

View File

@@ -62,7 +62,7 @@ def dns_update():
def dns_get_ds_records():
from dns_update import get_ds_records
try:
return get_ds_records(env)
return get_ds_records(env).replace("\t", " ") # tabs confuse godaddy
except Exception as e:
return (str(e), 500)