From 0a78cb3b859bc9182bcfea8adf37776ca447fe10 Mon Sep 17 00:00:00 2001 From: Jeymen Date: Wed, 9 Aug 2023 12:32:02 +0300 Subject: [PATCH 1/2] feat(domain): jeymen.is-a.dev --- domains/jeymen.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/domains/jeymen.json b/domains/jeymen.json index 07ebe14c0..f9a2adc54 100644 --- a/domains/jeymen.json +++ b/domains/jeymen.json @@ -1,10 +1,9 @@ { "owner": { "username": "Jeymen", - "email": "", - "discord": "Jeymen#5269" + "email": "jeymen11@proton.me" }, "record": { - "MX": ["mx.zoho.eu", "mx2.zoho.eu", "mx3.zoho.eu"] + "CNAME": "jeymen.github.io" } } From 3c9f69b2bf5249e438f1432cdd3d5f44952546e8 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Wed, 9 Aug 2023 17:34:04 +0800 Subject: [PATCH 2/2] Update jeymen.json --- domains/jeymen.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/domains/jeymen.json b/domains/jeymen.json index f9a2adc54..c7c4c5fc2 100644 --- a/domains/jeymen.json +++ b/domains/jeymen.json @@ -4,6 +4,17 @@ "email": "jeymen11@proton.me" }, "record": { - "CNAME": "jeymen.github.io" + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], + + "MX": [ + "mx.zoho.eu", + "mx2.zoho.eu", + "mx3.zoho.eu" + ] } }