From 7750f76938d290726ff2f35c94b59ea252593442 Mon Sep 17 00:00:00 2001 From: 777advait Date: Mon, 25 Dec 2023 23:10:23 +0530 Subject: [PATCH] feat(domain): astro.is-a.dev --- domains/astro.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/domains/astro.json b/domains/astro.json index 3fdbfcc6e..c283eca0f 100644 --- a/domains/astro.json +++ b/domains/astro.json @@ -4,6 +4,9 @@ "email": "advait.nsj@gmail.com" }, "record": { - "CNAME": "portfolio-b3e91d.webflow.io" + "A": ["217.174.245.249"], + "AAAA": ["2a00:da00:1800:83a4::1"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } -} +} \ No newline at end of file