diff --git a/domains/go.fran.json b/domains/go.fran.json new file mode 100644 index 000000000..fe3f73f7e --- /dev/null +++ b/domains/go.fran.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "xzonix", + "email": "imahalojigi@gmail.com" + }, + "record": { + "CNAME": "cname.short.io" + } +} diff --git a/domains/mail.fran.json b/domains/mail.fran.json new file mode 100644 index 000000000..c056746e2 --- /dev/null +++ b/domains/mail.fran.json @@ -0,0 +1,11 @@ +{ + "description": "subdomain for mails", + "owner": { + "username": "xzonix", + "email": "imahalojigi@gmail.com" + }, + "record": { + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +}