From 10b65454d7ebe7b849aa57664196c58a710d25a3 Mon Sep 17 00:00:00 2001 From: Jst-Tan Date: Sun, 14 Jan 2024 12:13:35 +0800 Subject: [PATCH] feat(domain): jsttan.is-a.dev --- domains/jsttan.json | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/domains/jsttan.json b/domains/jsttan.json index 4c34dbfc6..b38ec3205 100644 --- a/domains/jsttan.json +++ b/domains/jsttan.json @@ -1,12 +1,14 @@ { - "owner": { - "username": "Jst-Tan", - "email": "77162018+Jst-Tan@users.noreply.github.com", - "discord": "1077450378880233512" - }, - - "record": { - "CNAME": "jst-tan.github.io" - } + "owner": { + "username": "Jst-Tan", + "email": "jestonjst@gmail.com" + }, + "record": { + "A": [ + "217.174.245.249", + "51.161.54.161" + ], + "MX": ["mail.is-a.dev"], + "TXT": "v=spf1 mx a:mail.is-a.dev ~all" } - \ No newline at end of file +} \ No newline at end of file