From 91c9b9af1730fc64d7523a6099c85b46ac84fc5b Mon Sep 17 00:00:00 2001 From: w8dead Date: Thu, 25 Apr 2024 01:27:28 +0200 Subject: [PATCH 1/7] feat(domain): dead.is-a.dev --- domains/dead.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/dead.json diff --git a/domains/dead.json b/domains/dead.json new file mode 100644 index 000000000..7a3194d7a --- /dev/null +++ b/domains/dead.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "w8dead", + "email": "w8dead@proton.me" + }, + "record": { + "URL": "https://www.instagram.com/w8dead/" + } +} From 5e2930fbfc1f67c3bbbca90eadca837af0624516 Mon Sep 17 00:00:00 2001 From: Bruno Evaristo Pinheiro Date: Fri, 26 Apr 2024 21:28:40 -0300 Subject: [PATCH 2/7] Create bru.json --- domains/bru.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/bru.json diff --git a/domains/bru.json b/domains/bru.json new file mode 100644 index 000000000..9b7d657b0 --- /dev/null +++ b/domains/bru.json @@ -0,0 +1,11 @@ +{ + "description": "Brunos's personal developer website", + "repo": "https://github.com/BrunoWithoutHbrunowithouth", + "owner": { + "username": "BrunoWithoutH", + "email": "pinheirobrunoevaristo@gmail.com" + }, + "record": { + "CNAME": "brunowithouth.github.io" + } +} From 749689853474d802cea971fcafffd04ae65826d9 Mon Sep 17 00:00:00 2001 From: QuinceTart10 Date: Sat, 27 Apr 2024 06:16:20 +0200 Subject: [PATCH 3/7] Create a separate domain for the blog --- domains/blog.quincetart10.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/blog.quincetart10.json diff --git a/domains/blog.quincetart10.json b/domains/blog.quincetart10.json new file mode 100644 index 000000000..468e0964b --- /dev/null +++ b/domains/blog.quincetart10.json @@ -0,0 +1,12 @@ +{ + "description": "Personal blog", + "repo": "https://github.com/QuinceTart10/blog", + "owner": { + "username": "QuinceTart10", + "email": "", + "discord": "862644161156218891" + }, + "record": { + "CNAME": "quincetart10.github.io" + } +} From 603431dccf033cbb3385dd0dec745cf1d4bc6919 Mon Sep 17 00:00:00 2001 From: Bruno Evaristo Pinheiro Date: Sat, 27 Apr 2024 01:25:57 -0300 Subject: [PATCH 4/7] Update bru.json --- domains/bru.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/bru.json b/domains/bru.json index 9b7d657b0..cd16e7f30 100644 --- a/domains/bru.json +++ b/domains/bru.json @@ -1,6 +1,6 @@ { "description": "Brunos's personal developer website", - "repo": "https://github.com/BrunoWithoutHbrunowithouth", + "repo": "https://github.com/BrunoWithoutH/BrunoWithoutH.github.io", "owner": { "username": "BrunoWithoutH", "email": "pinheirobrunoevaristo@gmail.com" From b9188dee703671238781fac0301138f039d353b4 Mon Sep 17 00:00:00 2001 From: Sono <115237794+getSono@users.noreply.github.com> Date: Sat, 27 Apr 2024 08:43:14 +0200 Subject: [PATCH 5/7] Editing Records --- domains/sono.json | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/domains/sono.json b/domains/sono.json index 5bfe5ce2a..267b37cbd 100644 --- a/domains/sono.json +++ b/domains/sono.json @@ -1,12 +1,13 @@ { - "owner": { - "username": "getSono", - "email": "julianwolf2013@outlook.de", - "discord": "1222250424309121145" - }, - - "record": { - "CNAME": "getsono.github.io" - } + "owner": { + "username": "getSono", + "email": "julianwolf2013@outlook.de" + }, + "record": { + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": "v=spf1 include:spf.improvmx.com ~all" } - \ No newline at end of file +} From e285af1d354b2e787430a642031687b5b9c6702b Mon Sep 17 00:00:00 2001 From: Riotly <166890209+Riotly@users.noreply.github.com> Date: Sat, 27 Apr 2024 12:56:27 +0530 Subject: [PATCH 6/7] Changing Records --- domains/harsh.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/harsh.json b/domains/harsh.json index 7c56c7883..bf20be117 100644 --- a/domains/harsh.json +++ b/domains/harsh.json @@ -4,6 +4,6 @@ "email": "harshskb73@gmail.com" }, "record": { - "A": ["217.119.143.38"] + "CNAME": "portfolio-production.onrender.com" } } From 3fbe8f95d65e0c340427f33869d5003ff5aae55e Mon Sep 17 00:00:00 2001 From: xkaper001 Date: Sat, 27 Apr 2024 14:50:19 +0530 Subject: [PATCH 7/7] feat(domain): xkaper.is-a.dev --- domains/xkaper.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/xkaper.json diff --git a/domains/xkaper.json b/domains/xkaper.json new file mode 100644 index 000000000..e6cad4e40 --- /dev/null +++ b/domains/xkaper.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "xkaper001", + "email": "imluckyayan@gmail.com" + }, + "record": { + "CNAME": "xkaper.webflow.io" + } +}