From 06481569aa1dcf191f1410456e32a5a3132d7e8c Mon Sep 17 00:00:00 2001 From: Farish <99307966+fxrysh@users.noreply.github.com> Date: Tue, 22 Mar 2022 19:12:14 +0800 Subject: [PATCH] feat: update records --- domains/farish.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/domains/farish.json b/domains/farish.json index 549e0232b..f7dc35832 100644 --- a/domains/farish.json +++ b/domains/farish.json @@ -1,13 +1,14 @@ { - "description": "Personal portfolio built with ReactJS", - "repo": "https://github.com/fxrysh/portfolio", + "description": "Email", + "repo": "", "owner": { "username": "fxrysh", "discord": "Fxrysh#5947", "twitter": "fxryshdev", - "email": "" + "email": "hello@farish.is-a.dev" }, "record": { - "CNAME": "be6f5ccb5df661222f71037d.cname.deno.dev" + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~all" } }