From 0866f9ee374414b317f5ce2e7857150d2b7707bd Mon Sep 17 00:00:00 2001 From: Sebastian <125566061+bsnts@users.noreply.github.com> Date: Fri, 17 Feb 2023 16:44:14 -0400 Subject: [PATCH 1/3] Add sebastian.is-a.dev Attempt #2. Hope this works! --- domains/sebastian.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 domains/sebastian.json diff --git a/domains/sebastian.json b/domains/sebastian.json new file mode 100644 index 000000000..07dbb33cb --- /dev/null +++ b/domains/sebastian.json @@ -0,0 +1,16 @@ +{ + "owner": { + "username": "bsnts", + "email": "wwpoqpua@anonaddy.me" + }, + { + "record": { + "CNAME": "bsnts.github.io", + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": "v=spf1 include:spf.improvmx.com -all" + } + } +} From 8dcbdb48a867846ef1094115d6cf3bb18b95934e Mon Sep 17 00:00:00 2001 From: Sebastian <125566061+bsnts@users.noreply.github.com> Date: Fri, 17 Feb 2023 16:46:25 -0400 Subject: [PATCH 2/3] Fix JSON --- domains/sebastian.json | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/domains/sebastian.json b/domains/sebastian.json index 07dbb33cb..2937f5b21 100644 --- a/domains/sebastian.json +++ b/domains/sebastian.json @@ -1,16 +1,14 @@ { - "owner": { - "username": "bsnts", - "email": "wwpoqpua@anonaddy.me" - }, - { - "record": { - "CNAME": "bsnts.github.io", - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], - "TXT": "v=spf1 include:spf.improvmx.com -all" - } - } + "owner": { + "username": "bsnts", + "email": "wwpoqpua@anonaddy.me" + }, + "record": { + "CNAME": "bsnts.github.io", + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": "v=spf1 include:spf.improvmx.com -all" + } } From 7410c24f5d27fc2378c4a061095e6a430900fd83 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 18 Feb 2023 07:54:51 +0800 Subject: [PATCH 3/3] change to a records + prettier --- domains/sebastian.json | 29 +++++++++++++++++------------ 1 file changed, 17 insertions(+), 12 deletions(-) diff --git a/domains/sebastian.json b/domains/sebastian.json index 2937f5b21..c7229b19b 100644 --- a/domains/sebastian.json +++ b/domains/sebastian.json @@ -1,14 +1,19 @@ { - "owner": { - "username": "bsnts", - "email": "wwpoqpua@anonaddy.me" - }, - "record": { - "CNAME": "bsnts.github.io", - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], - "TXT": "v=spf1 include:spf.improvmx.com -all" - } + "owner": { + "username": "bsnts", + "email": "wwpoqpua@anonaddy.me" + }, + "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" + } }