From 28bc3e3ba97b35d737dd8ff57e9c47692fc35f7d Mon Sep 17 00:00:00 2001 From: Asriel Nguyen Date: Thu, 22 Jun 2023 10:53:37 +0700 Subject: [PATCH 1/4] Added improvmx support --- domains/asriel.json | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/domains/asriel.json b/domains/asriel.json index 0adf881ec..24716e9fb 100644 --- a/domains/asriel.json +++ b/domains/asriel.json @@ -1,12 +1,17 @@ { - "description": "asriel.is-a.dev", - "repo": "https://github.com/asrielthegoat/asrielthegoat.github.io/", - "owner": { - "username": "AsrieltheGoat", - "email": "admin@dreemurrs.eu.org", - "discord": "AsrieltheGoat#8607" - }, - "record": { - "CNAME": "AsrieltheGoat.github.io" - } + "description": "asriel.is-a.dev", + "repo": "https://github.com/asrielthegoat/asrielthegoat.github.io/", + "owner": { + "username": "AsrieltheGoat", + "email": "admin@dreemurrs.eu.org", + "discord": "AsrieltheGoat#9753" + }, + "record": { + "CNAME": "asrielthegoat.github.io", + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } } From af8065a29ed07d4b755c311e9aefa5c891df270d Mon Sep 17 00:00:00 2001 From: Asriel Nguyen Date: Thu, 22 Jun 2023 11:01:04 +0700 Subject: [PATCH 2/4] Added improvmx support --- domains/asriel.json | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/domains/asriel.json b/domains/asriel.json index 24716e9fb..1d1f8ba40 100644 --- a/domains/asriel.json +++ b/domains/asriel.json @@ -1,17 +1,17 @@ { - "description": "asriel.is-a.dev", - "repo": "https://github.com/asrielthegoat/asrielthegoat.github.io/", - "owner": { - "username": "AsrieltheGoat", - "email": "admin@dreemurrs.eu.org", - "discord": "AsrieltheGoat#9753" - }, - "record": { - "CNAME": "asrielthegoat.github.io", - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], - "TXT": "v=spf1 include:spf.improvmx.com ~all" - } + "description":"asriel.is-a.dev", + "repo":"https://github.com/asrielthegoat/asrielthegoat.github.io/", + "owner":{ + "username":"AsrieltheGoat", + "email":"admin@dreemurrs.eu.org", + "discord":"AsrieltheGoat#9753" + }, + "record":{ + "CNAME":"asrielthegoat.github.io", + "MX":[ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT":"v=spf1 include:spf.improvmx.com ~all" + } } From d70540f9e94b5110b713232de88c77ff2c013b2e Mon Sep 17 00:00:00 2001 From: Asriel Nguyen Date: Thu, 22 Jun 2023 11:02:20 +0700 Subject: [PATCH 3/4] Added improvmx support --- domains/asriel.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/domains/asriel.json b/domains/asriel.json index 1d1f8ba40..d0fdf4a39 100644 --- a/domains/asriel.json +++ b/domains/asriel.json @@ -1,17 +1,17 @@ { - "description":"asriel.is-a.dev", - "repo":"https://github.com/asrielthegoat/asrielthegoat.github.io/", - "owner":{ - "username":"AsrieltheGoat", - "email":"admin@dreemurrs.eu.org", - "discord":"AsrieltheGoat#9753" + "description": "asriel.is-a.dev", + "repo": "https://github.com/asrielthegoat/asrielthegoat.github.io/", + "owner": { + "username": "AsrieltheGoat", + "email": "admin@dreemurrs.eu.org", + "discord": "AsrieltheGoat#9753" }, - "record":{ - "CNAME":"asrielthegoat.github.io", - "MX":[ + "record": { + "CNAME": "asrielthegoat.github.io", + "MX": [ "mx1.improvmx.com", "mx2.improvmx.com" ], - "TXT":"v=spf1 include:spf.improvmx.com ~all" + "TXT": "v=spf1 include:spf.improvmx.com ~all" } } From 0b4972307495711cfc81005ea0b1eee09e39895e Mon Sep 17 00:00:00 2001 From: Asriel Nguyen Date: Thu, 22 Jun 2023 11:13:30 +0700 Subject: [PATCH 4/4] Deleted all other records except CNAME --- domains/asriel.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/domains/asriel.json b/domains/asriel.json index d0fdf4a39..9fbdf5162 100644 --- a/domains/asriel.json +++ b/domains/asriel.json @@ -7,11 +7,6 @@ "discord": "AsrieltheGoat#9753" }, "record": { - "CNAME": "asrielthegoat.github.io", - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], - "TXT": "v=spf1 include:spf.improvmx.com ~all" + "CNAME": "asrielthegoat.github.io" } }