From a653bfc399720590572ae59a7646d07b72f9aaeb Mon Sep 17 00:00:00 2001 From: lonelil <51315646+lonelil@users.noreply.github.com> Date: Thu, 16 Jun 2022 01:15:21 +0800 Subject: [PATCH 1/3] Create lonelil.json --- domains/lonelil.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 domains/lonelil.json diff --git a/domains/lonelil.json b/domains/lonelil.json new file mode 100644 index 000000000..0899a55e0 --- /dev/null +++ b/domains/lonelil.json @@ -0,0 +1,16 @@ +{ + "description": "This will be used for my portfolio.", + "repo": "https://github.com/lonelil/lonelil.github.io", + "owner": { + "username": "lonelil", + "discord": "lonelil#0001" + }, + "record": { + "CNAME": "lonelil.github.io", + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +} From 5fc94e911ac29875e69b17ef4310a95e107edc2a Mon Sep 17 00:00:00 2001 From: lonelil <51315646+lonelil@users.noreply.github.com> Date: Thu, 16 Jun 2022 01:17:48 +0800 Subject: [PATCH 2/3] update email --- domains/lonelil.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/lonelil.json b/domains/lonelil.json index 0899a55e0..e8c3743d9 100644 --- a/domains/lonelil.json +++ b/domains/lonelil.json @@ -3,7 +3,8 @@ "repo": "https://github.com/lonelil/lonelil.github.io", "owner": { "username": "lonelil", - "discord": "lonelil#0001" + "discord": "lonelil#0001", + "email": "" }, "record": { "CNAME": "lonelil.github.io", From 85d46adf5504e635914e39b5da6676f7ba415b8c Mon Sep 17 00:00:00 2001 From: lonelil <51315646+lonelil@users.noreply.github.com> Date: Thu, 16 Jun 2022 15:58:34 +0800 Subject: [PATCH 3/3] remove non cname records --- domains/lonelil.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/domains/lonelil.json b/domains/lonelil.json index e8c3743d9..84bfec106 100644 --- a/domains/lonelil.json +++ b/domains/lonelil.json @@ -7,11 +7,6 @@ "email": "" }, "record": { - "CNAME": "lonelil.github.io", - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], - "TXT": "v=spf1 include:spf.improvmx.com ~all" + "CNAME": "lonelil.github.io" } }