From 0fafe7139b9ce6938beb733eb45381f5b0e1473b Mon Sep 17 00:00:00 2001 From: B1ue-Dev Date: Tue, 26 Sep 2023 02:27:31 +0700 Subject: [PATCH] feat(domain): blue.is-a.dev --- domains/blue.json | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/domains/blue.json b/domains/blue.json index febc70c0c..a7276807d 100644 --- a/domains/blue.json +++ b/domains/blue.json @@ -1,12 +1,11 @@ { - "description": "Personal site for b1uedev, a.k.a Blue.", - "repo": "https://github.com/B1ue-Dev/b1ue-dev.github.io", "owner": { "username": "B1ue-Dev", - "email": "ngolong1396@hotmail.com", - "twitter": "b1uedev" + "email": "ngolong1396@hotmail.com" }, "record": { - "CNAME": "b1ue-dev.github.io" + "A": ["217.174.245.249"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } -} +} \ No newline at end of file