From 22fe40b0b7d97997994527a145455d11343283d4 Mon Sep 17 00:00:00 2001 From: Gornostay <36516130+gornostay25@users.noreply.github.com> Date: Thu, 14 Jul 2022 15:55:27 +0200 Subject: [PATCH 1/5] create a presonal mail --- domains/gornostay25.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/domains/gornostay25.json b/domains/gornostay25.json index 4de2d7fc3..482386f70 100644 --- a/domains/gornostay25.json +++ b/domains/gornostay25.json @@ -1,9 +1,14 @@ { "owner": { "username": "gornostay25", - "email": "volodia.palamar25+github@gmail.com" + "email": "me@gornostay25.is-a.dev" }, "record": { - "CNAME": "gornostay25.github.io" + "CNAME": "gornostay25.github.io", + "TXT":"v=spf1 include:spf.improvmx.com ~all", + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ] } } From e56293ecdd5ed2f2e9d66f5ed2f067d3d9fec770 Mon Sep 17 00:00:00 2001 From: Gornostay <36516130+gornostay25@users.noreply.github.com> Date: Thu, 14 Jul 2022 15:56:24 +0200 Subject: [PATCH 2/5] change to my new mail --- domains/pay.gornostay25.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/pay.gornostay25.json b/domains/pay.gornostay25.json index d8972af28..e884103ae 100644 --- a/domains/pay.gornostay25.json +++ b/domains/pay.gornostay25.json @@ -1,7 +1,7 @@ { "owner": { "username": "gornostay25", - "email": "volodia.palamar25+github@gmail.com" + "email": "me@gornostay25.is-a.dev" }, "record": { "CNAME": "d3ef8e32-cbba-4a23-a450-08aa46054a6b.repl.co" From e56cac33bda0d845c3db0e27db422d17f9b08e1a Mon Sep 17 00:00:00 2001 From: Gornostay <36516130+gornostay25@users.noreply.github.com> Date: Thu, 14 Jul 2022 15:59:44 +0200 Subject: [PATCH 3/5] create a donate subdomain --- domains/donate.gornostay25.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/donate.gornostay25.json diff --git a/domains/donate.gornostay25.json b/domains/donate.gornostay25.json new file mode 100644 index 000000000..6553b8500 --- /dev/null +++ b/domains/donate.gornostay25.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "gornostay25", + "email": "me@gornostay25.is-a.dev" + }, + "record": { + "CNAME": "gornostay25.github.io" + } +} From b9f53a0e327b84162fe518d2fe0b661d2dff12ee Mon Sep 17 00:00:00 2001 From: Gornostay <36516130+gornostay25@users.noreply.github.com> Date: Thu, 14 Jul 2022 16:15:32 +0200 Subject: [PATCH 4/5] change cname to ip's --- domains/donate.gornostay25.json | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/domains/donate.gornostay25.json b/domains/donate.gornostay25.json index 6553b8500..2b66adcd3 100644 --- a/domains/donate.gornostay25.json +++ b/domains/donate.gornostay25.json @@ -1,9 +1,14 @@ { - "owner": { - "username": "gornostay25", - "email": "me@gornostay25.is-a.dev" - }, - "record": { - "CNAME": "gornostay25.github.io" - } + "owner": { + "username": "gornostay25", + "email": "me@gornostay25.is-a.dev" + }, + "record": { + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ] + } } From 341ec3eb722a252ec42a89d0b21a52edabc20308 Mon Sep 17 00:00:00 2001 From: Gornostay25 <36516130+gornostay25@users.noreply.github.com> Date: Sat, 16 Jul 2022 10:08:13 +0200 Subject: [PATCH 5/5] Update gornostay25.json https://docs.is-a.dev/domain_structure/ > CNAME record cannot be used in conjunction with any other record types --- domains/gornostay25.json | 29 +++++++++++++++++------------ 1 file changed, 17 insertions(+), 12 deletions(-) diff --git a/domains/gornostay25.json b/domains/gornostay25.json index 482386f70..48cc451dc 100644 --- a/domains/gornostay25.json +++ b/domains/gornostay25.json @@ -1,14 +1,19 @@ { - "owner": { - "username": "gornostay25", - "email": "me@gornostay25.is-a.dev" - }, - "record": { - "CNAME": "gornostay25.github.io", - "TXT":"v=spf1 include:spf.improvmx.com ~all", - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ] - } + "owner":{ + "username":"gornostay25", + "email":"me@gornostay25.is-a.dev" + }, + "record":{ + "A":[ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], + "TXT":"v=spf1 include:spf.improvmx.com ~all", + "MX":[ + "mx1.improvmx.com", + "mx2.improvmx.com" + ] + } }