diff --git a/domains/email.yp.shockbs.json b/domains/email.yp.shockbs.json new file mode 100644 index 000000000..89aca1857 --- /dev/null +++ b/domains/email.yp.shockbs.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "shockbs", + "email": "apipherng@gmail.com" + }, + "record": { + "CNAME": "mailgun.org" + } +} diff --git a/domains/yp.shockbs.json b/domains/yp.shockbs.json new file mode 100644 index 000000000..987e9af9c --- /dev/null +++ b/domains/yp.shockbs.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "shockbs", + "email": "apipherng@gmail.com" + }, + "record": { + "TXT": "v=spf1 include:mailgun.org ~all", + "MX": ["mxa.mailgun.org","mxb.mailgun.org"] + } +}