From be1dd67e96992158ff4933c8efdf4ddf7dcfbd53 Mon Sep 17 00:00:00 2001 From: ThaiHung4 <137022040+ThaiHung4@users.noreply.github.com> Date: Tue, 20 Jun 2023 12:52:27 +0700 Subject: [PATCH 1/4] Create hth.json --- domains/hth.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 domains/hth.json diff --git a/domains/hth.json b/domains/hth.json new file mode 100644 index 000000000..c49d57f92 --- /dev/null +++ b/domains/hth.json @@ -0,0 +1,19 @@ +{ + "owner": { + "username": "ThaiHung4", + "email": "contact.hungg@gmail.com", + }, + + "record": { + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], + + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +} From 5b93358ea1446c0b30d8dd3644400fabc716a181 Mon Sep 17 00:00:00 2001 From: ThaiHung4 <137022040+ThaiHung4@users.noreply.github.com> Date: Wed, 21 Jun 2023 10:15:30 +0700 Subject: [PATCH 2/4] Delete hth.json --- domains/hth.json | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 domains/hth.json diff --git a/domains/hth.json b/domains/hth.json deleted file mode 100644 index c49d57f92..000000000 --- a/domains/hth.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "owner": { - "username": "ThaiHung4", - "email": "contact.hungg@gmail.com", - }, - - "record": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ], - - "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], - - "TXT": "v=spf1 include:spf.improvmx.com ~all" - } -} From 8cb5fd334bd7a865ed88685a83e10984676c788d Mon Sep 17 00:00:00 2001 From: ThaiHung4 Date: Wed, 21 Jun 2023 10:16:25 +0700 Subject: [PATCH 3/4] feat(domain): thaihung.is-a.dev --- domains/thaihung.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 domains/thaihung.json diff --git a/domains/thaihung.json b/domains/thaihung.json new file mode 100644 index 000000000..722e55c84 --- /dev/null +++ b/domains/thaihung.json @@ -0,0 +1,20 @@ +{ + "owner": { + "username": "ThaiHung4", + "email": "thaihung4022@gmail.com", + "note": "This record was created by is-a.dev Discord bot via discord id: 892626947430051900" + }, + + "record": { + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], + + "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], + + "TXT": "forward-email=contact.hungg@gmail.com" + } +} From 0ffad2011b4270a4ce7b2a4a3cfc7e7816e7b632 Mon Sep 17 00:00:00 2001 From: ThaiHung4 <137022040+ThaiHung4@users.noreply.github.com> Date: Wed, 21 Jun 2023 10:20:34 +0700 Subject: [PATCH 4/4] Update thaihung.json --- domains/thaihung.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/domains/thaihung.json b/domains/thaihung.json index 722e55c84..f18842afb 100644 --- a/domains/thaihung.json +++ b/domains/thaihung.json @@ -1,7 +1,7 @@ { "owner": { "username": "ThaiHung4", - "email": "thaihung4022@gmail.com", + "email": "contact.hungg@gmail.com", "note": "This record was created by is-a.dev Discord bot via discord id: 892626947430051900" }, @@ -13,8 +13,8 @@ "185.199.111.153" ], - "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], - "TXT": "forward-email=contact.hungg@gmail.com" + "TXT": "v=spf1 include:spf.improvmx.com ~all" } }