From 0abbc5f4b869822ca0d74fd036bb28f47ab9669d Mon Sep 17 00:00:00 2001 From: Seendator Date: Wed, 22 May 2024 22:52:57 +0800 Subject: [PATCH 01/10] Update seen.json --- domains/seen.json | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/domains/seen.json b/domains/seen.json index ffe68a607..059203928 100644 --- a/domains/seen.json +++ b/domains/seen.json @@ -1,16 +1,18 @@ { - "owner": { - "username": "Seendator", - "email": "seendator@outlook.com", - "discord": "852477599476482048" - }, - - "record": { - "URL": "https://github.com/Seendator", - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], - "TXT": "v=spf1 include:spf.improvmx.com ~all" - } - } + "owner": { + "username": "Seendator", + "email": "seendator@outlook.com", + "discord": "852477599476482048" + }, + "record": { + "URL": "https://github.com/Seendator", + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": [ + "v=spf1 include:spf.improvmx.com ~all", + "brevo-code:304176d0c8dd03fe23a0a16eea5aa72c" + ] + } +} From a5a16f5dcfe6b2b4cef3a337d03cfba942def39f Mon Sep 17 00:00:00 2001 From: Seendator Date: Wed, 22 May 2024 22:57:30 +0800 Subject: [PATCH 02/10] Register mail._domainkey.seen.is-a.dev --- domains/mail._domainkey.seen.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/mail._domainkey.seen.json diff --git a/domains/mail._domainkey.seen.json b/domains/mail._domainkey.seen.json new file mode 100644 index 000000000..51a07130d --- /dev/null +++ b/domains/mail._domainkey.seen.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Seendator", + "email": "seendator@outlook.com", + "discord": "852477599476482048" + }, + "record": { + "TXT": "k=rsa;p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDeMVIzrCa3T14JsNY0IRv5/2V1/v2itlviLQBwXsa7shBD6TrBkswsFUToPyMRWC9tbR/5ey0nRBH0ZVxp+lsmTxid2Y2z+FApQ6ra2VsXfbJP3HE6wAO0YTVEJt1TmeczhEd2Jiz/fcabIISgXEdSpTYJhb0ct0VJRxcg4c8c7wIDAQAB" + } +} From 6036d5b31faaa18a7f84ab01416d83dffd6c7a60 Mon Sep 17 00:00:00 2001 From: Seendator Date: Wed, 22 May 2024 22:59:40 +0800 Subject: [PATCH 03/10] Register _dmarc.seen.is-a.dev --- domains/_dmarc.seen.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_dmarc.seen.json diff --git a/domains/_dmarc.seen.json b/domains/_dmarc.seen.json new file mode 100644 index 000000000..d84775c6a --- /dev/null +++ b/domains/_dmarc.seen.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Seendator", + "email": "seendator@outlook.com", + "discord": "852477599476482048" + }, + "record": { + "TXT": "v=DMARC1; p=none; rua=mailto:rua@dmarc.brevo.com" + } +} From 1ee7dbce534ac54a7d3dd58fc4cd0caf79949230 Mon Sep 17 00:00:00 2001 From: Seendator Date: Wed, 22 May 2024 23:29:44 +0800 Subject: [PATCH 04/10] Update seen.json --- domains/seen.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/seen.json b/domains/seen.json index 059203928..e09cefb74 100644 --- a/domains/seen.json +++ b/domains/seen.json @@ -11,8 +11,7 @@ "mx2.improvmx.com" ], "TXT": [ - "v=spf1 include:spf.improvmx.com ~all", - "brevo-code:304176d0c8dd03fe23a0a16eea5aa72c" + "v=spf1 include:spf.improvmx.com include:_spf.elasticemail.com ~all" ] } } From 8b5e781b4d0dea2101342a5ec8e51dd9fa8964c4 Mon Sep 17 00:00:00 2001 From: Seendator Date: Wed, 22 May 2024 23:33:02 +0800 Subject: [PATCH 05/10] Update and rename mail._domainkey.seen.json to tracking.seen.json --- domains/mail._domainkey.seen.json | 10 ---------- domains/tracking.seen.json | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 domains/mail._domainkey.seen.json create mode 100644 domains/tracking.seen.json diff --git a/domains/mail._domainkey.seen.json b/domains/mail._domainkey.seen.json deleted file mode 100644 index 51a07130d..000000000 --- a/domains/mail._domainkey.seen.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "Seendator", - "email": "seendator@outlook.com", - "discord": "852477599476482048" - }, - "record": { - "TXT": "k=rsa;p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDeMVIzrCa3T14JsNY0IRv5/2V1/v2itlviLQBwXsa7shBD6TrBkswsFUToPyMRWC9tbR/5ey0nRBH0ZVxp+lsmTxid2Y2z+FApQ6ra2VsXfbJP3HE6wAO0YTVEJt1TmeczhEd2Jiz/fcabIISgXEdSpTYJhb0ct0VJRxcg4c8c7wIDAQAB" - } -} diff --git a/domains/tracking.seen.json b/domains/tracking.seen.json new file mode 100644 index 000000000..d67b225e3 --- /dev/null +++ b/domains/tracking.seen.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Seendator", + "email": "seendator@outlook.com", + "discord": "852477599476482048" + }, + "record": { + "CNAME": "api.elasticemail.com" + } +} From 2590a1ca13cfc71fc4498c164de12495e829c40a Mon Sep 17 00:00:00 2001 From: Seendator Date: Wed, 22 May 2024 23:36:38 +0800 Subject: [PATCH 06/10] Update _dmarc.seen.json --- domains/_dmarc.seen.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/_dmarc.seen.json b/domains/_dmarc.seen.json index d84775c6a..fb128af78 100644 --- a/domains/_dmarc.seen.json +++ b/domains/_dmarc.seen.json @@ -5,6 +5,6 @@ "discord": "852477599476482048" }, "record": { - "TXT": "v=DMARC1; p=none; rua=mailto:rua@dmarc.brevo.com" + "TXT": "v=DMARC1;p=none;" } } From d8a13962cd9c325e6b1b696ee9991129a55c992a Mon Sep 17 00:00:00 2001 From: Seendator Date: Wed, 22 May 2024 23:56:03 +0800 Subject: [PATCH 07/10] Delete domains/_dmarc.seen.json --- domains/_dmarc.seen.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 domains/_dmarc.seen.json diff --git a/domains/_dmarc.seen.json b/domains/_dmarc.seen.json deleted file mode 100644 index fb128af78..000000000 --- a/domains/_dmarc.seen.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "Seendator", - "email": "seendator@outlook.com", - "discord": "852477599476482048" - }, - "record": { - "TXT": "v=DMARC1;p=none;" - } -} From 0600989944ceb34854971f97a18f15b2b75a769d Mon Sep 17 00:00:00 2001 From: RocketLauncher21 <68105821+RocketLauncher21@users.noreply.github.com> Date: Thu, 23 May 2024 10:16:50 +0200 Subject: [PATCH 08/10] Register rose1440.is-a.dev --- domains/rose1440.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/rose1440.json diff --git a/domains/rose1440.json b/domains/rose1440.json new file mode 100644 index 000000000..273d67370 --- /dev/null +++ b/domains/rose1440.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "RocketLauncher21", + "email": "ferkomrkvicka3456@gmail.com", + "discord": "832603218223431710" + }, + + "record": { + "CNAME": "rocketlauncher21.github.io" + } + } + \ No newline at end of file From 6de29ec31d3feead7a750ee1493f5569de935636 Mon Sep 17 00:00:00 2001 From: Zeaxey <95143545+Pixel556@users.noreply.github.com> Date: Thu, 23 May 2024 05:01:15 -0500 Subject: [PATCH 09/10] Create zeaxey.json --- domains/zeaxey.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/zeaxey.json diff --git a/domains/zeaxey.json b/domains/zeaxey.json new file mode 100644 index 000000000..c63d806cc --- /dev/null +++ b/domains/zeaxey.json @@ -0,0 +1,8 @@ +{ + "description": "website.", + "repo": "https://github.com/Pixel556/website", + "owner": { + "username": "Pixel556", + "email": "therealzeaxey123@gmail.com", + "discord": "862644161156218891" + } From cb8c714ae3b406d70128f1b38a3eabe9010d199b Mon Sep 17 00:00:00 2001 From: Zeaxey <95143545+Pixel556@users.noreply.github.com> Date: Thu, 23 May 2024 16:26:13 +0530 Subject: [PATCH 10/10] Update zeaxey.json --- domains/zeaxey.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/domains/zeaxey.json b/domains/zeaxey.json index c63d806cc..75b411dae 100644 --- a/domains/zeaxey.json +++ b/domains/zeaxey.json @@ -5,4 +5,8 @@ "username": "Pixel556", "email": "therealzeaxey123@gmail.com", "discord": "862644161156218891" + }, + "record": { + "CNAME": "pixel556.github.io" } +}