From 508d95200b5a21d420ebf06e05b3384514ab044d Mon Sep 17 00:00:00 2001 From: 21Z Date: Sat, 16 Mar 2024 21:03:43 +0400 Subject: [PATCH 1/4] feat(domain): 21z.is-a.dev --- domains/21z.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/21z.json diff --git a/domains/21z.json b/domains/21z.json new file mode 100644 index 000000000..0ad862132 --- /dev/null +++ b/domains/21z.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "21Z", + "email": "hamdankalliyil@gmail.com" + }, + "record": { + "CNAME": "21z.github.io" + } +} From 6e8dbb93072c14a377c9ca5b1050701c02f0a51b Mon Sep 17 00:00:00 2001 From: 21Z <69188068+21Z@users.noreply.github.com> Date: Sat, 16 Mar 2024 21:18:50 +0400 Subject: [PATCH 2/4] Add txt record --- domains/21z.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/21z.json b/domains/21z.json index 0ad862132..75cf4d2a4 100644 --- a/domains/21z.json +++ b/domains/21z.json @@ -4,6 +4,7 @@ "email": "hamdankalliyil@gmail.com" }, "record": { - "CNAME": "21z.github.io" + "CNAME": "21z.github.io", + "TXT": ["_discord.21z.is-a.dev", "dh=cad8d14a40cc3daa14436ff5e874e4c02ce2e1ae"] } } From a5932558fdba0e571e5c14128c9b10483c224cb8 Mon Sep 17 00:00:00 2001 From: 21Z <69188068+21Z@users.noreply.github.com> Date: Sat, 16 Mar 2024 21:32:13 +0400 Subject: [PATCH 3/4] add discord --- domains/21z.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/21z.json b/domains/21z.json index 75cf4d2a4..616034832 100644 --- a/domains/21z.json +++ b/domains/21z.json @@ -1,7 +1,8 @@ { "owner": { "username": "21Z", - "email": "hamdankalliyil@gmail.com" + "email": "", + "discord": "780356848737058857" }, "record": { "CNAME": "21z.github.io", From c6c36d14a5ca062af5aba8306559ed96b779d358 Mon Sep 17 00:00:00 2001 From: 21Z <69188068+21Z@users.noreply.github.com> Date: Sun, 17 Mar 2024 05:35:15 +0400 Subject: [PATCH 4/4] Remove txt record --- domains/21z.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/21z.json b/domains/21z.json index 616034832..899aba426 100644 --- a/domains/21z.json +++ b/domains/21z.json @@ -5,7 +5,6 @@ "discord": "780356848737058857" }, "record": { - "CNAME": "21z.github.io", - "TXT": ["_discord.21z.is-a.dev", "dh=cad8d14a40cc3daa14436ff5e874e4c02ce2e1ae"] + "CNAME": "21z.github.io" } }