From a2685aefe514b5f41c20790cd66b952f82360451 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peme969=20=E2=9A=A1?= Date: Fri, 10 Jan 2025 12:26:22 -0600 Subject: [PATCH 01/13] Update peme969.json Added cname and a txt record --- domains/peme969.json | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/domains/peme969.json b/domains/peme969.json index d2bcf9102..d23386e41 100644 --- a/domains/peme969.json +++ b/domains/peme969.json @@ -4,9 +4,25 @@ "email": "mrcoderpeme@gmail.com" }, "record": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], - "TXT":["sl-verification=dbpgreeqailirhyinpatpewbtegyca","v=spf1 include:simplelogin.co ~all"], - "MX":["mx1.simplelogin.co","mx2.simplelogin.co"] - + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], + "CNAME": [ + "dkim01._domainkey.simplelogin.co", + "dkim02._domainkey.simplelogin.co", + "dkim03._domainkey.simplelogin.co" + ], + "TXT":[ + "sl-verification=dbpgreeqailirhyinpatpewbtegyca", + "v=spf1 include:simplelogin.co ~all", + "v=DMARC1; p=quarantine; pct=100; adkim=s; aspf=s" + ], + "MX":[ + "mx1.simplelogin.co", + "mx2.simplelogin.co" + ] } } From 496c0ba9bf148e6399d67b2619d6726b552dc859 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peme969=20=E2=9A=A1?= Date: Fri, 10 Jan 2025 12:39:32 -0600 Subject: [PATCH 02/13] Create _dmarc.peme969.is-a.dev I copied the file contents from the is-a.dev/register repo. I will change it to the one that's in my forked repo once a maintainer helps me fix the error. --- domains/_dmarc.peme969.is-a.dev | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/_dmarc.peme969.is-a.dev diff --git a/domains/_dmarc.peme969.is-a.dev b/domains/_dmarc.peme969.is-a.dev new file mode 100644 index 000000000..bf0342380 --- /dev/null +++ b/domains/_dmarc.peme969.is-a.dev @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "peme969", + "email": "mrcoderpeme@gmail.com" + }, + "record": { + "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], + "TXT":["sl-verification=dbpgreeqailirhyinpatpewbtegyca","v=spf1 include:simplelogin.co ~all"], + "MX":["mx1.simplelogin.co","mx2.simplelogin.co"] + } +} \ No newline at end of file From bf38796142a9ab6b0afd7e5cc86196a0c0657162 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peme969=20=E2=9A=A1?= Date: Fri, 10 Jan 2025 12:42:06 -0600 Subject: [PATCH 03/13] Rename _dmarc.peme969.is-a.dev to _dmarc.peme969.is-a.dev.json Forgot to add the .json extension --- .../{_dmarc.peme969.is-a.dev => _dmarc.peme969.is-a.dev.json} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename domains/{_dmarc.peme969.is-a.dev => _dmarc.peme969.is-a.dev.json} (99%) diff --git a/domains/_dmarc.peme969.is-a.dev b/domains/_dmarc.peme969.is-a.dev.json similarity index 99% rename from domains/_dmarc.peme969.is-a.dev rename to domains/_dmarc.peme969.is-a.dev.json index bf0342380..18fbe94b6 100644 --- a/domains/_dmarc.peme969.is-a.dev +++ b/domains/_dmarc.peme969.is-a.dev.json @@ -8,4 +8,4 @@ "TXT":["sl-verification=dbpgreeqailirhyinpatpewbtegyca","v=spf1 include:simplelogin.co ~all"], "MX":["mx1.simplelogin.co","mx2.simplelogin.co"] } -} \ No newline at end of file +} From 9e24aeb1bb98208f42e0bf582a3bcb5a6c87f011 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peme969=20=E2=9A=A1?= Date: Fri, 10 Jan 2025 12:44:23 -0600 Subject: [PATCH 04/13] Create dkim._domainkey.peme969.is-a.dev.json Added the file --- domains/dkim._domainkey.peme969.is-a.dev.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/dkim._domainkey.peme969.is-a.dev.json diff --git a/domains/dkim._domainkey.peme969.is-a.dev.json b/domains/dkim._domainkey.peme969.is-a.dev.json new file mode 100644 index 000000000..d2bcf9102 --- /dev/null +++ b/domains/dkim._domainkey.peme969.is-a.dev.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "peme969", + "email": "mrcoderpeme@gmail.com" + }, + "record": { + "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], + "TXT":["sl-verification=dbpgreeqailirhyinpatpewbtegyca","v=spf1 include:simplelogin.co ~all"], + "MX":["mx1.simplelogin.co","mx2.simplelogin.co"] + + } +} From e9566ccf7da6d5d7601080208ce14fb04b945443 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peme969=20=E2=9A=A1?= Date: Fri, 10 Jan 2025 12:48:13 -0600 Subject: [PATCH 05/13] Update _dmarc.peme969.is-a.dev.json Updated this file with the main file's contents --- domains/_dmarc.peme969.is-a.dev.json | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/domains/_dmarc.peme969.is-a.dev.json b/domains/_dmarc.peme969.is-a.dev.json index 18fbe94b6..097d6cd80 100644 --- a/domains/_dmarc.peme969.is-a.dev.json +++ b/domains/_dmarc.peme969.is-a.dev.json @@ -4,8 +4,25 @@ "email": "mrcoderpeme@gmail.com" }, "record": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], - "TXT":["sl-verification=dbpgreeqailirhyinpatpewbtegyca","v=spf1 include:simplelogin.co ~all"], - "MX":["mx1.simplelogin.co","mx2.simplelogin.co"] + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], + "CNAME": [ + "dkim01._domainkey.simplelogin.co", + "dkim02._domainkey.simplelogin.co", + "dkim03._domainkey.simplelogin.co" + ], + "TXT":[ + "sl-verification=dbpgreeqailirhyinpatpewbtegyca", + "v=spf1 include:simplelogin.co ~all", + "v=DMARC1; p=quarantine; pct=100; adkim=s; aspf=s" + ], + "MX":[ + "mx1.simplelogin.co", + "mx2.simplelogin.co" + ] } -} +} \ No newline at end of file From 29943ca0f43f2c725c713bffff3000839fe1aee0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peme969=20=E2=9A=A1?= Date: Fri, 10 Jan 2025 12:51:14 -0600 Subject: [PATCH 06/13] Update dkim._domainkey.peme969.is-a.dev.json --- domains/dkim._domainkey.peme969.is-a.dev.json | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/domains/dkim._domainkey.peme969.is-a.dev.json b/domains/dkim._domainkey.peme969.is-a.dev.json index d2bcf9102..3c5eb19a5 100644 --- a/domains/dkim._domainkey.peme969.is-a.dev.json +++ b/domains/dkim._domainkey.peme969.is-a.dev.json @@ -4,9 +4,25 @@ "email": "mrcoderpeme@gmail.com" }, "record": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], - "TXT":["sl-verification=dbpgreeqailirhyinpatpewbtegyca","v=spf1 include:simplelogin.co ~all"], - "MX":["mx1.simplelogin.co","mx2.simplelogin.co"] - + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], + "CNAME": [ + "dkim._domainkey.simplelogin.co", + "dkim02._domainkey.simplelogin.co", + "dkim03._domainkey.simplelogin.co" + ], + "TXT":[ + "sl-verification=dbpgreeqailirhyinpatpewbtegyca", + "v=spf1 include:simplelogin.co ~all", + "v=DMARC1; p=quarantine; pct=100; adkim=s; aspf=s" + ], + "MX":[ + "mx1.simplelogin.co", + "mx2.simplelogin.co" + ] } } From 5a6e3aeb0bf31683398759ef003fe8e3c3e3bf6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peme969=20=E2=9A=A1?= Date: Fri, 10 Jan 2025 12:51:33 -0600 Subject: [PATCH 07/13] Update _dmarc.peme969.is-a.dev.json --- domains/_dmarc.peme969.is-a.dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/_dmarc.peme969.is-a.dev.json b/domains/_dmarc.peme969.is-a.dev.json index 097d6cd80..cb70b4757 100644 --- a/domains/_dmarc.peme969.is-a.dev.json +++ b/domains/_dmarc.peme969.is-a.dev.json @@ -11,7 +11,7 @@ "185.199.111.153" ], "CNAME": [ - "dkim01._domainkey.simplelogin.co", + "dkim._domainkey.simplelogin.co", "dkim02._domainkey.simplelogin.co", "dkim03._domainkey.simplelogin.co" ], From bce6f7d166e11035310007e92f3af0fef5326ec1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peme969=20=E2=9A=A1?= Date: Fri, 10 Jan 2025 12:52:02 -0600 Subject: [PATCH 08/13] Update peme969.json --- domains/peme969.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/peme969.json b/domains/peme969.json index d23386e41..3c5eb19a5 100644 --- a/domains/peme969.json +++ b/domains/peme969.json @@ -11,7 +11,7 @@ "185.199.111.153" ], "CNAME": [ - "dkim01._domainkey.simplelogin.co", + "dkim._domainkey.simplelogin.co", "dkim02._domainkey.simplelogin.co", "dkim03._domainkey.simplelogin.co" ], From 7e50c19f7cb1df0db1227e602900759ea1bcedff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peme969=20=E2=9A=A1?= Date: Fri, 10 Jan 2025 13:04:19 -0600 Subject: [PATCH 09/13] Delete domains/dkim._domainkey.peme969.is-a.dev.json --- domains/dkim._domainkey.peme969.is-a.dev.json | 28 ------------------- 1 file changed, 28 deletions(-) delete mode 100644 domains/dkim._domainkey.peme969.is-a.dev.json diff --git a/domains/dkim._domainkey.peme969.is-a.dev.json b/domains/dkim._domainkey.peme969.is-a.dev.json deleted file mode 100644 index 3c5eb19a5..000000000 --- a/domains/dkim._domainkey.peme969.is-a.dev.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "owner": { - "username": "peme969", - "email": "mrcoderpeme@gmail.com" - }, - "record": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ], - "CNAME": [ - "dkim._domainkey.simplelogin.co", - "dkim02._domainkey.simplelogin.co", - "dkim03._domainkey.simplelogin.co" - ], - "TXT":[ - "sl-verification=dbpgreeqailirhyinpatpewbtegyca", - "v=spf1 include:simplelogin.co ~all", - "v=DMARC1; p=quarantine; pct=100; adkim=s; aspf=s" - ], - "MX":[ - "mx1.simplelogin.co", - "mx2.simplelogin.co" - ] - } -} From bff6aee95145085c5a9845a7b14cb5b2114bae02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peme969=20=E2=9A=A1?= Date: Fri, 10 Jan 2025 13:05:38 -0600 Subject: [PATCH 10/13] Update and rename _dmarc.peme969.is-a.dev.json to _dmarc.peme969.json --- .../{_dmarc.peme969.is-a.dev.json => _dmarc.peme969.json} | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) rename domains/{_dmarc.peme969.is-a.dev.json => _dmarc.peme969.json} (76%) diff --git a/domains/_dmarc.peme969.is-a.dev.json b/domains/_dmarc.peme969.json similarity index 76% rename from domains/_dmarc.peme969.is-a.dev.json rename to domains/_dmarc.peme969.json index cb70b4757..9ee47c2ed 100644 --- a/domains/_dmarc.peme969.is-a.dev.json +++ b/domains/_dmarc.peme969.json @@ -10,11 +10,6 @@ "185.199.110.153", "185.199.111.153" ], - "CNAME": [ - "dkim._domainkey.simplelogin.co", - "dkim02._domainkey.simplelogin.co", - "dkim03._domainkey.simplelogin.co" - ], "TXT":[ "sl-verification=dbpgreeqailirhyinpatpewbtegyca", "v=spf1 include:simplelogin.co ~all", @@ -25,4 +20,4 @@ "mx2.simplelogin.co" ] } -} \ No newline at end of file +} From 126914c6546b3380dc84e2fe3b024094337de383 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peme969=20=E2=9A=A1?= Date: Fri, 10 Jan 2025 13:06:46 -0600 Subject: [PATCH 11/13] Update peme969.json --- domains/peme969.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/domains/peme969.json b/domains/peme969.json index 3c5eb19a5..9ee47c2ed 100644 --- a/domains/peme969.json +++ b/domains/peme969.json @@ -10,11 +10,6 @@ "185.199.110.153", "185.199.111.153" ], - "CNAME": [ - "dkim._domainkey.simplelogin.co", - "dkim02._domainkey.simplelogin.co", - "dkim03._domainkey.simplelogin.co" - ], "TXT":[ "sl-verification=dbpgreeqailirhyinpatpewbtegyca", "v=spf1 include:simplelogin.co ~all", From 6c97a19155e8166e4d4f45103463c49e6bd52710 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peme969=20=E2=9A=A1?= Date: Fri, 10 Jan 2025 13:55:33 -0600 Subject: [PATCH 12/13] Update peme969.json Switched to forwardemail.net --- domains/peme969.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/domains/peme969.json b/domains/peme969.json index 9ee47c2ed..0e3f8b38d 100644 --- a/domains/peme969.json +++ b/domains/peme969.json @@ -11,13 +11,11 @@ "185.199.111.153" ], "TXT":[ - "sl-verification=dbpgreeqailirhyinpatpewbtegyca", - "v=spf1 include:simplelogin.co ~all", - "v=DMARC1; p=quarantine; pct=100; adkim=s; aspf=s" + "forward-email=NjNhNjJlMjMzOGJhMWUxNy1hOTk2MzljYmY0ZDczZWViZDY2NTljZmUwMDc4OTM5MmQ3YmVjN2RmYWEyMjFlN2VhODAxZWUwOWI5ODhhNDY2" ], "MX":[ - "mx1.simplelogin.co", - "mx2.simplelogin.co" + "mx1.forwardemail.net", + "mx2.forwardemail.net" ] } } From 90b127ddfe08864e59396175c6395dac2bb1ee89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peme969=20=E2=9A=A1?= Date: Fri, 10 Jan 2025 18:52:18 -0600 Subject: [PATCH 13/13] Update _dmarc.peme969.json Removed all records except TXT --- domains/_dmarc.peme969.json | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/domains/_dmarc.peme969.json b/domains/_dmarc.peme969.json index 9ee47c2ed..c6b62d20f 100644 --- a/domains/_dmarc.peme969.json +++ b/domains/_dmarc.peme969.json @@ -4,20 +4,8 @@ "email": "mrcoderpeme@gmail.com" }, "record": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ], "TXT":[ - "sl-verification=dbpgreeqailirhyinpatpewbtegyca", - "v=spf1 include:simplelogin.co ~all", - "v=DMARC1; p=quarantine; pct=100; adkim=s; aspf=s" - ], - "MX":[ - "mx1.simplelogin.co", - "mx2.simplelogin.co" + "forward-email=NjNhNjJlMjMzOGJhMWUxNy1hOTk2MzljYmY0ZDczZWViZDY2NTljZmUwMDc4OTM5MmQ3YmVjN2RmYWEyMjFlN2VhODAxZWUwOWI5ODhhNDY2" ] } }