From 3fd2f6dff11ae27db8a98a6c28ee9f753cb2446f Mon Sep 17 00:00:00 2001 From: Noma4321 Date: Tue, 18 Oct 2022 16:03:53 +0300 Subject: [PATCH 0001/1143] feat: Added domain programatically --- domains/yt-dl.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/yt-dl.json diff --git a/domains/yt-dl.json b/domains/yt-dl.json new file mode 100644 index 000000000..035c6c584 --- /dev/null +++ b/domains/yt-dl.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "Noma4321", + "email": "noam.malka1yt@gmail.com" + }, + + "record": { + "CNAME": "YoutubeDownloader.noma4321.repl.co" + } + } + \ No newline at end of file From 00787dc7d6a2526eccb10f91d7896eedad9737e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?sh=C5=8Dnen?= Date: Fri, 13 Jan 2023 20:34:31 +0300 Subject: [PATCH 0002/1143] Create shonen.json --- domains/shonen.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 domains/shonen.json diff --git a/domains/shonen.json b/domains/shonen.json new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/domains/shonen.json @@ -0,0 +1 @@ + From b1d05dac2e7f5eff5bea4cee1e638187f678fad6 Mon Sep 17 00:00:00 2001 From: SHays24 <81133539+SHays24@users.noreply.github.com> Date: Mon, 6 Mar 2023 12:04:39 +1100 Subject: [PATCH 0003/1143] Update shays.json --- domains/shays.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/shays.json b/domains/shays.json index a66f74ffa..8baa11cd7 100644 --- a/domains/shays.json +++ b/domains/shays.json @@ -6,6 +6,6 @@ "email": "SHays24@student.sacs.nsw.edu.au" }, "record": { - "CNAME": "SHays24.github.io" + "CNAME": "shays24.github.io" } } From 1444903d51ec1f8d7161c94d44060f229f513a04 Mon Sep 17 00:00:00 2001 From: Rachit Khurana <70265590+notnotrachit@users.noreply.github.com> Date: Tue, 30 May 2023 00:59:20 +0530 Subject: [PATCH 0004/1143] updated rachit.is-a.dev cname --- domains/rachit.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/rachit.json b/domains/rachit.json index 8e82908c1..b30d3b221 100644 --- a/domains/rachit.json +++ b/domains/rachit.json @@ -7,6 +7,6 @@ }, "record": { - "CNAME": "notnotrachit.github.io" + "CNAME": "notnotrachit-github-io.pages.dev" } } From b41f324c19bffe4569316f9ff4298dc0dcad594a Mon Sep 17 00:00:00 2001 From: Deva Midhun Date: Thu, 29 Jun 2023 18:10:32 +0530 Subject: [PATCH 0005/1143] Create deva.json --- domains/deva.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/deva.json diff --git a/domains/deva.json b/domains/deva.json new file mode 100644 index 000000000..bc75cc49a --- /dev/null +++ b/domains/deva.json @@ -0,0 +1,11 @@ +{ + "description": "my website", + "repo": "https://github.com/turbomaster95/turbomaster95.github.io", + "owner": { + "username": "turbomaster95", + "email": "devamidhun.3c.kmbvm@gmail.com" + }, + "record": { + "CNAME": "turbomaster95.github.io" + } +} From 14d3a26295c81e249ce5695643597836fb101036 Mon Sep 17 00:00:00 2001 From: Deva Midhun Date: Thu, 29 Jun 2023 18:13:38 +0530 Subject: [PATCH 0006/1143] Create m.deva.json --- domains/m.deva.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/m.deva.json diff --git a/domains/m.deva.json b/domains/m.deva.json new file mode 100644 index 000000000..3c7b7175b --- /dev/null +++ b/domains/m.deva.json @@ -0,0 +1,12 @@ +{ + "description": "my mail forwarder", + "repo": "", + "owner": { + "username": "turbomaster95", + "email": "devamidhun.3c.kmbvm@gmail.com" + }, + "record": { + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": ["v=spf1 include:spf.improvmx.com ~all"] + } +} From f12e8d1d0ad3ce3957f55d8870d920f1054a59b7 Mon Sep 17 00:00:00 2001 From: minnb-bit <66986269+minnb-bit@users.noreply.github.com> Date: Thu, 13 Jul 2023 15:33:04 +0700 Subject: [PATCH 0007/1143] Add files via upload --- domains/minhmmb.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/minhmmb.json diff --git a/domains/minhmmb.json b/domains/minhmmb.json new file mode 100644 index 000000000..c2b0c8ff1 --- /dev/null +++ b/domains/minhmmb.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "minnb-bit", + "email": "mn9173024@gmail.com" + }, + "record": { + "CNAME": "minnb-bit.github.io" + } +} \ No newline at end of file From 29570e8f90670f8f3cb8458e617904ec72808edb Mon Sep 17 00:00:00 2001 From: minnb-bit <66986269+minnb-bit@users.noreply.github.com> Date: Thu, 13 Jul 2023 15:33:56 +0700 Subject: [PATCH 0008/1143] Add files via upload From 69e01819ee4106b08ce061c747e7f77482fa47db Mon Sep 17 00:00:00 2001 From: minnb-bit Date: Fri, 14 Jul 2023 23:28:52 +0700 Subject: [PATCH 0009/1143] feat(domain): minhmmb.is-a.is-a.dev --- domains/minhmmb.is-a.dev.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/minhmmb.is-a.dev.json diff --git a/domains/minhmmb.is-a.dev.json b/domains/minhmmb.is-a.dev.json new file mode 100644 index 000000000..e05ff514d --- /dev/null +++ b/domains/minhmmb.is-a.dev.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "minnb-bit", + "email": "mn9173024@gmail.com", + "discord": "634263941153030175" + }, + + "record": { + "TXT": "https://minnb-bit.github.io" + } +} From 56979f3370eeebf6c221e7a069a4f3ccea817eb8 Mon Sep 17 00:00:00 2001 From: YoruAkio <97880708+YoruAkio@users.noreply.github.com> Date: Sat, 15 Jul 2023 14:17:30 +0700 Subject: [PATCH 0010/1143] feat(domain): add `kio.is-a.dev` --- domains/kio.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/kio.json diff --git a/domains/kio.json b/domains/kio.json new file mode 100644 index 000000000..f877542c7 --- /dev/null +++ b/domains/kio.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "YoruAkio", + "email": "yoruakio@proton.me" + }, + + "record": { + "TXT": "vc-domain-verify=kio.is-a.dev,44da5cbfcc3a8f269905" + } +} From 1286c7039bd58b288d4f61f47aff88b77cfc1364 Mon Sep 17 00:00:00 2001 From: YoruAkio <97880708+YoruAkio@users.noreply.github.com> Date: Sat, 15 Jul 2023 14:23:11 +0700 Subject: [PATCH 0011/1143] feat(domain): add `naki.is-a.dev` --- domains/naki.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/naki.json diff --git a/domains/naki.json b/domains/naki.json new file mode 100644 index 000000000..3f226aebb --- /dev/null +++ b/domains/naki.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "YoruAkio", + "email": "yoruakio@proton.me" + }, + + "record": { + "CNAME": "cname.vercel-dns.comndefined" + } +} From ac7ac794193a2f287940d026d9fb0edfb6b6145c Mon Sep 17 00:00:00 2001 From: Deva Midhun Date: Sat, 15 Jul 2023 14:00:02 +0530 Subject: [PATCH 0012/1143] feat(domain): add `tts.deva.is-a.dev.is-a.dev` --- domains/tts.deva.is-a.dev.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/tts.deva.is-a.dev.json diff --git a/domains/tts.deva.is-a.dev.json b/domains/tts.deva.is-a.dev.json new file mode 100644 index 000000000..5194aa0a1 --- /dev/null +++ b/domains/tts.deva.is-a.dev.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "turbomaster95", + "email": "devamidhun.3c.kmbvm@gmail.com" + }, + + "record": { + "CNAME": "48c10554-32ea-4bc5-98f8-5f062b511ad1.id.repl.co" + } +} From a778c1f4a518de4d85dbfb4a55db1208c72b0ffb Mon Sep 17 00:00:00 2001 From: Deva Midhun Date: Sat, 15 Jul 2023 14:01:30 +0530 Subject: [PATCH 0013/1143] Delete deva.json --- domains/deva.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/deva.json diff --git a/domains/deva.json b/domains/deva.json deleted file mode 100644 index bc75cc49a..000000000 --- a/domains/deva.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "my website", - "repo": "https://github.com/turbomaster95/turbomaster95.github.io", - "owner": { - "username": "turbomaster95", - "email": "devamidhun.3c.kmbvm@gmail.com" - }, - "record": { - "CNAME": "turbomaster95.github.io" - } -} From 9ce32547c8b036531b0081b73f8307cb383549dc Mon Sep 17 00:00:00 2001 From: Deva Midhun Date: Sat, 15 Jul 2023 14:02:36 +0530 Subject: [PATCH 0014/1143] feat(domain): add `tts.deva.is-a.dev` --- domains/tts.deva.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/tts.deva.json diff --git a/domains/tts.deva.json b/domains/tts.deva.json new file mode 100644 index 000000000..5194aa0a1 --- /dev/null +++ b/domains/tts.deva.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "turbomaster95", + "email": "devamidhun.3c.kmbvm@gmail.com" + }, + + "record": { + "CNAME": "48c10554-32ea-4bc5-98f8-5f062b511ad1.id.repl.co" + } +} From 656adac8f248d4b64a29770eb5b4877cca6b5dc8 Mon Sep 17 00:00:00 2001 From: minnb-bit Date: Sat, 15 Jul 2023 15:42:42 +0700 Subject: [PATCH 0015/1143] feat(domain): minnb-bit.is-a.dev --- domains/minnb-bit.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/minnb-bit.json diff --git a/domains/minnb-bit.json b/domains/minnb-bit.json new file mode 100644 index 000000000..9921fa314 --- /dev/null +++ b/domains/minnb-bit.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "minnb-bit", + "email": "mn9173024@gmail.com", + "discord": "634263941153030175" + }, + + "record": { + "CNAME": "minnb-bit.github.io" + } +} From 6215fc48c2539049a6c0f18b9c9da36332c8b36b Mon Sep 17 00:00:00 2001 From: hackermon Date: Sat, 15 Jul 2023 12:48:18 -0400 Subject: [PATCH 0016/1143] Delete tts.deva.is-a.dev.json --- domains/tts.deva.is-a.dev.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 domains/tts.deva.is-a.dev.json diff --git a/domains/tts.deva.is-a.dev.json b/domains/tts.deva.is-a.dev.json deleted file mode 100644 index 5194aa0a1..000000000 --- a/domains/tts.deva.is-a.dev.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "turbomaster95", - "email": "devamidhun.3c.kmbvm@gmail.com" - }, - - "record": { - "CNAME": "48c10554-32ea-4bc5-98f8-5f062b511ad1.id.repl.co" - } -} From 5e5ad04afa214db7bedd3626532d3912fdfb73ba Mon Sep 17 00:00:00 2001 From: hackermon Date: Sat, 15 Jul 2023 12:57:39 -0400 Subject: [PATCH 0017/1143] move name record --- domains/minhmmb.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/domains/minhmmb.json b/domains/minhmmb.json index c2b0c8ff1..1197d176e 100644 --- a/domains/minhmmb.json +++ b/domains/minhmmb.json @@ -4,6 +4,7 @@ "email": "mn9173024@gmail.com" }, "record": { - "CNAME": "minnb-bit.github.io" + "CNAME": "minnb-bit.github.io", + "TXT": "https://minnb-bit.github.io" } -} \ No newline at end of file +} From bec632212695ab2c1833e33a3660f80d3248374a Mon Sep 17 00:00:00 2001 From: hackermon Date: Sat, 15 Jul 2023 12:57:50 -0400 Subject: [PATCH 0018/1143] Delete minhmmb.is-a.dev.json --- domains/minhmmb.is-a.dev.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/minhmmb.is-a.dev.json diff --git a/domains/minhmmb.is-a.dev.json b/domains/minhmmb.is-a.dev.json deleted file mode 100644 index e05ff514d..000000000 --- a/domains/minhmmb.is-a.dev.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "minnb-bit", - "email": "mn9173024@gmail.com", - "discord": "634263941153030175" - }, - - "record": { - "TXT": "https://minnb-bit.github.io" - } -} From f75705fd6b8c8c4e01983e7696aa7a7727391fe6 Mon Sep 17 00:00:00 2001 From: Hilmansyah Date: Sun, 16 Jul 2023 00:44:34 +0700 Subject: [PATCH 0019/1143] Create hilmansyah.json --- domains/hilmansyah.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/hilmansyah.json diff --git a/domains/hilmansyah.json b/domains/hilmansyah.json new file mode 100644 index 000000000..696c751ad --- /dev/null +++ b/domains/hilmansyah.json @@ -0,0 +1,12 @@ +{ + "description": "Hillzacky is Hilmansyah", + "repo": "https://github.com/Hillzacky/hillzacky.github.io", + "owner": { + "username": "Hillzacky", + "email": "hilm4nsyah@gmail.com", + "twitter": "hillzacky" + }, + "record": { + "CNAME": "hillzacky.github.io" + } +} From 29aec037f7a823c253a827bb6e70f558a3b4f937 Mon Sep 17 00:00:00 2001 From: Hilmansyah Date: Sun, 16 Jul 2023 01:16:32 +0700 Subject: [PATCH 0020/1143] Register hilmansyah.json --- domains/hilmansyah.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/domains/hilmansyah.json b/domains/hilmansyah.json index 696c751ad..f5ac4911b 100644 --- a/domains/hilmansyah.json +++ b/domains/hilmansyah.json @@ -3,10 +3,14 @@ "repo": "https://github.com/Hillzacky/hillzacky.github.io", "owner": { "username": "Hillzacky", - "email": "hilm4nsyah@gmail.com", + "email": "hilmansyah@xhr.my.id", "twitter": "hillzacky" }, "record": { - "CNAME": "hillzacky.github.io" + "CNAME": "hillzacky.github.io", + "A": "185.199.111.153", + "A": "185.199.110.153", + "A": "185.199.109.153", + "A": "185.199.108.153" } } From 500e000dacd5ea47ead2f1cf0864fceb4fde224e Mon Sep 17 00:00:00 2001 From: Hilmansyah Date: Sun, 16 Jul 2023 01:27:04 +0700 Subject: [PATCH 0021/1143] Register hilmansyah.is-a.dev Add file himansyah.json to folder domains. requirement has completed. --- domains/hilmansyah.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/hilmansyah.json b/domains/hilmansyah.json index f5ac4911b..006c07374 100644 --- a/domains/hilmansyah.json +++ b/domains/hilmansyah.json @@ -4,7 +4,8 @@ "owner": { "username": "Hillzacky", "email": "hilmansyah@xhr.my.id", - "twitter": "hillzacky" + "twitter": "hillzacky", + "discord": "830349326785314846" }, "record": { "CNAME": "hillzacky.github.io", From 2ddc87efed30524a4563caf9510e544db1653a8a Mon Sep 17 00:00:00 2001 From: muhammadbasitobaid <79991232+muhammadbasitobaid@users.noreply.github.com> Date: Sat, 15 Jul 2023 23:29:03 +0500 Subject: [PATCH 0022/1143] Create muhammadbasitobaid.json --- domains/muhammadbasitobaid.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/muhammadbasitobaid.json diff --git a/domains/muhammadbasitobaid.json b/domains/muhammadbasitobaid.json new file mode 100644 index 000000000..df274c031 --- /dev/null +++ b/domains/muhammadbasitobaid.json @@ -0,0 +1,10 @@ +{ + "description": "muhammadbasitobaid.is-a.dev", + "owner": { + "username": "muhammadbasitobaid", + "email": "muhammadbasitobaid@gmail.com" + }, + "record": { + "CNAME": "muhammadbasitobaid.github.io" + } +} From 953989a4e7d5ecfe521474c3f60f8c679709365d Mon Sep 17 00:00:00 2001 From: Hillzacky Date: Sun, 16 Jul 2023 01:37:33 +0700 Subject: [PATCH 0023/1143] feat(domain): nengsriaryati.is-a.dev --- domains/nengsriaryati.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/nengsriaryati.json diff --git a/domains/nengsriaryati.json b/domains/nengsriaryati.json new file mode 100644 index 000000000..132f7ed18 --- /dev/null +++ b/domains/nengsriaryati.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Hillzacky", + "email": "Hilm4nsyah@gmail.com" + }, + "record": { + "CNAME": "nengsriaryati.github.io" + } + } + \ No newline at end of file From b84f41bbb2ec956ba6561c41e23484fce7ed3216 Mon Sep 17 00:00:00 2001 From: Hillzacky Date: Sun, 16 Jul 2023 01:39:45 +0700 Subject: [PATCH 0024/1143] feat(domain): copysland.is-a.dev --- domains/copysland.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/copysland.json diff --git a/domains/copysland.json b/domains/copysland.json new file mode 100644 index 000000000..32be4f208 --- /dev/null +++ b/domains/copysland.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Hillzacky", + "email": "Hilm4nsyah@gmail.com" + }, + "record": { + "CNAME": "copysland.github.io" + } + } + \ No newline at end of file From 45deb5533dc664305cd50bd6bf3fcb4ac935764f Mon Sep 17 00:00:00 2001 From: Dmitry Troitsky <33691558+troit5ky@users.noreply.github.com> Date: Sun, 16 Jul 2023 01:44:42 +0300 Subject: [PATCH 0025/1143] Create tr5kyradio --- domains/tr5kyradio | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/tr5kyradio diff --git a/domains/tr5kyradio b/domains/tr5kyradio new file mode 100644 index 000000000..cd9b4265c --- /dev/null +++ b/domains/tr5kyradio @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "troit5ky", + "email": "testeron211@gmail.com" + }, + "record": { + "A": ["23.88.10.1"] + } +} From 90b87f0302e3a6075e0e8d86491fa3cfbc075b4c Mon Sep 17 00:00:00 2001 From: Dmitry Troitsky <33691558+troit5ky@users.noreply.github.com> Date: Sun, 16 Jul 2023 01:51:40 +0300 Subject: [PATCH 0026/1143] to .json --- domains/{tr5kyradio => tr5kyradio.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{tr5kyradio => tr5kyradio.json} (100%) diff --git a/domains/tr5kyradio b/domains/tr5kyradio.json similarity index 100% rename from domains/tr5kyradio rename to domains/tr5kyradio.json From dc3e29dd0e2cebabed0d78ceb1baf9b0f74c1831 Mon Sep 17 00:00:00 2001 From: mosageneral <32716414+mosageneral@users.noreply.github.com> Date: Sun, 16 Jul 2023 14:25:47 +0300 Subject: [PATCH 0027/1143] Create mosa.json --- domains/mosa.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/mosa.json diff --git a/domains/mosa.json b/domains/mosa.json new file mode 100644 index 000000000..2f016ca0a --- /dev/null +++ b/domains/mosa.json @@ -0,0 +1,12 @@ +{ + "description": "For my portfolio website made by using HTML + CSS and JS", + + "owner": { + "username": "mosageneral", + "email": "mosageneral@gmail.com", + + }, + "record": { + "URL": "http://130.162.168.84" + } +} From 67962732285fc6a398d1b58b28856f7962c43ff0 Mon Sep 17 00:00:00 2001 From: Nishant Bharwani <71548938+Nishant-Bharwani@users.noreply.github.com> Date: Sun, 16 Jul 2023 22:59:26 +0530 Subject: [PATCH 0028/1143] Create nishantb.json --- nishantb.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 nishantb.json diff --git a/nishantb.json b/nishantb.json new file mode 100644 index 000000000..7c319b5f6 --- /dev/null +++ b/nishantb.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Nishant-Bharwani", + "email": "nbtaylor1031@gmail.com" + }, + "record": { + "URL": "https://nishantdev.netlify.app/" + } +} From 7d8e166146309a38cf17b0c0af75a1d15141a929 Mon Sep 17 00:00:00 2001 From: YoruAkio Date: Mon, 17 Jul 2023 02:02:19 +0700 Subject: [PATCH 0029/1143] =?UTF-8?q?=E2=9C=A8=E2=9A=A1=20Change=20this=20?= =?UTF-8?q?two=20to=20CNAME=20for=20my=20cloudflare=20pages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- domains/kio.json | 2 +- domains/naki.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/kio.json b/domains/kio.json index f877542c7..2cb8062e3 100644 --- a/domains/kio.json +++ b/domains/kio.json @@ -5,6 +5,6 @@ }, "record": { - "TXT": "vc-domain-verify=kio.is-a.dev,44da5cbfcc3a8f269905" + "CNAME": "nakio.pages.dev" } } diff --git a/domains/naki.json b/domains/naki.json index 3f226aebb..2cb8062e3 100644 --- a/domains/naki.json +++ b/domains/naki.json @@ -5,6 +5,6 @@ }, "record": { - "CNAME": "cname.vercel-dns.comndefined" + "CNAME": "nakio.pages.dev" } } From 5df3b221c7afa124cc6f9652fdbbf234fde985bf Mon Sep 17 00:00:00 2001 From: joythejoystick1 Date: Mon, 17 Jul 2023 00:36:53 +0300 Subject: [PATCH 0030/1143] feat(domain): glqch.is-a.dev --- domains/glqch.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/glqch.json diff --git a/domains/glqch.json b/domains/glqch.json new file mode 100644 index 000000000..d89fbfe9b --- /dev/null +++ b/domains/glqch.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "joythejoystick1", + "email": "midoayoub778@gmail.com" + }, + "record": { + "TXT": "_github-pages-challenge-joythejoystick1.glqch" + } + } + \ No newline at end of file From ef626594bbbf480d12b3150d3933759cf936f09e Mon Sep 17 00:00:00 2001 From: joythejoystick1 Date: Mon, 17 Jul 2023 00:37:22 +0300 Subject: [PATCH 0031/1143] feat(domain): glqch.is-a.dev From 0fe1712644c733e60f8c713cca83e69e658b4b2c Mon Sep 17 00:00:00 2001 From: sowisgone Date: Sun, 16 Jul 2023 19:52:51 -0300 Subject: [PATCH 0032/1143] feat(domain): sow.is-a.dev --- domains/sow.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/sow.json diff --git a/domains/sow.json b/domains/sow.json new file mode 100644 index 000000000..ee8c555c7 --- /dev/null +++ b/domains/sow.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "sowisgone", + "email": "therealsnowmercy@gmail.com", + "discord": "616731583386353665" + }, + + "record": { + "CNAME": "cozy-fox-3ce364.netlify.app" + } +} From 88669fa7ccd691187dc8ea7b1957a513e3ee3bb1 Mon Sep 17 00:00:00 2001 From: duyeric Date: Mon, 17 Jul 2023 07:34:52 +0700 Subject: [PATCH 0033/1143] feat(domain): duyeric.is-a.dev --- domains/duyeric.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/duyeric.json diff --git a/domains/duyeric.json b/domains/duyeric.json new file mode 100644 index 000000000..02311db02 --- /dev/null +++ b/domains/duyeric.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "duyeric", + "email": "duyericmmo@gmail.com" + }, + "record": { + "CNAME": "www" + } + } + \ No newline at end of file From ce62371e9b5b1c354b6e6954fbf6e27871778257 Mon Sep 17 00:00:00 2001 From: nguoidungkhongdinhdanhh Date: Mon, 17 Jul 2023 11:10:46 +0700 Subject: [PATCH 0034/1143] feat(domain): dmmay.is-a.dev --- domains/dmmay.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 domains/dmmay.json diff --git a/domains/dmmay.json b/domains/dmmay.json new file mode 100644 index 000000000..4933c2832 --- /dev/null +++ b/domains/dmmay.json @@ -0,0 +1,20 @@ +{ + "owner": { + "username": "nguoidungkhongdinhdanhh", + "email": "azura22@skiff.com", + "note": "This record was created by is-a.dev Discord bot via discord id: 892626947430051900" + }, + + "record": { + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], + + "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], + + "TXT": "forward-email=azura22@skiff.com" + } +} From 8162c7f3818e8d343586da501f77bef1eb6b776f Mon Sep 17 00:00:00 2001 From: nguoidungkhongdinhdanhh <139731755+nguoidungkhongdinhdanhh@users.noreply.github.com> Date: Mon, 17 Jul 2023 11:13:44 +0700 Subject: [PATCH 0035/1143] Update dmmay.json --- domains/dmmay.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/domains/dmmay.json b/domains/dmmay.json index 4933c2832..cdb3e5885 100644 --- a/domains/dmmay.json +++ b/domains/dmmay.json @@ -11,10 +11,6 @@ "185.199.109.153", "185.199.110.153", "185.199.111.153" - ], - - "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], - - "TXT": "forward-email=azura22@skiff.com" + ] } } From 57043b693c4bbdabe83cb39e35731ec6f6809cbd Mon Sep 17 00:00:00 2001 From: mtgsquad Date: Mon, 17 Jul 2023 15:06:31 +0500 Subject: [PATCH 0036/1143] Delete daddy.is-a.dev --- domains/daddy.json | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 domains/daddy.json diff --git a/domains/daddy.json b/domains/daddy.json deleted file mode 100644 index 7d6e17792..000000000 --- a/domains/daddy.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "description": "Redirect to daddy mahir's website", - "repo": "https://github.com/mtgsquad", - "owner": { - "username": "mtgsquad", - "email": "mahir@molai.dev", - "twitter": "DevMolai", - "discord": "molai.dev#2674" - }, - "record": { - "URL": "https://molai.dev" - } -} From 818539a89001455aa9032d5192b17fca9f6f8aa1 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Mon, 17 Jul 2023 20:17:58 +0800 Subject: [PATCH 0037/1143] Delete wife.daddy.json --- domains/wife.daddy.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 domains/wife.daddy.json diff --git a/domains/wife.daddy.json b/domains/wife.daddy.json deleted file mode 100644 index 06e5cc37a..000000000 --- a/domains/wife.daddy.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Daddy's wife's website", - "owner": { - "username": "MaskDuck", - "email": "maskduckuwu@gmail.com" - }, - "record": { - "URL": "https://maskduck.is-a.dev" - } -} From 3df4d9e3adbe580a4175edc1f70ba2ac6264c436 Mon Sep 17 00:00:00 2001 From: William Harrison <115670568+WDH-2@users.noreply.github.com> Date: Mon, 17 Jul 2023 20:44:07 +0800 Subject: [PATCH 0038/1143] Update luni.json --- domains/luni.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/luni.json b/domains/luni.json index aa726b525..f8bfad635 100644 --- a/domains/luni.json +++ b/domains/luni.json @@ -4,6 +4,6 @@ "email": "lukasbatema@mg.batemadevelopment.com" }, "record": { - "URL": "https://en.pronouns.page/@luni_batema" + "URL": "https://en.pronouns.page/@luni_moon" } } From e69873d1c8061b7380b80fbd23600caaa0dc0f69 Mon Sep 17 00:00:00 2001 From: emmu123 <89377181+emmu123@users.noreply.github.com> Date: Mon, 17 Jul 2023 20:18:37 +0530 Subject: [PATCH 0039/1143] Create milcon-uptimer.json --- domains/milcon-uptimer.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/milcon-uptimer.json diff --git a/domains/milcon-uptimer.json b/domains/milcon-uptimer.json new file mode 100644 index 000000000..8471985a7 --- /dev/null +++ b/domains/milcon-uptimer.json @@ -0,0 +1,10 @@ +{ + "description": "Uptimer site", + "owner": { + "username": "njanemmu", + "email": "aneenababu71901@gmail.com" + }, + "record": { + "CNAME": "ce061efe-4c98-41af-b793-2e0d4e4322a1.id.repl.co" + } +} From a254dff7cbc1a625568e13a4e0be0630eca1318e Mon Sep 17 00:00:00 2001 From: alephdfilms Date: Mon, 17 Jul 2023 11:09:06 -0400 Subject: [PATCH 0040/1143] feat(domain): theemailofalephwho.is-a.dev --- domains/theemailofalephwho.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 domains/theemailofalephwho.json diff --git a/domains/theemailofalephwho.json b/domains/theemailofalephwho.json new file mode 100644 index 000000000..c010325c1 --- /dev/null +++ b/domains/theemailofalephwho.json @@ -0,0 +1,13 @@ +{ + "owner": { + "username": "alephdfilms", + "email": "alephdiallo@gmail.com", + "note": "This record was created by is-a.dev Discord bot via discord id: 427265238404956172" + }, + + "record": { + "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], + "TXT": "forward-email=alephdiallo@mail.com" + + } +} From 6d0facde44f10c2ce190e2e76a7d6bf48b6e44e3 Mon Sep 17 00:00:00 2001 From: AshC1ty Date: Mon, 17 Jul 2023 22:06:30 +0530 Subject: [PATCH 0041/1143] feat(domain): ashcity.is-a.dev --- domains/ashcity.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/ashcity.json diff --git a/domains/ashcity.json b/domains/ashcity.json new file mode 100644 index 000000000..b10152a4d --- /dev/null +++ b/domains/ashcity.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "AshC1ty", + "email": "ashcity07734@gmail.com" + }, + "record": { + "CNAME": "ashcity" + } + } + \ No newline at end of file From 364687edad70fbca5bbec8483cfe04b91b0ba3f7 Mon Sep 17 00:00:00 2001 From: AshC1ty Date: Mon, 17 Jul 2023 22:07:36 +0530 Subject: [PATCH 0042/1143] feat(domain): akashbabu.is-a.dev --- domains/akashbabu.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/akashbabu.json diff --git a/domains/akashbabu.json b/domains/akashbabu.json new file mode 100644 index 000000000..9e90238ad --- /dev/null +++ b/domains/akashbabu.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "AshC1ty", + "email": "ashcity07734@gmail.com" + }, + "record": { + "CNAME": "akashbabu" + } + } + \ No newline at end of file From e5e73bffc8653477243456c8c958ce2025e57959 Mon Sep 17 00:00:00 2001 From: AshC1ty Date: Mon, 17 Jul 2023 22:10:01 +0530 Subject: [PATCH 0043/1143] feat(domain): akash.is-a.dev --- domains/akash.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/akash.json diff --git a/domains/akash.json b/domains/akash.json new file mode 100644 index 000000000..9e90238ad --- /dev/null +++ b/domains/akash.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "AshC1ty", + "email": "ashcity07734@gmail.com" + }, + "record": { + "CNAME": "akashbabu" + } + } + \ No newline at end of file From fda0abc1beb1082fca65ada9c882749921121598 Mon Sep 17 00:00:00 2001 From: jlalfonso21 Date: Mon, 17 Jul 2023 12:40:15 -0400 Subject: [PATCH 0044/1143] feat(domain): jlalfonso21.is-a.dev --- domains/jlalfonso21.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/jlalfonso21.json diff --git a/domains/jlalfonso21.json b/domains/jlalfonso21.json new file mode 100644 index 000000000..e5c1da1d2 --- /dev/null +++ b/domains/jlalfonso21.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "jlalfonso21", + "email": "jlalfonso21@gmail.com" + }, + "record": { + "A": ["89.147.111.78"] + } + } + \ No newline at end of file From 280390c6067ec225a94ebe9a31c85570d337efcb Mon Sep 17 00:00:00 2001 From: ruben-as <86617352+ruben-as@users.noreply.github.com> Date: Mon, 17 Jul 2023 18:54:00 +0200 Subject: [PATCH 0045/1143] 'A record' for email use --- domains/rdc.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/rdc.json diff --git a/domains/rdc.json b/domains/rdc.json new file mode 100644 index 000000000..9dc9857e6 --- /dev/null +++ b/domains/rdc.json @@ -0,0 +1,11 @@ +{ + "owner":{ + "username":"ruben-as", + "email":"ruben.aja.85@gmail.com" + }, + "record":{ + "A":[ + "212.227.32.105" + ] + } +} From bdc962a14fbcf15ccdd17220d097eaa8fd5e3bf3 Mon Sep 17 00:00:00 2001 From: compCoder <112859159+compCoder007@users.noreply.github.com> Date: Mon, 17 Jul 2023 22:53:39 +0530 Subject: [PATCH 0046/1143] Create umesh.json --- umesh.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 umesh.json diff --git a/umesh.json b/umesh.json new file mode 100644 index 000000000..9bb3c0523 --- /dev/null +++ b/umesh.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "compCoder007", + "email": "competentcoder007@gmail.com" + }, + "record": { + "CNAME": "compcoder007.github.io" + } +} From db78e240f0af47f42314a0642e3fb588daaace04 Mon Sep 17 00:00:00 2001 From: GoldenFire2317 Date: Mon, 17 Jul 2023 12:41:28 -0500 Subject: [PATCH 0047/1143] feat(domain): rikosnapse.is-a.dev --- domains/rikosnapse.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/rikosnapse.json diff --git a/domains/rikosnapse.json b/domains/rikosnapse.json new file mode 100644 index 000000000..a450bd3c5 --- /dev/null +++ b/domains/rikosnapse.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "GoldenFire2317", + "email": "buttersword2017@gmail.com" + }, + "record": { + "CNAME": "riko.mkoca.org" + } + } + \ No newline at end of file From c5fc028bfc9929144d8a4798537d2ac547c7be73 Mon Sep 17 00:00:00 2001 From: GoldenFire2317 Date: Mon, 17 Jul 2023 12:51:10 -0500 Subject: [PATCH 0048/1143] feat(domain): mako.is-a.dev --- domains/mako.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/mako.json diff --git a/domains/mako.json b/domains/mako.json new file mode 100644 index 000000000..eea5172f5 --- /dev/null +++ b/domains/mako.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "GoldenFire2317", + "email": "buttersword2017@gmail.com" + }, + "record": { + "CNAME": "mako.mkoca.org" + } + } + \ No newline at end of file From 91ca9eaaac991e4182e6431976aacaa3c85fd413 Mon Sep 17 00:00:00 2001 From: RianNegreiros Date: Mon, 17 Jul 2023 15:10:01 -0300 Subject: [PATCH 0049/1143] feat(domain): riannegreiros.is-a.dev --- domains/riannegreiros.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/domains/riannegreiros.json b/domains/riannegreiros.json index 319113122..a873c1e40 100644 --- a/domains/riannegreiros.json +++ b/domains/riannegreiros.json @@ -1,11 +1,10 @@ - - { - "owner": { - "username": "RianNegreiros", - "email": "riannegreiros@gmail.com" - }, - "record": { - "CNAME": "portfolio-production-c1eb.up.railway.app" - } +{ + "owner": { + "username": "RianNegreiros", + "email": "riannegreiros@gmail.com" + }, + "record": { + "CNAME": "riannegreiros.github.io" + } } - \ No newline at end of file + \ No newline at end of file From e8c494f2b04bce0283559385442d8ea87e9d1fa7 Mon Sep 17 00:00:00 2001 From: RianNegreiros Date: Mon, 17 Jul 2023 15:12:32 -0300 Subject: [PATCH 0050/1143] feat(domain): riannegreiros.is-a.dev --- domains/riannegreiros.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/riannegreiros.json b/domains/riannegreiros.json index a873c1e40..8d6e1d6ec 100644 --- a/domains/riannegreiros.json +++ b/domains/riannegreiros.json @@ -4,7 +4,7 @@ "email": "riannegreiros@gmail.com" }, "record": { - "CNAME": "riannegreiros.github.io" + "CNAME": "riannegreiros.github.io." } } \ No newline at end of file From 09484ce1fca98a65a12b6230589d01f0c4bcbde5 Mon Sep 17 00:00:00 2001 From: RianNegreiros Date: Mon, 17 Jul 2023 15:13:19 -0300 Subject: [PATCH 0051/1143] feat(domain): riannegreiros.is-a.dev --- domains/riannegreiros.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/riannegreiros.json b/domains/riannegreiros.json index 8d6e1d6ec..a873c1e40 100644 --- a/domains/riannegreiros.json +++ b/domains/riannegreiros.json @@ -4,7 +4,7 @@ "email": "riannegreiros@gmail.com" }, "record": { - "CNAME": "riannegreiros.github.io." + "CNAME": "riannegreiros.github.io" } } \ No newline at end of file From 31e489a4ec637d1d879371401c33fbcd8a00df5d Mon Sep 17 00:00:00 2001 From: alephdfilms Date: Mon, 17 Jul 2023 16:48:34 -0400 Subject: [PATCH 0052/1143] feat(domain): aleph.is-a.dev --- domains/aleph.json | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/domains/aleph.json b/domains/aleph.json index ae6e16a26..39d98f57f 100644 --- a/domains/aleph.json +++ b/domains/aleph.json @@ -1,11 +1,10 @@ { - "description": "My Personal Website", - "repo": "https://github.com/alephdfilms/alephdfilms.github.io", - "owner": { - "username": "alephdfilms", - "email": "alephdiallo@mail.com" - }, - "record": { - "CNAME": "alephdfilms.github.io" + "owner": { + "username": "alephdfilms", + "email": "alephdiallo@mail.com" + }, + "record": { + "TXT": "forward-email=alephdiallo@mail.com" + } } -} + \ No newline at end of file From 04229b393217132378966082fcc302b6425192af Mon Sep 17 00:00:00 2001 From: alephdfilms Date: Mon, 17 Jul 2023 16:48:48 -0400 Subject: [PATCH 0053/1143] feat(domain): aleph.is-a.dev --- domains/aleph.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/aleph.json b/domains/aleph.json index 39d98f57f..b5bc63530 100644 --- a/domains/aleph.json +++ b/domains/aleph.json @@ -4,7 +4,7 @@ "email": "alephdiallo@mail.com" }, "record": { - "TXT": "forward-email=alephdiallo@mail.com" + "MX": "mx1.forwardemail.net, mx2.forwardemail.net" } } \ No newline at end of file From 78053b4343fb7683add3526f07b8c2cbd4acbd23 Mon Sep 17 00:00:00 2001 From: Aleph Diallo Date: Mon, 17 Jul 2023 16:49:51 -0400 Subject: [PATCH 0054/1143] unnecesarry stress --- domains/theemailofalephwho.json | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 domains/theemailofalephwho.json diff --git a/domains/theemailofalephwho.json b/domains/theemailofalephwho.json deleted file mode 100644 index c010325c1..000000000 --- a/domains/theemailofalephwho.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "alephdfilms", - "email": "alephdiallo@gmail.com", - "note": "This record was created by is-a.dev Discord bot via discord id: 427265238404956172" - }, - - "record": { - "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], - "TXT": "forward-email=alephdiallo@mail.com" - - } -} From e1d630354668f1847d7403361afd66c7d261d7b8 Mon Sep 17 00:00:00 2001 From: Aleph Diallo Date: Mon, 17 Jul 2023 16:52:51 -0400 Subject: [PATCH 0055/1143] email + git added A, MX and TXT records https://github.com/is-a-dev/register/issues/5158 --- domains/aleph.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/domains/aleph.json b/domains/aleph.json index b5bc63530..feb7913b9 100644 --- a/domains/aleph.json +++ b/domains/aleph.json @@ -5,6 +5,8 @@ }, "record": { "MX": "mx1.forwardemail.net, mx2.forwardemail.net" + "A": "185.199.108.153" + "TXT": "forward-email=alephdiallo@mail.com" } } - \ No newline at end of file + From 1e17223da2f488fa8404e996b0afc05c3c71d38c Mon Sep 17 00:00:00 2001 From: alephdfilms Date: Mon, 17 Jul 2023 16:57:50 -0400 Subject: [PATCH 0056/1143] feat(domain): aleph.is-a.dev --- domains/aleph.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/domains/aleph.json b/domains/aleph.json index feb7913b9..39d98f57f 100644 --- a/domains/aleph.json +++ b/domains/aleph.json @@ -4,9 +4,7 @@ "email": "alephdiallo@mail.com" }, "record": { - "MX": "mx1.forwardemail.net, mx2.forwardemail.net" - "A": "185.199.108.153" "TXT": "forward-email=alephdiallo@mail.com" } } - + \ No newline at end of file From 72f8a9383420e36ca783428614f1fdefad29a9aa Mon Sep 17 00:00:00 2001 From: alephdfilms Date: Mon, 17 Jul 2023 16:58:01 -0400 Subject: [PATCH 0057/1143] feat(domain): aleph.is-a.dev From f7019aaa8de4dbeacd2cb554ca6c7a3a8e7663b0 Mon Sep 17 00:00:00 2001 From: Aleph Diallo Date: Mon, 17 Jul 2023 17:11:51 -0400 Subject: [PATCH 0058/1143] add A record --- domains/aleph.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/aleph.json b/domains/aleph.json index 39d98f57f..f9cdc6df0 100644 --- a/domains/aleph.json +++ b/domains/aleph.json @@ -5,6 +5,7 @@ }, "record": { "TXT": "forward-email=alephdiallo@mail.com" + "A": "185.199.111.153" } } - \ No newline at end of file + From 4f11280d3425bf32b526843b412d6f9a65d80bde Mon Sep 17 00:00:00 2001 From: Aleph Diallo Date: Mon, 17 Jul 2023 17:14:53 -0400 Subject: [PATCH 0059/1143] Maybe Record(S)? --- domains/aleph.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/aleph.json b/domains/aleph.json index f9cdc6df0..c7c2bfeb5 100644 --- a/domains/aleph.json +++ b/domains/aleph.json @@ -3,7 +3,7 @@ "username": "alephdfilms", "email": "alephdiallo@mail.com" }, - "record": { + "records": { "TXT": "forward-email=alephdiallo@mail.com" "A": "185.199.111.153" } From 9bfdf5e8664e2f67aaef4f9156d32c08850e1c21 Mon Sep 17 00:00:00 2001 From: Aleph Diallo Date: Mon, 17 Jul 2023 17:16:31 -0400 Subject: [PATCH 0060/1143] Remove A record, I'll see what happens sooner or later --- domains/aleph.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/aleph.json b/domains/aleph.json index c7c2bfeb5..21315dfc2 100644 --- a/domains/aleph.json +++ b/domains/aleph.json @@ -3,9 +3,8 @@ "username": "alephdfilms", "email": "alephdiallo@mail.com" }, - "records": { + "record": { "TXT": "forward-email=alephdiallo@mail.com" - "A": "185.199.111.153" } } From bb282117701aa6ebc6e61fa95c56054688cb8473 Mon Sep 17 00:00:00 2001 From: jaydoublay Date: Mon, 17 Jul 2023 17:38:47 -0500 Subject: [PATCH 0061/1143] feat(domain): hiwind.is-a.dev --- domains/hiwind.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/hiwind.json diff --git a/domains/hiwind.json b/domains/hiwind.json new file mode 100644 index 000000000..2351b1136 --- /dev/null +++ b/domains/hiwind.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "jaydoublay", + "email": "jeremy@jaydoublay.com" + }, + "record": { + "URL": "https://www.hiwind.me" + } + } + \ No newline at end of file From 7ab5c87f5a593b515b4208c6b447b0a9df9284a8 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Tue, 18 Jul 2023 07:44:31 +0800 Subject: [PATCH 0062/1143] Update sow.json --- domains/sow.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/sow.json b/domains/sow.json index ee8c555c7..95e3a0c33 100644 --- a/domains/sow.json +++ b/domains/sow.json @@ -6,6 +6,6 @@ }, "record": { - "CNAME": "cozy-fox-3ce364.netlify.app" + "URL": "https://cozy-fox-3ce364.netlify.app" } } From 441ddcf2d7d8149ab6901844a2120cb808a29318 Mon Sep 17 00:00:00 2001 From: mkshift Date: Mon, 17 Jul 2023 17:22:49 -0700 Subject: [PATCH 0063/1143] feat(domain): shift.is-a.dev --- domains/shift.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/shift.json diff --git a/domains/shift.json b/domains/shift.json new file mode 100644 index 000000000..5a8a1a501 --- /dev/null +++ b/domains/shift.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "mkshift", + "email": "mkshift@tuta.io" + }, + "record": { + "CNAME": "mkshift.github.io" + } + } + \ No newline at end of file From 146048b3f789b05693a38b8790c075082d6e474d Mon Sep 17 00:00:00 2001 From: alephdfilms Date: Mon, 17 Jul 2023 21:10:59 -0400 Subject: [PATCH 0064/1143] feat(domain): aleph.is-a.dev --- domains/aleph.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/aleph.json b/domains/aleph.json index 21315dfc2..b5bc63530 100644 --- a/domains/aleph.json +++ b/domains/aleph.json @@ -4,7 +4,7 @@ "email": "alephdiallo@mail.com" }, "record": { - "TXT": "forward-email=alephdiallo@mail.com" + "MX": "mx1.forwardemail.net, mx2.forwardemail.net" } } - + \ No newline at end of file From 88e12dc60674c85ac8a8114e7e4b22b41ba4ba99 Mon Sep 17 00:00:00 2001 From: alephdfilms Date: Mon, 17 Jul 2023 21:21:27 -0400 Subject: [PATCH 0065/1143] Delete aleph.is-a.dev --- domains/aleph.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 domains/aleph.json diff --git a/domains/aleph.json b/domains/aleph.json deleted file mode 100644 index b5bc63530..000000000 --- a/domains/aleph.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "alephdfilms", - "email": "alephdiallo@mail.com" - }, - "record": { - "MX": "mx1.forwardemail.net, mx2.forwardemail.net" - } - } - \ No newline at end of file From 0879d037c6d9fe05b47e1f02a11e6f0d9f287cdf Mon Sep 17 00:00:00 2001 From: alephdfilms Date: Mon, 17 Jul 2023 21:22:32 -0400 Subject: [PATCH 0066/1143] feat(domain): alephdiallo.is-a.dev --- domains/alephdiallo.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 domains/alephdiallo.json diff --git a/domains/alephdiallo.json b/domains/alephdiallo.json new file mode 100644 index 000000000..958b0d6fc --- /dev/null +++ b/domains/alephdiallo.json @@ -0,0 +1,20 @@ +{ + "owner": { + "username": "alephdfilms", + "email": "alephdiallo@gmail.com", + "note": "This record was created by is-a.dev Discord bot via discord id: 427265238404956172" + }, + + "record": { + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], + + "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], + + "TXT": "forward-email=alephdiallo@mail.com" + } +} From 6d965cd94c82545c9bf4ba0f77c3ac637f56bb83 Mon Sep 17 00:00:00 2001 From: GoldenFire2317 Date: Mon, 17 Jul 2023 21:23:49 -0500 Subject: [PATCH 0067/1143] feat(domain): riko.is-a.dev --- domains/riko.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/riko.json diff --git a/domains/riko.json b/domains/riko.json new file mode 100644 index 000000000..a450bd3c5 --- /dev/null +++ b/domains/riko.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "GoldenFire2317", + "email": "buttersword2017@gmail.com" + }, + "record": { + "CNAME": "riko.mkoca.org" + } + } + \ No newline at end of file From d81314f73541dd06a84e44e831be639d13c2edd7 Mon Sep 17 00:00:00 2001 From: emmu123 <89377181+emmu123@users.noreply.github.com> Date: Tue, 18 Jul 2023 10:04:01 +0530 Subject: [PATCH 0068/1143] Create tikter.json --- domains/tikter.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/tikter.json diff --git a/domains/tikter.json b/domains/tikter.json new file mode 100644 index 000000000..374a24c6f --- /dev/null +++ b/domains/tikter.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "njanemmu", + "email": "aneenababu71901@gmail.com" + }, + "record": { + "CNAME": "c14c2346-1c5a-4bf0-b9dc-d47fc8263e86.id.repl.co" + } +} From 83d6735eba6dcba9d37ba917b3557ce77f99b065 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Tue, 18 Jul 2023 12:43:55 +0800 Subject: [PATCH 0069/1143] Update mosa.json --- domains/mosa.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/domains/mosa.json b/domains/mosa.json index 2f016ca0a..9110dee66 100644 --- a/domains/mosa.json +++ b/domains/mosa.json @@ -1,10 +1,8 @@ { "description": "For my portfolio website made by using HTML + CSS and JS", - "owner": { "username": "mosageneral", - "email": "mosageneral@gmail.com", - + "email": "mosageneral@gmail.com" }, "record": { "URL": "http://130.162.168.84" From 5c867bb7004a7c18496f2949c1ccd884f6ce8bb1 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Tue, 18 Jul 2023 14:03:00 +0800 Subject: [PATCH 0070/1143] Rename umesh.json to domains/umesh.json --- umesh.json => domains/umesh.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename umesh.json => domains/umesh.json (100%) diff --git a/umesh.json b/domains/umesh.json similarity index 100% rename from umesh.json rename to domains/umesh.json From 0b9028b111464e188789375ae1a85cd080e4b567 Mon Sep 17 00:00:00 2001 From: Namish <68964499+chadcat7@users.noreply.github.com> Date: Tue, 18 Jul 2023 11:34:56 +0530 Subject: [PATCH 0071/1143] feat(domain): add `namishpande.is-a.dev` --- domains/namishpande.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/namishpande.json diff --git a/domains/namishpande.json b/domains/namishpande.json new file mode 100644 index 000000000..ea1a5938e --- /dev/null +++ b/domains/namishpande.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "chadcat7", + "email": "namishpande2007@gmail.com" + }, + + "record": { + "CNAME": "namishpande.github.io" + } +} From c4c6eb331502c384eea826f14f67e9e5ea235651 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Tue, 18 Jul 2023 14:06:53 +0800 Subject: [PATCH 0072/1143] Update and rename nishantb.json to domains/nishantb.json --- nishantb.json => domains/nishantb.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename nishantb.json => domains/nishantb.json (72%) diff --git a/nishantb.json b/domains/nishantb.json similarity index 72% rename from nishantb.json rename to domains/nishantb.json index 7c319b5f6..365f87e4d 100644 --- a/nishantb.json +++ b/domains/nishantb.json @@ -4,6 +4,6 @@ "email": "nbtaylor1031@gmail.com" }, "record": { - "URL": "https://nishantdev.netlify.app/" + "URL": "https://nishantdev.netlify.app" } } From e69c4d12b84e52ea8f06a80bfdc2e6b4feeb1a0c Mon Sep 17 00:00:00 2001 From: William Harrison Date: Tue, 18 Jul 2023 14:08:16 +0800 Subject: [PATCH 0073/1143] Update hilmansyah.json --- domains/hilmansyah.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/domains/hilmansyah.json b/domains/hilmansyah.json index 006c07374..f642afb18 100644 --- a/domains/hilmansyah.json +++ b/domains/hilmansyah.json @@ -5,13 +5,9 @@ "username": "Hillzacky", "email": "hilmansyah@xhr.my.id", "twitter": "hillzacky", - "discord": "830349326785314846" + "discord": "830349326785314846" }, "record": { - "CNAME": "hillzacky.github.io", - "A": "185.199.111.153", - "A": "185.199.110.153", - "A": "185.199.109.153", - "A": "185.199.108.153" + "CNAME": "hillzacky.github.io" } } From 2f29be9596407b9b7a26e03c2dd6cce4f917cf37 Mon Sep 17 00:00:00 2001 From: Namish <68964499+chadcat7@users.noreply.github.com> Date: Tue, 18 Jul 2023 06:10:39 +0000 Subject: [PATCH 0074/1143] Update namishpande.json --- domains/namishpande.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/namishpande.json b/domains/namishpande.json index ea1a5938e..3c2962721 100644 --- a/domains/namishpande.json +++ b/domains/namishpande.json @@ -5,6 +5,6 @@ }, "record": { - "CNAME": "namishpande.github.io" + "CNAME": "chadcat7.github.io" } } From 938a848b03faa8609c6b7ff3323b4817700ccebc Mon Sep 17 00:00:00 2001 From: mosageneral <32716414+mosageneral@users.noreply.github.com> Date: Tue, 18 Jul 2023 09:14:22 +0300 Subject: [PATCH 0075/1143] Update mosa.json Update My domain with a record instad of url --- domains/mosa.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/mosa.json b/domains/mosa.json index 9110dee66..4cc56a399 100644 --- a/domains/mosa.json +++ b/domains/mosa.json @@ -5,6 +5,6 @@ "email": "mosageneral@gmail.com" }, "record": { - "URL": "http://130.162.168.84" + "A": "130.162.168.84" } } From 5024c697760c7678c3c8bb57f637d15f959bfe9c Mon Sep 17 00:00:00 2001 From: AshC1ty <115166372+AshC1ty@users.noreply.github.com> Date: Tue, 18 Jul 2023 11:51:05 +0530 Subject: [PATCH 0076/1143] Create ashc1ty.json --- domains/ashc1ty.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/ashc1ty.json diff --git a/domains/ashc1ty.json b/domains/ashc1ty.json new file mode 100644 index 000000000..0d564b944 --- /dev/null +++ b/domains/ashc1ty.json @@ -0,0 +1,11 @@ +{ + "description": "AshC1ty's Website", + "repo": "https://github.com/AshC1ty/ashc1ty.github.io", + "owner": { + "username": "AshC1ty", + "email": "ashcity07734@gmail.com" + }, + "record": { + "CNAME": "ashc1ty.github.io" + } +} From ff3cd169a7f3e3daa803303ae79c8d3e3f9505ee Mon Sep 17 00:00:00 2001 From: William Harrison Date: Tue, 18 Jul 2023 14:38:42 +0800 Subject: [PATCH 0077/1143] Update mosa.json --- domains/mosa.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/mosa.json b/domains/mosa.json index 4cc56a399..80c980b39 100644 --- a/domains/mosa.json +++ b/domains/mosa.json @@ -5,6 +5,6 @@ "email": "mosageneral@gmail.com" }, "record": { - "A": "130.162.168.84" + "A": ["130.162.168.84"] } } From 3640c4d48e6222e69f49b5e0adbd136e05497373 Mon Sep 17 00:00:00 2001 From: M4dhav Date: Tue, 18 Jul 2023 12:36:07 +0530 Subject: [PATCH 0078/1143] feat(domain): madhavgupta.is-a.dev --- domains/madhavgupta.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/madhavgupta.json diff --git a/domains/madhavgupta.json b/domains/madhavgupta.json new file mode 100644 index 000000000..9e5a433cd --- /dev/null +++ b/domains/madhavgupta.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "M4dhav", + "email": "madhav.gupta7674@gmail.com" + }, + "record": { + "URL": "https://madhavgupta.vercel.app/" + } + } + \ No newline at end of file From df534f0979ae9e698ac1959a9099fe9946a0a54e Mon Sep 17 00:00:00 2001 From: turvenuija1 <4209@lattahattu.fi> Date: Tue, 18 Jul 2023 12:19:37 +0300 Subject: [PATCH 0079/1143] feat(domain): turvenuija.is-a.dev --- domains/turvenuija.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/turvenuija.json diff --git a/domains/turvenuija.json b/domains/turvenuija.json new file mode 100644 index 000000000..c8c2caee4 --- /dev/null +++ b/domains/turvenuija.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "turvenuija1", + "email": "4209@lattahattu.fi" + }, + "record": { + "CNAME": "turvenuija.munsivu.fi" + } + } + \ No newline at end of file From 9df67796235bb48a3b613f6e257249bd37c13050 Mon Sep 17 00:00:00 2001 From: scott1991 Date: Tue, 18 Jul 2023 17:33:36 +0800 Subject: [PATCH 0080/1143] feat(domain): scott.is-a.dev --- domains/scott.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/scott.json diff --git a/domains/scott.json b/domains/scott.json new file mode 100644 index 000000000..2b5b6717b --- /dev/null +++ b/domains/scott.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "scott1991", + "email": "cakepbm@gmail.com" + }, + "record": { + "A": ["128.22.136.213"] + } + } + \ No newline at end of file From 679c4e99a6124a849ff4d4e3683cb6cc94e9797b Mon Sep 17 00:00:00 2001 From: maxired Date: Tue, 18 Jul 2023 12:22:36 +0200 Subject: [PATCH 0081/1143] feat(domain): maxired.is-a.dev --- domains/maxired.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/maxired.json diff --git a/domains/maxired.json b/domains/maxired.json new file mode 100644 index 000000000..0fd0f957a --- /dev/null +++ b/domains/maxired.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "maxired", + "email": "github@maxired.fr" + }, + "record": { + "CNAME": "www.maxired.fr" + } + } + \ No newline at end of file From 4d1121e1c183a47c0873574a3fd4b2f4e6cf898c Mon Sep 17 00:00:00 2001 From: alephdfilms Date: Tue, 18 Jul 2023 07:16:45 -0400 Subject: [PATCH 0082/1143] feat(domain): aleph.is-a.dev --- domains/aleph.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/aleph.json diff --git a/domains/aleph.json b/domains/aleph.json new file mode 100644 index 000000000..812d5c2da --- /dev/null +++ b/domains/aleph.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "alephdfilms", + "email": "alephdiallo@mail.com" + }, + "record": { + "A": "185.199.108.153" + } + } + \ No newline at end of file From 8c9315ccd07ffbc100fe625e74372d91345d9a9b Mon Sep 17 00:00:00 2001 From: Aleph Diallo Date: Tue, 18 Jul 2023 07:18:48 -0400 Subject: [PATCH 0083/1143] sorry for doing this so many times but my site just went down after the TXT record was added. So I just set it to a CNAME record and called it a day. --- domains/aleph.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/aleph.json b/domains/aleph.json index 812d5c2da..d867f9a6e 100644 --- a/domains/aleph.json +++ b/domains/aleph.json @@ -4,7 +4,7 @@ "email": "alephdiallo@mail.com" }, "record": { - "A": "185.199.108.153" + "CNAME": "alephdfilms.github.io" } } - \ No newline at end of file + From 3ee009af0d1bb854a0e791671089dd2f276a50aa Mon Sep 17 00:00:00 2001 From: Fjuro Date: Tue, 18 Jul 2023 13:40:02 +0200 Subject: [PATCH 0084/1143] feat(domain): fjuro.is-a.dev --- domains/fjuro.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/fjuro.json diff --git a/domains/fjuro.json b/domains/fjuro.json new file mode 100644 index 000000000..188405224 --- /dev/null +++ b/domains/fjuro.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Fjuro", + "email": "ifjuro@proton.me" + }, + "record": { + "CNAME": "fjuro.github.io" + } + } + \ No newline at end of file From 0f8891d9454747bf5c8316b8a3cfcf5c23a46b09 Mon Sep 17 00:00:00 2001 From: Kweeper <72858106+kweeperdotjs@users.noreply.github.com> Date: Tue, 18 Jul 2023 18:52:12 +0630 Subject: [PATCH 0085/1143] Create kweeper.json --- domains/kweeper.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/kweeper.json diff --git a/domains/kweeper.json b/domains/kweeper.json new file mode 100644 index 000000000..81c8c51f2 --- /dev/null +++ b/domains/kweeper.json @@ -0,0 +1,10 @@ +{ + "description": "kweeper.is-a.dev", + "owner": { + "username": "kweeperdotjs", + "email": "kweeper@protonmail.com" + }, + "record": { + "CNAME": "kweeperdotjs.pages.dev" + } +} From b09df408f84ea9ee386a979d8b9754b5b26c16c5 Mon Sep 17 00:00:00 2001 From: Long Tran <109861002+iamthanhlong@users.noreply.github.com> Date: Tue, 18 Jul 2023 20:47:54 +0700 Subject: [PATCH 0086/1143] Update tranthanhlong.json --- domains/tranthanhlong.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/domains/tranthanhlong.json b/domains/tranthanhlong.json index 28e3b8bad..d3c150076 100644 --- a/domains/tranthanhlong.json +++ b/domains/tranthanhlong.json @@ -5,7 +5,10 @@ }, "record": { "A": [ - "103.97.126.23" + "185.199.108.153" + "185.199.109.153" + "185.199.110.153" + "185.199.111.153" ] } } From dbf5467395a619ac41b0296ab6920b739881dffe Mon Sep 17 00:00:00 2001 From: Long Tran <109861002+iamthanhlong@users.noreply.github.com> Date: Tue, 18 Jul 2023 20:54:56 +0700 Subject: [PATCH 0087/1143] Update tranthanhlong.json --- domains/tranthanhlong.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/domains/tranthanhlong.json b/domains/tranthanhlong.json index d3c150076..ccf3efc17 100644 --- a/domains/tranthanhlong.json +++ b/domains/tranthanhlong.json @@ -5,9 +5,9 @@ }, "record": { "A": [ - "185.199.108.153" - "185.199.109.153" - "185.199.110.153" + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", "185.199.111.153" ] } From 552100cfeaef2a140c2bc155712b3f80ff449355 Mon Sep 17 00:00:00 2001 From: Turvenuija <132452863+turvenuija1@users.noreply.github.com> Date: Tue, 18 Jul 2023 17:00:53 +0300 Subject: [PATCH 0088/1143] Update turvenuija.json --- domains/turvenuija.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/turvenuija.json b/domains/turvenuija.json index c8c2caee4..3f4f84cbb 100644 --- a/domains/turvenuija.json +++ b/domains/turvenuija.json @@ -1,7 +1,7 @@ { "owner": { "username": "turvenuija1", - "email": "4209@lattahattu.fi" + "email": "turvenuija@skidd.xyz" }, "record": { "CNAME": "turvenuija.munsivu.fi" From f18a7bcd6b6ce6ca7677b70a6dccbd01eebb2f7c Mon Sep 17 00:00:00 2001 From: p3nguin-kun Date: Tue, 18 Jul 2023 14:38:04 +0000 Subject: [PATCH 0089/1143] feat(domain): p3nguin.is-a.dev --- domains/p3nguin.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/p3nguin.json diff --git a/domains/p3nguin.json b/domains/p3nguin.json new file mode 100644 index 000000000..ca4372cf8 --- /dev/null +++ b/domains/p3nguin.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "p3nguin-kun", + "email": "p3nguinkun@proton.me" + }, + "record": { + "CNAME": "p3nguin" + } + } + \ No newline at end of file From dff556495ce5503ac24baf9e169d80ac714e8505 Mon Sep 17 00:00:00 2001 From: p3nguin-kyun Date: Tue, 18 Jul 2023 14:41:59 +0000 Subject: [PATCH 0090/1143] Update p3nguin.json --- domains/p3nguin.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/p3nguin.json b/domains/p3nguin.json index ca4372cf8..743333e13 100644 --- a/domains/p3nguin.json +++ b/domains/p3nguin.json @@ -4,7 +4,7 @@ "email": "p3nguinkun@proton.me" }, "record": { - "CNAME": "p3nguin" + "CNAME": "p3nguin-kun.github.io" } } - \ No newline at end of file + From a84250852f8223116ec4588ac8b6272108708dc6 Mon Sep 17 00:00:00 2001 From: t-ub3 Date: Tue, 18 Jul 2023 16:46:11 +0100 Subject: [PATCH 0091/1143] feat(domain): tube.is-a.dev --- domains/tube.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/tube.json diff --git a/domains/tube.json b/domains/tube.json new file mode 100644 index 000000000..672729520 --- /dev/null +++ b/domains/tube.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "t-ub3", + "email": "tfl.kids@gmail.com" + }, + "record": { + "URL": "https://tube.uwu.ai" + } + } + \ No newline at end of file From 5c05f2df8b3cc17cf95912bce91338256f23e9fb Mon Sep 17 00:00:00 2001 From: GoldenFire2317 Date: Tue, 18 Jul 2023 11:17:57 -0500 Subject: [PATCH 0092/1143] feat(domain): mako.is-a.dev --- domains/mako.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/mako.json b/domains/mako.json index eea5172f5..bbf47d72d 100644 --- a/domains/mako.json +++ b/domains/mako.json @@ -4,7 +4,7 @@ "email": "buttersword2017@gmail.com" }, "record": { - "CNAME": "mako.mkoca.org" + "CNAME": "https://mako.mkoca.org" } } \ No newline at end of file From 0de28bb40aefb6d7652293c9ad4a8763cdffd71b Mon Sep 17 00:00:00 2001 From: GoldenFire2317 Date: Tue, 18 Jul 2023 11:20:26 -0500 Subject: [PATCH 0093/1143] feat(domain): mako.is-a.dev --- domains/mako.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/mako.json b/domains/mako.json index bbf47d72d..2453296fa 100644 --- a/domains/mako.json +++ b/domains/mako.json @@ -4,7 +4,7 @@ "email": "buttersword2017@gmail.com" }, "record": { - "CNAME": "https://mako.mkoca.org" + "CNAME": "mako.mkoca.org" } } \ No newline at end of file From 6596eec7a5183effc491dde74d39abac7c6da78c Mon Sep 17 00:00:00 2001 From: drtherapy2023 Date: Wed, 19 Jul 2023 00:32:17 +0300 Subject: [PATCH 0094/1143] feat(domain): drtherapy.is-a.dev --- domains/drtherapy.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/drtherapy.json diff --git a/domains/drtherapy.json b/domains/drtherapy.json new file mode 100644 index 000000000..a113b651d --- /dev/null +++ b/domains/drtherapy.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "drtherapy2023", + "email": "sitehesap@proton.me" + }, + "record": { + "CNAME": "drtherapy2023.github.io" + } + } + \ No newline at end of file From 15810777b4d31ed834c508ee7fef31e22c2d22cc Mon Sep 17 00:00:00 2001 From: drtherapy2023 Date: Wed, 19 Jul 2023 00:43:02 +0300 Subject: [PATCH 0095/1143] feat(domain): dr-therapy.is-a.dev --- domains/dr-therapy.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/dr-therapy.json diff --git a/domains/dr-therapy.json b/domains/dr-therapy.json new file mode 100644 index 000000000..1f94a2706 --- /dev/null +++ b/domains/dr-therapy.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "drtherapy2023", + "email": "sitehesap@proton.me", + "discord": "706419336235188264" + }, + + "record": { + "CNAME": "drtherapy2023.github.io" + } +} From 89117fb2d37113d2c252fba4abd062f382e1a07f Mon Sep 17 00:00:00 2001 From: NxyyLOL Date: Tue, 18 Jul 2023 17:46:32 -0400 Subject: [PATCH 0096/1143] feat(domain): nxyy.is-a.dev --- domains/nxyy.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/nxyy.json diff --git a/domains/nxyy.json b/domains/nxyy.json new file mode 100644 index 000000000..d6a68c21a --- /dev/null +++ b/domains/nxyy.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "NxyyLOL", + "email": "nay2010nay@gmail.com" + }, + "record": { + "A": ["158.101.209.213"] + } + } + \ No newline at end of file From b1ebfb23a0bca0740a5c35e7611f1b60a5aa310d Mon Sep 17 00:00:00 2001 From: Nxyy <111028330+NxyyLOL@users.noreply.github.com> Date: Tue, 18 Jul 2023 17:47:10 -0400 Subject: [PATCH 0097/1143] Update nxyy.json --- domains/nxyy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/nxyy.json b/domains/nxyy.json index d6a68c21a..cd07ddcab 100644 --- a/domains/nxyy.json +++ b/domains/nxyy.json @@ -1,7 +1,7 @@ { "owner": { "username": "NxyyLOL", - "email": "nay2010nay@gmail.com" + "email": "nxyylol@protonmail.com" }, "record": { "A": ["158.101.209.213"] From 547e9d4e1838937e8d4d307bbf39d223d494bd51 Mon Sep 17 00:00:00 2001 From: TheRealGeoDash2019 Date: Tue, 18 Jul 2023 20:13:04 -0400 Subject: [PATCH 0098/1143] feat(domain): therealgeodash.is-a.dev --- domains/therealgeodash.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/therealgeodash.json diff --git a/domains/therealgeodash.json b/domains/therealgeodash.json new file mode 100644 index 000000000..f41fd5887 --- /dev/null +++ b/domains/therealgeodash.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "TheRealGeoDash2019", + "email": "TheRealGeoDash2019@gmail.com" + }, + "record": { + "CNAME": "lhost.dev" + } + } + \ No newline at end of file From c184dfaaec9c9d35415743d96efef25ca171a905 Mon Sep 17 00:00:00 2001 From: TheRealGeoDash Date: Tue, 18 Jul 2023 20:29:14 -0400 Subject: [PATCH 0099/1143] Update therealgeodash.json --- domains/therealgeodash.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/therealgeodash.json b/domains/therealgeodash.json index f41fd5887..652978f52 100644 --- a/domains/therealgeodash.json +++ b/domains/therealgeodash.json @@ -1,7 +1,8 @@ { "owner": { "username": "TheRealGeoDash2019", - "email": "TheRealGeoDash2019@gmail.com" + "email": "therealgeodash@lhost.dev", + "discord": "710268763844640839" }, "record": { "CNAME": "lhost.dev" From f7e258a0332b7ab2b8f506fa6e85586a040a0c92 Mon Sep 17 00:00:00 2001 From: alephdfilms Date: Tue, 18 Jul 2023 21:07:53 -0400 Subject: [PATCH 0100/1143] Delete aleph.is-a.dev --- domains/aleph.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 domains/aleph.json diff --git a/domains/aleph.json b/domains/aleph.json deleted file mode 100644 index d867f9a6e..000000000 --- a/domains/aleph.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "alephdfilms", - "email": "alephdiallo@mail.com" - }, - "record": { - "CNAME": "alephdfilms.github.io" - } - } - From 9c2d90d459386248a37db7a270b37f38960aefa2 Mon Sep 17 00:00:00 2001 From: aikooo7 Date: Wed, 19 Jul 2023 03:44:05 +0100 Subject: [PATCH 0101/1143] feat(domain): aikoo7.is-a.dev --- domains/aikoo7.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/aikoo7.json diff --git a/domains/aikoo7.json b/domains/aikoo7.json new file mode 100644 index 000000000..bb894b1fa --- /dev/null +++ b/domains/aikoo7.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "aikooo7", + "email": "prozinhopro1973@gmail.com" + }, + "record": { + "CNAME": "aikooo7.github.io" + } + } + \ No newline at end of file From 6022372a10ad69088474ad79cb5fc83b2f2c88ee Mon Sep 17 00:00:00 2001 From: thesanju Date: Wed, 19 Jul 2023 08:50:07 +0530 Subject: [PATCH 0102/1143] added my domine --- domains/thesanju.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/thesanju.json diff --git a/domains/thesanju.json b/domains/thesanju.json new file mode 100644 index 000000000..effbd3d1a --- /dev/null +++ b/domains/thesanju.json @@ -0,0 +1,12 @@ +{ + "description": "personal portfolio website", + "repo": "https://github.com/thesanju/thesanju.github.io", + "owner": { + "username": "thesanju", + "email": "sanjayjr1official@gmail.com", + "twitter": "Sanjay69__" + }, + "record": { + "CNAME": "thesanju.github.io" + } +} From f73841b531846af38b112b58be7795e774fd4880 Mon Sep 17 00:00:00 2001 From: Long Tran <109861002+iamthanhlong@users.noreply.github.com> Date: Wed, 19 Jul 2023 10:23:08 +0700 Subject: [PATCH 0103/1143] Point tranthanhlong.is-a.dev to github page --- domains/tranthanhlong.json | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/domains/tranthanhlong.json b/domains/tranthanhlong.json index ccf3efc17..ab212c766 100644 --- a/domains/tranthanhlong.json +++ b/domains/tranthanhlong.json @@ -1,14 +1,11 @@ { - "owner": { - "username": "iamthanhlong", - "email": "uxymqfzglvtqno1@proton.me" - }, - "record": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ] - } -} + "description": "My personal webpage", + "repo": "https://github.com/iamthanhlong/iamthanhlong.github.io", + "owner": { + "username": "iamthanhlong", + "email": "uxymqfzglvtqno@proton.me", + }, + "record": { + "CNAME": "iamthanhlong.github.io" + } +} From d92012d5b924e02f1096a099304c64a16907ed44 Mon Sep 17 00:00:00 2001 From: Long Tran <109861002+iamthanhlong@users.noreply.github.com> Date: Wed, 19 Jul 2023 10:25:46 +0700 Subject: [PATCH 0104/1143] Update tranthanhlong.json --- domains/tranthanhlong.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/tranthanhlong.json b/domains/tranthanhlong.json index ab212c766..8d46e0781 100644 --- a/domains/tranthanhlong.json +++ b/domains/tranthanhlong.json @@ -3,7 +3,7 @@ "repo": "https://github.com/iamthanhlong/iamthanhlong.github.io", "owner": { "username": "iamthanhlong", - "email": "uxymqfzglvtqno@proton.me", + "email": "uxymqfzglvtqno@proton.me" }, "record": { "CNAME": "iamthanhlong.github.io" From 13fe3bf8e61f2ae89dad0d2c3668021eb5edcf83 Mon Sep 17 00:00:00 2001 From: tiwlinkskwazeh Date: Tue, 18 Jul 2023 23:54:27 -0500 Subject: [PATCH 0105/1143] feat(domain): tiwknowsall.is-a.dev --- domains/tiwknowsall.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/tiwknowsall.json diff --git a/domains/tiwknowsall.json b/domains/tiwknowsall.json new file mode 100644 index 000000000..8fc13bb97 --- /dev/null +++ b/domains/tiwknowsall.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "tiwlinkskwazeh", + "email": "kwazehh@proton.me" + }, + "record": { + "URL": "https://tiw2.pages.dev/" + } + } + \ No newline at end of file From f04ce7feb4f0b7c7722e8952b683ffeed3256c89 Mon Sep 17 00:00:00 2001 From: usr577 Date: Wed, 19 Jul 2023 07:32:22 +0200 Subject: [PATCH 0106/1143] feat(domain): Benediktreck.is-a.dev --- domains/Benediktreck.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/Benediktreck.json diff --git a/domains/Benediktreck.json b/domains/Benediktreck.json new file mode 100644 index 000000000..36a7d1ccc --- /dev/null +++ b/domains/Benediktreck.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "usr577", + "email": "benedikt.reck@oesdorf.de" + }, + "record": { + "URL": "test.example.com" + } + } + \ No newline at end of file From 6a2004fa7add35f8051b544769711c3004c6b098 Mon Sep 17 00:00:00 2001 From: roktim32 Date: Wed, 19 Jul 2023 11:20:13 +0530 Subject: [PATCH 0107/1143] feat(domain): gitninja.is-a.dev --- domains/gitninja.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/gitninja.json diff --git a/domains/gitninja.json b/domains/gitninja.json new file mode 100644 index 000000000..f51cac85c --- /dev/null +++ b/domains/gitninja.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "roktim32", + "email": "roktimsenapoty2@gmail.com" + }, + "record": { + "CNAME": "roktim32.github.io" + } + } + \ No newline at end of file From c3e1509a9d2dce0b1c4d3c3ae75213fc078887e0 Mon Sep 17 00:00:00 2001 From: ryun Date: Wed, 19 Jul 2023 00:28:23 -0700 Subject: [PATCH 0108/1143] feat(domain): ryun.is-a.dev --- domains/ryun.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/ryun.json diff --git a/domains/ryun.json b/domains/ryun.json new file mode 100644 index 000000000..658825095 --- /dev/null +++ b/domains/ryun.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "ryun", + "email": "humtech@gmail.com" + }, + "record": { + "CNAME": "humboldtweb.com" + } + } + \ No newline at end of file From bd96e71f29aa16e74ed3230b1e09f0e0bfcdc6cb Mon Sep 17 00:00:00 2001 From: tiwlinkskwazeh Date: Wed, 19 Jul 2023 03:07:03 -0500 Subject: [PATCH 0109/1143] feat(domain): bare1.is-a.dev --- domains/bare1.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/bare1.json diff --git a/domains/bare1.json b/domains/bare1.json new file mode 100644 index 000000000..8eb2b6f5d --- /dev/null +++ b/domains/bare1.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "tiwlinkskwazeh", + "email": "kwazehh@proton.me" + }, + "record": { + "A": ["18.215.144.92"] + } + } + \ No newline at end of file From 9d6138f8f74eca11d53e431b96a7346a931b0691 Mon Sep 17 00:00:00 2001 From: tiwlinkskwazeh Date: Wed, 19 Jul 2023 03:07:41 -0500 Subject: [PATCH 0110/1143] feat(domain): InfiniteLearning.is-a.dev --- domains/InfiniteLearning.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/InfiniteLearning.json diff --git a/domains/InfiniteLearning.json b/domains/InfiniteLearning.json new file mode 100644 index 000000000..8eb2b6f5d --- /dev/null +++ b/domains/InfiniteLearning.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "tiwlinkskwazeh", + "email": "kwazehh@proton.me" + }, + "record": { + "A": ["18.215.144.92"] + } + } + \ No newline at end of file From c2f9485935d007c0b1c7213dc04067292cd81bc1 Mon Sep 17 00:00:00 2001 From: s4ib0t Date: Wed, 19 Jul 2023 15:53:55 +0700 Subject: [PATCH 0111/1143] feat(domain): s4ib0t.is-a.dev --- domains/s4ib0t.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/s4ib0t.json diff --git a/domains/s4ib0t.json b/domains/s4ib0t.json new file mode 100644 index 000000000..fbe64828b --- /dev/null +++ b/domains/s4ib0t.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "s4ib0t", + "email": "hilmansyah.amd.kom@gmail.com" + }, + "record": { + "CNAME": "s4ib0t.github.io" + } + } + \ No newline at end of file From 41a12f665315a767fdaa74e029ded1817366a259 Mon Sep 17 00:00:00 2001 From: MBG1337 Date: Wed, 19 Jul 2023 15:12:02 +0530 Subject: [PATCH 0112/1143] feat(domain): mbg.is-a.dev --- domains/mbg.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/mbg.json diff --git a/domains/mbg.json b/domains/mbg.json new file mode 100644 index 000000000..080a3b491 --- /dev/null +++ b/domains/mbg.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "MBG1337", + "email": "MBGx1337@gmail.com" + }, + "record": { + "A": ["147.182.183.139"] + } + } + \ No newline at end of file From e0e97ec194afd4d8731bf1e16a27d33b97cfa344 Mon Sep 17 00:00:00 2001 From: BiometricGlitch Date: Wed, 19 Jul 2023 17:49:17 +0800 Subject: [PATCH 0113/1143] feat(domain): kevvyyn.is-a.dev --- domains/kevvyyn.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/kevvyyn.json diff --git a/domains/kevvyyn.json b/domains/kevvyyn.json new file mode 100644 index 000000000..21b790322 --- /dev/null +++ b/domains/kevvyyn.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "BiometricGlitch", + "email": "smellysocks0147@gmail.com" + }, + "record": { + "CNAME": "19e5bf8c-21c4-458c-aade-3d247b901526.id.repl.co" + } + } + \ No newline at end of file From 1f808b1128f5e05c267ccb4bb512e5b8234a6bdd Mon Sep 17 00:00:00 2001 From: usr577 <89299981+usr577@users.noreply.github.com> Date: Wed, 19 Jul 2023 15:44:11 +0200 Subject: [PATCH 0114/1143] Update Benediktreck.json --- domains/Benediktreck.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/Benediktreck.json b/domains/Benediktreck.json index 36a7d1ccc..7c60c92c3 100644 --- a/domains/Benediktreck.json +++ b/domains/Benediktreck.json @@ -4,7 +4,7 @@ "email": "benedikt.reck@oesdorf.de" }, "record": { - "URL": "test.example.com" + "URL": "benediktreck.duckdns.org" } } - \ No newline at end of file + From cf00283bfa38da6557f6d1cd748588aae1a5e037 Mon Sep 17 00:00:00 2001 From: usr577 Date: Wed, 19 Jul 2023 15:46:03 +0200 Subject: [PATCH 0115/1143] feat(domain): benediktreck.is-a.dev --- domains/benediktreck.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/benediktreck.json diff --git a/domains/benediktreck.json b/domains/benediktreck.json new file mode 100644 index 000000000..ba6eb75e4 --- /dev/null +++ b/domains/benediktreck.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "usr577", + "email": "benedikt.reck@oesdorf.de" + }, + "record": { + "URL": "benediktreck.duckdns.org" + } + } + \ No newline at end of file From 1befb0790f1d361215f09dd30b66217491061abf Mon Sep 17 00:00:00 2001 From: nguoidungkhongdinhdanhh Date: Wed, 19 Jul 2023 21:11:42 +0700 Subject: [PATCH 0116/1143] feat(domain): dmmay.is-a.dev --- domains/dmmay.json | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/domains/dmmay.json b/domains/dmmay.json index cdb3e5885..45952f3ae 100644 --- a/domains/dmmay.json +++ b/domains/dmmay.json @@ -1,16 +1,10 @@ { - "owner": { - "username": "nguoidungkhongdinhdanhh", - "email": "azura22@skiff.com", - "note": "This record was created by is-a.dev Discord bot via discord id: 892626947430051900" - }, - - "record": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ] + "owner": { + "username": "nguoidungkhongdinhdanhh", + "email": "azura22@skiff.com" + }, + "record": { + "A": "185.199.108.153,185.199.109.153,185.199.110.153,185.199.111.153" + } } -} + \ No newline at end of file From 38259f43cd6a3fa60ffdaeedcae4d4931009d917 Mon Sep 17 00:00:00 2001 From: SpauriRosso Date: Wed, 19 Jul 2023 16:53:58 +0200 Subject: [PATCH 0117/1143] feat(domain): spyrisk.is-a.dev --- domains/spyrisk.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/spyrisk.json diff --git a/domains/spyrisk.json b/domains/spyrisk.json new file mode 100644 index 000000000..85add6404 --- /dev/null +++ b/domains/spyrisk.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "SpauriRosso", + "email": "spy456@zoho.com" + }, + "record": { + "URL": "https://spyrisk.fr" + } + } + \ No newline at end of file From a84aafd13acbffd5140b66d7dac16574a38405a4 Mon Sep 17 00:00:00 2001 From: roktim32 Date: Wed, 19 Jul 2023 20:51:08 +0530 Subject: [PATCH 0118/1143] feat(domain): your dad.is-a.dev --- domains/your dad.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/your dad.json diff --git a/domains/your dad.json b/domains/your dad.json new file mode 100644 index 000000000..f51cac85c --- /dev/null +++ b/domains/your dad.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "roktim32", + "email": "roktimsenapoty2@gmail.com" + }, + "record": { + "CNAME": "roktim32.github.io" + } + } + \ No newline at end of file From d78031b8a3e9317a3f97ae4ed1ba465ec9d39931 Mon Sep 17 00:00:00 2001 From: roktim32 Date: Wed, 19 Jul 2023 20:53:15 +0530 Subject: [PATCH 0119/1143] feat(domain): yourdad .is-a.dev --- domains/yourdad .json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/yourdad .json diff --git a/domains/yourdad .json b/domains/yourdad .json new file mode 100644 index 000000000..f51cac85c --- /dev/null +++ b/domains/yourdad .json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "roktim32", + "email": "roktimsenapoty2@gmail.com" + }, + "record": { + "CNAME": "roktim32.github.io" + } + } + \ No newline at end of file From 74d207acb004215c4738179bdc3c2fb47fd0c3b6 Mon Sep 17 00:00:00 2001 From: roktim32 Date: Wed, 19 Jul 2023 20:56:18 +0530 Subject: [PATCH 0120/1143] feat(domain): yourdad.is-a.dev --- domains/yourdad.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/yourdad.json diff --git a/domains/yourdad.json b/domains/yourdad.json new file mode 100644 index 000000000..f51cac85c --- /dev/null +++ b/domains/yourdad.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "roktim32", + "email": "roktimsenapoty2@gmail.com" + }, + "record": { + "CNAME": "roktim32.github.io" + } + } + \ No newline at end of file From 33a1d62916a0542ac7914eb484881fbec481bc04 Mon Sep 17 00:00:00 2001 From: Roktim Kamal Senapoty <57640212+roktim32@users.noreply.github.com> Date: Wed, 19 Jul 2023 20:59:41 +0530 Subject: [PATCH 0121/1143] Delete yourdad .json --- domains/yourdad .json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 domains/yourdad .json diff --git a/domains/yourdad .json b/domains/yourdad .json deleted file mode 100644 index f51cac85c..000000000 --- a/domains/yourdad .json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "roktim32", - "email": "roktimsenapoty2@gmail.com" - }, - "record": { - "CNAME": "roktim32.github.io" - } - } - \ No newline at end of file From f9a16616e2e84120b6b72d1dda6a08024831aab9 Mon Sep 17 00:00:00 2001 From: Roktim Kamal Senapoty <57640212+roktim32@users.noreply.github.com> Date: Wed, 19 Jul 2023 21:00:01 +0530 Subject: [PATCH 0122/1143] Delete your dad.json --- domains/your dad.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 domains/your dad.json diff --git a/domains/your dad.json b/domains/your dad.json deleted file mode 100644 index f51cac85c..000000000 --- a/domains/your dad.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "roktim32", - "email": "roktimsenapoty2@gmail.com" - }, - "record": { - "CNAME": "roktim32.github.io" - } - } - \ No newline at end of file From fc4b6f4af7bbf78273a352c868da9034d35c7930 Mon Sep 17 00:00:00 2001 From: AshC1ty <115166372+AshC1ty@users.noreply.github.com> Date: Wed, 19 Jul 2023 21:58:06 +0530 Subject: [PATCH 0123/1143] Update ashcity.json --- domains/ashcity.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/domains/ashcity.json b/domains/ashcity.json index b10152a4d..5c2c2fc5f 100644 --- a/domains/ashcity.json +++ b/domains/ashcity.json @@ -1,10 +1,12 @@ { + "description": "My hobby website for fun", + "repo": "https://github.com/AshC1ty/AshC1ty.github.io", "owner": { "username": "AshC1ty", "email": "ashcity07734@gmail.com" }, "record": { - "CNAME": "ashcity" + "CNAME": "AshC1ty.github.io" } } - \ No newline at end of file + From 9eed0659cbb9492e75088e7cdf2e556552c9bd88 Mon Sep 17 00:00:00 2001 From: compCoder <112859159+compCoder007@users.noreply.github.com> Date: Wed, 19 Jul 2023 23:18:39 +0530 Subject: [PATCH 0124/1143] Create _github-pages-challenge-compCoder007.umesh.json --- .../_github-pages-challenge-compCoder007.umesh.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_github-pages-challenge-compCoder007.umesh.json diff --git a/domains/_github-pages-challenge-compCoder007.umesh.json b/domains/_github-pages-challenge-compCoder007.umesh.json new file mode 100644 index 000000000..7eebe0abd --- /dev/null +++ b/domains/_github-pages-challenge-compCoder007.umesh.json @@ -0,0 +1,10 @@ +{ + "description": "Github verification", + "owner": { + "username": "compCoder007", + "email": "competentcoder007@gmail.com" + }, + "record": { + "TXT": "7e581a7ce40509036ecb310e92fd21" + } +} From b36e62f4344d88fb70058a975a63bc9b62bc8623 Mon Sep 17 00:00:00 2001 From: M4dhav Date: Thu, 20 Jul 2023 00:35:45 +0530 Subject: [PATCH 0125/1143] feat(domain): madhavgupta.is-a.dev --- domains/madhavgupta.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/madhavgupta.json b/domains/madhavgupta.json index 9e5a433cd..d5b76f1ee 100644 --- a/domains/madhavgupta.json +++ b/domains/madhavgupta.json @@ -4,7 +4,7 @@ "email": "madhav.gupta7674@gmail.com" }, "record": { - "URL": "https://madhavgupta.vercel.app/" + "URL": "https://madhavgupta.vercel.app/" } } \ No newline at end of file From 8cb6ca3688cc17797b40d66e58eb698c6133b12f Mon Sep 17 00:00:00 2001 From: himanshuSri24 Date: Thu, 20 Jul 2023 00:46:36 +0530 Subject: [PATCH 0126/1143] feat(domain): himanshusri.is-a.dev --- domains/himanshusri.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/himanshusri.json diff --git a/domains/himanshusri.json b/domains/himanshusri.json new file mode 100644 index 000000000..126ca7d4c --- /dev/null +++ b/domains/himanshusri.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "himanshuSri24", + "email": "himanshu20032002@gmail.com" + }, + "record": { + "CNAME": "himanshusri24.github.io" + } + } + \ No newline at end of file From fd9efc117b64eda7a4f36fdfe1db5673fbdae4c6 Mon Sep 17 00:00:00 2001 From: HSoeren Date: Wed, 19 Jul 2023 22:03:16 +0200 Subject: [PATCH 0127/1143] feat(domain): soeren.is-a.dev --- domains/soeren.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/soeren.json diff --git a/domains/soeren.json b/domains/soeren.json new file mode 100644 index 000000000..91300c7fe --- /dev/null +++ b/domains/soeren.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "HSoeren", + "email": "soeren.helms1@gmail.com" + }, + "record": { + "A": ["151.252.55.6"] + } + } + \ No newline at end of file From a4df0446e5bbbe06a677a13b9b330382957f1f01 Mon Sep 17 00:00:00 2001 From: AMAZINGMAN2 Date: Thu, 20 Jul 2023 13:55:28 +0930 Subject: [PATCH 0128/1143] feat(domain): almuqbel.is-a.dev --- domains/almuqbel.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/almuqbel.json diff --git a/domains/almuqbel.json b/domains/almuqbel.json new file mode 100644 index 000000000..31a6c3285 --- /dev/null +++ b/domains/almuqbel.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "AMAZINGMAN2", + "email": "Hashim.almuqbel@gmail.com" + }, + "record": { + "TXT": "hashim" + } + } + \ No newline at end of file From 01829eddb0531a11143e08f4db9efd088840d0a1 Mon Sep 17 00:00:00 2001 From: IuCC123 Date: Thu, 20 Jul 2023 09:22:20 +0200 Subject: [PATCH 0129/1143] feat(domain): iucc.is-a.dev --- domains/iucc.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/iucc.json diff --git a/domains/iucc.json b/domains/iucc.json new file mode 100644 index 000000000..4553b6813 --- /dev/null +++ b/domains/iucc.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "IuCC123", + "email": "raccoon.pw.main@gmail.com" + }, + "record": { + "CNAME": "1e080129-14d6-480b-9abb-390879d573cf.id.repl.co" + } + } + \ No newline at end of file From 6529d20311dacd3a7e21dc6b36267588aa878e38 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 20 Jul 2023 17:29:03 +0800 Subject: [PATCH 0130/1143] Rename _github-pages-challenge-compCoder007.umesh.json to _github-pages-challenge-compcoder007.umesh.json --- ...umesh.json => _github-pages-challenge-compcoder007.umesh.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-compCoder007.umesh.json => _github-pages-challenge-compcoder007.umesh.json} (100%) diff --git a/domains/_github-pages-challenge-compCoder007.umesh.json b/domains/_github-pages-challenge-compcoder007.umesh.json similarity index 100% rename from domains/_github-pages-challenge-compCoder007.umesh.json rename to domains/_github-pages-challenge-compcoder007.umesh.json From 4c4080833205830ed6cb472ba1bd3d2f21bb812b Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 20 Jul 2023 17:55:39 +0800 Subject: [PATCH 0131/1143] Rename InfiniteLearning.json to infinitelearning.json --- domains/{InfiniteLearning.json => infinitelearning.json} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename domains/{InfiniteLearning.json => infinitelearning.json} (97%) diff --git a/domains/InfiniteLearning.json b/domains/infinitelearning.json similarity index 97% rename from domains/InfiniteLearning.json rename to domains/infinitelearning.json index 8eb2b6f5d..2fc5bed0e 100644 --- a/domains/InfiniteLearning.json +++ b/domains/infinitelearning.json @@ -7,4 +7,4 @@ "A": ["18.215.144.92"] } } - \ No newline at end of file + From 50ffc37fc05a1e320a5452abdc8da8d4eb180ef4 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 20 Jul 2023 18:26:17 +0800 Subject: [PATCH 0132/1143] Update dmmay.json --- domains/dmmay.json | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/domains/dmmay.json b/domains/dmmay.json index 45952f3ae..70e9a7441 100644 --- a/domains/dmmay.json +++ b/domains/dmmay.json @@ -1,10 +1,14 @@ { - "owner": { - "username": "nguoidungkhongdinhdanhh", - "email": "azura22@skiff.com" - }, - "record": { - "A": "185.199.108.153,185.199.109.153,185.199.110.153,185.199.111.153" - } + "owner": { + "username": "nguoidungkhongdinhdanhh", + "email": "azura22@skiff.com" + }, + "record": { + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ] } - \ No newline at end of file +} From 5ef2d51f380fb4c387270c8b1e0d274d9202b283 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 20 Jul 2023 18:27:35 +0800 Subject: [PATCH 0133/1143] Discard changes to domains/Benediktreck.json --- domains/Benediktreck.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 domains/Benediktreck.json diff --git a/domains/Benediktreck.json b/domains/Benediktreck.json deleted file mode 100644 index 7c60c92c3..000000000 --- a/domains/Benediktreck.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "usr577", - "email": "benedikt.reck@oesdorf.de" - }, - "record": { - "URL": "benediktreck.duckdns.org" - } - } - From 749f05e4b905fc3f647e6a353f9f01b38ad1d136 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 20 Jul 2023 18:28:00 +0800 Subject: [PATCH 0134/1143] Update benediktreck.json --- domains/benediktreck.json | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/domains/benediktreck.json b/domains/benediktreck.json index ba6eb75e4..eb0db0669 100644 --- a/domains/benediktreck.json +++ b/domains/benediktreck.json @@ -1,10 +1,9 @@ { - "owner": { - "username": "usr577", - "email": "benedikt.reck@oesdorf.de" - }, - "record": { - "URL": "benediktreck.duckdns.org" - } + "owner": { + "username": "usr577", + "email": "benedikt.reck@oesdorf.de" + }, + "record": { + "CNAME": "benediktreck.duckdns.org" } - \ No newline at end of file +} From 143a466e6e9baeb79cb5e2d223a8a81f2d9a76e4 Mon Sep 17 00:00:00 2001 From: HSoeren Date: Thu, 20 Jul 2023 12:43:47 +0200 Subject: [PATCH 0135/1143] feat(domain): soeren.is-a.dev --- domains/soeren.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/soeren.json b/domains/soeren.json index 91300c7fe..ffd34cb2a 100644 --- a/domains/soeren.json +++ b/domains/soeren.json @@ -4,7 +4,7 @@ "email": "soeren.helms1@gmail.com" }, "record": { - "A": ["151.252.55.6"] + "CNAME": "soeren-helms.de" } } \ No newline at end of file From 429c5fc8a6d10279fdf04a9dd5dd7881e3b11ffd Mon Sep 17 00:00:00 2001 From: usr577 Date: Thu, 20 Jul 2023 13:56:36 +0200 Subject: [PATCH 0136/1143] feat(domain): benediktreck.is-a.dev --- domains/benediktreck.json | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/domains/benediktreck.json b/domains/benediktreck.json index eb0db0669..3bd44213d 100644 --- a/domains/benediktreck.json +++ b/domains/benediktreck.json @@ -1,9 +1,10 @@ { - "owner": { - "username": "usr577", - "email": "benedikt.reck@oesdorf.de" - }, - "record": { - "CNAME": "benediktreck.duckdns.org" + "owner": { + "username": "usr577", + "email": "benedikt.reck@oesdorf.de" + }, + "record": { + "CNAME": "benediktreck.serveo.net" + } } -} + \ No newline at end of file From 0107a6c1bd0ae4fdd8bf03de4e11418d40859c55 Mon Sep 17 00:00:00 2001 From: Hillzacky Date: Thu, 20 Jul 2023 19:00:48 +0700 Subject: [PATCH 0137/1143] feat(domain): s4ib0t.is-a.dev --- domains/s4ib0t.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/s4ib0t.json diff --git a/domains/s4ib0t.json b/domains/s4ib0t.json new file mode 100644 index 000000000..1c022a7a2 --- /dev/null +++ b/domains/s4ib0t.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Hillzacky", + "email": "Hilm4nsyah@gmail.com", + "discord": "830349326785314846" + }, + + "record": { + "MX": ["mx1.forwardemail.net"] + } +} From 6ed23b6dc72c92b68c60965f167e511a73f074a0 Mon Sep 17 00:00:00 2001 From: usr577 Date: Thu, 20 Jul 2023 14:19:45 +0200 Subject: [PATCH 0138/1143] feat(domain): benediktreck.is-a.dev From 360a3ac9b2f1bcbdf17aec5bba48a5270206f7de Mon Sep 17 00:00:00 2001 From: usr577 Date: Thu, 20 Jul 2023 14:20:28 +0200 Subject: [PATCH 0139/1143] feat(domain): benediktreck.is-a.dev --- domains/benediktreck.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/benediktreck.json b/domains/benediktreck.json index 3bd44213d..8147ec55b 100644 --- a/domains/benediktreck.json +++ b/domains/benediktreck.json @@ -4,7 +4,7 @@ "email": "benedikt.reck@oesdorf.de" }, "record": { - "CNAME": "benediktreck.serveo.net" + "URL": "benediktreck.servero.net" } } \ No newline at end of file From ee8e7779ca3dd850b2d7c8a772d77f1a56af7a46 Mon Sep 17 00:00:00 2001 From: Asif Muhammed <33574841+Asif404@users.noreply.github.com> Date: Thu, 20 Jul 2023 17:58:15 +0530 Subject: [PATCH 0140/1143] Create asif.json --- domains/asif.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/asif.json diff --git a/domains/asif.json b/domains/asif.json new file mode 100644 index 000000000..e2e9a07af --- /dev/null +++ b/domains/asif.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Asif404", + "email": "asifmohammed4000@gmail.com" + }, + "record": { + "CNAME": "asif-bq8.pages.dev" + } + } From 8454a0327776aa51c7407b46164dcbb39e2909f2 Mon Sep 17 00:00:00 2001 From: minnb-bit Date: Thu, 20 Jul 2023 20:10:32 +0700 Subject: [PATCH 0141/1143] feat(domain): minh2000.is-a.dev --- domains/minh2000.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/minh2000.json diff --git a/domains/minh2000.json b/domains/minh2000.json new file mode 100644 index 000000000..9921fa314 --- /dev/null +++ b/domains/minh2000.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "minnb-bit", + "email": "mn9173024@gmail.com", + "discord": "634263941153030175" + }, + + "record": { + "CNAME": "minnb-bit.github.io" + } +} From dc5ee249f07df45740d1b3f933b7f0f7a2144f75 Mon Sep 17 00:00:00 2001 From: usr577 Date: Thu, 20 Jul 2023 15:56:37 +0200 Subject: [PATCH 0142/1143] feat(domain): benediktreck.is-a.dev --- domains/benediktreck.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/benediktreck.json b/domains/benediktreck.json index 8147ec55b..0aae14ca0 100644 --- a/domains/benediktreck.json +++ b/domains/benediktreck.json @@ -4,7 +4,7 @@ "email": "benedikt.reck@oesdorf.de" }, "record": { - "URL": "benediktreck.servero.net" + "URL": "http://benediktreck.serveo.net" } } \ No newline at end of file From 6c5f79b99eff815b40ddff73e2a95c5db8bed779 Mon Sep 17 00:00:00 2001 From: usr577 Date: Thu, 20 Jul 2023 15:56:46 +0200 Subject: [PATCH 0143/1143] feat(domain): benediktreck.is-a.dev --- domains/benediktreck.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/benediktreck.json b/domains/benediktreck.json index 0aae14ca0..15ade0e8b 100644 --- a/domains/benediktreck.json +++ b/domains/benediktreck.json @@ -4,7 +4,7 @@ "email": "benedikt.reck@oesdorf.de" }, "record": { - "URL": "http://benediktreck.serveo.net" + "URL": "benediktreck.serveo.net" } } \ No newline at end of file From 43ee6b82416b6ff111faa3af233a4557a365962b Mon Sep 17 00:00:00 2001 From: CodesZ <96610314+codeszsoft@users.noreply.github.com> Date: Thu, 20 Jul 2023 22:42:10 +0700 Subject: [PATCH 0144/1143] feat(domain): add `codesz.is-a.dev` --- domains/codesz.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/codesz.json diff --git a/domains/codesz.json b/domains/codesz.json new file mode 100644 index 000000000..0026adeb9 --- /dev/null +++ b/domains/codesz.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "codeszsoft", + "email": "codeszsoftware@gmail.com" + }, + + "record": { + "CNAME": "codeszsoft.github.io" + } +} From 42dec72eeabaddb3536e5da7cd961abb9f772978 Mon Sep 17 00:00:00 2001 From: Endercass <46408156+Endercass@users.noreply.github.com> Date: Thu, 20 Jul 2023 13:39:08 -0400 Subject: [PATCH 0145/1143] Create endercass.json --- domains/endercass.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/endercass.json diff --git a/domains/endercass.json b/domains/endercass.json new file mode 100644 index 000000000..b3da1c574 --- /dev/null +++ b/domains/endercass.json @@ -0,0 +1,11 @@ +{ + "description": "Endercass Portfolio", + "owner": { + "username": "Endercass", + "email": "", + "discord": "endercass" + }, + "record": { + "URL": "https://endercass.me" + } +} From 5a5a1b1cab2425471703deb0ea31654e021c8dd8 Mon Sep 17 00:00:00 2001 From: HSGamer Date: Fri, 21 Jul 2023 01:02:07 +0700 Subject: [PATCH 0146/1143] Delete hsgamer.is-a.dev --- domains/hsgamer.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 domains/hsgamer.json diff --git a/domains/hsgamer.json b/domains/hsgamer.json deleted file mode 100644 index 2a6fefad7..000000000 --- a/domains/hsgamer.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "HSGamer", - "email": "huynhqtienvtag@gmail.com" - }, - - "record": { - "CNAME": "hsgamer.github.io" - } -} From 1715aa14a028c277aa66336c983b5b40fe08d451 Mon Sep 17 00:00:00 2001 From: usr577 Date: Thu, 20 Jul 2023 21:25:47 +0200 Subject: [PATCH 0147/1143] feat(domain): benediktreck.is-a.dev --- domains/benediktreck.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/benediktreck.json b/domains/benediktreck.json index 15ade0e8b..0aae14ca0 100644 --- a/domains/benediktreck.json +++ b/domains/benediktreck.json @@ -4,7 +4,7 @@ "email": "benedikt.reck@oesdorf.de" }, "record": { - "URL": "benediktreck.serveo.net" + "URL": "http://benediktreck.serveo.net" } } \ No newline at end of file From 2ab59c7399194d24636c43ecd5f4e4528a2ffe0f Mon Sep 17 00:00:00 2001 From: daanschenkel Date: Thu, 20 Jul 2023 22:44:59 +0200 Subject: [PATCH 0148/1143] feat(domain): analytics.is-a.dev --- domains/analytics.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/analytics.json diff --git a/domains/analytics.json b/domains/analytics.json new file mode 100644 index 000000000..47ee3bffb --- /dev/null +++ b/domains/analytics.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "daanschenkel", + "email": "daan@daanschenkel.nl" + }, + "record": { + "CNAME": "analytics.daanschenkel.nl" + } + } + \ No newline at end of file From 338a2630bab924f0b4f9432a727a40dafaad9d03 Mon Sep 17 00:00:00 2001 From: "chrystom (flido)" Date: Fri, 21 Jul 2023 09:56:23 +1000 Subject: [PATCH 0149/1143] feat(domain): add `chrystom.is-a.dev` --- domains/chrystom.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/chrystom.json diff --git a/domains/chrystom.json b/domains/chrystom.json new file mode 100644 index 000000000..5fdbdded1 --- /dev/null +++ b/domains/chrystom.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "chrystom", + "email": "chrystomt@gmail.com" + }, + + "record": { + "CNAME": "chrystom.github.io" + } +} From db522e6e490f63d9eab8ebb84f1059f3469c1d61 Mon Sep 17 00:00:00 2001 From: Hashim Almuqbel <85612244+AMAZINGMAN2@users.noreply.github.com> Date: Fri, 21 Jul 2023 10:09:07 +0930 Subject: [PATCH 0150/1143] Update almuqbel.json --- domains/almuqbel.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/almuqbel.json b/domains/almuqbel.json index 31a6c3285..b17bb4060 100644 --- a/domains/almuqbel.json +++ b/domains/almuqbel.json @@ -4,7 +4,7 @@ "email": "Hashim.almuqbel@gmail.com" }, "record": { - "TXT": "hashim" + "TXT": "185.176.43.100" } } - \ No newline at end of file + From 06e25fec7755213859c761b560ff97494525a405 Mon Sep 17 00:00:00 2001 From: ac009527 <18571853917@163.com> Date: Fri, 21 Jul 2023 09:35:49 +0800 Subject: [PATCH 0151/1143] feat(domain): v.is-a.dev --- domains/v.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/v.json diff --git a/domains/v.json b/domains/v.json new file mode 100644 index 000000000..3f70b9e83 --- /dev/null +++ b/domains/v.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "ac009527", + "email": "18571853917@163.com" + }, + "record": { + "A": ["148.28.129.25"] + } + } + \ No newline at end of file From ed02e644ba0cdb7c99c56eaf632605612b8c9e33 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Fri, 21 Jul 2023 10:44:02 +0800 Subject: [PATCH 0152/1143] Update glqch.json --- domains/glqch.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/domains/glqch.json b/domains/glqch.json index d89fbfe9b..99bbc1efc 100644 --- a/domains/glqch.json +++ b/domains/glqch.json @@ -1,10 +1,10 @@ { - "owner": { - "username": "joythejoystick1", - "email": "midoayoub778@gmail.com" - }, - "record": { - "TXT": "_github-pages-challenge-joythejoystick1.glqch" - } + "owner": { + "username": "joythejoystick1", + "email": "midoayoub778@gmail.com" + }, + "record": { + "CNAME": "joythejoystick1.github.io" } - \ No newline at end of file +} + From d162610d9e489211e17039600e5c7033c2b01712 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Fri, 21 Jul 2023 10:45:34 +0800 Subject: [PATCH 0153/1143] Create _github-pages-challenge-joythejoystick1.glqch.json --- .../_github-pages-challenge-joythejoystick1.glqch.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-joythejoystick1.glqch.json diff --git a/domains/_github-pages-challenge-joythejoystick1.glqch.json b/domains/_github-pages-challenge-joythejoystick1.glqch.json new file mode 100644 index 000000000..e3ebe9ee0 --- /dev/null +++ b/domains/_github-pages-challenge-joythejoystick1.glqch.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "joythejoystick1", + "email": "midoayoub778@gmail.com" + }, + "record": { + "TXT": "eb682c2a35bd6139b653df86f7d248" + } +} From 5ca8650b9766233e6e69083bd74e230f0dbe7caa Mon Sep 17 00:00:00 2001 From: William Harrison Date: Fri, 21 Jul 2023 11:00:09 +0800 Subject: [PATCH 0154/1143] Rename m.deva.json to deva.json --- domains/{m.deva.json => deva.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{m.deva.json => deva.json} (100%) diff --git a/domains/m.deva.json b/domains/deva.json similarity index 100% rename from domains/m.deva.json rename to domains/deva.json From d7d5d2768098924a71192eb235eabca2297e029d Mon Sep 17 00:00:00 2001 From: William Harrison Date: Fri, 21 Jul 2023 11:02:23 +0800 Subject: [PATCH 0155/1143] Discard changes to domains/minhmmb.json --- domains/minhmmb.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 domains/minhmmb.json diff --git a/domains/minhmmb.json b/domains/minhmmb.json deleted file mode 100644 index 1197d176e..000000000 --- a/domains/minhmmb.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "minnb-bit", - "email": "mn9173024@gmail.com" - }, - "record": { - "CNAME": "minnb-bit.github.io", - "TXT": "https://minnb-bit.github.io" - } -} From 949a7b9530f20bba92ce694a557f4a8677714c38 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Fri, 21 Jul 2023 11:03:26 +0800 Subject: [PATCH 0156/1143] Create minhmmb.json --- domains/minhmmb.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/minhmmb.json diff --git a/domains/minhmmb.json b/domains/minhmmb.json new file mode 100644 index 000000000..3d516cb07 --- /dev/null +++ b/domains/minhmmb.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "minnb-bit", + "email": "mn9173024@gmail.com" + }, + "record": { + "CNAME": "minnb-bit.github.io" + } +} From 5421838622170da63597a8bb15e823494975f047 Mon Sep 17 00:00:00 2001 From: AlbumanO Date: Fri, 21 Jul 2023 12:51:58 +0800 Subject: [PATCH 0157/1143] feat(domain): albuman.is-a.dev --- domains/albuman.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/albuman.json diff --git a/domains/albuman.json b/domains/albuman.json new file mode 100644 index 000000000..aafbfc8cd --- /dev/null +++ b/domains/albuman.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "AlbumanO", + "email": "oliver.young4@student.education.wa.edu.au" + }, + "record": { + "URL": "albuman.000.pe" + } + } + \ No newline at end of file From 46b6ea3959243eec3ae3028e30ec420fdc18a891 Mon Sep 17 00:00:00 2001 From: Helman B Date: Fri, 21 Jul 2023 15:29:58 +1000 Subject: [PATCH 0158/1143] Create helman.json --- domains/helman.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/helman.json diff --git a/domains/helman.json b/domains/helman.json new file mode 100644 index 000000000..7c4c78712 --- /dev/null +++ b/domains/helman.json @@ -0,0 +1,10 @@ +{ + "description": "helman.is-a.dev", + "owner": { + "username": "helman", + "email": "" + }, + "record": { + "CNAME": "blog.heldes.com" + } +} From 2c9b90252a8103ba4eb87291ce41efeb6e747477 Mon Sep 17 00:00:00 2001 From: Helman B Date: Fri, 21 Jul 2023 15:33:04 +1000 Subject: [PATCH 0159/1143] Update helman.json --- domains/helman.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/helman.json b/domains/helman.json index 7c4c78712..0d7e70887 100644 --- a/domains/helman.json +++ b/domains/helman.json @@ -2,7 +2,7 @@ "description": "helman.is-a.dev", "owner": { "username": "helman", - "email": "" + "email": "all22.helman@gmail.com" }, "record": { "CNAME": "blog.heldes.com" From 5b230d734d385863e85a59448e39881c4ea420e2 Mon Sep 17 00:00:00 2001 From: oxmc Date: Thu, 20 Jul 2023 22:37:13 -0700 Subject: [PATCH 0160/1143] feat(domain): oxmc.is-a.dev --- domains/oxmc.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/oxmc.json diff --git a/domains/oxmc.json b/domains/oxmc.json new file mode 100644 index 000000000..c7fc5853f --- /dev/null +++ b/domains/oxmc.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "oxmc", + "email": "oxmc7769.mail@gmail.com" + }, + "record": { + "CNAME": "oxmc.github.io" + } + } + \ No newline at end of file From 5d72800a7b2364a2f4037c150598264c089d5818 Mon Sep 17 00:00:00 2001 From: IS A DEV Date: Fri, 21 Jul 2023 09:06:58 +0300 Subject: [PATCH 0161/1143] Update analytics.json --- domains/analytics.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/domains/analytics.json b/domains/analytics.json index 47ee3bffb..4031ca16e 100644 --- a/domains/analytics.json +++ b/domains/analytics.json @@ -1,10 +1,11 @@ -{ + + { "owner": { - "username": "daanschenkel", - "email": "daan@daanschenkel.nl" + "username": "isadev", + "email": "hello@maintainers.is-a.dev" }, "record": { - "CNAME": "analytics.daanschenkel.nl" + "CNAME": "register.is-a.dev" } } - \ No newline at end of file + From 695d9d413a167de8892aec8adb3ae84e25b2ecbd Mon Sep 17 00:00:00 2001 From: huhao0208 <123huzhifeng@163.com> Date: Fri, 21 Jul 2023 14:16:42 +0800 Subject: [PATCH 0162/1143] feat(domain): hzf.is-a.dev --- domains/hzf.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/hzf.json diff --git a/domains/hzf.json b/domains/hzf.json new file mode 100644 index 000000000..37481496b --- /dev/null +++ b/domains/hzf.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "huhao0208", + "email": "123huzhifeng@163.com" + }, + "record": { + "A": ["124.90.69.145"] + } + } + \ No newline at end of file From 0f876d07ca7d0b27d39900ca745df93591c6a7cc Mon Sep 17 00:00:00 2001 From: AshC1ty <115166372+AshC1ty@users.noreply.github.com> Date: Fri, 21 Jul 2023 12:51:17 +0530 Subject: [PATCH 0163/1143] Update ashc1ty.json --- domains/ashc1ty.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/ashc1ty.json b/domains/ashc1ty.json index 0d564b944..726e03975 100644 --- a/domains/ashc1ty.json +++ b/domains/ashc1ty.json @@ -6,6 +6,6 @@ "email": "ashcity07734@gmail.com" }, "record": { - "CNAME": "ashc1ty.github.io" + "txt": "NONE" } } From e96ffd2025f1982b221293642b56e11454683bcd Mon Sep 17 00:00:00 2001 From: AshC1ty <115166372+AshC1ty@users.noreply.github.com> Date: Fri, 21 Jul 2023 12:53:07 +0530 Subject: [PATCH 0164/1143] Delete akash.json --- domains/akash.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 domains/akash.json diff --git a/domains/akash.json b/domains/akash.json deleted file mode 100644 index 9e90238ad..000000000 --- a/domains/akash.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "AshC1ty", - "email": "ashcity07734@gmail.com" - }, - "record": { - "CNAME": "akashbabu" - } - } - \ No newline at end of file From 12376a6b493aaf9b9100a8ed9594380d5f4be2bb Mon Sep 17 00:00:00 2001 From: AshC1ty <115166372+AshC1ty@users.noreply.github.com> Date: Fri, 21 Jul 2023 12:53:31 +0530 Subject: [PATCH 0165/1143] Delete ashcity.json --- domains/ashcity.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 domains/ashcity.json diff --git a/domains/ashcity.json b/domains/ashcity.json deleted file mode 100644 index 5c2c2fc5f..000000000 --- a/domains/ashcity.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "My hobby website for fun", - "repo": "https://github.com/AshC1ty/AshC1ty.github.io", - "owner": { - "username": "AshC1ty", - "email": "ashcity07734@gmail.com" - }, - "record": { - "CNAME": "AshC1ty.github.io" - } - } - From 5d6c792fb5b652b2df2de82c04a3ce4c845cba7b Mon Sep 17 00:00:00 2001 From: AshC1ty <115166372+AshC1ty@users.noreply.github.com> Date: Fri, 21 Jul 2023 12:53:55 +0530 Subject: [PATCH 0166/1143] Delete akashbabu.json --- domains/akashbabu.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 domains/akashbabu.json diff --git a/domains/akashbabu.json b/domains/akashbabu.json deleted file mode 100644 index 9e90238ad..000000000 --- a/domains/akashbabu.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "AshC1ty", - "email": "ashcity07734@gmail.com" - }, - "record": { - "CNAME": "akashbabu" - } - } - \ No newline at end of file From 080d9acceaa3d751bd91a6b0285d2f09cbf0f72c Mon Sep 17 00:00:00 2001 From: AshC1ty <115166372+AshC1ty@users.noreply.github.com> Date: Fri, 21 Jul 2023 12:54:50 +0530 Subject: [PATCH 0167/1143] Update ashc1ty.json --- domains/ashc1ty.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/ashc1ty.json b/domains/ashc1ty.json index 726e03975..0d564b944 100644 --- a/domains/ashc1ty.json +++ b/domains/ashc1ty.json @@ -6,6 +6,6 @@ "email": "ashcity07734@gmail.com" }, "record": { - "txt": "NONE" + "CNAME": "ashc1ty.github.io" } } From 4b6c96309302974b17e6373711f0fc1830657b95 Mon Sep 17 00:00:00 2001 From: kerlos Date: Fri, 21 Jul 2023 15:01:59 +0700 Subject: [PATCH 0168/1143] feat(domain): kerlos.is-a.dev --- domains/kerlos.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/kerlos.json diff --git a/domains/kerlos.json b/domains/kerlos.json new file mode 100644 index 000000000..caf7b3684 --- /dev/null +++ b/domains/kerlos.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "kerlos", + "email": "ker.los@hotmail.com" + }, + "record": { + "URL": "https://github.com/kerlos" + } + } + \ No newline at end of file From cd2cce746fe0ce19afe993a9e87c13e26fe57f05 Mon Sep 17 00:00:00 2001 From: elixss Date: Fri, 21 Jul 2023 10:17:16 +0200 Subject: [PATCH 0169/1143] feat(domain): elixss.is-a.dev --- domains/elixss.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/elixss.json diff --git a/domains/elixss.json b/domains/elixss.json new file mode 100644 index 000000000..31c52ce55 --- /dev/null +++ b/domains/elixss.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "elixss", + "email": "elias.jaeger2004@gmail.com" + }, + "record": { + "A": ["45.81.232.16"] + } + } + \ No newline at end of file From 4448a7ea40e741b278958a5c478c8a8dfd756565 Mon Sep 17 00:00:00 2001 From: bracou Date: Fri, 21 Jul 2023 16:15:15 +0700 Subject: [PATCH 0170/1143] feat(domain): api.taoanhdep.is-a.dev --- domains/api.taoanhdep.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/api.taoanhdep.json diff --git a/domains/api.taoanhdep.json b/domains/api.taoanhdep.json new file mode 100644 index 000000000..053c6e1ab --- /dev/null +++ b/domains/api.taoanhdep.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "bracou", + "email": "bracoui809@gmail.com" + }, + "record": { + "CNAME": "f9fbfdf8-17b8-4bce-be7f-34c1f919bb92.id.repl.co" + } + } + \ No newline at end of file From e35780df561d4142ae2c282918b806e211c42e5a Mon Sep 17 00:00:00 2001 From: thesct22 Date: Fri, 21 Jul 2023 13:03:13 +0100 Subject: [PATCH 0171/1143] feat(domain): thesct22.is-a.dev --- domains/thesct22.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/thesct22.json diff --git a/domains/thesct22.json b/domains/thesct22.json new file mode 100644 index 000000000..2d1fdfff0 --- /dev/null +++ b/domains/thesct22.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "thesct22", + "email": "sharathct22@gmail.com" + }, + "record": { + "CNAME": "thesct22.github.io" + } + } + \ No newline at end of file From 67ce4acde653aa9bad43a46d3a8bda1b5c30d540 Mon Sep 17 00:00:00 2001 From: thesct22 Date: Fri, 21 Jul 2023 13:03:41 +0100 Subject: [PATCH 0172/1143] feat(domain): thesct22.is-a.dev From 6d3f37b1f3d270c9cc192b1285d486d415416319 Mon Sep 17 00:00:00 2001 From: thesct22 Date: Fri, 21 Jul 2023 13:06:57 +0100 Subject: [PATCH 0173/1143] feat(domain): _github-pages-challenge-thesct22.sharath.is-a.dev --- domains/_github-pages-challenge-thesct22.sharath.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_github-pages-challenge-thesct22.sharath.json diff --git a/domains/_github-pages-challenge-thesct22.sharath.json b/domains/_github-pages-challenge-thesct22.sharath.json new file mode 100644 index 000000000..436e63297 --- /dev/null +++ b/domains/_github-pages-challenge-thesct22.sharath.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "thesct22", + "email": "sharathct22@gmail.com" + }, + "record": { + "TXT": "1cfa8b70882ea9cdf466e7b40dbe81" + } + } + \ No newline at end of file From dcdd68b790727012a996f8eb85715179af57cb57 Mon Sep 17 00:00:00 2001 From: Johna Date: Fri, 21 Jul 2023 12:59:21 +0000 Subject: [PATCH 0174/1143] Update johna.json --- domains/johna.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/johna.json b/domains/johna.json index 4e0164d06..8c566061c 100644 --- a/domains/johna.json +++ b/domains/johna.json @@ -6,6 +6,6 @@ "email": "j-verstraaten@hotmail.com" }, "record": { - "CNAME": "johna.deno.dev" + "CNAME": "johna.pages.dev" } } From 35101b9fa680a6571579699323b4b897a806b01c Mon Sep 17 00:00:00 2001 From: Johna Date: Fri, 21 Jul 2023 13:02:09 +0000 Subject: [PATCH 0175/1143] Update johna.json --- domains/johna.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/johna.json b/domains/johna.json index 8c566061c..b2a708be9 100644 --- a/domains/johna.json +++ b/domains/johna.json @@ -6,6 +6,6 @@ "email": "j-verstraaten@hotmail.com" }, "record": { - "CNAME": "johna.pages.dev" + "URL": "https://johna.is-a-fullstack.dev" } } From 9f995150c6c2eef892e5b7870994d8157955680b Mon Sep 17 00:00:00 2001 From: ac009527 <100550131+ac009527@users.noreply.github.com> Date: Fri, 21 Jul 2023 21:42:08 +0800 Subject: [PATCH 0176/1143] Rename v.json to cz.json --- domains/{v.json => cz.json} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename domains/{v.json => cz.json} (97%) diff --git a/domains/v.json b/domains/cz.json similarity index 97% rename from domains/v.json rename to domains/cz.json index 3f70b9e83..483016c94 100644 --- a/domains/v.json +++ b/domains/cz.json @@ -7,4 +7,4 @@ "A": ["148.28.129.25"] } } - \ No newline at end of file + From 9945889b2f8ab6b4999ee9dd88516688f9441d92 Mon Sep 17 00:00:00 2001 From: DarremMolko Date: Fri, 21 Jul 2023 13:01:13 -0300 Subject: [PATCH 0177/1143] feat(domain): darrem.is-a.dev --- domains/darrem.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/darrem.json diff --git a/domains/darrem.json b/domains/darrem.json new file mode 100644 index 000000000..b8bbce169 --- /dev/null +++ b/domains/darrem.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "DarremMolko", + "email": "justdarrem@gmail.com" + }, + "record": { + "CNAME": "darrem.alwaysdata.net" + } + } + \ No newline at end of file From 7208b30c8df55933d9c2987fecb4c6cf759a1136 Mon Sep 17 00:00:00 2001 From: SukiPlayz Date: Fri, 21 Jul 2023 22:17:44 +0530 Subject: [PATCH 0178/1143] feat(domain): bday-list.suki.is-a.dev --- domains/bday-list.suki.json | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/domains/bday-list.suki.json b/domains/bday-list.suki.json index a34c0ee47..d917a81e6 100644 --- a/domains/bday-list.suki.json +++ b/domains/bday-list.suki.json @@ -1,9 +1,10 @@ { - "owner": { - "username": "SukiPlayz", - "email": "sukimayoo@outlook.com" - }, - "record": { - "CNAME": "65f74b16-32c4-4c9b-b6ae-8fd70c262487.id.repl.co" + "owner": { + "username": "SukiPlayz", + "email": "suki@suki.is-a.dev" + }, + "record": { + "TXT": "replit-verify=65f74b16-32c4-4c9b-b6ae-8fd70c262487" + } } -} + \ No newline at end of file From a9e5817b09926bcf7d72cd24f129afc0296907d3 Mon Sep 17 00:00:00 2001 From: SukiPlayz Date: Fri, 21 Jul 2023 22:19:23 +0530 Subject: [PATCH 0179/1143] feat(domain): bday-list.suki.is-a.dev --- domains/bday-list.suki.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/bday-list.suki.json b/domains/bday-list.suki.json index d917a81e6..32612e58d 100644 --- a/domains/bday-list.suki.json +++ b/domains/bday-list.suki.json @@ -4,7 +4,7 @@ "email": "suki@suki.is-a.dev" }, "record": { - "TXT": "replit-verify=65f74b16-32c4-4c9b-b6ae-8fd70c262487" + "URL": "https://bday-list.tagesrevelio.repl.co" } } \ No newline at end of file From c8d490c7bbcccead293ee1f39381fc90f27900ce Mon Sep 17 00:00:00 2001 From: SukiPlayz Date: Fri, 21 Jul 2023 22:19:49 +0530 Subject: [PATCH 0180/1143] feat(domain): bday-list.suki.is-a.dev From 55ef9a4012f18949da94deae118f5becbdaef12a Mon Sep 17 00:00:00 2001 From: sowisgone Date: Fri, 21 Jul 2023 15:44:22 -0300 Subject: [PATCH 0181/1143] feat(domain): sow.is-a.dev --- domains/sow.json | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/domains/sow.json b/domains/sow.json index 95e3a0c33..cb1e645c2 100644 --- a/domains/sow.json +++ b/domains/sow.json @@ -1,11 +1,10 @@ { - "owner": { - "username": "sowisgone", - "email": "therealsnowmercy@gmail.com", - "discord": "616731583386353665" - }, - - "record": { - "URL": "https://cozy-fox-3ce364.netlify.app" + "owner": { + "username": "sowisgone", + "email": "therealsnowmercy@gmail.com" + }, + "record": { + "CNAME": "sow.lol" + } } -} + \ No newline at end of file From 5dd000f4612a552129603839ddcdf4056d958786 Mon Sep 17 00:00:00 2001 From: sowisgone Date: Fri, 21 Jul 2023 15:44:58 -0300 Subject: [PATCH 0182/1143] feat(domain): sow.is-a.dev --- domains/sow.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/sow.json b/domains/sow.json index cb1e645c2..f0326c378 100644 --- a/domains/sow.json +++ b/domains/sow.json @@ -4,7 +4,7 @@ "email": "therealsnowmercy@gmail.com" }, "record": { - "CNAME": "sow.lol" + "CNAME": "https://sow.lol" } } \ No newline at end of file From 7975a85bf882c5d719f32b7e68e8f3eba93353d7 Mon Sep 17 00:00:00 2001 From: TalinTheDev Date: Fri, 21 Jul 2023 14:53:50 -0400 Subject: [PATCH 0183/1143] feat(domain): nonograms.talinsharma.is-a.dev --- domains/nonograms.talinsharma.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/nonograms.talinsharma.json diff --git a/domains/nonograms.talinsharma.json b/domains/nonograms.talinsharma.json new file mode 100644 index 000000000..a4d5f8e66 --- /dev/null +++ b/domains/nonograms.talinsharma.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "TalinTheDev", + "email": "talinsharma.dev@gmail.com" + }, + "record": { + "CNAME": "talinthedev.github.io" + } + } + \ No newline at end of file From fc72126200a1719391108e1f57ff40ea3518f647 Mon Sep 17 00:00:00 2001 From: TalinTheDev Date: Fri, 21 Jul 2023 15:08:25 -0400 Subject: [PATCH 0184/1143] feat(domain): talinsharma.is-a.dev --- domains/talinsharma.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/domains/talinsharma.json b/domains/talinsharma.json index 4356bf006..adabcaccb 100644 --- a/domains/talinsharma.json +++ b/domains/talinsharma.json @@ -1,11 +1,10 @@ { - "owner": { - "username": "TalinTheDev", - "email": "", - "discord": "AlphaMirage#9779" - }, - "description": "Personal portfolio and website", - "record": { - "CNAME": "jl6yvnz2.up.railway.app" - } -} + "owner": { + "username": "TalinTheDev", + "email": "talinsharma.dev@gmail.com" + }, + "record": { + "CNAME": "talinthedev.github.io" + } + } + \ No newline at end of file From 65514b4dd5df4aad9b66fffa460c9a12d3576b58 Mon Sep 17 00:00:00 2001 From: is-a-dev-bot Date: Fri, 21 Jul 2023 22:31:13 +0300 Subject: [PATCH 0185/1143] feat(domain): hosts.is-a.dev --- domains/hosts.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/hosts.json diff --git a/domains/hosts.json b/domains/hosts.json new file mode 100644 index 000000000..a4ff52216 --- /dev/null +++ b/domains/hosts.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "is-a-dev-bot", + "email": "is-a-dev@win11react.com" + }, + "record": { + "CNAME": "register.is-a.dev" + } + } + \ No newline at end of file From 8f6f090d53958256b0b916af285fa90f73a901a9 Mon Sep 17 00:00:00 2001 From: turvenuija1 <4209@lattahattu.fi> Date: Fri, 21 Jul 2023 22:47:22 +0300 Subject: [PATCH 0186/1143] feat(domain): turvenuija.is-a.dev --- domains/turvenuija.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/turvenuija.json b/domains/turvenuija.json index 3f4f84cbb..c35636f40 100644 --- a/domains/turvenuija.json +++ b/domains/turvenuija.json @@ -1,10 +1,10 @@ { "owner": { "username": "turvenuija1", - "email": "turvenuija@skidd.xyz" + "email": "4209@lattahattu.fi" }, "record": { - "CNAME": "turvenuija.munsivu.fi" + "CNAME": "turvenuija1.github.io" } } \ No newline at end of file From 75902a39694865bb9c9a0f86c4d46774c7a83f30 Mon Sep 17 00:00:00 2001 From: questonomemio1 Date: Fri, 21 Jul 2023 22:08:15 +0200 Subject: [PATCH 0187/1143] feat(domain): qnm1.is-a.dev --- domains/qnm1.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/qnm1.json diff --git a/domains/qnm1.json b/domains/qnm1.json new file mode 100644 index 000000000..6a953aea0 --- /dev/null +++ b/domains/qnm1.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "questonomemio1", + "email": "lorenzomusto.dbz@gmail.com" + }, + "record": { + "URL": "https://dev-questonomemio1.pantheonsite.io/" + } + } + \ No newline at end of file From 6e477612f931a5509248b7ba159006bb59a67eaf Mon Sep 17 00:00:00 2001 From: Turvenuija <132452863+turvenuija1@users.noreply.github.com> Date: Fri, 21 Jul 2023 23:25:49 +0300 Subject: [PATCH 0188/1143] Update turvenuija.json --- domains/turvenuija.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/turvenuija.json b/domains/turvenuija.json index c35636f40..2b1748ba2 100644 --- a/domains/turvenuija.json +++ b/domains/turvenuija.json @@ -1,10 +1,10 @@ { "owner": { "username": "turvenuija1", - "email": "4209@lattahattu.fi" + "email": "turvenuija@skidd.xyz" }, "record": { "CNAME": "turvenuija1.github.io" } } - \ No newline at end of file + From e071b3c76a6161cfb1f57e41d0a88b2855cfdb56 Mon Sep 17 00:00:00 2001 From: daanschenkel Date: Fri, 21 Jul 2023 22:36:12 +0200 Subject: [PATCH 0189/1143] feat(domain): daanschenkel.is-a.dev --- domains/daanschenkel.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/domains/daanschenkel.json b/domains/daanschenkel.json index 71ee24f88..20d527437 100644 --- a/domains/daanschenkel.json +++ b/domains/daanschenkel.json @@ -1,10 +1,10 @@ { - "owner": { - "username": "daanschenkel", - "email": "daan@daanschenkel.nl" - }, - - "record": { - "URL": "https://daanschenkel.nl" + "owner": { + "username": "daanschenkel", + "email": "daan@daanschenkel.nl" + }, + "record": { + "CNAME": "hosts.is-a.dev" + } } -} + \ No newline at end of file From c51961e6071bb1293d9e90a12ae5d2049a2ea356 Mon Sep 17 00:00:00 2001 From: daanschenkel Date: Fri, 21 Jul 2023 22:37:54 +0200 Subject: [PATCH 0190/1143] feat(domain): daanschenkel.is-a.dev From 096c19cdf55d5912730bffb1fa8dcd3cb788bfed Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Fri, 21 Jul 2023 17:18:49 -0400 Subject: [PATCH 0191/1143] feat: dib.json --- domains/dib.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/dib.json b/domains/dib.json index 9309e1001..d3f7d039a 100644 --- a/domains/dib.json +++ b/domains/dib.json @@ -6,6 +6,6 @@ "twitter": "DEV_DIBSTER" }, "record": { - "A": ["192.95.42.66"] + "CNAME": "proxy.dib.localplayer.dev" } } From 54ad1a59a9c319ab6d0e6d5ae63b512e5494b8b2 Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Fri, 21 Jul 2023 17:19:00 -0400 Subject: [PATCH 0192/1143] feat: update --- domains/dibster.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/dibster.json b/domains/dibster.json index 37fb8a60e..af0bba065 100644 --- a/domains/dibster.json +++ b/domains/dibster.json @@ -6,6 +6,6 @@ "twitter": "DEV_DIBSTER" }, "record": { - "A": ["192.95.42.66"] + "CNAME": "proxy.dib.localplayer.dev" } } From 59f1df3729b9e06764060dca3f8f9e8a195839b8 Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Fri, 21 Jul 2023 17:19:17 -0400 Subject: [PATCH 0193/1143] feat: delete blog.dib.json --- domains/blog.dib.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/blog.dib.json diff --git a/domains/blog.dib.json b/domains/blog.dib.json deleted file mode 100644 index b7660860b..000000000 --- a/domains/blog.dib.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Blog site for my personal projects.", - "owner": { - "username": "DEV-DIBSTER", - "email": "dibster@danbot.host", - "twitter": "DEV_DIBSTER" - }, - "record": { - "A": ["192.95.42.66"] - } -} From 055a8de572b34361a90c9043a93571a3973cb173 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 22 Jul 2023 08:37:48 +0800 Subject: [PATCH 0194/1143] Update sow.json --- domains/sow.json | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/domains/sow.json b/domains/sow.json index f0326c378..fb39d5963 100644 --- a/domains/sow.json +++ b/domains/sow.json @@ -1,10 +1,9 @@ { - "owner": { - "username": "sowisgone", - "email": "therealsnowmercy@gmail.com" - }, - "record": { - "CNAME": "https://sow.lol" - } + "owner": { + "username": "sowisgone", + "email": "therealsnowmercy@gmail.com" + }, + "record": { + "URL": "https://sow.lol" } - \ No newline at end of file +} From ebd5a0356a5de0b0154efdf57cc185c42f1d590f Mon Sep 17 00:00:00 2001 From: William Harrison <115670568+WDH-2@users.noreply.github.com> Date: Sat, 22 Jul 2023 08:41:43 +0800 Subject: [PATCH 0195/1143] fix(deva): TXT is not an array --- domains/deva.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/deva.json b/domains/deva.json index 3c7b7175b..978c09918 100644 --- a/domains/deva.json +++ b/domains/deva.json @@ -1,12 +1,11 @@ { "description": "my mail forwarder", - "repo": "", "owner": { "username": "turbomaster95", "email": "devamidhun.3c.kmbvm@gmail.com" }, "record": { "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], - "TXT": ["v=spf1 include:spf.improvmx.com ~all"] + "TXT": "v=spf1 include:spf.improvmx.com ~all" } } From 699eafe00caa98bebf91c8819e08e034195f3ae1 Mon Sep 17 00:00:00 2001 From: duyeric Date: Sat, 22 Jul 2023 10:43:31 +0700 Subject: [PATCH 0196/1143] feat(domain): duynguyen.is-a.dev --- domains/duynguyen.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/duynguyen.json diff --git a/domains/duynguyen.json b/domains/duynguyen.json new file mode 100644 index 000000000..998d83e96 --- /dev/null +++ b/domains/duynguyen.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "duyeric", + "email": "duyericmmo@gmail.com" + }, + "record": { + "A": ["172.245.139.131"] + } +} From 3c16d6dac6933217b50f18d31c287ff67debec63 Mon Sep 17 00:00:00 2001 From: codeszsoft Date: Sat, 22 Jul 2023 13:34:07 +0700 Subject: [PATCH 0197/1143] feat(domain): codesz.is-a.dev --- domains/codesz.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/codesz.json b/domains/codesz.json index 0026adeb9..72c586a6b 100644 --- a/domains/codesz.json +++ b/domains/codesz.json @@ -3,8 +3,7 @@ "username": "codeszsoft", "email": "codeszsoftware@gmail.com" }, - "record": { - "CNAME": "codeszsoft.github.io" + "CNAME": "hosts.is-a.dev" } } From 71790c7cf26e1b8881d91dcb50bdc17e655e8a74 Mon Sep 17 00:00:00 2001 From: maanya125 Date: Sat, 22 Jul 2023 12:37:23 +0530 Subject: [PATCH 0198/1143] feat(domain): hero.is-a.dev --- domains/hero.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/hero.json diff --git a/domains/hero.json b/domains/hero.json new file mode 100644 index 000000000..ebe39551d --- /dev/null +++ b/domains/hero.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "maanya125", + "email": "maanya125@gmail.com" + }, + "record": { + "CNAME": "0ed8d5cc-5c63-48a2-b81f-23fe5b10b90a.id.repl.co" + } +} From 8774b02e883263f39b54964b37fef00363dfb2d3 Mon Sep 17 00:00:00 2001 From: mitchcam81 Date: Sat, 22 Jul 2023 15:39:08 +0800 Subject: [PATCH 0199/1143] feat(domain): mitchellecamacho.is-a.dev --- domains/mitchellecamacho.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/mitchellecamacho.json diff --git a/domains/mitchellecamacho.json b/domains/mitchellecamacho.json new file mode 100644 index 000000000..df53227ed --- /dev/null +++ b/domains/mitchellecamacho.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "mitchcam81", + "email": "mocamacho.works@gmail.com" + }, + "record": { + "CNAME": "mitchellecamacho.com" + } +} From 8e5e895da3752f81925bc637599118c959e9f4b1 Mon Sep 17 00:00:00 2001 From: amitbartfeld Date: Sat, 22 Jul 2023 12:35:19 +0300 Subject: [PATCH 0200/1143] feat(domain): bluemoon.is-a.dev --- domains/bluemoon.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/bluemoon.json diff --git a/domains/bluemoon.json b/domains/bluemoon.json new file mode 100644 index 000000000..6a0f9e884 --- /dev/null +++ b/domains/bluemoon.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "amitbartfeld", + "email": "amitbartfeld@gmail.com" + }, + "record": { + "CNAME": "amithost.com" + } +} From 8e43c26bfe841d636923ec408b7c5f9c4c6c12c3 Mon Sep 17 00:00:00 2001 From: andrewstech Date: Sat, 22 Jul 2023 13:18:18 +0300 Subject: [PATCH 0201/1143] feat(domain): andrewstech.is-a.dev --- domains/andrewstech.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/domains/andrewstech.json b/domains/andrewstech.json index 70591df6b..e774f677f 100644 --- a/domains/andrewstech.json +++ b/domains/andrewstech.json @@ -1,12 +1,9 @@ { - "description": "My Portfolio", - "repo": "https://github.com/andrewstech/andrewstech", "owner": { "username": "andrewstech", - "email": "hello@andrewstech.me", - "twitter": "andrewstech1" + "email": "andrew@win11react.com" }, "record": { - "CNAME": "andrewstech.github.io" + "CNAME": "hosts.is-a.dev" } } From 83b945fa23bc50681b20ba4935923cb64ef86afd Mon Sep 17 00:00:00 2001 From: IS A DEV Date: Sat, 22 Jul 2023 13:21:15 +0300 Subject: [PATCH 0202/1143] Update andrewstech.json --- domains/andrewstech.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/andrewstech.json b/domains/andrewstech.json index 70591df6b..5da801030 100644 --- a/domains/andrewstech.json +++ b/domains/andrewstech.json @@ -7,6 +7,6 @@ "twitter": "andrewstech1" }, "record": { - "CNAME": "andrewstech.github.io" + "CNAME": "hosts.is-a.dev" } } From d1b4c00c0099b67d6b7dcc8e3f838358e4e4b62d Mon Sep 17 00:00:00 2001 From: is-a-dev-bot Date: Sat, 22 Jul 2023 14:54:14 +0300 Subject: [PATCH 0203/1143] feat(domain): _80719C30B86937F2D9E5ACA29F645417.is-a.dev --- domains/_80719C30B86937F2D9E5ACA29F645417.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_80719C30B86937F2D9E5ACA29F645417.json diff --git a/domains/_80719C30B86937F2D9E5ACA29F645417.json b/domains/_80719C30B86937F2D9E5ACA29F645417.json new file mode 100644 index 000000000..a74a798df --- /dev/null +++ b/domains/_80719C30B86937F2D9E5ACA29F645417.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "is-a-dev-bot", + "email": "is-a-dev@win11react.com" + }, + "record": { + "CNAME": "79752c5f8d6437978b6b217fbe2fa536.b3dfb07a6417eb2d6e9fa44bb3e37f5b.d2px5iwb5ly0b500v7c5.sectigo.com" + } +} From d4d40db174f9eba6636da2f02cfc47371c4315fd Mon Sep 17 00:00:00 2001 From: IS A DEV Date: Sat, 22 Jul 2023 14:57:01 +0300 Subject: [PATCH 0204/1143] Rename _80719C30B86937F2D9E5ACA29F645417.json to __80719C30B86937F2D9E5ACA29F645417.json --- ...5ACA29F645417.json => __80719C30B86937F2D9E5ACA29F645417.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_80719C30B86937F2D9E5ACA29F645417.json => __80719C30B86937F2D9E5ACA29F645417.json} (100%) diff --git a/domains/_80719C30B86937F2D9E5ACA29F645417.json b/domains/__80719C30B86937F2D9E5ACA29F645417.json similarity index 100% rename from domains/_80719C30B86937F2D9E5ACA29F645417.json rename to domains/__80719C30B86937F2D9E5ACA29F645417.json From 07f29d3c5d2fab95634d2d241176db08963037ad Mon Sep 17 00:00:00 2001 From: IS A DEV Date: Sat, 22 Jul 2023 14:59:20 +0300 Subject: [PATCH 0205/1143] Rename __80719C30B86937F2D9E5ACA29F645417.json to ___80719C30B86937F2D9E5ACA29F645417.json --- ...ACA29F645417.json => ___80719C30B86937F2D9E5ACA29F645417.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{__80719C30B86937F2D9E5ACA29F645417.json => ___80719C30B86937F2D9E5ACA29F645417.json} (100%) diff --git a/domains/__80719C30B86937F2D9E5ACA29F645417.json b/domains/___80719C30B86937F2D9E5ACA29F645417.json similarity index 100% rename from domains/__80719C30B86937F2D9E5ACA29F645417.json rename to domains/___80719C30B86937F2D9E5ACA29F645417.json From eea68c4e3b41c3d5253ec30cdc38e7dc0ee7cdd9 Mon Sep 17 00:00:00 2001 From: polygon6233 Date: Sat, 22 Jul 2023 15:02:47 +0200 Subject: [PATCH 0206/1143] feat(domain): polygon6233.is-a.dev --- domains/polygon6233.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/polygon6233.json diff --git a/domains/polygon6233.json b/domains/polygon6233.json new file mode 100644 index 000000000..6a85ec40e --- /dev/null +++ b/domains/polygon6233.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "polygon6233", + "email": "nikitasitter@gmail.com" + }, + "record": { + "CNAME": "polygon6233.github.io" + } +} From e709ba8885bb367b83e8d6f75c309278d1932185 Mon Sep 17 00:00:00 2001 From: mtgsquad Date: Sat, 22 Jul 2023 23:17:44 +0500 Subject: [PATCH 0207/1143] feat(domain): molai777.is-a.dev --- domains/molai777.json | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/domains/molai777.json b/domains/molai777.json index 2bda5d825..a672420c3 100644 --- a/domains/molai777.json +++ b/domains/molai777.json @@ -1,10 +1,9 @@ { - "owner": { - "username": "mtgsquad", - "email": "mahir@molai.dev" - }, - "record": { - "URL": "https://molai.dev" - } + "owner": { + "username": "mtgsquad", + "email": "mahir@molai.dev" + }, + "record": { + "CNAME": "hosts.is-a.dev" } - \ No newline at end of file +} From a47c2e8af06cfba54a682b90b6f450600cfeb02e Mon Sep 17 00:00:00 2001 From: usr577 Date: Sat, 22 Jul 2023 21:17:13 +0200 Subject: [PATCH 0208/1143] feat(domain): benediktreck.is-a.dev --- domains/benediktreck.json | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/domains/benediktreck.json b/domains/benediktreck.json index 0aae14ca0..e71173b1d 100644 --- a/domains/benediktreck.json +++ b/domains/benediktreck.json @@ -1,10 +1,9 @@ { - "owner": { - "username": "usr577", - "email": "benedikt.reck@oesdorf.de" - }, - "record": { - "URL": "http://benediktreck.serveo.net" - } + "owner": { + "username": "usr577", + "email": "benedikt.reck@oesdorf.de" + }, + "record": { + "CNAME": "https://benediktreck.serveo.net" } - \ No newline at end of file +} From 1e4890d5b1c54a77fae66958592bf33d5d2df834 Mon Sep 17 00:00:00 2001 From: usr577 Date: Sat, 22 Jul 2023 21:19:49 +0200 Subject: [PATCH 0209/1143] feat(domain): benediktreck.is-a.dev --- domains/benediktreck.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/benediktreck.json b/domains/benediktreck.json index e71173b1d..4afc5309f 100644 --- a/domains/benediktreck.json +++ b/domains/benediktreck.json @@ -4,6 +4,6 @@ "email": "benedikt.reck@oesdorf.de" }, "record": { - "CNAME": "https://benediktreck.serveo.net" + "CNAME": "hosts.is-a.dev" } } From dced0cfb2b9a7379ed1885fdbfd93cc3178e15e8 Mon Sep 17 00:00:00 2001 From: AZ777xx Date: Sat, 22 Jul 2023 23:23:29 +0300 Subject: [PATCH 0210/1143] feat(domain): AlexanderZhx.is-a.dev --- domains/AlexanderZhx.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/AlexanderZhx.json diff --git a/domains/AlexanderZhx.json b/domains/AlexanderZhx.json new file mode 100644 index 000000000..0644e2692 --- /dev/null +++ b/domains/AlexanderZhx.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "AZ777xx", + "email": "bugattiforever@gmail.com" + }, + "record": { + "CNAME": "az777xx.github.io" + } +} From 37a0d81aed70f75e6f75434db8162601ee3c2364 Mon Sep 17 00:00:00 2001 From: roktim32 Date: Sun, 23 Jul 2023 02:31:44 +0530 Subject: [PATCH 0211/1143] feat(domain): easlo.is-a.dev --- domains/easlo.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/easlo.json diff --git a/domains/easlo.json b/domains/easlo.json new file mode 100644 index 000000000..3e9875f35 --- /dev/null +++ b/domains/easlo.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "roktim32", + "email": "roktimsenapoty2@gmail.com" + }, + "record": { + "TXT": "google-site-verification=i-qh4g6_-4yoa7jyus8d8xfldbgmcwtojisbgzyiqw0" + } +} From 593cb105c55afb89dd1804159dde7dda50d5b996 Mon Sep 17 00:00:00 2001 From: Roktim Kamal Senapoty <57640212+roktim32@users.noreply.github.com> Date: Sun, 23 Jul 2023 02:36:08 +0530 Subject: [PATCH 0212/1143] Update easlo.json --- domains/easlo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/easlo.json b/domains/easlo.json index 3e9875f35..4bb1b57f3 100644 --- a/domains/easlo.json +++ b/domains/easlo.json @@ -4,6 +4,6 @@ "email": "roktimsenapoty2@gmail.com" }, "record": { - "TXT": "google-site-verification=i-qh4g6_-4yoa7jyus8d8xfldbgmcwtojisbgzyiqw0" + "TXT": "google-site-verification=I-qh4G6_-4yoA7JYUS8D8xFLDBgmCWToJisBGZYIqw0" } } From 96d921266012a017a10cfb50dae3b1f804b0c1cc Mon Sep 17 00:00:00 2001 From: linuxhoe Date: Sat, 22 Jul 2023 19:40:51 -0400 Subject: [PATCH 0213/1143] feat(domain): nix.is-a.dev --- domains/nix.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/nix.json diff --git a/domains/nix.json b/domains/nix.json new file mode 100644 index 000000000..d99db5263 --- /dev/null +++ b/domains/nix.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "linuxhoe", + "email": "b0t@disroot.org" + }, + "record": { + "CNAME": "linuxhoe.github.io" + } +} From aeff1c1263ef29fa05081f2b38f7f30d425e0468 Mon Sep 17 00:00:00 2001 From: m1ntooo Date: Sun, 23 Jul 2023 11:04:30 +0900 Subject: [PATCH 0214/1143] feat(domain): minto.is-a.dev --- domains/minto.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/minto.json diff --git a/domains/minto.json b/domains/minto.json new file mode 100644 index 000000000..7724feec3 --- /dev/null +++ b/domains/minto.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "m1ntooo", + "email": "yht413@i.softbank.jp" + }, + "record": { + "URL": "https://m1ntooo.com/" + } +} From 2610292e29098e29a9b280a8ac8cd7f470fb53e7 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sun, 23 Jul 2023 11:41:43 +0800 Subject: [PATCH 0215/1143] Update almuqbel.json --- domains/almuqbel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/almuqbel.json b/domains/almuqbel.json index b17bb4060..061439bea 100644 --- a/domains/almuqbel.json +++ b/domains/almuqbel.json @@ -4,7 +4,7 @@ "email": "Hashim.almuqbel@gmail.com" }, "record": { - "TXT": "185.176.43.100" + "A": ["185.176.43.100"] } } From 3fcacafde339a0519cc8ff90442f2d388f478663 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sun, 23 Jul 2023 14:11:07 +0800 Subject: [PATCH 0216/1143] Rename AlexanderZhx.json to alexanderzhx.json --- domains/{AlexanderZhx.json => alexanderzhx.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{AlexanderZhx.json => alexanderzhx.json} (100%) diff --git a/domains/AlexanderZhx.json b/domains/alexanderzhx.json similarity index 100% rename from domains/AlexanderZhx.json rename to domains/alexanderzhx.json From ebb2627660d95e18fb02f81cdd3c5262045d1c25 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sun, 23 Jul 2023 14:17:10 +0800 Subject: [PATCH 0217/1143] Update albuman.json --- domains/albuman.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/albuman.json b/domains/albuman.json index aafbfc8cd..cf501ae3e 100644 --- a/domains/albuman.json +++ b/domains/albuman.json @@ -4,7 +4,7 @@ "email": "oliver.young4@student.education.wa.edu.au" }, "record": { - "URL": "albuman.000.pe" + "CNAME": "albuman.000.pe" } } - \ No newline at end of file + From 99a6e1c4c6896a74de91dd534a0c47780c4b52c4 Mon Sep 17 00:00:00 2001 From: CodesZ <96610314+codeszsoft@users.noreply.github.com> Date: Sun, 23 Jul 2023 13:22:11 +0700 Subject: [PATCH 0218/1143] Update codesz.json --- domains/codesz.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/codesz.json b/domains/codesz.json index 72c586a6b..711a0ab5c 100644 --- a/domains/codesz.json +++ b/domains/codesz.json @@ -3,7 +3,8 @@ "username": "codeszsoft", "email": "codeszsoftware@gmail.com" }, + "repo": "https://github.com/codeszsoft/codeszsoft.github.io", "record": { - "CNAME": "hosts.is-a.dev" + "CNAME": "codeszsoft.github.io" } } From 609744aa20ed57ad0f46b41970d12153acc269ea Mon Sep 17 00:00:00 2001 From: zarqizoubir Date: Sun, 23 Jul 2023 07:33:27 +0100 Subject: [PATCH 0219/1143] feat(domain): zarqi.is-a.dev --- domains/zarqi.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/zarqi.json diff --git a/domains/zarqi.json b/domains/zarqi.json new file mode 100644 index 000000000..66bd72ebc --- /dev/null +++ b/domains/zarqi.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "zarqizoubir", + "email": "zarqi.ezzoubair@etu.uae.ac.ma" + }, + "record": { + "CNAME": "zarqizoubir.github.io" + } +} From 0085fcd10edad7e96e85fbd99f7da3f39293b461 Mon Sep 17 00:00:00 2001 From: Shreyas-ITB Date: Sun, 23 Jul 2023 13:05:34 +0530 Subject: [PATCH 0220/1143] feat(domain): shreyasitb.is-a.dev --- domains/shreyasitb.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/shreyasitb.json diff --git a/domains/shreyasitb.json b/domains/shreyasitb.json new file mode 100644 index 000000000..c99534432 --- /dev/null +++ b/domains/shreyasitb.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Shreyas-ITB", + "email": "rstechbros@gmail.com" + }, + "record": { + "CNAME": "shreyas-itb.github.io" + } +} From 449ab73b8e02f14f1ce63e01b5cfbce4b86eb28f Mon Sep 17 00:00:00 2001 From: usr577 Date: Sun, 23 Jul 2023 11:03:17 +0200 Subject: [PATCH 0221/1143] feat(domain): usr577.is-a.dev --- domains/usr577.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/usr577.json diff --git a/domains/usr577.json b/domains/usr577.json new file mode 100644 index 000000000..0b3123448 --- /dev/null +++ b/domains/usr577.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "usr577", + "email": "benedikt.reck@oesdorf.de" + }, + "record": { + "CNAME": "benediktreck.serveo.net" + } +} From bda1d40641ae76cec0109e8f2501aa956f829676 Mon Sep 17 00:00:00 2001 From: azizbna Date: Sun, 23 Jul 2023 12:35:25 +0100 Subject: [PATCH 0222/1143] feat(domain): azeez.is-a.dev --- domains/azeez.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/azeez.json diff --git a/domains/azeez.json b/domains/azeez.json new file mode 100644 index 000000000..bfc4dcf0f --- /dev/null +++ b/domains/azeez.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "azizbna", + "email": "m.azizbenaissa@gmail.com" + }, + "record": { + "CNAME": "azizbna.github.io" + } +} From ae0cbea3e0d2bf35b5b71fec65fc8669f9640de3 Mon Sep 17 00:00:00 2001 From: rinxyzz Date: Sun, 23 Jul 2023 19:10:10 +0700 Subject: [PATCH 0223/1143] feat(domain): littleoutside.is-a.dev --- domains/littleoutside.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/littleoutside.json diff --git a/domains/littleoutside.json b/domains/littleoutside.json new file mode 100644 index 000000000..b1a1369ae --- /dev/null +++ b/domains/littleoutside.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "rinxyzz", + "email": "putriimuttzz.cantikk@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=littleoutside.is-a.dev,f04930de88056a756d52" + } +} From 5f7b1701c88856e26e6318a159ee23d567869623 Mon Sep 17 00:00:00 2001 From: ac009527 <100550131+ac009527@users.noreply.github.com> Date: Sun, 23 Jul 2023 21:49:36 +0800 Subject: [PATCH 0224/1143] Update cz.json --- domains/cz.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/cz.json b/domains/cz.json index 483016c94..e34164ac8 100644 --- a/domains/cz.json +++ b/domains/cz.json @@ -4,7 +4,7 @@ "email": "18571853917@163.com" }, "record": { - "A": ["148.28.129.25"] + "A": ["193.111.31.120"] } } From 3f3088722908c12d6a4e8154d0f1f6242b450a25 Mon Sep 17 00:00:00 2001 From: KorigamiK <72932688+KorigamiK@users.noreply.github.com> Date: Sun, 23 Jul 2023 18:21:37 +0000 Subject: [PATCH 0225/1143] add korigamik --- domains/korigamik.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/korigamik.json diff --git a/domains/korigamik.json b/domains/korigamik.json new file mode 100644 index 000000000..314e08c09 --- /dev/null +++ b/domains/korigamik.json @@ -0,0 +1,12 @@ +{ + "description": "The Portfolio of KorigamiK", + "repo": "https://github.com/KorigamiK/korigamik.github.io", + "owner": { + "username": "KorigamiK", + "email": "korigamik@gmail.com", + "twitter": "https://twitter.com/iamkorigamik" + }, + "record": { + "CNAME": "korigamik.github.io" + } +} From 31206943cf0f14b7157968a41ef652edae0c607e Mon Sep 17 00:00:00 2001 From: ajtazer Date: Mon, 24 Jul 2023 00:40:59 +0530 Subject: [PATCH 0226/1143] feat(domain): tazer.is-a.dev --- domains/tazer.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/tazer.json diff --git a/domains/tazer.json b/domains/tazer.json new file mode 100644 index 000000000..9d74de274 --- /dev/null +++ b/domains/tazer.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ajtazer", + "email": "ajcoolx619@gmail.com" + }, + "record": { + "URL": "https://www.snapchat.com/add/ajtazer" + } +} From 9f5f31dfedf638c813b5d591ba4ec843dfb8cf3f Mon Sep 17 00:00:00 2001 From: h3artcrushz Date: Sun, 23 Jul 2023 13:56:38 -0700 Subject: [PATCH 0227/1143] feat(domain): sematary .is-a.dev --- domains/sematary .json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/sematary .json diff --git a/domains/sematary .json b/domains/sematary .json new file mode 100644 index 000000000..dc3f098bc --- /dev/null +++ b/domains/sematary .json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "h3artcrushz", + "email": "egokillerthusky@gmail.com" + }, + "record": { + "CNAME": "b7297ef8-036a-4483-a5b3-bbfa441ba7fc.id.repl.co" + } +} From af3858cd52075f49d1853b9dbb684e5f3f7b1b5d Mon Sep 17 00:00:00 2001 From: emmu123 <89377181+emmu123@users.noreply.github.com> Date: Mon, 24 Jul 2023 11:03:57 +0530 Subject: [PATCH 0228/1143] Create fun-random-api.json --- domains/fun-random-api.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/fun-random-api.json diff --git a/domains/fun-random-api.json b/domains/fun-random-api.json new file mode 100644 index 000000000..65119128d --- /dev/null +++ b/domains/fun-random-api.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "njanemmu", + "email": "aneenababu71901@gmail.com" + }, + "record": { + "CNAME": "fbf6f1ec-874e-4ec5-b02e-c4cfdbaa148d.id.repl.co" + } +} From 8cb2f10a28e651a67afce257b304b076e2645917 Mon Sep 17 00:00:00 2001 From: BiRabittoh Date: Mon, 24 Jul 2023 06:50:01 +0000 Subject: [PATCH 0229/1143] feat(domain): birabittoh.is-a.dev --- domains/birabittoh.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/birabittoh.json diff --git a/domains/birabittoh.json b/domains/birabittoh.json new file mode 100644 index 000000000..e81b046ee --- /dev/null +++ b/domains/birabittoh.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "BiRabittoh", + "email": "andronacomarco@gmail.com" + }, + "record": { + "CNAME": "birabittoh.github.io" + } +} From 1d7e140b16a779dabbaeff3fa87a54abac0f8dd1 Mon Sep 17 00:00:00 2001 From: ayvanov Date: Mon, 24 Jul 2023 10:03:19 +0300 Subject: [PATCH 0230/1143] feat(domain): ayvanov.is-a.dev --- domains/ayvanov.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/ayvanov.json diff --git a/domains/ayvanov.json b/domains/ayvanov.json new file mode 100644 index 000000000..24f94ffa3 --- /dev/null +++ b/domains/ayvanov.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ayvanov", + "email": "xanderinho@gmail.com" + }, + "record": { + "A": ["79.111.156.10"] + } +} From 546bd3cf7012f2124e5e2d5bd5632e9a6d6775a0 Mon Sep 17 00:00:00 2001 From: KadenAE Date: Mon, 24 Jul 2023 09:22:24 +0100 Subject: [PATCH 0231/1143] feat(domain): kaden.is-a.dev --- domains/kaden.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/kaden.json diff --git a/domains/kaden.json b/domains/kaden.json new file mode 100644 index 000000000..bff5f90ed --- /dev/null +++ b/domains/kaden.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "KadenAE", + "email": "kadeinwales@gmail.com" + }, + "record": { + "CNAME": "kadenae.me" + } +} From 67fdeed39d6bfb8ffbea245a81ecbc6f0e3e6c84 Mon Sep 17 00:00:00 2001 From: SanUwU Date: Mon, 24 Jul 2023 16:14:33 +0700 Subject: [PATCH 0232/1143] feat(domain): senzore.is-a.dev --- domains/senzore.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/senzore.json diff --git a/domains/senzore.json b/domains/senzore.json new file mode 100644 index 000000000..3a7425120 --- /dev/null +++ b/domains/senzore.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "SanUwU", + "email": "sanjayakunz@gmail.com" + }, + "record": { + "URL": "https://senzore.carrd.co/" + } +} From 63effd136a0d3da343faf176cc98d4982411dd71 Mon Sep 17 00:00:00 2001 From: dexit Date: Mon, 24 Jul 2023 10:22:47 +0100 Subject: [PATCH 0233/1143] feat(domain): rihards.is-a.dev --- domains/rihards.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/rihards.json diff --git a/domains/rihards.json b/domains/rihards.json new file mode 100644 index 000000000..773e09ec9 --- /dev/null +++ b/domains/rihards.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "dexit", + "email": "dexit@dyc.lv" + }, + "record": { + "CNAME": "dexit.github.io" + } +} From 4a6db47e4673c3bae1f1c3719024a554039c773c Mon Sep 17 00:00:00 2001 From: anondev-sudo Date: Mon, 24 Jul 2023 15:12:25 +0200 Subject: [PATCH 0234/1143] feat(domain): anon.is-a.dev --- domains/anon.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/domains/anon.json b/domains/anon.json index 23eacad4e..a84ec1565 100644 --- a/domains/anon.json +++ b/domains/anon.json @@ -1,11 +1,9 @@ { - "description": "Anondev's personal profile website", - "repo": "https://github.com/anondev-sudo/anondev-sudo", "owner": { "username": "anondev-sudo", - "email": "contact@anonym-dev.tk" + "email": "anondev@anonym-dev.tk" }, "record": { - "CNAME": "anondev.up.railway.app" + "MX": "4e7b2afdee66dc77.mx1.emailprofi.seznam.cz" } } From 91ed3fad048e3efafa561e6c9f40a962004a3707 Mon Sep 17 00:00:00 2001 From: AnonDev <85408287+anondev-sudo@users.noreply.github.com> Date: Mon, 24 Jul 2023 15:16:57 +0200 Subject: [PATCH 0235/1143] Update anon.json --- domains/anon.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/domains/anon.json b/domains/anon.json index a84ec1565..0d02960f5 100644 --- a/domains/anon.json +++ b/domains/anon.json @@ -1,9 +1,13 @@ { + "description": "Anondev's personal profile website", + "repo": "https://github.com/anondev-sudo/anondev-sudo", "owner": { "username": "anondev-sudo", - "email": "anondev@anonym-dev.tk" + "email": "contact@anonym-dev.tk" }, "record": { - "MX": "4e7b2afdee66dc77.mx1.emailprofi.seznam.cz" + "CNAME": "anondev.up.railway.app", + "MX": ["4e7b2afdee66dc77.mx1.emailprofi.seznam.cz", "4e7b2afdee66dc77.mx2.emailprofi.seznam.cz"], + "TXT": "v=spf1 include:spf.seznam.cz ~all" } } From 298650491ff61eb1500a14b2287bc2afe8b3394d Mon Sep 17 00:00:00 2001 From: NxyyLOL Date: Mon, 24 Jul 2023 10:26:46 -0400 Subject: [PATCH 0236/1143] feat(domain): nxyy.is-a.dev --- domains/nxyy.json | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/domains/nxyy.json b/domains/nxyy.json index cd07ddcab..176a6ce37 100644 --- a/domains/nxyy.json +++ b/domains/nxyy.json @@ -1,10 +1,9 @@ { - "owner": { - "username": "NxyyLOL", - "email": "nxyylol@protonmail.com" - }, - "record": { - "A": ["158.101.209.213"] - } + "owner": { + "username": "NxyyLOL", + "email": "nxyylol@protonmail.com" + }, + "record": { + "CNAME": "hosts.is-a.dev" } - \ No newline at end of file +} From acd716016357da6d2ccdd357c4836c7096eefa94 Mon Sep 17 00:00:00 2001 From: theamazing0 Date: Mon, 24 Jul 2023 11:28:08 -0400 Subject: [PATCH 0237/1143] feat(domain): theamazing0.is-a.dev --- domains/theamazing0.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/theamazing0.json diff --git a/domains/theamazing0.json b/domains/theamazing0.json new file mode 100644 index 000000000..0351d4756 --- /dev/null +++ b/domains/theamazing0.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "theamazing0", + "email": "ksamvid@gmail.com" + }, + "record": { + "URL": "https://git.projectsegfau.lt/theamazing0" + } +} From 6bcddcaa34910117d533a1d6eeb32b37116e89d6 Mon Sep 17 00:00:00 2001 From: thanphong19 Date: Mon, 24 Jul 2023 22:41:24 +0700 Subject: [PATCH 0238/1143] feat(domain): vigo.is-a.dev --- domains/vigo.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/vigo.json diff --git a/domains/vigo.json b/domains/vigo.json new file mode 100644 index 000000000..ea7dc3370 --- /dev/null +++ b/domains/vigo.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "thanphong19", + "email": "thanphong19@gmail.com" + }, + "record": { + "A": ["168.138.167.184"] + } +} From aa8be31376a11d9843ed56ce900dbf54d9629238 Mon Sep 17 00:00:00 2001 From: AnonDev <85408287+anondev-sudo@users.noreply.github.com> Date: Mon, 24 Jul 2023 18:19:05 +0200 Subject: [PATCH 0239/1143] Update anon.json --- domains/anon.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/anon.json b/domains/anon.json index 0d02960f5..2765a84c2 100644 --- a/domains/anon.json +++ b/domains/anon.json @@ -6,7 +6,7 @@ "email": "contact@anonym-dev.tk" }, "record": { - "CNAME": "anondev.up.railway.app", + "A": "216.24.57.1", "MX": ["4e7b2afdee66dc77.mx1.emailprofi.seznam.cz", "4e7b2afdee66dc77.mx2.emailprofi.seznam.cz"], "TXT": "v=spf1 include:spf.seznam.cz ~all" } From 8bd12b453674076f0a35ca118cb6608340f454d1 Mon Sep 17 00:00:00 2001 From: AnonDev <85408287+anondev-sudo@users.noreply.github.com> Date: Mon, 24 Jul 2023 18:21:47 +0200 Subject: [PATCH 0240/1143] nah check wants array of ip addresses --- domains/anon.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/anon.json b/domains/anon.json index 2765a84c2..0013638a9 100644 --- a/domains/anon.json +++ b/domains/anon.json @@ -6,7 +6,7 @@ "email": "contact@anonym-dev.tk" }, "record": { - "A": "216.24.57.1", + "A": ["216.24.57.1"], "MX": ["4e7b2afdee66dc77.mx1.emailprofi.seznam.cz", "4e7b2afdee66dc77.mx2.emailprofi.seznam.cz"], "TXT": "v=spf1 include:spf.seznam.cz ~all" } From 516844e1a0ccd82be9e05fd4da80b68c58b11d47 Mon Sep 17 00:00:00 2001 From: Tomgxz Date: Mon, 24 Jul 2023 18:03:44 +0100 Subject: [PATCH 0241/1143] feat(domain): tomgxz.is-a.dev --- domains/tomgxz.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/tomgxz.json diff --git a/domains/tomgxz.json b/domains/tomgxz.json new file mode 100644 index 000000000..35c7df3d3 --- /dev/null +++ b/domains/tomgxz.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Tomgxz", + "email": "tomgxz138@gmail.com" + }, + "record": { + "CNAME": "f555da86-2787-4f73-9bc4-4dcd4434865d.id.repl.co" + } +} From 4f6ff175b569d79af1b05ae60710755e88d9374c Mon Sep 17 00:00:00 2001 From: balaganesh102004 Date: Mon, 24 Jul 2023 22:40:00 +0530 Subject: [PATCH 0242/1143] feat(domain): balaganesh.is-a.dev --- domains/balaganesh.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/balaganesh.json diff --git a/domains/balaganesh.json b/domains/balaganesh.json new file mode 100644 index 000000000..3476bf55b --- /dev/null +++ b/domains/balaganesh.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "balaganesh102004", + "email": "balaganesh10.2004@gmail.com" + }, + "record": { + "URL": "https://balaganesh.com" + } +} From c9472eada47b00614c3cde2e1d5c92a527a8c5ed Mon Sep 17 00:00:00 2001 From: Sarang <46310322+i-supermario@users.noreply.github.com> Date: Mon, 24 Jul 2023 11:07:39 -0700 Subject: [PATCH 0243/1143] Create sarang.json --- domains/sarang.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/sarang.json diff --git a/domains/sarang.json b/domains/sarang.json new file mode 100644 index 000000000..467e03cd9 --- /dev/null +++ b/domains/sarang.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "", + "email": "" + } + "record": { + "URL": "https://main--sarang-portfolio-site.netlify.app/" + } +} From 1c9cb7dd0ce55e4569e714b594539a62b40313aa Mon Sep 17 00:00:00 2001 From: Sarang <46310322+i-supermario@users.noreply.github.com> Date: Mon, 24 Jul 2023 11:10:25 -0700 Subject: [PATCH 0244/1143] Update sarang.json --- domains/sarang.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/sarang.json b/domains/sarang.json index 467e03cd9..8291dad6a 100644 --- a/domains/sarang.json +++ b/domains/sarang.json @@ -1,7 +1,7 @@ { "owner": { - "username": "", - "email": "" + "username": "i-supermario", + "email": "sarang1699@gmail.com" } "record": { "URL": "https://main--sarang-portfolio-site.netlify.app/" From 0969d6fd1f161d9fb8d308172ae74fd34f957a8c Mon Sep 17 00:00:00 2001 From: 1NO26 Date: Mon, 24 Jul 2023 21:18:25 +0300 Subject: [PATCH 0245/1143] feat(domain): 1NO.is-a.dev --- domains/1NO.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/1NO.json diff --git a/domains/1NO.json b/domains/1NO.json new file mode 100644 index 000000000..97cda75d2 --- /dev/null +++ b/domains/1NO.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "1NO26", + "email": "ali2626albayrak@gmail.com" + }, + "record": { + "URL": "https://whub.pro" + } +} From d1d652c6545500318a1babfc241819c2540fbec2 Mon Sep 17 00:00:00 2001 From: usr577 Date: Mon, 24 Jul 2023 21:23:16 +0200 Subject: [PATCH 0246/1143] feat(domain): benediktreck.is-a.dev From 4933de24bee597fbff7f102e9733434f447efd7a Mon Sep 17 00:00:00 2001 From: usr577 Date: Mon, 24 Jul 2023 21:23:29 +0200 Subject: [PATCH 0247/1143] feat(domain): benediktreck.is-a.dev From a7c34d000706ad75eaa58b27cd38d66377d6db02 Mon Sep 17 00:00:00 2001 From: oxmc Date: Mon, 24 Jul 2023 15:44:12 -0700 Subject: [PATCH 0248/1143] feat(domain): oxmc.is-a.dev --- domains/oxmc.json | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/domains/oxmc.json b/domains/oxmc.json index c7fc5853f..00d9e1ba8 100644 --- a/domains/oxmc.json +++ b/domains/oxmc.json @@ -1,10 +1,9 @@ { - "owner": { - "username": "oxmc", - "email": "oxmc7769.mail@gmail.com" - }, - "record": { - "CNAME": "oxmc.github.io" - } + "owner": { + "username": "oxmc", + "email": "oxmc7769.mail@gmail.com" + }, + "record": { + "CNAME": "hosts.is-a.dev" } - \ No newline at end of file +} From 54aa92eab8cbff58f279dbc7c34a4bc9955b16f4 Mon Sep 17 00:00:00 2001 From: oxmc Date: Mon, 24 Jul 2023 15:46:30 -0700 Subject: [PATCH 0249/1143] feat(domain): oxmc.is-a.dev --- domains/oxmc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/oxmc.json b/domains/oxmc.json index 00d9e1ba8..779947809 100644 --- a/domains/oxmc.json +++ b/domains/oxmc.json @@ -4,6 +4,6 @@ "email": "oxmc7769.mail@gmail.com" }, "record": { - "CNAME": "hosts.is-a.dev" + "MX": "gmail.com MX preference = 10, mail exchanger = alt1.gmail-smtp-in.l.google.com" } } From 69b4b63e0ec558f2b058444d61a94f5c2ce5e260 Mon Sep 17 00:00:00 2001 From: Fqcxn <110361751+Fqcxn@users.noreply.github.com> Date: Mon, 24 Jul 2023 16:54:38 -0700 Subject: [PATCH 0250/1143] Create valorant.json --- domains/valorant.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/valorant.json diff --git a/domains/valorant.json b/domains/valorant.json new file mode 100644 index 000000000..8abfa1dd0 --- /dev/null +++ b/domains/valorant.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Fqcxn", + "email": "", + "twitter": "FqcxnLmao", + "discord": "hong.kong" + }, + "record": { + "CNAME": "fqcxn.com" + } +} From 14dbe396386732eb3589bdf1496462ac789d02ab Mon Sep 17 00:00:00 2001 From: Fqcxn <110361751+Fqcxn@users.noreply.github.com> Date: Mon, 24 Jul 2023 16:55:21 -0700 Subject: [PATCH 0251/1143] Update contentbot.json --- domains/contentbot.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/contentbot.json b/domains/contentbot.json index 7f1cbc6e1..b33d5fc15 100644 --- a/domains/contentbot.json +++ b/domains/contentbot.json @@ -2,10 +2,10 @@ "owner": { "username": "Fqcxn", "email": "", - "twitter": "FqcxnOfficial", + "twitter": "FqcxnLmao", "discord": "hong.kong" }, "record": { - "CNAME": "6399365d-4f52-4cfb-bbc2-5f18d1974c7f.id.repl.co" + "CNAME": "fqcxn.com" } } From 6ce98691d2932d06d1956f6ad86ef338216f85b4 Mon Sep 17 00:00:00 2001 From: Fqcxn <110361751+Fqcxn@users.noreply.github.com> Date: Mon, 24 Jul 2023 16:56:51 -0700 Subject: [PATCH 0252/1143] Update fqcxn.json --- domains/fqcxn.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/domains/fqcxn.json b/domains/fqcxn.json index 29d5357d2..0bc31d071 100644 --- a/domains/fqcxn.json +++ b/domains/fqcxn.json @@ -1,10 +1,8 @@ { - "description": "Information Display", - "repo": "https://github.com/Fqcxn/fqcxn.github.io", "owner": { "username": "Fqcxn", "email": "", - "twitter": "FqcxnOfficial", + "twitter": "FqcxnLmao", "discord": "hong.kong" }, "record": { From 1bccd8c9e1d2b9586c4fea6186e0f28c4cdda144 Mon Sep 17 00:00:00 2001 From: Sonic853 Date: Tue, 25 Jul 2023 10:59:11 +0800 Subject: [PATCH 0253/1143] feat(domain): 853.is-a.dev --- domains/853.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/853.json diff --git a/domains/853.json b/domains/853.json new file mode 100644 index 000000000..2f923f5f7 --- /dev/null +++ b/domains/853.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Sonic853", + "email": "sonic853@qq.com" + }, + "record": { + "TXT": "853" + } +} From 4324d9da61b0b2aef38fecdc44633339c805d6af Mon Sep 17 00:00:00 2001 From: 853 Date: Tue, 25 Jul 2023 11:03:03 +0800 Subject: [PATCH 0254/1143] feat(domain): 853.is-a.dev --- domains/853.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/853.json b/domains/853.json index 2f923f5f7..fba890678 100644 --- a/domains/853.json +++ b/domains/853.json @@ -4,6 +4,6 @@ "email": "sonic853@qq.com" }, "record": { - "TXT": "853" + "A": "119.29.157.82" } } From 9bebaeaad551ed89c17b26158c274b05c1ba11f9 Mon Sep 17 00:00:00 2001 From: Tanmay Vijay Muley <66818371+TanX-009@users.noreply.github.com> Date: Tue, 25 Jul 2023 12:25:41 +0530 Subject: [PATCH 0255/1143] feat(domain): add `tanx-009.is-a.dev` --- domains/tanx-009.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/tanx-009.json diff --git a/domains/tanx-009.json b/domains/tanx-009.json new file mode 100644 index 000000000..55b9ec005 --- /dev/null +++ b/domains/tanx-009.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "TanX-009", + "email": "tanmaymuley009@gmail.com" + }, + + "record": { + "CNAME": "tanx-009.gitlab.io" + } +} From b98a936b47ceb435bc140c19217e7445d038333b Mon Sep 17 00:00:00 2001 From: erayreperit Date: Tue, 25 Jul 2023 18:42:14 +0400 Subject: [PATCH 0256/1143] feat(domain): eray.is-a.dev --- domains/eray.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/eray.json diff --git a/domains/eray.json b/domains/eray.json new file mode 100644 index 000000000..23d1405ab --- /dev/null +++ b/domains/eray.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "erayreperit", + "email": "eray6421@proton.me" + }, + "record": { + "CNAME": "erayreperit.github.io" + } +} From 710a75d5d913eb37c6d0effdece0f6be6293d786 Mon Sep 17 00:00:00 2001 From: El Hassen Sidi Major <121628059+hassenmajor@users.noreply.github.com> Date: Tue, 25 Jul 2023 18:55:51 +0000 Subject: [PATCH 0257/1143] Create hassenmajor.json --- domains/hassenmajor.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/hassenmajor.json diff --git a/domains/hassenmajor.json b/domains/hassenmajor.json new file mode 100644 index 000000000..8f8c9811d --- /dev/null +++ b/domains/hassenmajor.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "hassenmajor", + "email": "hassenmajor@gmail.com" + }, + "description": "This is my personal portfolio.", + "record": { + "CNAME": "hassenmajor.github.io" + } +} From 7bb27826fc1ed75759f0a2c4d3f6e5b3aeca4a5f Mon Sep 17 00:00:00 2001 From: roktim32 Date: Wed, 26 Jul 2023 01:02:03 +0530 Subject: [PATCH 0258/1143] feat(domain): infiniteloop.is-a.dev --- domains/infiniteloop.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/infiniteloop.json diff --git a/domains/infiniteloop.json b/domains/infiniteloop.json new file mode 100644 index 000000000..f5d16fdcf --- /dev/null +++ b/domains/infiniteloop.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "roktim32", + "email": "roktimsenapoty2@gmail.com" + }, + "record": { + "CNAME": "roktim32.github.io" + } +} From bbaa19dbb271d77f289e1b6890cd5f26fd565c2e Mon Sep 17 00:00:00 2001 From: roktim32 Date: Wed, 26 Jul 2023 01:06:23 +0530 Subject: [PATCH 0259/1143] feat(domain): error404.is-a.dev --- domains/error404.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/error404.json diff --git a/domains/error404.json b/domains/error404.json new file mode 100644 index 000000000..f5d16fdcf --- /dev/null +++ b/domains/error404.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "roktim32", + "email": "roktimsenapoty2@gmail.com" + }, + "record": { + "CNAME": "roktim32.github.io" + } +} From 872818c6cde9fb86166d390c7ada51feb19c1552 Mon Sep 17 00:00:00 2001 From: Roktim Kamal Senapoty <57640212+roktim32@users.noreply.github.com> Date: Wed, 26 Jul 2023 01:35:29 +0530 Subject: [PATCH 0260/1143] Delete error404.json --- domains/error404.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/error404.json diff --git a/domains/error404.json b/domains/error404.json deleted file mode 100644 index f5d16fdcf..000000000 --- a/domains/error404.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "roktim32", - "email": "roktimsenapoty2@gmail.com" - }, - "record": { - "CNAME": "roktim32.github.io" - } -} From 60f4efb0e9d0d22f3ed144b6336c398f99c58a65 Mon Sep 17 00:00:00 2001 From: Cfhoiril Date: Wed, 26 Jul 2023 10:38:05 +0700 Subject: [PATCH 0261/1143] feat(domain): iamchoiiril.is-a.dev --- domains/iamchoiiril.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/iamchoiiril.json diff --git a/domains/iamchoiiril.json b/domains/iamchoiiril.json new file mode 100644 index 000000000..abdf2ff42 --- /dev/null +++ b/domains/iamchoiiril.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Cfhoiril", + "email": "iamchoirilfk@gmail.com" + }, + "record": { + "CNAME": "iamchoiiril.glitch.me" + } +} From 4ea6ac920b82b99dba4112798790061ef22baacf Mon Sep 17 00:00:00 2001 From: jacobi090 Date: Wed, 26 Jul 2023 04:21:07 +0000 Subject: [PATCH 0262/1143] feat(domain): jacobi09.is-a.dev --- domains/jacobi09.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/jacobi09.json diff --git a/domains/jacobi09.json b/domains/jacobi09.json new file mode 100644 index 000000000..3f78f3789 --- /dev/null +++ b/domains/jacobi09.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "jacobi090", + "email": "jacobi090@outlook.com" + }, + "record": { + "CNAME": "11a5227b-1286-4b6c-9741-b0e69e913c6f.id.repl.co" + } +} From 182d584a6139d6dd0d012650085ad9cf2cf6b864 Mon Sep 17 00:00:00 2001 From: ClaytonTDM Date: Wed, 26 Jul 2023 02:55:02 -0400 Subject: [PATCH 0263/1143] feat(domain): clay.is-a.dev --- domains/clay.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/clay.json diff --git a/domains/clay.json b/domains/clay.json new file mode 100644 index 000000000..994a2f470 --- /dev/null +++ b/domains/clay.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ClaytonTDM", + "email": "claytontdm@gmail.com" + }, + "record": { + "CNAME": "claytontdm.github.io" + } +} From 012fd52cc55c0cc7e8696e40f84cbaaa8abf9170 Mon Sep 17 00:00:00 2001 From: fundid Date: Wed, 26 Jul 2023 10:28:57 +0300 Subject: [PATCH 0264/1143] feat(domain): fundid.is-a.dev --- domains/fundid.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/fundid.json diff --git a/domains/fundid.json b/domains/fundid.json new file mode 100644 index 000000000..853ddc73b --- /dev/null +++ b/domains/fundid.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "fundid", + "email": "fundidennis@protonmail.com" + }, + "record": { + "CNAME": "fundid.github.io" + } +} From 8fc31b9a0f295417f4f03f937278e4ef9b08b828 Mon Sep 17 00:00:00 2001 From: Seb <69688534+SebTNT@users.noreply.github.com> Date: Wed, 26 Jul 2023 10:22:12 +0100 Subject: [PATCH 0265/1143] Create team.tnt.json --- domains/team.tnt.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/team.tnt.json diff --git a/domains/team.tnt.json b/domains/team.tnt.json new file mode 100644 index 000000000..7fea46cc0 --- /dev/null +++ b/domains/team.tnt.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "SebTNT", + "email": "turquoisetntmultimedia@gmail.com" + }, + "record": { + "A": "185.199.108.153" + } +} From e69f9d1ae86f35d03eaa8e463ff55c34c5afb041 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Wed, 26 Jul 2023 17:33:58 +0800 Subject: [PATCH 0266/1143] Update team.tnt.json --- domains/team.tnt.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/team.tnt.json b/domains/team.tnt.json index 7fea46cc0..2d11c8ddf 100644 --- a/domains/team.tnt.json +++ b/domains/team.tnt.json @@ -4,6 +4,6 @@ "email": "turquoisetntmultimedia@gmail.com" }, "record": { - "A": "185.199.108.153" + "CNAME": "sebtnt.github.io" } } From e7785baf3e25a70939787d55a1b196de13366225 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Wed, 26 Jul 2023 17:43:35 +0800 Subject: [PATCH 0267/1143] Update 853.json --- domains/853.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/853.json b/domains/853.json index fba890678..15f4a86fe 100644 --- a/domains/853.json +++ b/domains/853.json @@ -4,6 +4,6 @@ "email": "sonic853@qq.com" }, "record": { - "A": "119.29.157.82" + "A": ["119.29.157.82"] } } From 87448918c922234da48018f1a07e489b02e46f55 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Wed, 26 Jul 2023 17:48:43 +0800 Subject: [PATCH 0268/1143] Rename 1NO.json to 1no.json --- domains/{1NO.json => 1no.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{1NO.json => 1no.json} (100%) diff --git a/domains/1NO.json b/domains/1no.json similarity index 100% rename from domains/1NO.json rename to domains/1no.json From 52b1529dd51925f4d5ad13f6dae83315e577b0ae Mon Sep 17 00:00:00 2001 From: William Harrison Date: Wed, 26 Jul 2023 17:49:15 +0800 Subject: [PATCH 0269/1143] Update sarang.json --- domains/sarang.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/sarang.json b/domains/sarang.json index 8291dad6a..4828492e2 100644 --- a/domains/sarang.json +++ b/domains/sarang.json @@ -2,8 +2,8 @@ "owner": { "username": "i-supermario", "email": "sarang1699@gmail.com" - } + }, "record": { - "URL": "https://main--sarang-portfolio-site.netlify.app/" + "URL": "https://main--sarang-portfolio-site.netlify.app" } } From 4f03bd02c1b32a9d58d94a097af8690a1ffae224 Mon Sep 17 00:00:00 2001 From: femachi Date: Wed, 26 Jul 2023 16:55:33 +0700 Subject: [PATCH 0270/1143] feat(domain): machi.is-a.dev --- domains/machi.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/machi.json diff --git a/domains/machi.json b/domains/machi.json new file mode 100644 index 000000000..bd3c826d0 --- /dev/null +++ b/domains/machi.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "femachi", + "email": "ocubrisme@gmail.com" + }, + "record": { + "URL": "https://rentry.co/femachi" + } +} From f3bebea2f2c400a948632f81c07aaf30d4b6e5af Mon Sep 17 00:00:00 2001 From: William Harrison Date: Wed, 26 Jul 2023 17:59:21 +0800 Subject: [PATCH 0271/1143] Rename sematary .json to sematary.json --- domains/{sematary .json => sematary.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{sematary .json => sematary.json} (100%) diff --git a/domains/sematary .json b/domains/sematary.json similarity index 100% rename from domains/sematary .json rename to domains/sematary.json From eb9b69a1dc994c062e4ec6607369d77647d62bf6 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Wed, 26 Jul 2023 18:01:48 +0800 Subject: [PATCH 0272/1143] Update duyeric.json --- domains/duyeric.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/duyeric.json b/domains/duyeric.json index 02311db02..b0f5fa4de 100644 --- a/domains/duyeric.json +++ b/domains/duyeric.json @@ -4,7 +4,7 @@ "email": "duyericmmo@gmail.com" }, "record": { - "CNAME": "www" + "A": ["172.245.139.131"] } } - \ No newline at end of file + From 6e844441f3d6f2f3f144b688e8f752fc1b252e82 Mon Sep 17 00:00:00 2001 From: William Harrison <115670568+WDH-2@users.noreply.github.com> Date: Wed, 26 Jul 2023 18:17:48 +0800 Subject: [PATCH 0273/1143] chore: delete unused staff domains --- ...thub-pages-challenge-andrewstech.privacy.json | 9 --------- domains/auth.json | 9 --------- domains/beta.json | 9 --------- domains/live.preview.beta.json | 9 --------- domains/maintainers.json | 1 + domains/preview.beta.json | 9 --------- domains/privacy.json | 16 ---------------- 7 files changed, 1 insertion(+), 61 deletions(-) delete mode 100644 domains/_github-pages-challenge-andrewstech.privacy.json delete mode 100644 domains/auth.json delete mode 100644 domains/beta.json delete mode 100644 domains/live.preview.beta.json delete mode 100644 domains/preview.beta.json delete mode 100644 domains/privacy.json diff --git a/domains/_github-pages-challenge-andrewstech.privacy.json b/domains/_github-pages-challenge-andrewstech.privacy.json deleted file mode 100644 index d16b0382a..000000000 --- a/domains/_github-pages-challenge-andrewstech.privacy.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "is-a-dev", - "email": "phenax5@gmail.com" - }, - "record": { - "TXT": "f4099fcae5cf0ea04f853bc649c5b1" - } -} diff --git a/domains/auth.json b/domains/auth.json deleted file mode 100644 index b184c3293..000000000 --- a/domains/auth.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "is-a-dev", - "email": "phenax5@gmail.com" - }, - "record": { - "A": ["199.36.158.100"] - } -} diff --git a/domains/beta.json b/domains/beta.json deleted file mode 100644 index 0fc3a29a3..000000000 --- a/domains/beta.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "is-a-dev", - "email": "phenax5@gmail.com" - }, - "record": { - "URL": "https://register.is-a.dev" - } -} diff --git a/domains/live.preview.beta.json b/domains/live.preview.beta.json deleted file mode 100644 index 09b4f1ae3..000000000 --- a/domains/live.preview.beta.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "is-a-dev", - "email": "phenax5@gmail.com" - }, - "record": { - "A": ["140.238.66.199"] - } -} diff --git a/domains/maintainers.json b/domains/maintainers.json index aaca41559..0096a665f 100644 --- a/domains/maintainers.json +++ b/domains/maintainers.json @@ -4,6 +4,7 @@ "email": "phenax5@gmail.com" }, "record": { + "URL": "https://team.is-a.dev", "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], "TXT": "forward-email=isdevmail.beadman-network.com" } diff --git a/domains/preview.beta.json b/domains/preview.beta.json deleted file mode 100644 index 17ebbe84d..000000000 --- a/domains/preview.beta.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "is-a-dev", - "email": "phenax5@gmail.com" - }, - "record": { - "CNAME": "is-a-dev-bot.github.io" - } -} diff --git a/domains/privacy.json b/domains/privacy.json deleted file mode 100644 index 447383cfa..000000000 --- a/domains/privacy.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "owner": { - "username": "is-a-dev", - "email": "phenax5@gmail.com" - }, - "record": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ], - "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], - "TXT": "forward-email=privacy.isdev.localplayer.dev" - } -} From ff796a8bc5af019d51516be00aacb91263579e61 Mon Sep 17 00:00:00 2001 From: andrewstech Date: Wed, 26 Jul 2023 13:32:21 +0300 Subject: [PATCH 0274/1143] Delete raw.is-a.dev --- domains/raw.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 domains/raw.json diff --git a/domains/raw.json b/domains/raw.json deleted file mode 100644 index a20b7e4df..000000000 --- a/domains/raw.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "is-a-dev-raw api", - "repo": "https://github.com/andrewstech/is-a-dev-raw-api", - "owner": { - "username": "andrewstech", - "email": "hello@andrewstech.me", - "twitter": "andrewstech1" - }, - "record": { - "CNAME": "andrewstech.github.io" - } -} From 5b55d73a2c7c4a25201bf99e197a0ddf84db896b Mon Sep 17 00:00:00 2001 From: William Harrison <115670568+WDH-2@users.noreply.github.com> Date: Wed, 26 Jul 2023 18:34:53 +0800 Subject: [PATCH 0275/1143] feat: update staff domains --- domains/_github-pages-challenge-wdhdev.data.json | 4 ++-- .../_github-pages-challenge-wdhdev.raw-api.json | 4 ++-- domains/analytics.json | 15 +++++++-------- domains/api.json | 4 ++-- domains/data.json | 4 ++-- domains/hosts.json | 15 +++++++-------- domains/mailx.json | 4 ++-- domains/manage.json | 7 +++---- domains/notify-api.json | 9 ++++----- domains/raw-api.json | 4 ++-- domains/register-bot.json | 5 ++--- domains/register.json | 7 +++---- 12 files changed, 38 insertions(+), 44 deletions(-) diff --git a/domains/_github-pages-challenge-wdhdev.data.json b/domains/_github-pages-challenge-wdhdev.data.json index 274f5bd67..36d8e3f0a 100644 --- a/domains/_github-pages-challenge-wdhdev.data.json +++ b/domains/_github-pages-challenge-wdhdev.data.json @@ -1,7 +1,7 @@ { "owner": { - "username": "WilliamDavidHarrison", - "email": "william@williamharrison.dev" + "username": "is-a-dev", + "email": "phenax5@gmail.com" }, "record": { diff --git a/domains/_github-pages-challenge-wdhdev.raw-api.json b/domains/_github-pages-challenge-wdhdev.raw-api.json index 261a097c6..0aeb7a4cf 100644 --- a/domains/_github-pages-challenge-wdhdev.raw-api.json +++ b/domains/_github-pages-challenge-wdhdev.raw-api.json @@ -1,7 +1,7 @@ { "owner": { - "username": "WilliamDavidHarrison", - "email": "william@williamharrison.dev" + "username": "is-a-dev", + "email": "phenax5@gmail.com" }, "record": { diff --git a/domains/analytics.json b/domains/analytics.json index 4031ca16e..744084eea 100644 --- a/domains/analytics.json +++ b/domains/analytics.json @@ -1,11 +1,10 @@ { - "owner": { - "username": "isadev", - "email": "hello@maintainers.is-a.dev" - }, - "record": { - "CNAME": "register.is-a.dev" - } + "owner": { + "username": "is-a-dev", + "email": "phenax5@gmail.com" + }, + "record": { + "CNAME": "dns.beadman-network.com" } - +} diff --git a/domains/api.json b/domains/api.json index 72adff01c..2afedf41e 100644 --- a/domains/api.json +++ b/domains/api.json @@ -1,7 +1,7 @@ { "owner": { - "username": "WilliamDavidHarrison", - "email": "william@williamharrison.dev" + "username": "is-a-dev", + "email": "phenax5@gmail.com" }, "record": { diff --git a/domains/data.json b/domains/data.json index 5738c9ef2..10d14c84b 100644 --- a/domains/data.json +++ b/domains/data.json @@ -1,7 +1,7 @@ { "owner": { - "username": "WilliamDavidHarrison", - "email": "william@williamharrison.dev" + "username": "is-a-dev", + "email": "phenax5@gmail.com" }, "record": { diff --git a/domains/hosts.json b/domains/hosts.json index a4ff52216..df90b568a 100644 --- a/domains/hosts.json +++ b/domains/hosts.json @@ -1,10 +1,9 @@ { - "owner": { - "username": "is-a-dev-bot", - "email": "is-a-dev@win11react.com" - }, - "record": { - "CNAME": "register.is-a.dev" - } + "owner": { + "username": "is-a-dev", + "email": "phenax5@gmail.com" + }, + "record": { + "CNAME": "dns.beadman-network.com" } - \ No newline at end of file +} diff --git a/domains/mailx.json b/domains/mailx.json index 551983ff8..51b9f948b 100644 --- a/domains/mailx.json +++ b/domains/mailx.json @@ -1,7 +1,7 @@ { "owner": { - "username": "is-a-dev-bot", - "email": "is-a-dev@win11react.com" + "username": "is-a-dev", + "email": "phenax5@gmail.com" }, "record": { diff --git a/domains/manage.json b/domains/manage.json index 4c2a68d46..ef2dd2748 100644 --- a/domains/manage.json +++ b/domains/manage.json @@ -1,11 +1,10 @@ { "owner": { - "username": "is-a-dev-bot", - "email": "is-a-dev@win11react.com", - "discord": "1094272477137481810" + "username": "is-a-dev", + "email": "phenax5@gmail.com" }, "record": { - "CNAME": "register.is-a.dev" + "CNAME": "dns.beadman-network.com" } } diff --git a/domains/notify-api.json b/domains/notify-api.json index 6e00c3f20..fa3c8951a 100644 --- a/domains/notify-api.json +++ b/domains/notify-api.json @@ -1,11 +1,10 @@ { "owner": { - "username": "andrewstech", - "email": "Andrewbuild48@gmail.com", - "note": "This record was created by is-a.dev Discord bot via discord id: 598245488977903688" - }, + "username": "is-a-dev", + "email": "phenax5@gmail.com" + }, "record": { - "CNAME": "net.beadman-network.com" + "CNAME": "dns.beadman-network.com" } } diff --git a/domains/raw-api.json b/domains/raw-api.json index 5738c9ef2..10d14c84b 100644 --- a/domains/raw-api.json +++ b/domains/raw-api.json @@ -1,7 +1,7 @@ { "owner": { - "username": "WilliamDavidHarrison", - "email": "william@williamharrison.dev" + "username": "is-a-dev", + "email": "phenax5@gmail.com" }, "record": { diff --git a/domains/register-bot.json b/domains/register-bot.json index 652d7ea34..1afde3af6 100644 --- a/domains/register-bot.json +++ b/domains/register-bot.json @@ -2,9 +2,8 @@ "description": "Register-bot", "repo": "https://github.com/andrewstech/is-a-dev-bot", "owner": { - "username": "andrewstech", - "email": "hello@andrewstech.me", - "twitter": "andrewstech1" + "username": "is-a-dev", + "email": "phenax5@gmail.com" }, "record": { "CNAME": "dns.beadman-network.com" diff --git a/domains/register.json b/domains/register.json index fb172c93f..397791b43 100644 --- a/domains/register.json +++ b/domains/register.json @@ -1,11 +1,10 @@ { "owner": { - "username": "is-a-dev-bot", - "email": "is-a-dev@win11react.com", - "discord": "1094272477137481810" + "username": "is-a-dev", + "email": "phenax5@gmail.com" }, "record": { - "CNAME": "register-bot.is-a.dev" + "URL": "https://manage.is-a.dev" } } From eac49fb54b0f4d918b92b3fcd0e440c991301177 Mon Sep 17 00:00:00 2001 From: KadenAE Date: Wed, 26 Jul 2023 11:40:25 +0100 Subject: [PATCH 0276/1143] feat(domain): kaden.is-a.dev --- domains/kaden.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/kaden.json b/domains/kaden.json index bff5f90ed..95cfa1178 100644 --- a/domains/kaden.json +++ b/domains/kaden.json @@ -4,6 +4,6 @@ "email": "kadeinwales@gmail.com" }, "record": { - "CNAME": "kadenae.me" + "CNAME": "kadenae.me" } } From 6a6a0001905eff7a9ba6eae04cec257fd92f60cc Mon Sep 17 00:00:00 2001 From: KadenAE Date: Wed, 26 Jul 2023 11:40:40 +0100 Subject: [PATCH 0277/1143] feat(domain): kaden.is-a.dev --- domains/kaden.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/kaden.json b/domains/kaden.json index 95cfa1178..4a8d2861b 100644 --- a/domains/kaden.json +++ b/domains/kaden.json @@ -4,6 +4,6 @@ "email": "kadeinwales@gmail.com" }, "record": { - "CNAME": "kadenae.me" + "CNAME": "hosts.is-a.dev" } } From e653243849d138aa20c99bb82f786f88c6174bb8 Mon Sep 17 00:00:00 2001 From: usr577 Date: Wed, 26 Jul 2023 13:32:19 +0200 Subject: [PATCH 0278/1143] feat(domain): benediktreck.is-a.dev From 4475f71deca7d735abcd8eaca2a429dfda0160b6 Mon Sep 17 00:00:00 2001 From: zxPau <140620286+zxPau@users.noreply.github.com> Date: Wed, 26 Jul 2023 15:36:08 +0200 Subject: [PATCH 0279/1143] Create yokaicord.json --- domains/yokaicord.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/yokaicord.json diff --git a/domains/yokaicord.json b/domains/yokaicord.json new file mode 100644 index 000000000..58f2272e7 --- /dev/null +++ b/domains/yokaicord.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "zxPau", + "email": "pauu123123123@gmail.com" + } + "record": { + "CNAME": "zxpau.github.io" + } +} From 6f17b0c88b50a14eb18e50a4520b626c10548cd0 Mon Sep 17 00:00:00 2001 From: zarqizoubir Date: Wed, 26 Jul 2023 14:42:26 +0100 Subject: [PATCH 0280/1143] feat(domain): ezzoubair.is-a.dev --- domains/ezzoubair.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/ezzoubair.json diff --git a/domains/ezzoubair.json b/domains/ezzoubair.json new file mode 100644 index 000000000..66bd72ebc --- /dev/null +++ b/domains/ezzoubair.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "zarqizoubir", + "email": "zarqi.ezzoubair@etu.uae.ac.ma" + }, + "record": { + "CNAME": "zarqizoubir.github.io" + } +} From 2c045b30218dc1c35f7bde208778fc60e9644758 Mon Sep 17 00:00:00 2001 From: Tom_gxz <75934344+Tomgxz@users.noreply.github.com> Date: Wed, 26 Jul 2023 14:57:18 +0100 Subject: [PATCH 0281/1143] Update tomgxz.json --- domains/tomgxz.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/tomgxz.json b/domains/tomgxz.json index 35c7df3d3..9c57b54a2 100644 --- a/domains/tomgxz.json +++ b/domains/tomgxz.json @@ -4,6 +4,6 @@ "email": "tomgxz138@gmail.com" }, "record": { - "CNAME": "f555da86-2787-4f73-9bc4-4dcd4434865d.id.repl.co" + "URL":"https://tomgxz.repl.co/" } } From 69155ca4f1131ca298cb8510ad99493ac31cb66d Mon Sep 17 00:00:00 2001 From: Pratik Mali <38047130+impratik7@users.noreply.github.com> Date: Wed, 26 Jul 2023 16:09:26 +0100 Subject: [PATCH 0282/1143] Create pratikmali.json --- domains/pratikmali.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/pratikmali.json diff --git a/domains/pratikmali.json b/domains/pratikmali.json new file mode 100644 index 000000000..24ee7f5fb --- /dev/null +++ b/domains/pratikmali.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "impratik7", + "email": "malipratik09@gmail.com" + }, + "record": { + "CNAME": "impratik7.github.io/portfolio/" + } +} From 232409ec94c15098672ab52920edadd827ac9231 Mon Sep 17 00:00:00 2001 From: PiPc1 Date: Wed, 26 Jul 2023 11:40:22 -0400 Subject: [PATCH 0283/1143] feat(domain): PiPc.is-a.dev --- domains/PiPc.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/PiPc.json diff --git a/domains/PiPc.json b/domains/PiPc.json new file mode 100644 index 000000000..a618aefcb --- /dev/null +++ b/domains/PiPc.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "PiPc1", + "email": "rhileighc9@gmail.com" + }, + "record": { + "URL": "https://pipc1.github.io/pipc/" + } +} From c7c143e915301aaf20b1f4cacd960c2c5f40aaa3 Mon Sep 17 00:00:00 2001 From: Akvityxs Date: Wed, 26 Jul 2023 18:48:53 +0300 Subject: [PATCH 0284/1143] feat(domain): Akvityxs.is-a.dev --- domains/Akvityxs.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/Akvityxs.json diff --git a/domains/Akvityxs.json b/domains/Akvityxs.json new file mode 100644 index 000000000..b4cb288ea --- /dev/null +++ b/domains/Akvityxs.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Akvityxs", + "email": "akvityxs@gmail.com" + }, + "record": { + "A": ["80.87.196.168"] + } +} From 0c0ded5f93ac77c5df59e31f010edcac7d0e020d Mon Sep 17 00:00:00 2001 From: usr577 Date: Wed, 26 Jul 2023 18:19:52 +0200 Subject: [PATCH 0285/1143] feat(domain): usr577.is-a.dev --- domains/usr577.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/usr577.json b/domains/usr577.json index 0b3123448..dfbf60c2a 100644 --- a/domains/usr577.json +++ b/domains/usr577.json @@ -4,6 +4,6 @@ "email": "benedikt.reck@oesdorf.de" }, "record": { - "CNAME": "benediktreck.serveo.net" + "URL": "benediktreck.serveo.net" } } From 5348d0df4dd45c3b01696ae85efe2ed812f21604 Mon Sep 17 00:00:00 2001 From: B0XEY Date: Wed, 26 Jul 2023 12:40:58 -0500 Subject: [PATCH 0286/1143] feat(domain): boxey.is-a.dev --- domains/boxey.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/boxey.json diff --git a/domains/boxey.json b/domains/boxey.json new file mode 100644 index 000000000..85b77fcbc --- /dev/null +++ b/domains/boxey.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "B0XEY", + "email": "gramcooker@gmail.com" + }, + "record": { + "URL": "https://sites.google.com/view/boxey-dev/home?authuser=0" + } +} From 1ae8f52dd483fc67cea9be434339891140e9a7e9 Mon Sep 17 00:00:00 2001 From: zxPau Date: Wed, 26 Jul 2023 20:12:11 +0200 Subject: [PATCH 0287/1143] feat(domain): zxpau.is-a.dev --- domains/zxpau.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/zxpau.json diff --git a/domains/zxpau.json b/domains/zxpau.json new file mode 100644 index 000000000..defa72f30 --- /dev/null +++ b/domains/zxpau.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "zxPau", + "email": "pauu123123123@gmail.com" + }, + "record": { + "CNAME": "zxpau.github.io" + } +} From 7a90bd71e839c3f622d7b5670395dd6a31c94aee Mon Sep 17 00:00:00 2001 From: raghavkorde Date: Thu, 27 Jul 2023 02:27:56 +0530 Subject: [PATCH 0288/1143] feat(domain): raghavkorde.is-a.dev --- domains/raghavkorde.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/raghavkorde.json diff --git a/domains/raghavkorde.json b/domains/raghavkorde.json new file mode 100644 index 000000000..4bb5ab689 --- /dev/null +++ b/domains/raghavkorde.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "raghavkorde", + "email": "raghavkorde4@gmail.com" + }, + "record": { + "CNAME": "web-resume-b8p.pages.dev" + } +} From bc0bbc2427d6baed3fc4676d118bcbd72773e71b Mon Sep 17 00:00:00 2001 From: tyrkinn Date: Thu, 27 Jul 2023 00:52:34 +0300 Subject: [PATCH 0289/1143] feat(domain): tyrkinn.is-a.dev --- domains/tyrkinn.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/tyrkinn.json diff --git a/domains/tyrkinn.json b/domains/tyrkinn.json new file mode 100644 index 000000000..e82960492 --- /dev/null +++ b/domains/tyrkinn.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "tyrkinn", + "email": "tyrkinn@pm.me" + }, + "record": { + "CNAME": "tyrkinn.github.io" + } +} From 22ee213b3ac9400b2fa4ae2a1fc333734522d38c Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 27 Jul 2023 07:37:57 +0800 Subject: [PATCH 0290/1143] Update usr577.json --- domains/usr577.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/usr577.json b/domains/usr577.json index dfbf60c2a..c8d069a45 100644 --- a/domains/usr577.json +++ b/domains/usr577.json @@ -4,6 +4,6 @@ "email": "benedikt.reck@oesdorf.de" }, "record": { - "URL": "benediktreck.serveo.net" + "URL": "https://benediktreck.serveo.net" } } From ed6c64d2de62815f07cb031af0c0e3c522632e6e Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 27 Jul 2023 07:42:31 +0800 Subject: [PATCH 0291/1143] Update yokaicord.json --- domains/yokaicord.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/yokaicord.json b/domains/yokaicord.json index 58f2272e7..2a24c1a70 100644 --- a/domains/yokaicord.json +++ b/domains/yokaicord.json @@ -2,7 +2,7 @@ "owner": { "username": "zxPau", "email": "pauu123123123@gmail.com" - } + }, "record": { "CNAME": "zxpau.github.io" } From 3cf0c5519c65559afc3f659123d38cb043f961fe Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 27 Jul 2023 07:44:57 +0800 Subject: [PATCH 0292/1143] Rename Akvityxs.json to akvityxs.json --- domains/{Akvityxs.json => akvityxs.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{Akvityxs.json => akvityxs.json} (100%) diff --git a/domains/Akvityxs.json b/domains/akvityxs.json similarity index 100% rename from domains/Akvityxs.json rename to domains/akvityxs.json From d27245b9f81ec0c2479a0a28dbbd050a6f1d8310 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 27 Jul 2023 07:47:26 +0800 Subject: [PATCH 0293/1143] Update and rename PiPc.json to pipc.json --- domains/{PiPc.json => pipc.json} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename domains/{PiPc.json => pipc.json} (71%) diff --git a/domains/PiPc.json b/domains/pipc.json similarity index 71% rename from domains/PiPc.json rename to domains/pipc.json index a618aefcb..472645b72 100644 --- a/domains/PiPc.json +++ b/domains/pipc.json @@ -4,6 +4,6 @@ "email": "rhileighc9@gmail.com" }, "record": { - "URL": "https://pipc1.github.io/pipc/" + "URL": "pipc1.github.io" } } From 5d714ffcf2fa92000535a175a97baee60c95baa2 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 27 Jul 2023 07:47:41 +0800 Subject: [PATCH 0294/1143] Update pipc.json --- domains/pipc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/pipc.json b/domains/pipc.json index 472645b72..2c48c1b36 100644 --- a/domains/pipc.json +++ b/domains/pipc.json @@ -4,6 +4,6 @@ "email": "rhileighc9@gmail.com" }, "record": { - "URL": "pipc1.github.io" + "CNAME": "pipc1.github.io" } } From cdfdc891846cc63035277865f4f9d54c57ecc6a9 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 27 Jul 2023 07:48:12 +0800 Subject: [PATCH 0295/1143] Update pratikmali.json --- domains/pratikmali.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/pratikmali.json b/domains/pratikmali.json index 24ee7f5fb..5f9ad85d3 100644 --- a/domains/pratikmali.json +++ b/domains/pratikmali.json @@ -4,6 +4,6 @@ "email": "malipratik09@gmail.com" }, "record": { - "CNAME": "impratik7.github.io/portfolio/" - } + "CNAME": "impratik7.github.io" + } } From 88d30ce16aae071260fc90fd8e7d516d54018c5e Mon Sep 17 00:00:00 2001 From: Hyderite <79314475+Hyderite@users.noreply.github.com> Date: Thu, 27 Jul 2023 13:13:06 +0800 Subject: [PATCH 0296/1143] Create hyderite.json --- domains/hyderite.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 domains/hyderite.json diff --git a/domains/hyderite.json b/domains/hyderite.json new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/domains/hyderite.json @@ -0,0 +1 @@ + From a2456e92c1dfa195d9c48cd317f8789638cf4dbd Mon Sep 17 00:00:00 2001 From: Hyderite <79314475+Hyderite@users.noreply.github.com> Date: Thu, 27 Jul 2023 13:17:46 +0800 Subject: [PATCH 0297/1143] Update hyderite.json --- domains/hyderite.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/domains/hyderite.json b/domains/hyderite.json index 8b1378917..0170ad6de 100644 --- a/domains/hyderite.json +++ b/domains/hyderite.json @@ -1 +1,10 @@ - +{ + "owner": { + "username": "Hyderite", + "email": "hyderiteyt@gmail.com" + }, + "record": { + "CNAME": "df204146-7b3d-4adf-8150-d9cbf33a4a73.id.repl.co" + "TXT": "replit-verify=df204146-7b3d-4adf-8150-d9cbf33a4a73" + } +} From b870c41fbbbd0c1087a8c5ac3ed993970ca3d5ff Mon Sep 17 00:00:00 2001 From: Blob2763 Date: Thu, 27 Jul 2023 11:47:22 +0100 Subject: [PATCH 0298/1143] feat(domain): utils.is-a.dev --- domains/utils.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/utils.json diff --git a/domains/utils.json b/domains/utils.json new file mode 100644 index 000000000..83a0ed7f7 --- /dev/null +++ b/domains/utils.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Blob2763", + "email": "blob2763@gmail.com" + }, + "record": { + "CNAME": "utils" + } +} From d8b824862dbd6ca6fcd6a3d8b9b36da2cda2d254 Mon Sep 17 00:00:00 2001 From: tanmayagrwl Date: Thu, 27 Jul 2023 21:24:08 +0530 Subject: [PATCH 0299/1143] feat(domain): tanmay.is-a.dev --- domains/tanmay.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/tanmay.json diff --git a/domains/tanmay.json b/domains/tanmay.json new file mode 100644 index 000000000..891565d80 --- /dev/null +++ b/domains/tanmay.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "tanmayagrwl", + "email": "tanmayhp78@gmail.com" + }, + "record": { + "URL": "https://portfolio-site-nine-silk.vercel.app/" + } +} From 2b586d11894ad160557ca1ab2827feab5b203ec5 Mon Sep 17 00:00:00 2001 From: 7xa5h Date: Thu, 27 Jul 2023 17:54:51 +0200 Subject: [PATCH 0300/1143] feat(domain): xash.is-a.dev --- domains/xash.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/xash.json diff --git a/domains/xash.json b/domains/xash.json new file mode 100644 index 000000000..905a7c85d --- /dev/null +++ b/domains/xash.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "7xa5h", + "email": "xash4492@gmail.com" + }, + "record": { + "CNAME": "7xa5h.github.io" + } +} From 5cf7ff0487d1fe81b52f33f1be878c0db82695f9 Mon Sep 17 00:00:00 2001 From: element10101 Date: Thu, 27 Jul 2023 12:20:21 -0500 Subject: [PATCH 0301/1143] feat(domain): catlord.is-a.dev --- domains/catlord.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/catlord.json diff --git a/domains/catlord.json b/domains/catlord.json new file mode 100644 index 000000000..39d7be89c --- /dev/null +++ b/domains/catlord.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "element10101", + "email": "gnoeleht@gmail.com" + }, + "record": { + "CNAME": "3722a886-2c2c-40e3-991b-0d4cb5e935b7.id.repl.co" + } +} From dce0634c25b988140c075d391f990672e302876b Mon Sep 17 00:00:00 2001 From: ValoWolf <140768481+ValoWolf@users.noreply.github.com> Date: Fri, 28 Jul 2023 04:18:56 +0330 Subject: [PATCH 0302/1143] Create valowolf.json --- domains/valowolf.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/valowolf.json diff --git a/domains/valowolf.json b/domains/valowolf.json new file mode 100644 index 000000000..24f24b0f3 --- /dev/null +++ b/domains/valowolf.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "ValoWolf", + "email": "", + "twitter": "ValoWolf", + "discord": "valowolf" + }, + "record": { + "URL": "https://valowolf.carrd.co/", + "TXT": "hello world" + } +} From cc56a6cca1019d4d50ec1510b678b81a3cd6340b Mon Sep 17 00:00:00 2001 From: ValoWolf <140768481+ValoWolf@users.noreply.github.com> Date: Fri, 28 Jul 2023 05:18:21 +0330 Subject: [PATCH 0303/1143] Update valowolf.json --- domains/valowolf.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/domains/valowolf.json b/domains/valowolf.json index 24f24b0f3..6dd38fbe7 100644 --- a/domains/valowolf.json +++ b/domains/valowolf.json @@ -1,12 +1,11 @@ { "owner": { "username": "ValoWolf", - "email": "", + "email": "starfleet.valowolf@gmail.com", "twitter": "ValoWolf", "discord": "valowolf" }, "record": { - "URL": "https://valowolf.carrd.co/", - "TXT": "hello world" + "URL": "https://redirect.starfleet-valowolf.workers.dev/" } } From 42e0aa6db6818dd39dbd241c735246ae1eb32d0e Mon Sep 17 00:00:00 2001 From: Cfhoiril Date: Fri, 28 Jul 2023 13:32:59 +0700 Subject: [PATCH 0304/1143] feat(domain): whoischoiiril.is-a.dev --- domains/whoischoiiril.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/whoischoiiril.json diff --git a/domains/whoischoiiril.json b/domains/whoischoiiril.json new file mode 100644 index 000000000..a021f608b --- /dev/null +++ b/domains/whoischoiiril.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Cfhoiril", + "email": "iamchoirilfk@gmail.com" + }, + "record": { + "URL": "https://cfhoiril.github.io/who-is-choiril/" + } +} From 38fbf564a2d9f716e6d8244218a41ee92f5aa939 Mon Sep 17 00:00:00 2001 From: Cfhoiril Date: Fri, 28 Jul 2023 16:45:38 +0700 Subject: [PATCH 0305/1143] feat(domain): iamchoiiril.is-a.dev --- domains/iamchoiiril.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/iamchoiiril.json b/domains/iamchoiiril.json index abdf2ff42..6a80459cd 100644 --- a/domains/iamchoiiril.json +++ b/domains/iamchoiiril.json @@ -4,6 +4,6 @@ "email": "iamchoirilfk@gmail.com" }, "record": { - "CNAME": "iamchoiiril.glitch.me" + "CNAME": "hosts.is-a.dev" } } From 27fc824bc51e686b01b164e5c607432e7fc4e75c Mon Sep 17 00:00:00 2001 From: Blob2763 <88489444+Blob2763@users.noreply.github.com> Date: Fri, 28 Jul 2023 11:16:41 +0100 Subject: [PATCH 0306/1143] Update utils.json --- domains/utils.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/utils.json b/domains/utils.json index 83a0ed7f7..17ea8ca71 100644 --- a/domains/utils.json +++ b/domains/utils.json @@ -4,6 +4,6 @@ "email": "blob2763@gmail.com" }, "record": { - "CNAME": "utils" + "CNAME": "blob2763.github.io/utils" } } From 671a486b6b5c326314c74ddec40745bf13a818a8 Mon Sep 17 00:00:00 2001 From: Hyderite Hyderite <79314475+Hyderite@users.noreply.github.com> Date: Fri, 28 Jul 2023 18:54:52 +0800 Subject: [PATCH 0307/1143] Update hyderite.json removed txt --- domains/hyderite.json | 1 - 1 file changed, 1 deletion(-) diff --git a/domains/hyderite.json b/domains/hyderite.json index 0170ad6de..8372e867d 100644 --- a/domains/hyderite.json +++ b/domains/hyderite.json @@ -5,6 +5,5 @@ }, "record": { "CNAME": "df204146-7b3d-4adf-8150-d9cbf33a4a73.id.repl.co" - "TXT": "replit-verify=df204146-7b3d-4adf-8150-d9cbf33a4a73" } } From 21334d7e7e578f9daa8cb31155efad2afed4ebd7 Mon Sep 17 00:00:00 2001 From: IncognitoTGT Date: Fri, 28 Jul 2023 11:51:38 -0400 Subject: [PATCH 0308/1143] feat(domain): tgt.is-a.dev --- domains/tgt.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/tgt.json diff --git a/domains/tgt.json b/domains/tgt.json new file mode 100644 index 000000000..66a8ed709 --- /dev/null +++ b/domains/tgt.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "IncognitoTGT", + "email": "mashoor539@gmail.com" + }, + "record": { + "URL": "https://mashoortest.tk" + } +} From 41ed8876950f3191906ceda3a4bd8f6b1454309c Mon Sep 17 00:00:00 2001 From: IMudee Date: Fri, 28 Jul 2023 21:37:41 +0100 Subject: [PATCH 0309/1143] feat(domain): mudee.is-a.dev --- domains/mudee.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/mudee.json diff --git a/domains/mudee.json b/domains/mudee.json new file mode 100644 index 000000000..9531a5ac7 --- /dev/null +++ b/domains/mudee.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "IMudee", + "email": "NotMudee@proton.me" + }, + "record": { + "A": ["198.91.81.14"] + } +} From 9b39a3a9123767ebf5c6d8100bd8915903caac34 Mon Sep 17 00:00:00 2001 From: zarqizoubir Date: Sat, 29 Jul 2023 00:58:28 +0100 Subject: [PATCH 0310/1143] feat(domain): anime.is-a.dev --- domains/anime.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/anime.json diff --git a/domains/anime.json b/domains/anime.json new file mode 100644 index 000000000..dbbfc50b5 --- /dev/null +++ b/domains/anime.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "zarqizoubir", + "email": "zarqi.ezzoubair@etu.uae.ac.ma" + }, + "record": { + "URL": "zarqizoubir.github.io/anime" + } +} From b2850a15f328fd563576a6c09275380999ac6f50 Mon Sep 17 00:00:00 2001 From: zarqizoubir Date: Sat, 29 Jul 2023 00:59:27 +0100 Subject: [PATCH 0311/1143] feat(domain): manga.is-a.dev --- domains/manga.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/manga.json diff --git a/domains/manga.json b/domains/manga.json new file mode 100644 index 000000000..dbbfc50b5 --- /dev/null +++ b/domains/manga.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "zarqizoubir", + "email": "zarqi.ezzoubair@etu.uae.ac.ma" + }, + "record": { + "URL": "zarqizoubir.github.io/anime" + } +} From 200fefccd30be00dd342710f5c0f87c24a6458a1 Mon Sep 17 00:00:00 2001 From: tarna <46247728+tarna@users.noreply.github.com> Date: Fri, 28 Jul 2023 21:30:10 -0400 Subject: [PATCH 0312/1143] Delete tarna.json --- domains/tarna.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/tarna.json diff --git a/domains/tarna.json b/domains/tarna.json deleted file mode 100644 index f94809b47..000000000 --- a/domains/tarna.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "tarna", - "email": "tarungadiraju123@gmail.com" - }, - "record": { - "URL": "https://github.com/tarna" - } -} From eaefc3f7da63c0547681b9b9abfd5700275a903b Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 29 Jul 2023 11:58:38 +0800 Subject: [PATCH 0313/1143] Update valowolf.json --- domains/valowolf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/valowolf.json b/domains/valowolf.json index 6dd38fbe7..6f7711754 100644 --- a/domains/valowolf.json +++ b/domains/valowolf.json @@ -6,6 +6,6 @@ "discord": "valowolf" }, "record": { - "URL": "https://redirect.starfleet-valowolf.workers.dev/" + "URL": "https://valowolf.carrd.co" } } From 035e5bbe3dfd1ada1e42a93897a96f255642daae Mon Sep 17 00:00:00 2001 From: rinxyzz Date: Sat, 29 Jul 2023 11:58:49 +0700 Subject: [PATCH 0314/1143] feat(domain): mikapikazo.is-a.dev --- domains/mikapikazo.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/mikapikazo.json diff --git a/domains/mikapikazo.json b/domains/mikapikazo.json new file mode 100644 index 000000000..af9e9074e --- /dev/null +++ b/domains/mikapikazo.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "rinxyzz", + "email": "putriimuttzz.cantikk@gmail.com" + }, + "record": { + "CNAME": "rinxyzz-github-io.pages.dev" + } +} From d67350569d9b1850d3d86596307450b5adf56576 Mon Sep 17 00:00:00 2001 From: ValoWolf Date: Sat, 29 Jul 2023 08:39:06 +0330 Subject: [PATCH 0315/1143] feat(domain): valowolf.is-a.dev --- domains/valowolf.json | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/domains/valowolf.json b/domains/valowolf.json index 6f7711754..066166319 100644 --- a/domains/valowolf.json +++ b/domains/valowolf.json @@ -1,11 +1,9 @@ { - "owner": { - "username": "ValoWolf", - "email": "starfleet.valowolf@gmail.com", - "twitter": "ValoWolf", - "discord": "valowolf" - }, - "record": { - "URL": "https://valowolf.carrd.co" - } + "owner": { + "username": "ValoWolf", + "email": "starfleet.valowolf@gmail.com" + }, + "record": { + "CNAME": "hosts.is-a.dev" + } } From 3a711bc603b21314365999b0ab5c5bf4f72d5a86 Mon Sep 17 00:00:00 2001 From: TheLittleOutsiders <107134739+rinxyzz@users.noreply.github.com> Date: Sat, 29 Jul 2023 15:58:00 +0700 Subject: [PATCH 0316/1143] Delete littleoutside.json --- domains/littleoutside.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/littleoutside.json diff --git a/domains/littleoutside.json b/domains/littleoutside.json deleted file mode 100644 index b1a1369ae..000000000 --- a/domains/littleoutside.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "rinxyzz", - "email": "putriimuttzz.cantikk@gmail.com" - }, - "record": { - "TXT": "vc-domain-verify=littleoutside.is-a.dev,f04930de88056a756d52" - } -} From fc8a12043cbec5509e21766d1bf7f487b1e92ace Mon Sep 17 00:00:00 2001 From: Choiril Fikri <92452939+Cfhoiril@users.noreply.github.com> Date: Sat, 29 Jul 2023 16:26:41 +0700 Subject: [PATCH 0317/1143] Update iamchoiiril.json --- domains/iamchoiiril.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/iamchoiiril.json b/domains/iamchoiiril.json index 6a80459cd..a338932f6 100644 --- a/domains/iamchoiiril.json +++ b/domains/iamchoiiril.json @@ -4,6 +4,6 @@ "email": "iamchoirilfk@gmail.com" }, "record": { - "CNAME": "hosts.is-a.dev" + "CNAME": "cfhoiril.github.io/" } } From bc92a8037b91ff4aa4441bf8893d9e0d11f5c637 Mon Sep 17 00:00:00 2001 From: Choiril Fikri <92452939+Cfhoiril@users.noreply.github.com> Date: Sat, 29 Jul 2023 16:28:04 +0700 Subject: [PATCH 0318/1143] Delete iamchoiiril.json --- domains/iamchoiiril.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/iamchoiiril.json diff --git a/domains/iamchoiiril.json b/domains/iamchoiiril.json deleted file mode 100644 index a338932f6..000000000 --- a/domains/iamchoiiril.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Cfhoiril", - "email": "iamchoirilfk@gmail.com" - }, - "record": { - "CNAME": "cfhoiril.github.io/" - } -} From 14d63b350e3e392b6979e70719061026cebdf6a6 Mon Sep 17 00:00:00 2001 From: Choiril Fikri <92452939+Cfhoiril@users.noreply.github.com> Date: Sat, 29 Jul 2023 16:33:00 +0700 Subject: [PATCH 0319/1143] Update whoischoiiril.json --- domains/whoischoiiril.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/domains/whoischoiiril.json b/domains/whoischoiiril.json index a021f608b..9d2ff20f1 100644 --- a/domains/whoischoiiril.json +++ b/domains/whoischoiiril.json @@ -3,7 +3,7 @@ "username": "Cfhoiril", "email": "iamchoirilfk@gmail.com" }, - "record": { - "URL": "https://cfhoiril.github.io/who-is-choiril/" - } + "records": { + "CNAME": "cfhoiril.github.io" + }, } From b2293163baab96fb7cc970a63e0fc7c17c627dad Mon Sep 17 00:00:00 2001 From: Choiril Fikri <92452939+Cfhoiril@users.noreply.github.com> Date: Sat, 29 Jul 2023 16:35:58 +0700 Subject: [PATCH 0320/1143] Update whoischoiiril.json --- domains/whoischoiiril.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/domains/whoischoiiril.json b/domains/whoischoiiril.json index 9d2ff20f1..a021f608b 100644 --- a/domains/whoischoiiril.json +++ b/domains/whoischoiiril.json @@ -3,7 +3,7 @@ "username": "Cfhoiril", "email": "iamchoirilfk@gmail.com" }, - "records": { - "CNAME": "cfhoiril.github.io" - }, + "record": { + "URL": "https://cfhoiril.github.io/who-is-choiril/" + } } From f5762f1c9d60b09486ec3b74b8365e610327eef9 Mon Sep 17 00:00:00 2001 From: Cfhoiril Date: Sat, 29 Jul 2023 16:38:34 +0700 Subject: [PATCH 0321/1143] feat(domain): iamchoiiril.is-a.dev --- domains/iamchoiiril.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/iamchoiiril.json diff --git a/domains/iamchoiiril.json b/domains/iamchoiiril.json new file mode 100644 index 000000000..a04312176 --- /dev/null +++ b/domains/iamchoiiril.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Cfhoiril", + "email": "iamchoirilfk@gmail.com" + }, + "record": { + "CNAME": "cfhoiril.github.io" + } +} From c642e68269c0dfe9aaa173d2d28c5bfae9255e19 Mon Sep 17 00:00:00 2001 From: Cfhoiril Date: Sat, 29 Jul 2023 16:39:00 +0700 Subject: [PATCH 0322/1143] feat(domain): iamchoiiril.is-a.dev --- domains/iamchoiiril.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/iamchoiiril.json b/domains/iamchoiiril.json index a04312176..5502cca41 100644 --- a/domains/iamchoiiril.json +++ b/domains/iamchoiiril.json @@ -4,6 +4,6 @@ "email": "iamchoirilfk@gmail.com" }, "record": { - "CNAME": "cfhoiril.github.io" + "URL": "https://cfhoiril.github.io/who-is-choiril/" } } From 546d421a7aaf6bd71226295d84166c2641a26707 Mon Sep 17 00:00:00 2001 From: Cfhoiril Date: Sat, 29 Jul 2023 16:39:08 +0700 Subject: [PATCH 0323/1143] feat(domain): iamchoiiril.is-a.dev From ebce2791afbe42ec767f5b9b516bea8607b85d78 Mon Sep 17 00:00:00 2001 From: abdullohalimov Date: Sat, 29 Jul 2023 15:12:26 +0500 Subject: [PATCH 0324/1143] feat(domain): abdullohalimov.is-a.dev --- domains/abdullohalimov.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/abdullohalimov.json diff --git a/domains/abdullohalimov.json b/domains/abdullohalimov.json new file mode 100644 index 000000000..ee61db0a4 --- /dev/null +++ b/domains/abdullohalimov.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "abdullohalimov", + "email": "raistlinmajere10@gmail.com" + }, + "record": { + "A": ["91.200.84.14"] + } +} From 6d3a6f8277b47963a7b0248ad9c1182e79596d34 Mon Sep 17 00:00:00 2001 From: is-a-dev-bot Date: Sat, 29 Jul 2023 13:34:50 +0300 Subject: [PATCH 0325/1143] feat(domain): files.is-a.dev --- domains/files.hosts.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/files.hosts.json diff --git a/domains/files.hosts.json b/domains/files.hosts.json new file mode 100644 index 000000000..a4a627553 --- /dev/null +++ b/domains/files.hosts.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "is-a-dev-bot", + "email": "is-a-dev@win11react.com", + "discord": "1094272477137481810" + }, + + "record": { + "CNAME": "net.beadman-network.com" + } +} From 31a99530145018dd3e40048f50c8a78cc3a8fbd5 Mon Sep 17 00:00:00 2001 From: andrewstech Date: Sat, 29 Jul 2023 11:35:18 +0100 Subject: [PATCH 0326/1143] Delete ___80719C30B86937F2D9E5ACA29F645417.json --- domains/___80719C30B86937F2D9E5ACA29F645417.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/___80719C30B86937F2D9E5ACA29F645417.json diff --git a/domains/___80719C30B86937F2D9E5ACA29F645417.json b/domains/___80719C30B86937F2D9E5ACA29F645417.json deleted file mode 100644 index a74a798df..000000000 --- a/domains/___80719C30B86937F2D9E5ACA29F645417.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "is-a-dev-bot", - "email": "is-a-dev@win11react.com" - }, - "record": { - "CNAME": "79752c5f8d6437978b6b217fbe2fa536.b3dfb07a6417eb2d6e9fa44bb3e37f5b.d2px5iwb5ly0b500v7c5.sectigo.com" - } -} From 839c6e196c4b0a21f9b75408b482bfb5454568a8 Mon Sep 17 00:00:00 2001 From: dh2523 Date: Sat, 29 Jul 2023 16:19:44 +0530 Subject: [PATCH 0327/1143] feat(domain): dhyeypatel.is-a.dev --- domains/dhyeypatel.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/dhyeypatel.json diff --git a/domains/dhyeypatel.json b/domains/dhyeypatel.json new file mode 100644 index 000000000..589ac2402 --- /dev/null +++ b/domains/dhyeypatel.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "dh2523", + "email": "dhpatel2523@gmail.com" + }, + "record": { + "CNAME": "dh2523.github.io" + } +} From f4df08312942e9e2b54ae58c172dc93abf3b563b Mon Sep 17 00:00:00 2001 From: 005sunnysingh <005sunnysingh@gmail.com> Date: Sat, 29 Jul 2023 18:43:44 +0530 Subject: [PATCH 0328/1143] feat(domain): shuriken.is-a.dev --- domains/shuriken.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/shuriken.json diff --git a/domains/shuriken.json b/domains/shuriken.json new file mode 100644 index 000000000..df6eaf09a --- /dev/null +++ b/domains/shuriken.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "005sunnysingh", + "email": "005sunnysingh@gmail.com" + }, + "record": { + "A": ["94.130.165.222"] + } +} From eaf7e9576750a9c9615429387c1fca5ce0df8590 Mon Sep 17 00:00:00 2001 From: Prabin <42871240+prabincankod@users.noreply.github.com> Date: Sat, 29 Jul 2023 21:40:51 +0545 Subject: [PATCH 0329/1143] updated the new domain --- domains/prabin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/prabin.json b/domains/prabin.json index e906afebd..9dd64045e 100644 --- a/domains/prabin.json +++ b/domains/prabin.json @@ -6,6 +6,6 @@ "email": "prabinsubedi2016@gmail.com" }, "record": { - "URL": "https://prabin.tech" + "URL": "https://prabincankod.me" } } From e425df3ecfd723801db7d676be76bd4e8fee5949 Mon Sep 17 00:00:00 2001 From: bi0hazarDD Date: Sun, 30 Jul 2023 01:52:24 +0100 Subject: [PATCH 0330/1143] feat(domain): jonathancarrillo.is-a.dev --- domains/jonathancarrillo.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/jonathancarrillo.json diff --git a/domains/jonathancarrillo.json b/domains/jonathancarrillo.json new file mode 100644 index 000000000..852de9aa5 --- /dev/null +++ b/domains/jonathancarrillo.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "bi0hazarDD", + "email": "jonathan-8@hotmail.co.uk" + }, + "record": { + "URL": "http://johny-portfolio.s3-website.eu-north-1.amazonaws.com" + } +} From 60b97f9ec3cb2637c95178bb832206ed41e46eb4 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sun, 30 Jul 2023 09:33:40 +0800 Subject: [PATCH 0331/1143] Update utils.json --- domains/utils.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/utils.json b/domains/utils.json index 17ea8ca71..8da1a718d 100644 --- a/domains/utils.json +++ b/domains/utils.json @@ -4,6 +4,6 @@ "email": "blob2763@gmail.com" }, "record": { - "CNAME": "blob2763.github.io/utils" + "CNAME": "blob2763.github.io" } } From 4d88548c5d792414e62cfa9256a2ebade2697a15 Mon Sep 17 00:00:00 2001 From: refactoringg Date: Sun, 30 Jul 2023 13:31:41 +0530 Subject: [PATCH 0332/1143] feat(domain): refactoring.is-a.dev --- domains/refactoring.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/refactoring.json diff --git a/domains/refactoring.json b/domains/refactoring.json new file mode 100644 index 000000000..3c5cca25d --- /dev/null +++ b/domains/refactoring.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "refactoringg", + "email": "renflenpersonal@gmail.com" + }, + "record": { + "CNAME": "portfoliafow.onrender.com" + } +} From c426d59629fc7bf72a70c3ef999fe0dbeafd6b92 Mon Sep 17 00:00:00 2001 From: rq9s Date: Sun, 30 Jul 2023 11:01:58 +0200 Subject: [PATCH 0333/1143] feat(domain): respect.is-a.dev --- domains/respect.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/respect.json diff --git a/domains/respect.json b/domains/respect.json new file mode 100644 index 000000000..c8350ebe9 --- /dev/null +++ b/domains/respect.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "rq9s", + "email": "valdemarbirker@gmail.com" + }, + "record": { + "A": ["198.251.89.164"] + } +} From b7276c213293d2136465f25d98c926c6314ff8f0 Mon Sep 17 00:00:00 2001 From: smitty119 Date: Sun, 30 Jul 2023 16:00:52 +0530 Subject: [PATCH 0334/1143] feat(domain): smitty119.is-a.dev --- domains/smitty119.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/smitty119.json diff --git a/domains/smitty119.json b/domains/smitty119.json new file mode 100644 index 000000000..e42683b93 --- /dev/null +++ b/domains/smitty119.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "smitty119", + "email": "smittykjohnson@gmail.com" + }, + "record": { + "CNAME": "smittykjohnson.github.io" + } +} From ef3a61c95e16a1f6dabbca7898d490b5e964aae4 Mon Sep 17 00:00:00 2001 From: smitty119 Date: Sun, 30 Jul 2023 16:12:39 +0530 Subject: [PATCH 0335/1143] feat(domain): smittykjohnson.is-a.dev --- domains/smittykjohnson.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/smittykjohnson.json diff --git a/domains/smittykjohnson.json b/domains/smittykjohnson.json new file mode 100644 index 000000000..2e82411bb --- /dev/null +++ b/domains/smittykjohnson.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "smitty119", + "email": "smittykjohnson@gmail.com" + }, + "record": { + "CNAME": "smitty119.github.io" + } +} From 0860fa76d9cbeb03aeadca59c65bef7a0e73ea9c Mon Sep 17 00:00:00 2001 From: tcxone Date: Mon, 31 Jul 2023 00:55:50 +0800 Subject: [PATCH 0336/1143] Create tcxone.json --- domains/tcxone.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/tcxone.json diff --git a/domains/tcxone.json b/domains/tcxone.json new file mode 100644 index 000000000..bf77e1fc7 --- /dev/null +++ b/domains/tcxone.json @@ -0,0 +1,12 @@ +{ + "description": "Personal homepage", + "repo": "https://github.com/tcxone/tcxone.github.io", + "owner": { + "username": "tcxone", + "email": "tcxone@outlook.com", + "twitter": "tcxone" + }, + "record": { + "CNAME": "tcxone.github.io" + } +} From 5f5a1d41efd60599b3972d5e89c26e28f38f78b0 Mon Sep 17 00:00:00 2001 From: juniorbutyeah Date: Mon, 31 Jul 2023 01:09:02 -0400 Subject: [PATCH 0337/1143] feat(domain): junior.is-a.dev --- domains/junior.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/junior.json diff --git a/domains/junior.json b/domains/junior.json new file mode 100644 index 000000000..d69379ab9 --- /dev/null +++ b/domains/junior.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "juniorbutyeah", + "email": "junior4u@reborn.com" + }, + "record": { + "CNAME": "juniorlol.me" + } +} From 2362c45920d5b6518267796276e826192abd8595 Mon Sep 17 00:00:00 2001 From: Sife-shuo <88375951+Sife-shuo@users.noreply.github.com> Date: Mon, 31 Jul 2023 13:14:13 +0800 Subject: [PATCH 0338/1143] feat(domain): add `sife.is-a.dev` --- domains/sife.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/sife.json diff --git a/domains/sife.json b/domains/sife.json new file mode 100644 index 000000000..756a9351b --- /dev/null +++ b/domains/sife.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Sife-shuo", + "email": "sifed@qq.com" + }, + + "record": { + "CNAME": "sife-shuo.github.io" + } +} From 1afc184c601a36fb2c208f7a81f9cbf7274b8987 Mon Sep 17 00:00:00 2001 From: Vinay Chaudhary <97957688+vinayofc@users.noreply.github.com> Date: Mon, 31 Jul 2023 11:09:20 +0530 Subject: [PATCH 0339/1143] feat(domain): add `vinaychaudhary.is-a.dev` --- domains/vinaychaudhary.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/vinaychaudhary.json diff --git a/domains/vinaychaudhary.json b/domains/vinaychaudhary.json new file mode 100644 index 000000000..5f4063758 --- /dev/null +++ b/domains/vinaychaudhary.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "vinayofc", + "email": "devilvinayofficial@gmail.com" + }, + + "record": { + "A": ["3.136.154.89"] + } +} From afe90c961a2ba9864416d78a51622b43d14bdf52 Mon Sep 17 00:00:00 2001 From: ChiragAgg5k Date: Mon, 31 Jul 2023 12:55:00 +0530 Subject: [PATCH 0340/1143] feat(domain): chirag.is-a.dev --- domains/chirag.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/chirag.json diff --git a/domains/chirag.json b/domains/chirag.json new file mode 100644 index 000000000..19aaca47c --- /dev/null +++ b/domains/chirag.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ChiragAgg5k", + "email": "chiragaggarwal5k@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=chirag.is-a.dev,14966440e97f860adb63" + } +} From 4db31b36b151ab2a87c66d721ec64fa2af5aa727 Mon Sep 17 00:00:00 2001 From: Crazy-Max-Blog Date: Mon, 31 Jul 2023 12:33:54 +0400 Subject: [PATCH 0341/1143] feat(domain): crazymax.is-a.dev --- domains/crazymax.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/crazymax.json diff --git a/domains/crazymax.json b/domains/crazymax.json new file mode 100644 index 000000000..0399d9cac --- /dev/null +++ b/domains/crazymax.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Crazy-Max-Blog", + "email": "Crazy-Max-2011@yandex.ru" + }, + "record": { + "URL": "https://crazy-max-blog.github.io/test" + } +} From f7260a448669dba5cc0b095953f220ce65e661fb Mon Sep 17 00:00:00 2001 From: Crazy-Max-Blog <127091629+Crazy-Max-Blog@users.noreply.github.com> Date: Mon, 31 Jul 2023 15:04:41 +0400 Subject: [PATCH 0342/1143] Create crazymax.json --- domains/crazymax.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/crazymax.json diff --git a/domains/crazymax.json b/domains/crazymax.json new file mode 100644 index 000000000..0399d9cac --- /dev/null +++ b/domains/crazymax.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Crazy-Max-Blog", + "email": "Crazy-Max-2011@yandex.ru" + }, + "record": { + "URL": "https://crazy-max-blog.github.io/test" + } +} From 4b456c658c8758922a85e97f8df08e9477f0e791 Mon Sep 17 00:00:00 2001 From: yoomiraa <124776067+yoomiraa@users.noreply.github.com> Date: Mon, 31 Jul 2023 18:19:34 +0700 Subject: [PATCH 0343/1143] feat(domain): stev.is-a.dev --- domains/stev.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/stev.json diff --git a/domains/stev.json b/domains/stev.json new file mode 100644 index 000000000..dd79f3ba2 --- /dev/null +++ b/domains/stev.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "yoomiraa", + "email": "124776067+yoomiraa@users.noreply.github.com", + "discord": "834618584331190343" + }, + + "record": { + "CNAME": "stev.surge.sh" + } +} From 16ca4705b96dceb4efb8bc6f8b428f33dbafae51 Mon Sep 17 00:00:00 2001 From: bi0hazarDD Date: Mon, 31 Jul 2023 14:26:19 +0100 Subject: [PATCH 0344/1143] feat(domain): jonathancarrillo.is-a.dev --- domains/jonathancarrillo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/jonathancarrillo.json b/domains/jonathancarrillo.json index 852de9aa5..cb876ba45 100644 --- a/domains/jonathancarrillo.json +++ b/domains/jonathancarrillo.json @@ -4,6 +4,6 @@ "email": "jonathan-8@hotmail.co.uk" }, "record": { - "URL": "http://johny-portfolio.s3-website.eu-north-1.amazonaws.com" + "CNAME": "http://johny-portfolio.s3-website.eu-north-1.amazonaws.com/" } } From 468677b2fd2168e9bd59f0ef81a8940af6e65423 Mon Sep 17 00:00:00 2001 From: bi0hazarDD Date: Mon, 31 Jul 2023 14:26:42 +0100 Subject: [PATCH 0345/1143] feat(domain): jonathancarrillo.is-a.dev From 5296e640875d616237b497a9ac817980c8a02081 Mon Sep 17 00:00:00 2001 From: bi0hazarDD Date: Mon, 31 Jul 2023 14:26:51 +0100 Subject: [PATCH 0346/1143] feat(domain): jonathancarrillo.is-a.dev From 779232288e2788ab221feae10f0f258fba72856a Mon Sep 17 00:00:00 2001 From: j0code <42189560+j0code@users.noreply.github.com> Date: Mon, 31 Jul 2023 16:19:14 +0200 Subject: [PATCH 0347/1143] Add domains --- domains/cv.json | 9 +++++++++ domains/j0.json | 9 +++++++++ domains/j0code.json | 9 +++++++++ domains/lemmy.json | 9 +++++++++ domains/twitter.json | 9 +++++++++ 5 files changed, 45 insertions(+) create mode 100644 domains/cv.json create mode 100644 domains/j0.json create mode 100644 domains/j0code.json create mode 100644 domains/lemmy.json create mode 100644 domains/twitter.json diff --git a/domains/cv.json b/domains/cv.json new file mode 100644 index 000000000..f70d87062 --- /dev/null +++ b/domains/cv.json @@ -0,0 +1,9 @@ +{ + "owner": { + "discord": "j0code", + "email": "" + }, + "record": { + "CNAME": "cohalejoja.selfhost.eu" + } +} diff --git a/domains/j0.json b/domains/j0.json new file mode 100644 index 000000000..f70d87062 --- /dev/null +++ b/domains/j0.json @@ -0,0 +1,9 @@ +{ + "owner": { + "discord": "j0code", + "email": "" + }, + "record": { + "CNAME": "cohalejoja.selfhost.eu" + } +} diff --git a/domains/j0code.json b/domains/j0code.json new file mode 100644 index 000000000..f70d87062 --- /dev/null +++ b/domains/j0code.json @@ -0,0 +1,9 @@ +{ + "owner": { + "discord": "j0code", + "email": "" + }, + "record": { + "CNAME": "cohalejoja.selfhost.eu" + } +} diff --git a/domains/lemmy.json b/domains/lemmy.json new file mode 100644 index 000000000..f70d87062 --- /dev/null +++ b/domains/lemmy.json @@ -0,0 +1,9 @@ +{ + "owner": { + "discord": "j0code", + "email": "" + }, + "record": { + "CNAME": "cohalejoja.selfhost.eu" + } +} diff --git a/domains/twitter.json b/domains/twitter.json new file mode 100644 index 000000000..f70d87062 --- /dev/null +++ b/domains/twitter.json @@ -0,0 +1,9 @@ +{ + "owner": { + "discord": "j0code", + "email": "" + }, + "record": { + "CNAME": "cohalejoja.selfhost.eu" + } +} From 8d9122dc771a90b7545b0198bcc459dedf1b4685 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Mon, 31 Jul 2023 23:02:24 +0530 Subject: [PATCH 0348/1143] feat: certbot auto-verification via dns script --- default.nix | 2 +- scripts/certbot-auth.sh | 15 ++++++++++++++ scripts/certbot.sh | 44 ++++++++--------------------------------- 3 files changed, 24 insertions(+), 37 deletions(-) create mode 100755 scripts/certbot-auth.sh diff --git a/default.nix b/default.nix index 51e03c2d0..b806eb6c4 100644 --- a/default.nix +++ b/default.nix @@ -3,7 +3,7 @@ let inherit (nixpkgs) pkgs; nixPackages = with pkgs; [ - nodejs-16_x + nodejs-18_x yarn docker-compose dnsutils diff --git a/scripts/certbot-auth.sh b/scripts/certbot-auth.sh new file mode 100755 index 000000000..fd0245777 --- /dev/null +++ b/scripts/certbot-auth.sh @@ -0,0 +1,15 @@ +#!/usr/bin/env bash + +echo "$PWD"; + +echo "AUTH ::[$CERTBOT_VALIDATION]::[$CERTBOT_TOKEN]::[$CERTBOT_REMAINING_CHALLENGES]"; +echo "[$CERTBOT_DOMAIN]"; + +sleep 1; + +./scripts/certbot.sh acme_txt "$CERTBOT_VALIDATION"; + +sleep $((5*60)); + +./scripts/certbot.sh check; + diff --git a/scripts/certbot.sh b/scripts/certbot.sh index 3468e7395..451df74b6 100755 --- a/scripts/certbot.sh +++ b/scripts/certbot.sh @@ -13,13 +13,17 @@ generate_certificate() { --logs-dir $outdir/logs \ certonly \ --manual \ + --preferred-challenges=dns \ + --manual-auth-hook=./scripts/certbot-auth.sh \ -m 'phenax5@gmail.com' \ -d '*.is-a.dev,is-a.dev' \ + --agree-tos \ + --dry-run \ $(if_dry_run "--dry-run" ""); echo "+-----------------------------------------------+"; - echo "| Certificates output to: |"; - echo "| $outdir |"; + echo "| Certificate output: |"; + echo "|= $outdir"; echo "+-----------------------------------------------+"; } @@ -61,45 +65,15 @@ update_acme_txt_record() { update_record add TXT '_acme-challenge' "$1"; } -update_www_record() { - update_record remove CNAME 'www' "is-a-dev.github.io"; - sleep 1; - update_record add A 'www' "68.65.123.44"; -} - -upload_acme_file() { - local key="$1"; - local value="$2"; - echo " - const { cpanel } = require('./utils/lib/cpanel'); - const { ENV, DOMAIN_DOMAIN, DOMAIN_USER } = require('./utils/constants'); - - const file = { - dir: '/home/' + DOMAIN_USER + '/public_html/.well-known/acme-challenge', - file: '$key', - content: '$value', - }; - - console.log('Uploading acme validation file to', DOMAIN_DOMAIN, '(', ENV, ')...'); - cpanel.file.write(file).then(console.log).catch(console.error); - " | node -; -} - reset_acme() { - update_record remove A 'www' "68.65.123.44"; sleep 1; - update_record add CNAME 'www' "is-a-dev.github.io"; update_record remove TXT '_acme-challenge' ''; } case "$1" in - check) - echo "TXT record:: $(dig +noall +answer _acme-challenge.is-a.dev TXT | awk '{print $5}')"; - ;; - config_www) update_www_record ;; - acme_txt) update_acme_txt_record "$2" ;; - acme_file) upload_acme_file "$2" "$3" ;; + check) echo "TXT record:: $(dig +noall +answer _acme-challenge.is-a.dev TXT | awk '{print $5}')" ;; cert) generate_certificate ;; + acme_txt) update_acme_txt_record "$2" ;; reset) reset_acme ;; *) echo "Invalid command"; exit 1; ;; esac @@ -108,8 +82,6 @@ esac ### STEPS ### # Run ./scripts/certbot.sh cert # Run ./scripts/certbot.sh acme_txt "" -# Run ./scripts/certbot.sh acme_file "" "" -# Run ./scripts/certbot.sh config_www # cp -r /tmp/is-a-dev-whatever /opt/app/code/is-a-dev-cert # Upload cert.pem and privkey.pem (from config/live/is-a.dev/) contents to SSL > Manage SSL Sites # Run ./scripts/certbot.sh reset From c8583c5eabfda1c0eace568aec04accc85bf0b76 Mon Sep 17 00:00:00 2001 From: Jonathan Carrillo Sanchez <41805267+bi0hazarDD@users.noreply.github.com> Date: Mon, 31 Jul 2023 19:01:40 +0100 Subject: [PATCH 0349/1143] Update jonathancarrillo.json --- domains/jonathancarrillo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/jonathancarrillo.json b/domains/jonathancarrillo.json index cb876ba45..dfbff2481 100644 --- a/domains/jonathancarrillo.json +++ b/domains/jonathancarrillo.json @@ -4,6 +4,6 @@ "email": "jonathan-8@hotmail.co.uk" }, "record": { - "CNAME": "http://johny-portfolio.s3-website.eu-north-1.amazonaws.com/" + "CNAME": "http://johny-portfolio.s3-website.eu-north-1.amazonaws.com" } } From 75cd2e74c1cfb2f1e34ee223be248724ef5c1002 Mon Sep 17 00:00:00 2001 From: bi0hazarDD Date: Mon, 31 Jul 2023 20:25:03 +0100 Subject: [PATCH 0350/1143] feat(domain): jcs.is-a.dev --- domains/jcs.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/jcs.json diff --git a/domains/jcs.json b/domains/jcs.json new file mode 100644 index 000000000..682f8310d --- /dev/null +++ b/domains/jcs.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "bi0hazarDD", + "email": "jonathan-8@hotmail.co.uk" + }, + "record": { + "CNAME": "bi0hazardd.github.io" + } +} From 309bac165983ca88bb3b39505e89f769caaaea6c Mon Sep 17 00:00:00 2001 From: deltafumble <141064940+deltafumble@users.noreply.github.com> Date: Mon, 31 Jul 2023 21:43:37 +0200 Subject: [PATCH 0351/1143] add deltafumble.json --- domains/deltafumble.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/deltafumble.json diff --git a/domains/deltafumble.json b/domains/deltafumble.json new file mode 100644 index 000000000..3e49b5c49 --- /dev/null +++ b/domains/deltafumble.json @@ -0,0 +1,12 @@ +{ + "description": "My blog", + "repo": "https://github.com/deltafumble/deltafumble.github.io", + "owner": { + "username": "deltafumble", + "email": "deltafumblecontact@skiff.com", + "twitter": "deltafumble" + }, + "record": { + "CNAME": "deltafumble.github.io" + } +} From a09830c067eb53d05a5d494d5283558f9f61274a Mon Sep 17 00:00:00 2001 From: iakzs Date: Mon, 31 Jul 2023 16:54:29 -0400 Subject: [PATCH 0352/1143] feat(domain): _github-pages-challenge-iakzs.is-a.dev --- domains/_github-pages-challenge-iakzs.iakzs.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/_github-pages-challenge-iakzs.iakzs.json diff --git a/domains/_github-pages-challenge-iakzs.iakzs.json b/domains/_github-pages-challenge-iakzs.iakzs.json new file mode 100644 index 000000000..8a372ceb6 --- /dev/null +++ b/domains/_github-pages-challenge-iakzs.iakzs.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "iakzs", + "email": "iakzs@protonmail.com", + "discord": "622795838032314388" + }, + + "record": { + "TXT": "e20d874e765da4afd4a221f6c8bce4" + } +} From 05b7751686e59ad9895ed3e327f76424e86412c4 Mon Sep 17 00:00:00 2001 From: iakzs Date: Mon, 31 Jul 2023 16:55:18 -0400 Subject: [PATCH 0353/1143] feat(domain): _github-pages-challenge-iakzs.is-a.dev --- domains/_github-pages-challenge-iakzs.kz.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/_github-pages-challenge-iakzs.kz.json diff --git a/domains/_github-pages-challenge-iakzs.kz.json b/domains/_github-pages-challenge-iakzs.kz.json new file mode 100644 index 000000000..fe4f5b0df --- /dev/null +++ b/domains/_github-pages-challenge-iakzs.kz.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "iakzs", + "email": "iakzs@protonmail.com", + "discord": "622795838032314388" + }, + + "record": { + "TXT": "cb7cd68eea57b70a1cd2814629c399" + } +} From b7c754d7a1b08ffd2db8f8cf46230f9129cb3448 Mon Sep 17 00:00:00 2001 From: NottPeak Date: Mon, 31 Jul 2023 16:43:15 -0500 Subject: [PATCH 0354/1143] feat(domain): peak.is-a.dev --- domains/peak.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/peak.json diff --git a/domains/peak.json b/domains/peak.json new file mode 100644 index 000000000..234428160 --- /dev/null +++ b/domains/peak.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "NottPeak", + "email": "quirkyfishyt@gmail.com" + }, + "record": { + "A": ["129.213.82.186"] + } +} From 911d388be9b256857e5a6cc85455783fa769d1a6 Mon Sep 17 00:00:00 2001 From: maestro194 Date: Tue, 1 Aug 2023 04:51:10 +0700 Subject: [PATCH 0355/1143] feat(domain): maestro194.is-a.dev --- domains/maestro194.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/maestro194.json diff --git a/domains/maestro194.json b/domains/maestro194.json new file mode 100644 index 000000000..3ec47d987 --- /dev/null +++ b/domains/maestro194.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "maestro194", + "email": "dongboy1904@gmail.com" + }, + "record": { + "CNAME": "maestro194.github.io" + } +} From ca17ae56ca55922d97d107aa29067c46f8ec64c8 Mon Sep 17 00:00:00 2001 From: Jonathan Carrillo Sanchez <41805267+bi0hazarDD@users.noreply.github.com> Date: Mon, 31 Jul 2023 23:37:07 +0100 Subject: [PATCH 0356/1143] Update jonathancarrillo.json --- domains/jonathancarrillo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/jonathancarrillo.json b/domains/jonathancarrillo.json index 852de9aa5..682f8310d 100644 --- a/domains/jonathancarrillo.json +++ b/domains/jonathancarrillo.json @@ -4,6 +4,6 @@ "email": "jonathan-8@hotmail.co.uk" }, "record": { - "URL": "http://johny-portfolio.s3-website.eu-north-1.amazonaws.com" + "CNAME": "bi0hazardd.github.io" } } From 3b08aa3ddfe6e0c8fd27c47596bb5dbf122fc710 Mon Sep 17 00:00:00 2001 From: bm-hien Date: Tue, 1 Aug 2023 09:32:11 +0700 Subject: [PATCH 0357/1143] feat(domain): bmhien.is-a.dev --- domains/bmhien.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/bmhien.json b/domains/bmhien.json index 4c36c2cc8..5ba75d1b5 100644 --- a/domains/bmhien.json +++ b/domains/bmhien.json @@ -3,8 +3,7 @@ "username": "bm-hien", "email": "buiminhhien001@gmail.com" }, - "record": { - "CNAME": "bmhien.pages.dev" + "CNAME": "bm-hien.github.io" } } From 24fff8e31726d116a7ceb9c03e513081cdc8a00e Mon Sep 17 00:00:00 2001 From: bm-hien Date: Tue, 1 Aug 2023 09:33:38 +0700 Subject: [PATCH 0358/1143] feat(domain): bmh.is-a.dev --- domains/bmh.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/bmh.json diff --git a/domains/bmh.json b/domains/bmh.json new file mode 100644 index 000000000..4d5779d68 --- /dev/null +++ b/domains/bmh.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "bm-hien", + "email": "buiminhhien001@gmail.com" + }, + "record": { + "URL": "https://bm-hien.github.io/" + } +} From ed6bf8d779b1614d8677475aa9e5397e52c2c9af Mon Sep 17 00:00:00 2001 From: Abdul Qoyyuum Date: Tue, 1 Aug 2023 15:10:21 +0800 Subject: [PATCH 0359/1143] :fire: casb-netbox is dead --- domains/casb-netbox.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 domains/casb-netbox.json diff --git a/domains/casb-netbox.json b/domains/casb-netbox.json deleted file mode 100644 index 5cbe0b306..000000000 --- a/domains/casb-netbox.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "Qoyyuum", - "email": "abdul.qoyyuum@gmail.com" - }, - - "record": { - "A": ["35.198.253.237"] - } -} From 44d7f13f2cdb5f744d8b3a146a8453bead006acf Mon Sep 17 00:00:00 2001 From: sai-mehar Date: Tue, 1 Aug 2023 12:48:38 +0530 Subject: [PATCH 0360/1143] feat(domain): sai-mehar.is-a.dev --- domains/sai-mehar.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/sai-mehar.json diff --git a/domains/sai-mehar.json b/domains/sai-mehar.json new file mode 100644 index 000000000..10598b6e4 --- /dev/null +++ b/domains/sai-mehar.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "sai-mehar", + "email": "saimehar2005@gmail.com" + }, + "record": { + "CNAME": "sai-mehar.github.io" + } +} From d43c76fc04ef1a455a74220a6b50b84bd7a48d0f Mon Sep 17 00:00:00 2001 From: xSunnySinghx <52149497+005sunnysingh@users.noreply.github.com> Date: Tue, 1 Aug 2023 14:06:00 +0530 Subject: [PATCH 0361/1143] Create CNAME --- CNAME | 1 + 1 file changed, 1 insertion(+) create mode 100644 CNAME diff --git a/CNAME b/CNAME new file mode 100644 index 000000000..dd1cdeef3 --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +shuriken.is-a.dev \ No newline at end of file From 7b9a489255382681b540e7dc52afcb0682d7e83f Mon Sep 17 00:00:00 2001 From: xSunnySinghx <52149497+005sunnysingh@users.noreply.github.com> Date: Tue, 1 Aug 2023 14:06:25 +0530 Subject: [PATCH 0362/1143] Delete CNAME --- CNAME | 1 - 1 file changed, 1 deletion(-) delete mode 100644 CNAME diff --git a/CNAME b/CNAME deleted file mode 100644 index dd1cdeef3..000000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -shuriken.is-a.dev \ No newline at end of file From 6ae06fa355bc8bab3712b69c9b2cc387149f6036 Mon Sep 17 00:00:00 2001 From: caodoc Date: Tue, 1 Aug 2023 17:46:10 +0700 Subject: [PATCH 0363/1143] feat(domain): caodoc.is-a.dev --- domains/caodoc.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/caodoc.json diff --git a/domains/caodoc.json b/domains/caodoc.json new file mode 100644 index 000000000..4f6ad82bb --- /dev/null +++ b/domains/caodoc.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "caodoc", + "email": "dochicao2306@gmail.com" + }, + "record": { + "URL": "caodoc.github.io" + } +} From c62d8ca59e125124f69dae3498f17b073894f2c2 Mon Sep 17 00:00:00 2001 From: is-a-dev-bot Date: Tue, 1 Aug 2023 11:54:08 +0100 Subject: [PATCH 0364/1143] feat(domain): andrewtest.is-a.dev --- domains/andrewtest.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/andrewtest.json diff --git a/domains/andrewtest.json b/domains/andrewtest.json new file mode 100644 index 000000000..1a01ecab4 --- /dev/null +++ b/domains/andrewtest.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "is-a-dev-bot", + "email": "is-a-dev@win11react.com" + }, + "record": { + "CNAME": "hosts.is-a.dev" + } +} From 088bc9e3e11bbde1ac49f0473cb53cf191204fa5 Mon Sep 17 00:00:00 2001 From: IS A DEV Date: Tue, 1 Aug 2023 11:54:47 +0100 Subject: [PATCH 0365/1143] Update andrewtest.json --- domains/andrewtest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/andrewtest.json b/domains/andrewtest.json index 1a01ecab4..4becd0c6d 100644 --- a/domains/andrewtest.json +++ b/domains/andrewtest.json @@ -1,6 +1,6 @@ { "owner": { - "username": "is-a-dev-bot", + "username": "andrewstech", "email": "is-a-dev@win11react.com" }, "record": { From 152290c172578f6038fce1d976914baa12611a7c Mon Sep 17 00:00:00 2001 From: William Harrison Date: Tue, 1 Aug 2023 19:05:36 +0800 Subject: [PATCH 0366/1143] Update smitty119.json --- domains/smitty119.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/smitty119.json b/domains/smitty119.json index e42683b93..2e82411bb 100644 --- a/domains/smitty119.json +++ b/domains/smitty119.json @@ -4,6 +4,6 @@ "email": "smittykjohnson@gmail.com" }, "record": { - "CNAME": "smittykjohnson.github.io" + "CNAME": "smitty119.github.io" } } From 166a3eabc64ca2b2ca51526ecdfa1897274dd476 Mon Sep 17 00:00:00 2001 From: refactoringg Date: Tue, 1 Aug 2023 16:50:07 +0530 Subject: [PATCH 0367/1143] feat(domain): refactoring.is-a.dev --- domains/refactoring.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/refactoring.json b/domains/refactoring.json index 3c5cca25d..d54a32d33 100644 --- a/domains/refactoring.json +++ b/domains/refactoring.json @@ -4,6 +4,6 @@ "email": "renflenpersonal@gmail.com" }, "record": { - "CNAME": "portfoliafow.onrender.com" + "CNAME": "hosts.is-a.dev" } } From e94f6866aac5d4ce032c8890388aeb8106750054 Mon Sep 17 00:00:00 2001 From: Cfhoiril Date: Tue, 1 Aug 2023 18:20:49 +0700 Subject: [PATCH 0368/1143] feat(domain): iamchoiiril.is-a.dev --- domains/iamchoiiril.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/iamchoiiril.json b/domains/iamchoiiril.json index 5502cca41..c719e5361 100644 --- a/domains/iamchoiiril.json +++ b/domains/iamchoiiril.json @@ -4,6 +4,6 @@ "email": "iamchoirilfk@gmail.com" }, "record": { - "URL": "https://cfhoiril.github.io/who-is-choiril/" + "URL": "https://cfhoiril.github.io/Who-is-Choiril/" } } From 09119c73d22c23eefa390c73f3c1bd37f1005654 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Tue, 1 Aug 2023 19:22:10 +0800 Subject: [PATCH 0369/1143] Update manga.json --- domains/manga.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/manga.json b/domains/manga.json index dbbfc50b5..66bd72ebc 100644 --- a/domains/manga.json +++ b/domains/manga.json @@ -4,6 +4,6 @@ "email": "zarqi.ezzoubair@etu.uae.ac.ma" }, "record": { - "URL": "zarqizoubir.github.io/anime" + "CNAME": "zarqizoubir.github.io" } } From a9f945b3927a324ac377938da5e8e21903798584 Mon Sep 17 00:00:00 2001 From: TotoyGamingYT <72244878+totoygamingyt@users.noreply.github.com> Date: Tue, 1 Aug 2023 19:22:24 +0800 Subject: [PATCH 0370/1143] Create totoygamingyt.json --- domains/totoygamingyt.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/totoygamingyt.json diff --git a/domains/totoygamingyt.json b/domains/totoygamingyt.json new file mode 100644 index 000000000..9d60eff37 --- /dev/null +++ b/domains/totoygamingyt.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "totoygamingyt", + "email": "hello@totoygamingyt.com", + "twitter": "TotoyGamingYT", + "discord": "totoygamingyt" + }, + "record": { + "CNAME": "totoygamingyt.pages.dev" + } +} From fe7c11ffb6aeab14d6adb716173812a4a85afd13 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Tue, 1 Aug 2023 19:22:27 +0800 Subject: [PATCH 0371/1143] Update anime.json --- domains/anime.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/anime.json b/domains/anime.json index dbbfc50b5..66bd72ebc 100644 --- a/domains/anime.json +++ b/domains/anime.json @@ -4,6 +4,6 @@ "email": "zarqi.ezzoubair@etu.uae.ac.ma" }, "record": { - "URL": "zarqizoubir.github.io/anime" + "CNAME": "zarqizoubir.github.io" } } From 8d8dd00a380b86568a0844b43574fc494510b385 Mon Sep 17 00:00:00 2001 From: MBG1337 Date: Tue, 1 Aug 2023 18:06:44 +0530 Subject: [PATCH 0372/1143] feat(domain): mbg.is-a.dev --- domains/mbg.json | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/domains/mbg.json b/domains/mbg.json index 080a3b491..e0c3d76cc 100644 --- a/domains/mbg.json +++ b/domains/mbg.json @@ -1,10 +1,9 @@ { - "owner": { - "username": "MBG1337", - "email": "MBGx1337@gmail.com" - }, - "record": { - "A": ["147.182.183.139"] - } + "owner": { + "username": "MBG1337", + "email": "MBGx1337@gmail.com" + }, + "record": { + "A": "3.120.250.108" } - \ No newline at end of file +} From 1d866d3c4ca2f0bbac5bacccb6b0ebdcec127dc3 Mon Sep 17 00:00:00 2001 From: MBG1337 Date: Tue, 1 Aug 2023 18:07:08 +0530 Subject: [PATCH 0373/1143] feat(domain): mbg.is-a.dev --- domains/mbg.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/mbg.json b/domains/mbg.json index e0c3d76cc..365926494 100644 --- a/domains/mbg.json +++ b/domains/mbg.json @@ -4,6 +4,6 @@ "email": "MBGx1337@gmail.com" }, "record": { - "A": "3.120.250.108" + "CNAME": "hosts.is-a.dev" } } From ffa2992af91e2f80efa4f51e4ebbde09ab86d2e1 Mon Sep 17 00:00:00 2001 From: MBG1337 Date: Tue, 1 Aug 2023 18:07:31 +0530 Subject: [PATCH 0374/1143] feat(domain): mbg.is-a.dev From 84f4ab3a580122529432f12272c573b38dd5d2e2 Mon Sep 17 00:00:00 2001 From: MBG1337 Date: Tue, 1 Aug 2023 18:07:48 +0530 Subject: [PATCH 0375/1143] feat(domain): mbg.is-a.dev --- domains/mbg.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/mbg.json b/domains/mbg.json index 365926494..29b37f694 100644 --- a/domains/mbg.json +++ b/domains/mbg.json @@ -4,6 +4,6 @@ "email": "MBGx1337@gmail.com" }, "record": { - "CNAME": "hosts.is-a.dev" + "TXT": "undefined" } } From a5799f9edce2f57a573d27655364f59af78349ca Mon Sep 17 00:00:00 2001 From: MBG1337 Date: Tue, 1 Aug 2023 18:08:25 +0530 Subject: [PATCH 0376/1143] feat(domain): mbg.is-a.dev --- domains/mbg.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/mbg.json b/domains/mbg.json index 29b37f694..e0c3d76cc 100644 --- a/domains/mbg.json +++ b/domains/mbg.json @@ -4,6 +4,6 @@ "email": "MBGx1337@gmail.com" }, "record": { - "TXT": "undefined" + "A": "3.120.250.108" } } From 27c886d1bc6b4762a848e0c5d43a190814f3ced3 Mon Sep 17 00:00:00 2001 From: BaamBuus Date: Tue, 1 Aug 2023 15:29:38 +0200 Subject: [PATCH 0377/1143] feat(domain): bmbs.is-a.dev --- domains/bmbs.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/bmbs.json diff --git a/domains/bmbs.json b/domains/bmbs.json new file mode 100644 index 000000000..2397ce3ce --- /dev/null +++ b/domains/bmbs.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "BaamBuus", + "email": "bitternoah864@gmail.com" + }, + "record": { + "CNAME": "baambuus.github.io" + } +} From c7705d72f79b01d44d728332ee2b55c0c25b5399 Mon Sep 17 00:00:00 2001 From: IMudee Date: Tue, 1 Aug 2023 15:24:27 +0100 Subject: [PATCH 0378/1143] feat(domain): mudee.is-a.dev --- domains/mudee.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/mudee.json b/domains/mudee.json index 9531a5ac7..ddd97bb30 100644 --- a/domains/mudee.json +++ b/domains/mudee.json @@ -4,6 +4,6 @@ "email": "NotMudee@proton.me" }, "record": { - "A": ["198.91.81.14"] + "CNAME": "hosts.is-a.dev" } } From 3c45ade61387616a038bab5267fadc8f54f6b94f Mon Sep 17 00:00:00 2001 From: IMudee Date: Tue, 1 Aug 2023 15:24:51 +0100 Subject: [PATCH 0379/1143] feat(domain): mudee.is-a.dev From bc0623ed5ad3a5efd798330dc859ec9ee761d612 Mon Sep 17 00:00:00 2001 From: maestro194 Date: Tue, 1 Aug 2023 21:30:31 +0700 Subject: [PATCH 0380/1143] feat(domain): maestro.is-a.dev --- domains/maestro.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/maestro.json diff --git a/domains/maestro.json b/domains/maestro.json new file mode 100644 index 000000000..373e8b9e4 --- /dev/null +++ b/domains/maestro.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "maestro194", + "email": "dongboy1904@gmail.com" + }, + "record": { + "TXT": "maestro194" + } +} From be8731e1c91e58ea9f0d7290ed0d5699c2276543 Mon Sep 17 00:00:00 2001 From: maestro194 <86219215+maestro194@users.noreply.github.com> Date: Tue, 1 Aug 2023 21:34:53 +0700 Subject: [PATCH 0381/1143] Delete maestro.json --- domains/maestro.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/maestro.json diff --git a/domains/maestro.json b/domains/maestro.json deleted file mode 100644 index 373e8b9e4..000000000 --- a/domains/maestro.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "maestro194", - "email": "dongboy1904@gmail.com" - }, - "record": { - "TXT": "maestro194" - } -} From 205e26c0e47bb0290721f30309068cf3f953ec03 Mon Sep 17 00:00:00 2001 From: Betsthebest Date: Tue, 1 Aug 2023 16:41:35 +0200 Subject: [PATCH 0382/1143] feat(domain): bets.is-a.dev --- domains/bets.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/bets.json diff --git a/domains/bets.json b/domains/bets.json new file mode 100644 index 000000000..8afecd8f5 --- /dev/null +++ b/domains/bets.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Betsthebest", + "email": "bets.hassoun@gmail.com" + }, + "record": { + "A": ["16.171.139.108"] + } +} From f62020da67ec3d1bb05c9741a127d1844abc3b41 Mon Sep 17 00:00:00 2001 From: dumprr Date: Tue, 1 Aug 2023 13:57:43 -0400 Subject: [PATCH 0383/1143] feat(domain): dumprr.is-a.dev --- domains/dumprr.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/dumprr.json diff --git a/domains/dumprr.json b/domains/dumprr.json new file mode 100644 index 000000000..0aacb8ae7 --- /dev/null +++ b/domains/dumprr.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "dumprr", + "email": "umi.thezendev@gmail.com" + }, + "record": { + "URL": "https://dumprr.github.io/" + } +} From 47a43467603aa11812bec90d3104ad72d1076dcf Mon Sep 17 00:00:00 2001 From: Dumprr <140656627+dumprr@users.noreply.github.com> Date: Tue, 1 Aug 2023 14:16:13 -0400 Subject: [PATCH 0384/1143] asdasdas --- domains/dumprr.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/dumprr.json b/domains/dumprr.json index 0aacb8ae7..9a46059cb 100644 --- a/domains/dumprr.json +++ b/domains/dumprr.json @@ -1,7 +1,7 @@ { "owner": { "username": "dumprr", - "email": "umi.thezendev@gmail.com" + "email": "duhhhmprr@proton.me" }, "record": { "URL": "https://dumprr.github.io/" From c45a2ac57c079af2e8211f89d644a9bb972207f7 Mon Sep 17 00:00:00 2001 From: KingVibes12 Date: Tue, 1 Aug 2023 18:59:20 -0400 Subject: [PATCH 0385/1143] feat(domain): ZayDocs.is-a.dev --- domains/ZayDocs.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/ZayDocs.json diff --git a/domains/ZayDocs.json b/domains/ZayDocs.json new file mode 100644 index 000000000..cc267df08 --- /dev/null +++ b/domains/ZayDocs.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "KingVibes12", + "email": "codemonkeymann@gmail.com" + }, + "record": { + "CNAME": "3745535f-7691-4e66-93c8-299810bc9fc3.id.repl.co" + } +} From 89cc1ea413311e0fe601dcf413af24e38bebf027 Mon Sep 17 00:00:00 2001 From: andrewstech Date: Wed, 2 Aug 2023 00:08:08 +0100 Subject: [PATCH 0386/1143] Rename ZayDocs.json to zaydocs.json --- domains/{ZayDocs.json => zaydocs.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{ZayDocs.json => zaydocs.json} (100%) diff --git a/domains/ZayDocs.json b/domains/zaydocs.json similarity index 100% rename from domains/ZayDocs.json rename to domains/zaydocs.json From 9ea118ab561cc4fce1fc91907bae9216a5f120c9 Mon Sep 17 00:00:00 2001 From: Dumprr <140656627+dumprr@users.noreply.github.com> Date: Tue, 1 Aug 2023 20:29:37 -0400 Subject: [PATCH 0387/1143] cname --- domains/dumprr.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/dumprr.json b/domains/dumprr.json index 9a46059cb..438838afa 100644 --- a/domains/dumprr.json +++ b/domains/dumprr.json @@ -4,6 +4,6 @@ "email": "duhhhmprr@proton.me" }, "record": { - "URL": "https://dumprr.github.io/" + "CNAME": "dumprr.github.io" } } From 49becc1c1998b16dcdffde42dbf655d1c12ab2dd Mon Sep 17 00:00:00 2001 From: MyNameIsTito Date: Wed, 2 Aug 2023 13:14:46 +1200 Subject: [PATCH 0388/1143] feat(domain): tito.is-a.dev --- domains/tito.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/tito.json diff --git a/domains/tito.json b/domains/tito.json new file mode 100644 index 000000000..0e0b10f9a --- /dev/null +++ b/domains/tito.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "MyNameIsTito", + "email": "tito@kzg.gg" + }, + "record": { + "CNAME": "isadev.mynameistito.com" + } +} From fc113e7cca4e03518c27f8ccc17f0deeb8709914 Mon Sep 17 00:00:00 2001 From: maanya125 Date: Wed, 2 Aug 2023 07:09:05 +0530 Subject: [PATCH 0389/1143] feat(domain): hero.is-a.dev --- domains/hero.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/hero.json b/domains/hero.json index ebe39551d..cf80094c7 100644 --- a/domains/hero.json +++ b/domains/hero.json @@ -4,6 +4,6 @@ "email": "maanya125@gmail.com" }, "record": { - "CNAME": "0ed8d5cc-5c63-48a2-b81f-23fe5b10b90a.id.repl.co" + "CNAME": "hosts.is-a.dev" } } From 92aa430c92f12483f7ad334269028abf5060aa60 Mon Sep 17 00:00:00 2001 From: maanya125 Date: Wed, 2 Aug 2023 07:09:38 +0530 Subject: [PATCH 0390/1143] feat(domain): hero.is-a.dev --- domains/hero.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/hero.json b/domains/hero.json index cf80094c7..076b5245f 100644 --- a/domains/hero.json +++ b/domains/hero.json @@ -4,6 +4,6 @@ "email": "maanya125@gmail.com" }, "record": { - "CNAME": "hosts.is-a.dev" + "TXT": "deta-verification=UarfLrvqaq8hebqziZCCQMRUAtekQDsf" } } From c245364aef8aaecf021d11661cbe4442432f1008 Mon Sep 17 00:00:00 2001 From: zarqizoubir Date: Wed, 2 Aug 2023 03:04:32 +0100 Subject: [PATCH 0391/1143] feat(domain): github.is-a.dev --- domains/github.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/github.json diff --git a/domains/github.json b/domains/github.json new file mode 100644 index 000000000..66bd72ebc --- /dev/null +++ b/domains/github.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "zarqizoubir", + "email": "zarqi.ezzoubair@etu.uae.ac.ma" + }, + "record": { + "CNAME": "zarqizoubir.github.io" + } +} From c45f80cc2afc13c714263c15ecd27d088c53f470 Mon Sep 17 00:00:00 2001 From: zarqizoubir Date: Wed, 2 Aug 2023 03:05:21 +0100 Subject: [PATCH 0392/1143] feat(domain): zarqi.ezzoubair.is-a.dev --- domains/zarqi.ezzoubair.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/zarqi.ezzoubair.json diff --git a/domains/zarqi.ezzoubair.json b/domains/zarqi.ezzoubair.json new file mode 100644 index 000000000..66bd72ebc --- /dev/null +++ b/domains/zarqi.ezzoubair.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "zarqizoubir", + "email": "zarqi.ezzoubair@etu.uae.ac.ma" + }, + "record": { + "CNAME": "zarqizoubir.github.io" + } +} From 01202a7c12ee861c416fec1994a982c16213a01e Mon Sep 17 00:00:00 2001 From: zarqizoubir Date: Wed, 2 Aug 2023 03:06:41 +0100 Subject: [PATCH 0393/1143] feat(domain): zarqi.fatima.is-a.dev --- domains/zarqi.fatima.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/zarqi.fatima.json diff --git a/domains/zarqi.fatima.json b/domains/zarqi.fatima.json new file mode 100644 index 000000000..66bd72ebc --- /dev/null +++ b/domains/zarqi.fatima.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "zarqizoubir", + "email": "zarqi.ezzoubair@etu.uae.ac.ma" + }, + "record": { + "CNAME": "zarqizoubir.github.io" + } +} From d747e8968b73b50f07e93df352e049bf66220558 Mon Sep 17 00:00:00 2001 From: zarqizoubir Date: Wed, 2 Aug 2023 03:07:25 +0100 Subject: [PATCH 0394/1143] feat(domain): zarqi.aicha.is-a.dev --- domains/zarqi.aicha.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/zarqi.aicha.json diff --git a/domains/zarqi.aicha.json b/domains/zarqi.aicha.json new file mode 100644 index 000000000..66bd72ebc --- /dev/null +++ b/domains/zarqi.aicha.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "zarqizoubir", + "email": "zarqi.ezzoubair@etu.uae.ac.ma" + }, + "record": { + "CNAME": "zarqizoubir.github.io" + } +} From 2c1d8ec2c1c869d478179fc3cd2b27bf98a80931 Mon Sep 17 00:00:00 2001 From: zarqizoubir Date: Wed, 2 Aug 2023 03:08:16 +0100 Subject: [PATCH 0395/1143] feat(domain): hazib.brahim.is-a.dev --- domains/hazib.brahim.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/hazib.brahim.json diff --git a/domains/hazib.brahim.json b/domains/hazib.brahim.json new file mode 100644 index 000000000..66bd72ebc --- /dev/null +++ b/domains/hazib.brahim.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "zarqizoubir", + "email": "zarqi.ezzoubair@etu.uae.ac.ma" + }, + "record": { + "CNAME": "zarqizoubir.github.io" + } +} From 06688882b475f8404761ecaed967988ca7dae4ec Mon Sep 17 00:00:00 2001 From: zarqizoubir Date: Wed, 2 Aug 2023 03:08:53 +0100 Subject: [PATCH 0396/1143] feat(domain): zarqi.loubna.is-a.dev --- domains/zarqi.loubna.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/zarqi.loubna.json diff --git a/domains/zarqi.loubna.json b/domains/zarqi.loubna.json new file mode 100644 index 000000000..66bd72ebc --- /dev/null +++ b/domains/zarqi.loubna.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "zarqizoubir", + "email": "zarqi.ezzoubair@etu.uae.ac.ma" + }, + "record": { + "CNAME": "zarqizoubir.github.io" + } +} From 238e95d38b205e86dfe9b8729644f43912baac63 Mon Sep 17 00:00:00 2001 From: zarqizoubir Date: Wed, 2 Aug 2023 03:10:30 +0100 Subject: [PATCH 0397/1143] feat(domain): manga.is-a.dev --- domains/manga.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/manga.json b/domains/manga.json index 66bd72ebc..ffdb48f71 100644 --- a/domains/manga.json +++ b/domains/manga.json @@ -4,6 +4,6 @@ "email": "zarqi.ezzoubair@etu.uae.ac.ma" }, "record": { - "CNAME": "zarqizoubir.github.io" + "CNAME": "hosts.is-a.dev" } } From 984637109a3c69c74f95dcb64d7ef8025fbb00e2 Mon Sep 17 00:00:00 2001 From: Cfhoiril Date: Wed, 2 Aug 2023 13:06:18 +0700 Subject: [PATCH 0398/1143] feat(domain): iamchoiiril.is-a.dev --- domains/iamchoiiril.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/iamchoiiril.json b/domains/iamchoiiril.json index c719e5361..fcf9608b4 100644 --- a/domains/iamchoiiril.json +++ b/domains/iamchoiiril.json @@ -4,6 +4,6 @@ "email": "iamchoirilfk@gmail.com" }, "record": { - "URL": "https://cfhoiril.github.io/Who-is-Choiril/" + "URL": "https://cfhoiril.github.io/portfolio/" } } From 0d40091d5454383d95efc2ad237719df400e570a Mon Sep 17 00:00:00 2001 From: hifzurmax Date: Wed, 2 Aug 2023 15:05:43 +0600 Subject: [PATCH 0399/1143] feat(domain): hifzur.is-a.dev --- domains/hifzur.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/hifzur.json diff --git a/domains/hifzur.json b/domains/hifzur.json new file mode 100644 index 000000000..2ce400912 --- /dev/null +++ b/domains/hifzur.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "hifzurmax", + "email": "hifzur.syl@gmail.com" + }, + "record": { + "A": ["185.199.108.153"] + } +} From e663e58818af5687a7507fe7a0c3b4f2d115f0b9 Mon Sep 17 00:00:00 2001 From: maanya125 Date: Wed, 2 Aug 2023 15:07:04 +0530 Subject: [PATCH 0400/1143] feat(domain): hero.is-a.dev --- domains/hero.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/hero.json b/domains/hero.json index 076b5245f..8ac3f77dd 100644 --- a/domains/hero.json +++ b/domains/hero.json @@ -4,6 +4,6 @@ "email": "maanya125@gmail.com" }, "record": { - "TXT": "deta-verification=UarfLrvqaq8hebqziZCCQMRUAtekQDsf" + "A": "75.2.69.226" } } From 5a462d7c60991f5f2d6848944af892dda99dabb5 Mon Sep 17 00:00:00 2001 From: Nova / Aurora Date: Wed, 2 Aug 2023 21:31:37 +1000 Subject: [PATCH 0401/1143] Update nova.json --- domains/nova.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/nova.json b/domains/nova.json index 924ad4d90..b1d378527 100644 --- a/domains/nova.json +++ b/domains/nova.json @@ -3,9 +3,9 @@ "owner": { "username": "LunarN0v4", "email": "zeus@zeusteam.dev", - "discord": "N0v4#4471" + "discord": "lunarn0v4" }, "record": { - "A": ["170.39.215.57"] + "A": ["170.39.215.45"] } } From 190f1b9ead629bd5e645532efa9e15602f859a12 Mon Sep 17 00:00:00 2001 From: daanschenkel Date: Wed, 2 Aug 2023 14:56:41 +0200 Subject: [PATCH 0402/1143] feat(domain): daanschenkel.is-a.dev --- domains/daanschenkel.json | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/domains/daanschenkel.json b/domains/daanschenkel.json index 20d527437..5383f21e3 100644 --- a/domains/daanschenkel.json +++ b/domains/daanschenkel.json @@ -1,10 +1,9 @@ { - "owner": { - "username": "daanschenkel", - "email": "daan@daanschenkel.nl" - }, - "record": { - "CNAME": "hosts.is-a.dev" - } + "owner": { + "username": "daanschenkel", + "email": "daan@daanschenkel.nl" + }, + "record": { + "URL": "https://daanschenkel.nl" } - \ No newline at end of file +} From 931160f3153336c9dac933951c201634a0067913 Mon Sep 17 00:00:00 2001 From: I2rys Date: Wed, 2 Aug 2023 21:43:55 +0800 Subject: [PATCH 0403/1143] feat(domain): i2rys.is-a.dev --- domains/i2rys.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/i2rys.json diff --git a/domains/i2rys.json b/domains/i2rys.json new file mode 100644 index 000000000..0cfb5db82 --- /dev/null +++ b/domains/i2rys.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "I2rys", + "email": "i2rys@protonmail.com" + }, + "record": { + "URL": "https://i2rys.vercel.app/" + } +} From a19f33b64e9fa212262f2c9fda1361785680dc11 Mon Sep 17 00:00:00 2001 From: andrewstech Date: Wed, 2 Aug 2023 15:00:01 +0100 Subject: [PATCH 0404/1143] Create wildcard.yml --- .github/workflows/wildcard.yml | 65 ++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 .github/workflows/wildcard.yml diff --git a/.github/workflows/wildcard.yml b/.github/workflows/wildcard.yml new file mode 100644 index 000000000..89fdf2015 --- /dev/null +++ b/.github/workflows/wildcard.yml @@ -0,0 +1,65 @@ +name: Wildcard temp record + +on: + workflow_dispatch: + inputs: + recordcontent: + description: 'Record Content' + required: true + default: 'warning' + +jobs: + publish: + if: github.repository == 'is-a-dev/register' + runs-on: ubuntu-latest + steps: + - name: Checkout repository + uses: actions/checkout@v2 + + - name: Generate JSON file + run: | + echo '{ + "owner": { + "username": "is-a-dev", + "email": "hello@maintainers.is-a.dev" + }, + "record": { + "TXT": "${{ github.event.inputs.recordcontent }}" + } + }' > ./domains/_acme-challenge.json + + - name: Install Yarn dependencies + run: yarn install --ignore-engines + + - name: Publishing records + env: + CI: 1 + ENV: production + DOMAIN_USER: ${{ secrets.DOMAIN_USER }} + DOMAIN_API_KEY: ${{ secrets.DOMAIN_API_KEY }} + DOMAIN_API_HOST: ${{ secrets.DOMAIN_API_HOST }} + DOMAIN_API_PORT: ${{ secrets.DOMAIN_API_PORT }} + DOMAIN_DOMAIN: ${{ secrets.DOMAIN_DOMAIN }} + DOMAIN_HOST_IP: ${{ secrets.DOMAIN_HOST_IP }} + run: yarn publish-records + - name: Sleep + run: sleep 10m + shell: bash + + - name: Remove + run: rm domains/_acme-challenge.json + shell: bash + + - name: remove records + env: + CI: 1 + ENV: production + DOMAIN_USER: ${{ secrets.DOMAIN_USER }} + DOMAIN_API_KEY: ${{ secrets.DOMAIN_API_KEY }} + DOMAIN_API_HOST: ${{ secrets.DOMAIN_API_HOST }} + DOMAIN_API_PORT: ${{ secrets.DOMAIN_API_PORT }} + DOMAIN_DOMAIN: ${{ secrets.DOMAIN_DOMAIN }} + DOMAIN_HOST_IP: ${{ secrets.DOMAIN_HOST_IP }} + + + From 5bb446cedfb41d2926e7ee0522dac9471d1b066c Mon Sep 17 00:00:00 2001 From: ShadowGaming100 Date: Wed, 2 Aug 2023 17:04:15 +0200 Subject: [PATCH 0405/1143] feat(domain): sgm-uptime.is-a.dev --- domains/sgm-uptime.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/sgm-uptime.json diff --git a/domains/sgm-uptime.json b/domains/sgm-uptime.json new file mode 100644 index 000000000..b9ff04d4a --- /dev/null +++ b/domains/sgm-uptime.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ShadowGaming100", + "email": "workspace.shadowgaming@gmail.com" + }, + "record": { + "CNAME": "f5cbbab2-d3bb-4468-8513-976647809749.id.repl.co" + } +} From e9154c96fb023db98994a0c1fb75557efc95d034 Mon Sep 17 00:00:00 2001 From: maanya125 Date: Wed, 2 Aug 2023 21:45:43 +0530 Subject: [PATCH 0406/1143] feat(domain): hero.is-a.dev --- domains/hero.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/hero.json b/domains/hero.json index 8ac3f77dd..cf80094c7 100644 --- a/domains/hero.json +++ b/domains/hero.json @@ -4,6 +4,6 @@ "email": "maanya125@gmail.com" }, "record": { - "A": "75.2.69.226" + "CNAME": "hosts.is-a.dev" } } From 90c90e41d52855216dfe152ac9499103cf188826 Mon Sep 17 00:00:00 2001 From: kxtzownsu Date: Wed, 2 Aug 2023 15:30:05 -0400 Subject: [PATCH 0407/1143] feat(domain): kxtz.is-a.dev --- domains/kxtz.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/kxtz.json diff --git a/domains/kxtz.json b/domains/kxtz.json new file mode 100644 index 000000000..46e49f825 --- /dev/null +++ b/domains/kxtz.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "kxtzownsu", + "email": "kxtzownsu@gmail.com" + }, + "record": { + "CNAME": "ef93d84a-155f-4365-86a0-9dcc1d445acf.id.repl.co" + } +} From c6a4fac90604dcf4657712a066e3c0ad4e6ba83f Mon Sep 17 00:00:00 2001 From: vi0letadev <136188206+vi0letadev@users.noreply.github.com> Date: Thu, 3 Aug 2023 01:49:45 +0300 Subject: [PATCH 0408/1143] feat(domain): add `matrix.is-a.dev` --- domains/matrix.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/matrix.json diff --git a/domains/matrix.json b/domains/matrix.json new file mode 100644 index 000000000..eed253c13 --- /dev/null +++ b/domains/matrix.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "vi0letadev", + "email": "vi0leta@riseup.net" + }, + + "record": { + "A": ["143.47.191.152"] + } +} From 6d05c5c51f6f01e4381bab3ed90829a7cddcd188 Mon Sep 17 00:00:00 2001 From: vi0letadev <136188206+vi0letadev@users.noreply.github.com> Date: Thu, 3 Aug 2023 01:50:50 +0300 Subject: [PATCH 0409/1143] feat(domain): add `matrix.vi0leta.is-a.dev` --- domains/matrix.vi0leta.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/matrix.vi0leta.json diff --git a/domains/matrix.vi0leta.json b/domains/matrix.vi0leta.json new file mode 100644 index 000000000..eed253c13 --- /dev/null +++ b/domains/matrix.vi0leta.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "vi0letadev", + "email": "vi0leta@riseup.net" + }, + + "record": { + "A": ["143.47.191.152"] + } +} From 8a278e9c5858c3d3fe1cd14877059768d9865a7f Mon Sep 17 00:00:00 2001 From: vi0letadev <136188206+vi0letadev@users.noreply.github.com> Date: Thu, 3 Aug 2023 01:53:04 +0300 Subject: [PATCH 0410/1143] Delete matrix.json --- domains/matrix.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 domains/matrix.json diff --git a/domains/matrix.json b/domains/matrix.json deleted file mode 100644 index eed253c13..000000000 --- a/domains/matrix.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "vi0letadev", - "email": "vi0leta@riseup.net" - }, - - "record": { - "A": ["143.47.191.152"] - } -} From 39ad3d43addb386a64877694505d95f601aa639c Mon Sep 17 00:00:00 2001 From: vi0letadev <136188206+vi0letadev@users.noreply.github.com> Date: Thu, 3 Aug 2023 01:57:53 +0300 Subject: [PATCH 0411/1143] Delete trio.json --- domains/trio.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 domains/trio.json diff --git a/domains/trio.json b/domains/trio.json deleted file mode 100644 index cf7a34106..000000000 --- a/domains/trio.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "trio", - "owner": { - "username": "trio745", - "email": "triofran6@gmail.com" - }, - "record": { - "MX": ["smtp.internal.xhyrom.dev"] - } -} From 76b50871d09b86e764f157737bb91836f99567d0 Mon Sep 17 00:00:00 2001 From: vi0letadev <136188206+vi0letadev@users.noreply.github.com> Date: Thu, 3 Aug 2023 01:58:56 +0300 Subject: [PATCH 0412/1143] Delete matrix.vi0leta.json --- domains/matrix.vi0leta.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 domains/matrix.vi0leta.json diff --git a/domains/matrix.vi0leta.json b/domains/matrix.vi0leta.json deleted file mode 100644 index eed253c13..000000000 --- a/domains/matrix.vi0leta.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "vi0letadev", - "email": "vi0leta@riseup.net" - }, - - "record": { - "A": ["143.47.191.152"] - } -} From 20020f703a8f69a023cac16443202daf804c18ab Mon Sep 17 00:00:00 2001 From: vi0letadev <136188206+vi0letadev@users.noreply.github.com> Date: Thu, 3 Aug 2023 01:59:31 +0300 Subject: [PATCH 0413/1143] feat(domain): add `matrix.vi0leta.is-a.dev` --- domains/matrix.vi0leta.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/matrix.vi0leta.json diff --git a/domains/matrix.vi0leta.json b/domains/matrix.vi0leta.json new file mode 100644 index 000000000..eed253c13 --- /dev/null +++ b/domains/matrix.vi0leta.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "vi0letadev", + "email": "vi0leta@riseup.net" + }, + + "record": { + "A": ["143.47.191.152"] + } +} From c2e8c0f85df984c7f9cc2a7b842ae3013e7a9f3d Mon Sep 17 00:00:00 2001 From: kxtz <116377025+kxtzownsu@users.noreply.github.com> Date: Wed, 2 Aug 2023 21:45:18 -0400 Subject: [PATCH 0414/1143] Update kxtz.json --- domains/kxtz.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/kxtz.json b/domains/kxtz.json index 46e49f825..b739a280a 100644 --- a/domains/kxtz.json +++ b/domains/kxtz.json @@ -4,6 +4,7 @@ "email": "kxtzownsu@gmail.com" }, "record": { - "CNAME": "ef93d84a-155f-4365-86a0-9dcc1d445acf.id.repl.co" + "CNAME": "ef93d84a-155f-4365-86a0-9dcc1d445acf.id.repl.co", + "TXT": "replit-verify=ef93d84a-155f-4365-86a0-9dcc1d445acf" } } From 19aa7669e6e8facd9e375fa5c4831c48e3143642 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 3 Aug 2023 11:25:04 +0800 Subject: [PATCH 0415/1143] Update mbg.json --- domains/mbg.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/mbg.json b/domains/mbg.json index e0c3d76cc..5d939fce6 100644 --- a/domains/mbg.json +++ b/domains/mbg.json @@ -4,6 +4,6 @@ "email": "MBGx1337@gmail.com" }, "record": { - "A": "3.120.250.108" + "A": ["3.120.250.108"] } } From a6ea84e81e3ee05edfc1663c49223531abc3524c Mon Sep 17 00:00:00 2001 From: DuykhanhGaming Date: Thu, 3 Aug 2023 13:16:16 +0700 Subject: [PATCH 0416/1143] feat(domain): duy.is-a.dev --- domains/duy.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/duy.json diff --git a/domains/duy.json b/domains/duy.json new file mode 100644 index 000000000..3a30b641f --- /dev/null +++ b/domains/duy.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "DuykhanhGaming", + "email": "andickhead124@gmail.com" + }, + "record": { + "CNAME": "dreemurrs.eu.org" + } +} From a09f91b545878d81a7db82624fa690b6636abe03 Mon Sep 17 00:00:00 2001 From: refactoringg Date: Thu, 3 Aug 2023 13:39:35 +0530 Subject: [PATCH 0417/1143] feat(domain): refactoring.is-a.dev From 30984caedecb6d5899309c7abbd5b6b48c88ffc5 Mon Sep 17 00:00:00 2001 From: refactoringg Date: Thu, 3 Aug 2023 13:39:35 +0530 Subject: [PATCH 0418/1143] feat(domain): refactoring.is-a.dev From ac6587dac318f4a99d010321fe84ca71d9891577 Mon Sep 17 00:00:00 2001 From: gooplancton Date: Thu, 3 Aug 2023 10:39:34 +0200 Subject: [PATCH 0419/1143] feat(domain): gooplancton.is-a.dev --- domains/gooplancton.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/gooplancton.json diff --git a/domains/gooplancton.json b/domains/gooplancton.json new file mode 100644 index 000000000..8479a8096 --- /dev/null +++ b/domains/gooplancton.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "gooplancton", + "email": "gooplancton@outlook.com" + }, + "record": { + "A": ["93.93.117.164"] + } +} From f931c0ebc0ca8b99fdef7a7d4fe84c76c2ac154a Mon Sep 17 00:00:00 2001 From: Adnan0131 <91750493+Adnan0131@users.noreply.github.com> Date: Thu, 3 Aug 2023 15:30:12 +0530 Subject: [PATCH 0420/1143] feat(domain): add `adnan.is-a.dev.is-a.dev` --- domains/adnan.is-a.dev.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/adnan.is-a.dev.json diff --git a/domains/adnan.is-a.dev.json b/domains/adnan.is-a.dev.json new file mode 100644 index 000000000..3cc9b43b5 --- /dev/null +++ b/domains/adnan.is-a.dev.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Adnan0131", + "email": "sonuadnan6@gmail.com" + }, + + "record": { + "CNAME": "adnan0131.github.io" + } +} From 6c13525eea1f93d51a85f27389006f3cbbe4ca71 Mon Sep 17 00:00:00 2001 From: KingVibes12 Date: Thu, 3 Aug 2023 11:34:48 -0400 Subject: [PATCH 0421/1143] feat(domain): zaydocs.is-a.dev --- domains/zaydocs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/zaydocs.json b/domains/zaydocs.json index cc267df08..8c78371aa 100644 --- a/domains/zaydocs.json +++ b/domains/zaydocs.json @@ -4,6 +4,6 @@ "email": "codemonkeymann@gmail.com" }, "record": { - "CNAME": "3745535f-7691-4e66-93c8-299810bc9fc3.id.repl.co" + "CNAME": "3745535f-7691-4e66-93c8-299810bc9fc3.id.repl.co" } } From 8b9637cba3f3fd1d650879efba8c37e43525e595 Mon Sep 17 00:00:00 2001 From: KingVibes12 Date: Thu, 3 Aug 2023 11:34:57 -0400 Subject: [PATCH 0422/1143] feat(domain): zaydocs.is-a.dev --- domains/zaydocs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/zaydocs.json b/domains/zaydocs.json index 8c78371aa..8c0b5d638 100644 --- a/domains/zaydocs.json +++ b/domains/zaydocs.json @@ -4,6 +4,6 @@ "email": "codemonkeymann@gmail.com" }, "record": { - "CNAME": "3745535f-7691-4e66-93c8-299810bc9fc3.id.repl.co" + "CNAME": "hosts.is-a.dev" } } From e4d23ca673d825e3b66ee82f4a8b965dbd0fd34e Mon Sep 17 00:00:00 2001 From: Nikita Goncarenko Date: Thu, 3 Aug 2023 17:38:40 +0200 Subject: [PATCH 0423/1143] Delete nikeedev.json --- domains/nikeedev.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 domains/nikeedev.json diff --git a/domains/nikeedev.json b/domains/nikeedev.json deleted file mode 100644 index e47111189..000000000 --- a/domains/nikeedev.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "Profile page for nikeedev", - "repo": "https://github.com/nikeedev/nikeedev.github.io", - "owner": { - "username": "nikeedev", - "email": "nikita.gon.dev@gmail.com", - "twitter": "nikeedev" - }, - "record": { - "CNAME": "nikeedev.github.io" - } -} From bb6bd94ffe7eb714f0164d1b2a78eef6f6ecd21f Mon Sep 17 00:00:00 2001 From: andrewstech Date: Thu, 3 Aug 2023 16:57:41 +0100 Subject: [PATCH 0424/1143] fix --- .github/workflows/wildcard.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/wildcard.yml b/.github/workflows/wildcard.yml index 89fdf2015..c1b40f2ca 100644 --- a/.github/workflows/wildcard.yml +++ b/.github/workflows/wildcard.yml @@ -49,8 +49,8 @@ jobs: - name: Remove run: rm domains/_acme-challenge.json shell: bash - - - name: remove records + + - name: removing records env: CI: 1 ENV: production @@ -59,7 +59,8 @@ jobs: DOMAIN_API_HOST: ${{ secrets.DOMAIN_API_HOST }} DOMAIN_API_PORT: ${{ secrets.DOMAIN_API_PORT }} DOMAIN_DOMAIN: ${{ secrets.DOMAIN_DOMAIN }} - DOMAIN_HOST_IP: ${{ secrets.DOMAIN_HOST_IP }} + DOMAIN_HOST_IP: ${{ secrets.DOMAIN_HOST_IP }} + run: yarn publish-records From 7f2d939f11e0c828ce4dedf29394950923eb58af Mon Sep 17 00:00:00 2001 From: andrewstech Date: Thu, 3 Aug 2023 17:00:19 +0100 Subject: [PATCH 0425/1143] fix again --- .github/workflows/wildcard.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/wildcard.yml b/.github/workflows/wildcard.yml index c1b40f2ca..d42067789 100644 --- a/.github/workflows/wildcard.yml +++ b/.github/workflows/wildcard.yml @@ -10,7 +10,6 @@ on: jobs: publish: - if: github.repository == 'is-a-dev/register' runs-on: ubuntu-latest steps: - name: Checkout repository From 92ec625c578961a31866c6492255df9a41e0412f Mon Sep 17 00:00:00 2001 From: andrewstech Date: Thu, 3 Aug 2023 17:02:55 +0100 Subject: [PATCH 0426/1143] Add a test --- .github/workflows/wildcard.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/wildcard.yml b/.github/workflows/wildcard.yml index d42067789..1ba945e36 100644 --- a/.github/workflows/wildcard.yml +++ b/.github/workflows/wildcard.yml @@ -26,6 +26,9 @@ jobs: "TXT": "${{ github.event.inputs.recordcontent }}" } }' > ./domains/_acme-challenge.json + + - name: test + run: cat domains/_acme-challenge.json - name: Install Yarn dependencies run: yarn install --ignore-engines From 3bbfcd00ccfb9ea75c61da025c54f4c5bf04894f Mon Sep 17 00:00:00 2001 From: Stacksyz Date: Thu, 3 Aug 2023 20:09:00 +0200 Subject: [PATCH 0427/1143] feat(domain): Stacksyz.is-a.dev --- domains/Stacksyz.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/Stacksyz.json diff --git a/domains/Stacksyz.json b/domains/Stacksyz.json new file mode 100644 index 000000000..12fe0f6bf --- /dev/null +++ b/domains/Stacksyz.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Stacksyz", + "email": "thedevmonke@gmail.com" + }, + "record": { + "CNAME": "83b4876d-be97-4b01-b48b-f133a84abd2f.id.repl.co" + } +} From 3a9fefb680fd502411ce7b9ea3f301d935d0ce79 Mon Sep 17 00:00:00 2001 From: x0ba Date: Thu, 3 Aug 2023 11:17:03 -0700 Subject: [PATCH 0428/1143] feat(domain): x0ba.is-a.dev --- domains/x0ba.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/x0ba.json diff --git a/domains/x0ba.json b/domains/x0ba.json new file mode 100644 index 000000000..c05873287 --- /dev/null +++ b/domains/x0ba.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "x0ba", + "email": "mkshift@tuta.io" + }, + "record": { + "CNAME": "x0ba.github.io" + } +} From 8bff3ced9d4e8cead755041b8cc959b00cabd920 Mon Sep 17 00:00:00 2001 From: t-ub3 Date: Thu, 3 Aug 2023 22:47:33 +0100 Subject: [PATCH 0429/1143] feat(domain): tube.is-a.dev --- domains/tube.json | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/domains/tube.json b/domains/tube.json index 672729520..1674303ab 100644 --- a/domains/tube.json +++ b/domains/tube.json @@ -1,10 +1,9 @@ { - "owner": { - "username": "t-ub3", - "email": "tfl.kids@gmail.com" - }, - "record": { - "URL": "https://tube.uwu.ai" - } + "owner": { + "username": "t-ub3", + "email": "martini@tubee.dev" + }, + "record": { + "URL": "tub3.uk" } - \ No newline at end of file +} From c6174336ab19c4debea87e5d7a353da4ba98b358 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Fri, 4 Aug 2023 10:10:06 +0800 Subject: [PATCH 0430/1143] clean up --- .github/workflows/wildcard.yml | 115 ++++++++++++++++----------------- 1 file changed, 56 insertions(+), 59 deletions(-) diff --git a/.github/workflows/wildcard.yml b/.github/workflows/wildcard.yml index 1ba945e36..a6a5e4b16 100644 --- a/.github/workflows/wildcard.yml +++ b/.github/workflows/wildcard.yml @@ -1,68 +1,65 @@ name: Wildcard temp record on: - workflow_dispatch: - inputs: - recordcontent: - description: 'Record Content' - required: true - default: 'warning' + workflow_dispatch: + inputs: + recordcontent: + description: "Record Content" + required: true + default: "warning" jobs: - publish: - runs-on: ubuntu-latest - steps: - - name: Checkout repository - uses: actions/checkout@v2 - - - name: Generate JSON file - run: | - echo '{ - "owner": { - "username": "is-a-dev", - "email": "hello@maintainers.is-a.dev" - }, - "record": { - "TXT": "${{ github.event.inputs.recordcontent }}" - } - }' > ./domains/_acme-challenge.json + publish: + runs-on: ubuntu-latest + steps: + - name: Checkout repository + uses: actions/checkout@v2 - - name: test - run: cat domains/_acme-challenge.json - - - name: Install Yarn dependencies - run: yarn install --ignore-engines - - - name: Publishing records - env: - CI: 1 - ENV: production - DOMAIN_USER: ${{ secrets.DOMAIN_USER }} - DOMAIN_API_KEY: ${{ secrets.DOMAIN_API_KEY }} - DOMAIN_API_HOST: ${{ secrets.DOMAIN_API_HOST }} - DOMAIN_API_PORT: ${{ secrets.DOMAIN_API_PORT }} - DOMAIN_DOMAIN: ${{ secrets.DOMAIN_DOMAIN }} - DOMAIN_HOST_IP: ${{ secrets.DOMAIN_HOST_IP }} - run: yarn publish-records - - name: Sleep - run: sleep 10m - shell: bash - - - name: Remove - run: rm domains/_acme-challenge.json - shell: bash - - - name: removing records - env: - CI: 1 - ENV: production - DOMAIN_USER: ${{ secrets.DOMAIN_USER }} - DOMAIN_API_KEY: ${{ secrets.DOMAIN_API_KEY }} - DOMAIN_API_HOST: ${{ secrets.DOMAIN_API_HOST }} - DOMAIN_API_PORT: ${{ secrets.DOMAIN_API_PORT }} - DOMAIN_DOMAIN: ${{ secrets.DOMAIN_DOMAIN }} - DOMAIN_HOST_IP: ${{ secrets.DOMAIN_HOST_IP }} - run: yarn publish-records + - name: Generate JSON file + run: | + echo '{ + "owner": { + "username": "is-a-dev", + "email": "hello@maintainers.is-a.dev" + }, + "record": { + "TXT": "${{ github.event.inputs.recordcontent }}" + } + }' > ./domains/_acme-challenge.json + - name: test + run: cat domains/_acme-challenge.json + - name: Install Yarn dependencies + run: yarn install --ignore-engines + - name: Publishing records + env: + CI: 1 + ENV: production + DOMAIN_USER: ${{ secrets.DOMAIN_USER }} + DOMAIN_API_KEY: ${{ secrets.DOMAIN_API_KEY }} + DOMAIN_API_HOST: ${{ secrets.DOMAIN_API_HOST }} + DOMAIN_API_PORT: ${{ secrets.DOMAIN_API_PORT }} + DOMAIN_DOMAIN: ${{ secrets.DOMAIN_DOMAIN }} + DOMAIN_HOST_IP: ${{ secrets.DOMAIN_HOST_IP }} + run: yarn publish-records + - name: Sleep + run: sleep 10m + shell: bash + + - name: Remove + run: rm domains/_acme-challenge.json + shell: bash + + - name: removing records + env: + CI: 1 + ENV: production + DOMAIN_USER: ${{ secrets.DOMAIN_USER }} + DOMAIN_API_KEY: ${{ secrets.DOMAIN_API_KEY }} + DOMAIN_API_HOST: ${{ secrets.DOMAIN_API_HOST }} + DOMAIN_API_PORT: ${{ secrets.DOMAIN_API_PORT }} + DOMAIN_DOMAIN: ${{ secrets.DOMAIN_DOMAIN }} + DOMAIN_HOST_IP: ${{ secrets.DOMAIN_HOST_IP }} + run: yarn publish-records From 4cb3f41e35cc1ef7a11a077fe2beade2416edfff Mon Sep 17 00:00:00 2001 From: William Harrison Date: Fri, 4 Aug 2023 10:11:08 +0800 Subject: [PATCH 0431/1143] Update tube.json --- domains/tube.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/tube.json b/domains/tube.json index 1674303ab..80c9601a0 100644 --- a/domains/tube.json +++ b/domains/tube.json @@ -4,6 +4,6 @@ "email": "martini@tubee.dev" }, "record": { - "URL": "tub3.uk" + "URL": "https://tub3.uk" } } From 3a8f714fc9364ba4e138916e953f92b269787138 Mon Sep 17 00:00:00 2001 From: B0XEY Date: Thu, 3 Aug 2023 21:31:42 -0500 Subject: [PATCH 0432/1143] feat(domain): boxey.is-a.dev --- domains/boxey.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/boxey.json b/domains/boxey.json index 85b77fcbc..079b76b58 100644 --- a/domains/boxey.json +++ b/domains/boxey.json @@ -4,6 +4,6 @@ "email": "gramcooker@gmail.com" }, "record": { - "URL": "https://sites.google.com/view/boxey-dev/home?authuser=0" + "URL": "https://sites.google.com/view/boxey-dev/home?authuser=0" } } From 29cc306884d58ea5bd8133669a489cd221d195c9 Mon Sep 17 00:00:00 2001 From: boston2029 Date: Thu, 3 Aug 2023 22:46:10 -0500 Subject: [PATCH 0433/1143] feat(domain): boston2029.is-a.dev --- domains/boston2029.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/boston2029.json diff --git a/domains/boston2029.json b/domains/boston2029.json new file mode 100644 index 000000000..6059e14f4 --- /dev/null +++ b/domains/boston2029.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "boston2029", + "email": "boston2029@outlook.com" + }, + "record": { + "CNAME": "215de2e6-27df-4710-82aa-ae0cfa6f19bc.id.repl.co" + } +} From 1c60483fa286632abd2d766cf45afd96c06ae861 Mon Sep 17 00:00:00 2001 From: rohansharma-developer Date: Fri, 4 Aug 2023 13:58:04 +0530 Subject: [PATCH 0434/1143] feat(domain): rohansharma.is-a.dev --- domains/rohansharma.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/rohansharma.json diff --git a/domains/rohansharma.json b/domains/rohansharma.json new file mode 100644 index 000000000..61d4f64d9 --- /dev/null +++ b/domains/rohansharma.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "rohansharma-developer", + "email": "rohansharma.developer@gmail.com" + }, + "record": { + "URL": "rohan.bodmaslmedia.in" + } +} From f486480a2cd238884e9c95dbd59d48fe844f8f39 Mon Sep 17 00:00:00 2001 From: rhylso Date: Fri, 4 Aug 2023 16:58:06 +0800 Subject: [PATCH 0435/1143] feat(domain): rhylso.is-a.dev --- domains/rhylso.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/rhylso.json diff --git a/domains/rhylso.json b/domains/rhylso.json new file mode 100644 index 000000000..b7d96f6ec --- /dev/null +++ b/domains/rhylso.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "rhylso", + "email": "rhylso@proton.me" + }, + "record": { + "CNAME": "rhylso.pages.dev" + } +} From b1d75a26174074851a590b54a92143c17493264e Mon Sep 17 00:00:00 2001 From: Nesbeer <76590320+ItzNesbroDev@users.noreply.github.com> Date: Fri, 4 Aug 2023 14:56:44 +0530 Subject: [PATCH 0436/1143] Create itznesbro.blog.json --- domains/itznesbro.blog.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/itznesbro.blog.json diff --git a/domains/itznesbro.blog.json b/domains/itznesbro.blog.json new file mode 100644 index 000000000..9219d3238 --- /dev/null +++ b/domains/itznesbro.blog.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ItzNesbroDev", + "email": "asnesbeer3@gmail.com" + }, + "record": { + "CNAME": "hashnode.network" + } +} From c0d27d0b5f34ff478a6e53b5ac8509909096e7c6 Mon Sep 17 00:00:00 2001 From: fakeesp <92476958+fakeesp@users.noreply.github.com> Date: Fri, 4 Aug 2023 13:09:24 +0300 Subject: [PATCH 0437/1143] Create esp --- domains/esp | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/esp diff --git a/domains/esp b/domains/esp new file mode 100644 index 000000000..9a28a3929 --- /dev/null +++ b/domains/esp @@ -0,0 +1,12 @@ +{ + "description": "portfolio", + "owner": { + "username": "fakeesp", + "email": "esp.python.dev@gmail.com", + "telegram": "fakeesp" + }, + { + "record": { + "A": [144.91.110.55] + } +} From c6975c4eb91ced288e37a6e63a69f46c678116d2 Mon Sep 17 00:00:00 2001 From: skifli Date: Fri, 4 Aug 2023 12:04:49 +0100 Subject: [PATCH 0438/1143] feat(domain): skifli.is-a.dev --- domains/skifli.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/domains/skifli.json b/domains/skifli.json index 1d561080f..f7e4ced5f 100644 --- a/domains/skifli.json +++ b/domains/skifli.json @@ -1,12 +1,9 @@ { - "description": "Skifli's portfolio website", - "repo": "https://github.com/skifli/skifli.github.io", "owner": { "username": "skifli", - "email": "", - "discord": "skifli#8774" + "email": "skifli@proton.me" }, "record": { - "CNAME": "skifli.github.io" + "CNAME": "https://skifli.github.io" } } From 3b6d272484ab5f6a4f2e947e69fb03117c0b299c Mon Sep 17 00:00:00 2001 From: skifli <121291719+skifli@users.noreply.github.com> Date: Fri, 4 Aug 2023 12:08:32 +0100 Subject: [PATCH 0439/1143] feat: switch to discord contact --- domains/skifli.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/skifli.json b/domains/skifli.json index f7e4ced5f..02e803d26 100644 --- a/domains/skifli.json +++ b/domains/skifli.json @@ -1,7 +1,8 @@ { "owner": { "username": "skifli", - "email": "skifli@proton.me" + "email": "", + "discord": "skifli", }, "record": { "CNAME": "https://skifli.github.io" From 0e4a712eab5cbce6f833ec828486568b79cf266a Mon Sep 17 00:00:00 2001 From: skifli Date: Fri, 4 Aug 2023 12:13:25 +0100 Subject: [PATCH 0440/1143] feat(domain): skifli.is-a.dev --- domains/skifli.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/domains/skifli.json b/domains/skifli.json index 02e803d26..14879dcce 100644 --- a/domains/skifli.json +++ b/domains/skifli.json @@ -1,10 +1,9 @@ { "owner": { "username": "skifli", - "email": "", - "discord": "skifli", + "email": "skifli@proton.me" }, "record": { - "CNAME": "https://skifli.github.io" + "A": "185.199.108.153" } } From 3cba377eac74ca4928df6266eeddd6b4ccfd507a Mon Sep 17 00:00:00 2001 From: skifli <121291719+skifli@users.noreply.github.com> Date: Fri, 4 Aug 2023 12:16:26 +0100 Subject: [PATCH 0441/1143] feat: fix wrong formatting --- domains/skifli.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/domains/skifli.json b/domains/skifli.json index 14879dcce..dca6f2fc7 100644 --- a/domains/skifli.json +++ b/domains/skifli.json @@ -1,9 +1,13 @@ { + "description": "Portfolio Website", + "repo": "https://github.com/skifli/skifli.github.io", "owner": { "username": "skifli", - "email": "skifli@proton.me" + "discord": "skifli", + "email": "", }, "record": { - "A": "185.199.108.153" + "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], + "CNAME": "skifli.github.io" } } From bb51f9bee7168860d55660156a9d39b220bf2bda Mon Sep 17 00:00:00 2001 From: William Harrison Date: Fri, 4 Aug 2023 19:19:26 +0800 Subject: [PATCH 0442/1143] Update skifli.json --- domains/skifli.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/domains/skifli.json b/domains/skifli.json index dca6f2fc7..975f9a280 100644 --- a/domains/skifli.json +++ b/domains/skifli.json @@ -3,11 +3,10 @@ "repo": "https://github.com/skifli/skifli.github.io", "owner": { "username": "skifli", - "discord": "skifli", "email": "", + "discord": "skifli" }, "record": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], - "CNAME": "skifli.github.io" + "CNAME": "skifli.github.io" } } From baa0c0c693fbd232cd02f2d51c0d03c4884b0f89 Mon Sep 17 00:00:00 2001 From: Mira Date: Fri, 4 Aug 2023 20:17:59 +0700 Subject: [PATCH 0443/1143] Update stev.json --- domains/stev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/stev.json b/domains/stev.json index dd79f3ba2..e6366fdec 100644 --- a/domains/stev.json +++ b/domains/stev.json @@ -1,7 +1,7 @@ { "owner": { "username": "yoomiraa", - "email": "124776067+yoomiraa@users.noreply.github.com", + "email": "i@miraaaa.my.id", "discord": "834618584331190343" }, From e76b85b1805db378e7810a6c77f4ec03ad639b1c Mon Sep 17 00:00:00 2001 From: Sife-shuo <88375951+Sife-shuo@users.noreply.github.com> Date: Fri, 4 Aug 2023 21:51:41 +0800 Subject: [PATCH 0444/1143] Update sife.json --- domains/sife.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/domains/sife.json b/domains/sife.json index 756a9351b..37b19003e 100644 --- a/domains/sife.json +++ b/domains/sife.json @@ -5,6 +5,8 @@ }, "record": { - "CNAME": "sife-shuo.github.io" + "CNAME": "sife-shuo.github.io", + "TXT": "v=spf1 include:spf.improvmx.com ~all", + "MX": ["mx1.improvmx.com.", "mx2.improvmx.com."] } } From 9e7b59ead36866302f72f1e9267207854cd32f3f Mon Sep 17 00:00:00 2001 From: RianNegreiros Date: Fri, 4 Aug 2023 10:57:57 -0300 Subject: [PATCH 0445/1143] feat(domain): riannegreiros.is-a.dev --- domains/riannegreiros.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/domains/riannegreiros.json b/domains/riannegreiros.json index ef2fb3835..f2ddda3e5 100644 --- a/domains/riannegreiros.json +++ b/domains/riannegreiros.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "RianNegreiros", - "email": "riannegreiros@gmail.com" - }, - "record": { - "CNAME": "riannegreiros.github.io" - } + "owner": { + "username": "RianNegreiros", + "email": "riannegreiros@gmail.com" + }, + "record": { + "CNAME": "blog-client-66ki.onrender.com" } +} From 21e9feff88c03351e2b4a547e44685e752660a38 Mon Sep 17 00:00:00 2001 From: skifli <121291719+skifli@users.noreply.github.com> Date: Fri, 4 Aug 2023 16:35:36 +0100 Subject: [PATCH 0446/1143] Update skifli.json --- domains/skifli.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/skifli.json b/domains/skifli.json index 975f9a280..287419601 100644 --- a/domains/skifli.json +++ b/domains/skifli.json @@ -7,6 +7,6 @@ "discord": "skifli" }, "record": { - "CNAME": "skifli.github.io" + "CNAME": "skifli.pages.dev" } } From f43f17cc9049b3ab67fc92ccb804207a1e88f7fe Mon Sep 17 00:00:00 2001 From: DeXoHigh Date: Fri, 4 Aug 2023 20:28:38 +0300 Subject: [PATCH 0447/1143] feat(domain): dexo.is-a.dev --- domains/dexo.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/domains/dexo.json b/domains/dexo.json index 8274fd193..c5a98d11c 100644 --- a/domains/dexo.json +++ b/domains/dexo.json @@ -1,12 +1,9 @@ { - "description": "Ce cauti ma aici?", "owner": { "username": "DeXoHigh", - "email": "dexocash@gmail.com" + "email": "dexo1337@pm.me" }, "record": { - "A": ["185.141.25.116"], - "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], - "TXT": "v=spf1 include:spf.improvmx.com ~all" + "CNAME": "uptime.dexo.store" } } From 6ef9282b22dea372d2ffe31a188473e4b3ead287 Mon Sep 17 00:00:00 2001 From: DeXoHigh Date: Fri, 4 Aug 2023 20:34:51 +0300 Subject: [PATCH 0448/1143] feat(domain): host.dexo.is-a.dev --- domains/host.dexo.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/host.dexo.json diff --git a/domains/host.dexo.json b/domains/host.dexo.json new file mode 100644 index 000000000..ba35b3c3c --- /dev/null +++ b/domains/host.dexo.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "DeXoHigh", + "email": "dexo1337@pm.me" + }, + "record": { + "A": ["54.93.225.90"] + } +} From 6a2011b9fe97ec5cb573c31c16cf30bcf51cee9a Mon Sep 17 00:00:00 2001 From: DeXoHigh Date: Fri, 4 Aug 2023 20:40:00 +0300 Subject: [PATCH 0449/1143] feat(domain): dexo.is-a.dev --- domains/dexo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/dexo.json b/domains/dexo.json index c5a98d11c..ec088c938 100644 --- a/domains/dexo.json +++ b/domains/dexo.json @@ -4,6 +4,6 @@ "email": "dexo1337@pm.me" }, "record": { - "CNAME": "uptime.dexo.store" + "TXT": "v=spf1 include:spf.improvmx.com ~all" } } From 026b0ff1d4f98e6ef244c75bc75691ed668b24dd Mon Sep 17 00:00:00 2001 From: ChiragAgg5k <110609663+ChiragAgg5k@users.noreply.github.com> Date: Fri, 4 Aug 2023 23:45:31 +0530 Subject: [PATCH 0450/1143] added cloudfare-pages cname record --- domains/chirag.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/domains/chirag.json b/domains/chirag.json index 19aaca47c..273a69ea3 100644 --- a/domains/chirag.json +++ b/domains/chirag.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "ChiragAgg5k", - "email": "chiragaggarwal5k@gmail.com" - }, - "record": { - "TXT": "vc-domain-verify=chirag.is-a.dev,14966440e97f860adb63" - } + "owner": { + "username": "ChiragAgg5k", + "email": "chiragaggarwal5k@gmail.com" + }, + "record": { + "CNAME": "profile-website-5qr.pages.dev" + } } From 24f0253eba0df6e404167fb77f80f4c7ee66530f Mon Sep 17 00:00:00 2001 From: HmonsterG Date: Fri, 4 Aug 2023 19:40:29 +0100 Subject: [PATCH 0451/1143] feat(domain): soap.is-a.dev --- domains/soap.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/soap.json diff --git a/domains/soap.json b/domains/soap.json new file mode 100644 index 000000000..4e7f60e1c --- /dev/null +++ b/domains/soap.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "HmonsterG", + "email": "Plzdontgethacked@outlook.com" + }, + "record": { + "CNAME": "soap" + } +} From 1b0aaf0bf8016a78e5b57108691eb6a691c94de7 Mon Sep 17 00:00:00 2001 From: IS A DEV Date: Fri, 4 Aug 2023 21:56:08 +0100 Subject: [PATCH 0452/1143] TEMP --- domains/www.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/www.json b/domains/www.json index d564ecd98..77ea5979d 100644 --- a/domains/www.json +++ b/domains/www.json @@ -6,6 +6,6 @@ "email": "phenax5@gmail.com" }, "record": { - "CNAME": "is-a-dev.github.io" + "CNAME": "is-a-dev-bot.github.io" } } From 0cd57ec77a47fb6d1bb5b1232dd81deb8c39bd5e Mon Sep 17 00:00:00 2001 From: wansiie Date: Fri, 4 Aug 2023 23:02:49 +0200 Subject: [PATCH 0453/1143] feat(domain): wansies.is-a.dev --- domains/wansies.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/wansies.json diff --git a/domains/wansies.json b/domains/wansies.json new file mode 100644 index 000000000..ceb79c882 --- /dev/null +++ b/domains/wansies.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "wansiie", + "email": "Janeiscool4ever@web.de" + }, + "record": { + "URL": "https://helix-pullover-d4c.notion.site/wansie-3655baf5f6de40cc8be7aa8cbf67f095?pvs=4" + } +} From bebc296a92d6f523f2aad979de815c07be0f13c8 Mon Sep 17 00:00:00 2001 From: is-a-dev-bot Date: Fri, 4 Aug 2023 22:03:05 +0100 Subject: [PATCH 0454/1143] feat(domain): _github-pages-challenge-is-a-dev-bot.is-a.dev --- domains/_github-pages-challenge-is-a-dev-bot.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-is-a-dev-bot.json diff --git a/domains/_github-pages-challenge-is-a-dev-bot.json b/domains/_github-pages-challenge-is-a-dev-bot.json new file mode 100644 index 000000000..f19027363 --- /dev/null +++ b/domains/_github-pages-challenge-is-a-dev-bot.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "is-a-dev-bot", + "email": "is-a-dev@win11react.com" + }, + "record": { + "TXT": "66ccd2d8d4e41f2280429cf20383dc" + } +} From 0d99849a8dfb3143afa5cf5303f62ac7000e8eb5 Mon Sep 17 00:00:00 2001 From: IS A DEV Date: Fri, 4 Aug 2023 22:10:49 +0100 Subject: [PATCH 0455/1143] Update www.json --- domains/www.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/www.json b/domains/www.json index 77ea5979d..36914437c 100644 --- a/domains/www.json +++ b/domains/www.json @@ -6,6 +6,6 @@ "email": "phenax5@gmail.com" }, "record": { - "CNAME": "is-a-dev-bot.github.io" + "URL": "https://is-a-dev-bot.github.io" } } From 37b35cfc721d069a96c63525ac5328ce42a4b684 Mon Sep 17 00:00:00 2001 From: auravoid Date: Fri, 4 Aug 2023 17:11:23 -0400 Subject: [PATCH 0456/1143] feat(domain): _github-pages-challenge-auravoid.aura.is-a.dev --- domains/_github-pages-challenge-auravoid.aura.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-auravoid.aura.json diff --git a/domains/_github-pages-challenge-auravoid.aura.json b/domains/_github-pages-challenge-auravoid.aura.json new file mode 100644 index 000000000..3f682337f --- /dev/null +++ b/domains/_github-pages-challenge-auravoid.aura.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "auravoid", + "email": "github@auravoid.dev" + }, + "record": { + "TXT": "a0182396037ba6edc7f689cf8847f9" + } +} From 2c732f7bfafb786bb6bb1f10e9f8b9664a00085c Mon Sep 17 00:00:00 2001 From: oxmc <67136658+oxmc@users.noreply.github.com> Date: Fri, 4 Aug 2023 14:20:36 -0700 Subject: [PATCH 0457/1143] Update oxmc.json --- domains/oxmc.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/domains/oxmc.json b/domains/oxmc.json index 779947809..9dfeadb86 100644 --- a/domains/oxmc.json +++ b/domains/oxmc.json @@ -1,9 +1,14 @@ { "owner": { "username": "oxmc", - "email": "oxmc7769.mail@gmail.com" + "email": "oxmc7769.mail@gmail.com", + "discord": "oxmc7769" }, "record": { - "MX": "gmail.com MX preference = 10, mail exchanger = alt1.gmail-smtp-in.l.google.com" + "CNAME": "oxmc.github.io", + "TXT": { + "Name": "_github-pages-challenge-oxmc.oxmc", + "Value": "eb7d97f93f961fd03de6e26db45846" + } } } From 5d3b7fea8ca8a09191aec0fa3538c28d0a712d58 Mon Sep 17 00:00:00 2001 From: Sky-FoxGAMING <90992352+Sky-FoxGAMING@users.noreply.github.com> Date: Fri, 4 Aug 2023 17:20:39 -0400 Subject: [PATCH 0458/1143] Update latealways.json --- domains/latealways.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/domains/latealways.json b/domains/latealways.json index 115b1a16f..a8e1c6021 100644 --- a/domains/latealways.json +++ b/domains/latealways.json @@ -1,9 +1,9 @@ { "owner": { - "username": "Sky-FoxGAMING", - "email": "jparedesmoure@awakenclient.com" + "username": "LateAlways", + "email": "latealways@fuchsiax.dev" }, "record": { - "CNAME": "Sky-FoxGAMING.github.io" + "CNAME": "i-am-a.fuchsiax.dev" } } From 717d615c6e46d7a4e0ebd54e514697dfb76b6f5a Mon Sep 17 00:00:00 2001 From: gautamkrishnar Date: Sat, 5 Aug 2023 02:50:43 +0530 Subject: [PATCH 0459/1143] feat(domain): _github-pages-challenge-gautamkrishnar.gkr.is-a.dev --- domains/_github-pages-challenge-gautamkrishnar.gkr.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-gautamkrishnar.gkr.json diff --git a/domains/_github-pages-challenge-gautamkrishnar.gkr.json b/domains/_github-pages-challenge-gautamkrishnar.gkr.json new file mode 100644 index 000000000..5128b0ad1 --- /dev/null +++ b/domains/_github-pages-challenge-gautamkrishnar.gkr.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "gautamkrishnar", + "email": "rgautamkrishna@gmail.com" + }, + "record": { + "TXT": "155ab7179ccadb58ed0627f0b45420" + } +} From fc899698e5f534a3a682689d86eb4c283c225b1a Mon Sep 17 00:00:00 2001 From: Sky-FoxGAMING <90992352+Sky-FoxGAMING@users.noreply.github.com> Date: Fri, 4 Aug 2023 17:21:19 -0400 Subject: [PATCH 0460/1143] Delete latealways.json --- domains/latealways.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/latealways.json diff --git a/domains/latealways.json b/domains/latealways.json deleted file mode 100644 index a8e1c6021..000000000 --- a/domains/latealways.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "LateAlways", - "email": "latealways@fuchsiax.dev" - }, - "record": { - "CNAME": "i-am-a.fuchsiax.dev" - } -} From f6d262719c6228b690d6ed8b4bbd2834e317cd5b Mon Sep 17 00:00:00 2001 From: Krix12 Date: Fri, 4 Aug 2023 23:22:03 +0200 Subject: [PATCH 0461/1143] feat(domain): krix.is-a.dev --- domains/krix.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/krix.json b/domains/krix.json index 5707fea0c..b54adf49a 100644 --- a/domains/krix.json +++ b/domains/krix.json @@ -1,10 +1,9 @@ { - "description": "Krix's portfolio", "owner": { "username": "Krix12", "email": "kristjan.kocevar89@gmail.com" }, "record": { - "CNAME": "krix12-github-io.pages.dev" + "TXT": "178ab459221fd277af8029cae84a63" } } From 23686c0d680de99a5a2b2ca10c36488003690d91 Mon Sep 17 00:00:00 2001 From: flc995 Date: Fri, 4 Aug 2023 23:24:38 +0200 Subject: [PATCH 0462/1143] feat(domain): florin.is-a.dev --- domains/florin.json | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/domains/florin.json b/domains/florin.json index 34849b871..132f2ea05 100644 --- a/domains/florin.json +++ b/domains/florin.json @@ -1,11 +1,9 @@ - - { - "owner": { +{ + "owner": { "username": "flc995", "email": "flc995@gmail.com" - }, - "record": { - "CNAME": "flc995.github.io" - } + }, + "record": { + "TXT": "_github-pages-challenge-flc995.florin" } - +} From 40a5c02096d06e9ac467cfdb4a35451d4596d577 Mon Sep 17 00:00:00 2001 From: Josh <92704148+WhoTook7050@users.noreply.github.com> Date: Fri, 4 Aug 2023 16:25:38 -0500 Subject: [PATCH 0463/1143] Delete ducky.is-a.dev --- domains/ducky.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/ducky.json diff --git a/domains/ducky.json b/domains/ducky.json deleted file mode 100644 index 012aafbf0..000000000 --- a/domains/ducky.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "My website for random stuff", - "repo": "https://github.com/WhoTook7050/WhoTook7050.github.io", - "owner": { - "username": "WhoTook7050", - "email": "tosonana@tuta.io" - }, - "record": { - "CNAME": "WhoTook7050.github.io" - } -} From e4d89f2d3d02507e159d1ae0ed71ff0d5871d360 Mon Sep 17 00:00:00 2001 From: node0505 Date: Fri, 4 Aug 2023 22:35:22 +0100 Subject: [PATCH 0464/1143] feat(domain): _github-pages-challenge-node0505.node.is-a.dev --- domains/_github-pages-challenge-node0505.node.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-node0505.node.json diff --git a/domains/_github-pages-challenge-node0505.node.json b/domains/_github-pages-challenge-node0505.node.json new file mode 100644 index 000000000..c8f9d1c87 --- /dev/null +++ b/domains/_github-pages-challenge-node0505.node.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "node0505", + "email": "node0505@outlook.com" + }, + "record": { + "TXT": "18bf4da227454aaee1c8e2ba62d466" + } +} From 4755a5aec95ef9ddf95b002bc3d7f52768b74201 Mon Sep 17 00:00:00 2001 From: oxmc <67136658+oxmc@users.noreply.github.com> Date: Fri, 4 Aug 2023 14:40:50 -0700 Subject: [PATCH 0465/1143] feat(domain): contact.is-a.dev --- domains/contact.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 domains/contact.json diff --git a/domains/contact.json b/domains/contact.json new file mode 100644 index 000000000..41563f75e --- /dev/null +++ b/domains/contact.json @@ -0,0 +1,13 @@ +{ + "owner": { + "username": "oxmc", + "email": "67136658+oxmc@users.noreply.github.com", + "note": "This record was created by is-a.dev Discord bot via discord id: 1079881924769755196" + }, + + "record": { + "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], + "TXT": "forward-email=oxmc7769.mail@gmail.com" + + } +} From 75244f3ebb0e4d4130166c72f48b8d5a0c8bab45 Mon Sep 17 00:00:00 2001 From: flc995 Date: Fri, 4 Aug 2023 23:40:56 +0200 Subject: [PATCH 0466/1143] feat(domain): _github-pages-challenge-flc995.florin.is-a.dev --- domains/_github-pages-challenge-flc995.florin.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-flc995.florin.json diff --git a/domains/_github-pages-challenge-flc995.florin.json b/domains/_github-pages-challenge-flc995.florin.json new file mode 100644 index 000000000..ba21b7cf8 --- /dev/null +++ b/domains/_github-pages-challenge-flc995.florin.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "flc995", + "email": "flc995@gmail.com" + }, + "record": { + "TXT": "eab0530066ed691b55a4edd424f74b" + } +} From d02c8d0c09120e5343159c0ecdb3e2538e2db637 Mon Sep 17 00:00:00 2001 From: IS A DEV Date: Fri, 4 Aug 2023 22:41:10 +0100 Subject: [PATCH 0467/1143] Update www.json --- domains/www.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/www.json b/domains/www.json index 36914437c..0eabfec88 100644 --- a/domains/www.json +++ b/domains/www.json @@ -6,6 +6,6 @@ "email": "phenax5@gmail.com" }, "record": { - "URL": "https://is-a-dev-bot.github.io" + "cname": "net.beadman-network.com" } } From b8b379f185b168b40a42d8a2eaf3968b1cdbe9fb Mon Sep 17 00:00:00 2001 From: Marcos Satoshi Date: Fri, 4 Aug 2023 18:42:17 -0300 Subject: [PATCH 0468/1143] Update satoshi.json --- domains/satoshi.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/satoshi.json b/domains/satoshi.json index 9a6063f3f..90b9a3700 100644 --- a/domains/satoshi.json +++ b/domains/satoshi.json @@ -5,6 +5,7 @@ "email": "marcos.satoshi@gmail.com" }, "record": { - "CNAME": "marcossatoshi.github.io" + "CNAME": "marcossatoshi.github.io", + "TXT": "f3045f0960ac5562a7d764b72d102a" } } From 97c3263e02429b3bfc6ac9c2d8557cc8631ac2d0 Mon Sep 17 00:00:00 2001 From: IS A DEV Date: Fri, 4 Aug 2023 22:45:36 +0100 Subject: [PATCH 0469/1143] Update www.json --- domains/www.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/www.json b/domains/www.json index 0eabfec88..083dbc8c8 100644 --- a/domains/www.json +++ b/domains/www.json @@ -6,6 +6,6 @@ "email": "phenax5@gmail.com" }, "record": { - "cname": "net.beadman-network.com" + "CNAME": "peerbrain.net" } } From cc3f0b91562887fc7fa3c5f71758bc5d2d365361 Mon Sep 17 00:00:00 2001 From: IS A DEV Date: Fri, 4 Aug 2023 22:51:12 +0100 Subject: [PATCH 0470/1143] Delete www.json --- domains/www.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/www.json diff --git a/domains/www.json b/domains/www.json deleted file mode 100644 index 083dbc8c8..000000000 --- a/domains/www.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "www.is-a.dev", - "repo": "https://github.com/is-a-dev/is-a-dev.github.io", - "owner": { - "username": "phenax", - "email": "phenax5@gmail.com" - }, - "record": { - "CNAME": "peerbrain.net" - } -} From a940ee2e4abcfd06389c24045547ba94cb66fa19 Mon Sep 17 00:00:00 2001 From: oxmc <67136658+oxmc@users.noreply.github.com> Date: Fri, 4 Aug 2023 14:58:40 -0700 Subject: [PATCH 0471/1143] Update oxmc.json --- domains/oxmc.json | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/domains/oxmc.json b/domains/oxmc.json index 9dfeadb86..50a587eaa 100644 --- a/domains/oxmc.json +++ b/domains/oxmc.json @@ -5,10 +5,12 @@ "discord": "oxmc7769" }, "record": { - "CNAME": "oxmc.github.io", - "TXT": { - "Name": "_github-pages-challenge-oxmc.oxmc", - "Value": "eb7d97f93f961fd03de6e26db45846" - } + "CNAME": "oxmc.github.io", + "TXT": { + "Name": "_github-pages-challenge-oxmc.oxmc", + "Value": "eb7d97f93f961fd03de6e26db45846" + }, + "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], + "TXT": "forward-email=oxmc7769.mail@gmail.com" } } From 3f9d88116512f6e364a18b2b1ebf5632d6465516 Mon Sep 17 00:00:00 2001 From: oxmc <67136658+oxmc@users.noreply.github.com> Date: Fri, 4 Aug 2023 15:02:00 -0700 Subject: [PATCH 0472/1143] Delete contact.json --- domains/contact.json | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 domains/contact.json diff --git a/domains/contact.json b/domains/contact.json deleted file mode 100644 index 41563f75e..000000000 --- a/domains/contact.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "oxmc", - "email": "67136658+oxmc@users.noreply.github.com", - "note": "This record was created by is-a.dev Discord bot via discord id: 1079881924769755196" - }, - - "record": { - "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], - "TXT": "forward-email=oxmc7769.mail@gmail.com" - - } -} From d8452f42942e01247b4d56b300ebdcf667ef09fc Mon Sep 17 00:00:00 2001 From: nobody5050 Date: Fri, 4 Aug 2023 17:14:35 -0500 Subject: [PATCH 0473/1143] feat(domain): _github-pages-challenge-nobody5050.6502.is-a.dev --- domains/_github-pages-challenge-nobody5050.6502.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-nobody5050.6502.json diff --git a/domains/_github-pages-challenge-nobody5050.6502.json b/domains/_github-pages-challenge-nobody5050.6502.json new file mode 100644 index 000000000..0f576e906 --- /dev/null +++ b/domains/_github-pages-challenge-nobody5050.6502.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "nobody5050", + "email": "levibelland@gmail.com" + }, + "record": { + "TXT": "0648c9309d9441b7f6b0dea3a78194" + } +} From 7ec70faacd316c9d70d69fb78f19767fc9c6b35e Mon Sep 17 00:00:00 2001 From: NatBLida68 Date: Sat, 5 Aug 2023 03:59:53 +0530 Subject: [PATCH 0474/1143] feat(domain): ashwa.is-a.dev --- domains/ashwa.json | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/domains/ashwa.json b/domains/ashwa.json index da0927317..9524061e6 100644 --- a/domains/ashwa.json +++ b/domains/ashwa.json @@ -1,13 +1,9 @@ - - { - "description": "A personal website, for ash.", - "repo": "https://github.com/NatBLida68/NatBLida68.github.io", - "owner": { +{ + "owner": { "username": "NatBLida68", "email": "aswajith.jithu888@gmail.com" - }, - "record": { - "CNAME": "natblida68.github.io" + }, + "record": { + "TXT": "f20bb532af2838eed8bfe622378d4b" } - } - +} From 36d8ca54ab5ced22e900081c1fcdd2fe6eeb0724 Mon Sep 17 00:00:00 2001 From: quackduck Date: Fri, 4 Aug 2023 18:33:37 -0400 Subject: [PATCH 0475/1143] feat(domain): _github-pages-challenge-quackduck.ishan.is-a.dev --- domains/_github-pages-challenge-quackduck.ishan.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-quackduck.ishan.json diff --git a/domains/_github-pages-challenge-quackduck.ishan.json b/domains/_github-pages-challenge-quackduck.ishan.json new file mode 100644 index 000000000..1be7e5094 --- /dev/null +++ b/domains/_github-pages-challenge-quackduck.ishan.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "quackduck", + "email": "igoel.mail@gmail.com" + }, + "record": { + "TXT": "14ec35f5a4a8dc217d642452be6b35" + } +} From 022e25917638e7d159cd8137553a9761db96ff5d Mon Sep 17 00:00:00 2001 From: Sife-shuo <88375951+Sife-shuo@users.noreply.github.com> Date: Sat, 5 Aug 2023 06:41:41 +0800 Subject: [PATCH 0476/1143] Update sife.json --- domains/sife.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/sife.json b/domains/sife.json index 37b19003e..9736c09e9 100644 --- a/domains/sife.json +++ b/domains/sife.json @@ -5,7 +5,7 @@ }, "record": { - "CNAME": "sife-shuo.github.io", + "A": ["185.199.110.153", "185.199.109.153", "185.199.108.153", "185.199.111.153"], "TXT": "v=spf1 include:spf.improvmx.com ~all", "MX": ["mx1.improvmx.com.", "mx2.improvmx.com."] } From 0ece4047e6df07781861dec1e1d6bc484bacc6b9 Mon Sep 17 00:00:00 2001 From: FloatingMilkshake Date: Fri, 4 Aug 2023 18:42:38 -0400 Subject: [PATCH 0477/1143] feat(domain): milkshake.is-a.dev --- domains/milkshake.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/milkshake.json diff --git a/domains/milkshake.json b/domains/milkshake.json new file mode 100644 index 000000000..0895868e1 --- /dev/null +++ b/domains/milkshake.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "FloatingMilkshake", + "email": "me@floatingmilkshake.com" + }, + "record": { + "URL": "https://floatingmilkshake.com" + } +} From cdd00449eb45c466c7626e660e0c88b115206587 Mon Sep 17 00:00:00 2001 From: TalinTheDev Date: Fri, 4 Aug 2023 18:48:27 -0400 Subject: [PATCH 0478/1143] feat(domain): _github-pages-challenge-TalinTheDev.talinsharma.is-a.dev --- .../_github-pages-challenge-TalinTheDev.talinsharma.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-TalinTheDev.talinsharma.json diff --git a/domains/_github-pages-challenge-TalinTheDev.talinsharma.json b/domains/_github-pages-challenge-TalinTheDev.talinsharma.json new file mode 100644 index 000000000..7c4ba84c9 --- /dev/null +++ b/domains/_github-pages-challenge-TalinTheDev.talinsharma.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "TalinTheDev", + "email": "talinsharma.dev@gmail.com" + }, + "record": { + "TXT": "2f1f6ebe67567dd216878b0619f465" + } +} From 737d87b8d66a4df27a514a8ec3fb94c9240229fc Mon Sep 17 00:00:00 2001 From: Adolar0042 Date: Sat, 5 Aug 2023 01:03:45 +0200 Subject: [PATCH 0479/1143] feat(domain): _github-pages-challenge-Adolar0042.adolar0042.is-a.dev --- .../_github-pages-challenge-Adolar0042.adolar0042.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-Adolar0042.adolar0042.json diff --git a/domains/_github-pages-challenge-Adolar0042.adolar0042.json b/domains/_github-pages-challenge-Adolar0042.adolar0042.json new file mode 100644 index 000000000..38abcd5c9 --- /dev/null +++ b/domains/_github-pages-challenge-Adolar0042.adolar0042.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Adolar0042", + "email": "adolar0042@gmail.com" + }, + "record": { + "TXT": "927a8ca97dbdccd9140313116bd068" + } +} From 2bc4cb636e09ccb110ea1afb472196f1cb574e55 Mon Sep 17 00:00:00 2001 From: is-a-dev-bot Date: Sat, 5 Aug 2023 00:24:24 +0100 Subject: [PATCH 0480/1143] feat(domain): _github-pages-challenge-Avellea.avellea.is-a.dev --- domains/_github-pages-challenge-Avellea.avellea.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-Avellea.avellea.json diff --git a/domains/_github-pages-challenge-Avellea.avellea.json b/domains/_github-pages-challenge-Avellea.avellea.json new file mode 100644 index 000000000..2f0f70f8f --- /dev/null +++ b/domains/_github-pages-challenge-Avellea.avellea.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "is-a-dev-bot", + "email": "is-a-dev@win11react.com" + }, + "record": { + "TXT": "5c38dbee73e6936232992c0f98829e" + } +} From 84f7cf8b60a0dec5670d93ec229b72d636ea231c Mon Sep 17 00:00:00 2001 From: danilofuchs Date: Fri, 4 Aug 2023 20:24:56 -0300 Subject: [PATCH 0481/1143] feat(domain): danilofuchs.is-a.dev --- domains/danilofuchs.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/danilofuchs.json diff --git a/domains/danilofuchs.json b/domains/danilofuchs.json new file mode 100644 index 000000000..a407c098d --- /dev/null +++ b/domains/danilofuchs.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "danilofuchs", + "email": "danilo_fuchs@hotmail.com" + }, + "record": { + "CNAME": "danilofuchs.github.io" + } +} From e4db9c24d0fe86a16bd52bad521da2f7213f6ca1 Mon Sep 17 00:00:00 2001 From: danilofuchs Date: Fri, 4 Aug 2023 20:25:22 -0300 Subject: [PATCH 0482/1143] feat(domain): _github-pages-challenge-danilofuchs.danilofuchs.is-a.dev --- .../_github-pages-challenge-danilofuchs.danilofuchs.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-danilofuchs.danilofuchs.json diff --git a/domains/_github-pages-challenge-danilofuchs.danilofuchs.json b/domains/_github-pages-challenge-danilofuchs.danilofuchs.json new file mode 100644 index 000000000..122ce8335 --- /dev/null +++ b/domains/_github-pages-challenge-danilofuchs.danilofuchs.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "danilofuchs", + "email": "danilo_fuchs@hotmail.com" + }, + "record": { + "TXT": "09bee48261a7e91718432a7b51baaa" + } +} From fd7a8339e1ba3108874713ebe78de7f51a7788aa Mon Sep 17 00:00:00 2001 From: IS A DEV Date: Sat, 5 Aug 2023 00:25:37 +0100 Subject: [PATCH 0483/1143] Update _github-pages-challenge-Avellea.avellea.json --- domains/_github-pages-challenge-Avellea.avellea.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/_github-pages-challenge-Avellea.avellea.json b/domains/_github-pages-challenge-Avellea.avellea.json index 2f0f70f8f..774d76a90 100644 --- a/domains/_github-pages-challenge-Avellea.avellea.json +++ b/domains/_github-pages-challenge-Avellea.avellea.json @@ -1,6 +1,6 @@ { "owner": { - "username": "is-a-dev-bot", + "username": "avellea", "email": "is-a-dev@win11react.com" }, "record": { From 99974e91e02da5c02d4b8f3ff4d1a72014c1230c Mon Sep 17 00:00:00 2001 From: Sife-shuo <88375951+Sife-shuo@users.noreply.github.com> Date: Sat, 5 Aug 2023 07:37:54 +0800 Subject: [PATCH 0484/1143] Create _github-pages-challenge-Sife-shuo.sife.json --- domains/_github-pages-challenge-Sife-shuo.sife.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-Sife-shuo.sife.json diff --git a/domains/_github-pages-challenge-Sife-shuo.sife.json b/domains/_github-pages-challenge-Sife-shuo.sife.json new file mode 100644 index 000000000..e47131410 --- /dev/null +++ b/domains/_github-pages-challenge-Sife-shuo.sife.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Sife-shuo", + "email": "sifed@qq.com" + }, + "record": { + "TXT": "35bbdb5b21b0f5706786ea4bc01002" + } +} From 01874dc0a94c3853dfd16d3b950a258a84bfe778 Mon Sep 17 00:00:00 2001 From: ejaz4 Date: Sat, 5 Aug 2023 01:16:18 +0100 Subject: [PATCH 0485/1143] feat(domain): ejaz.is-a.dev --- domains/ejaz.json | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/domains/ejaz.json b/domains/ejaz.json index a6664dc9b..47050836e 100644 --- a/domains/ejaz.json +++ b/domains/ejaz.json @@ -1,12 +1,9 @@ { - "description": "My personal portfolio site.", - "repo": "https://github.com/ejaz/ejaz4.github.io", - "owner": { - "username": "ejaz4", - "email": "ejaz@ceccun.com", - "twitter": "ejazaIi" - }, - "record": { - "CNAME": "ejaz4.github.io" - } + "owner": { + "username": "ejaz4", + "email": "ejazali4@protonmail.ch" + }, + "record": { + "CNAME": "ejaz4.github.io" + } } From 78c1610aa353685cc669018ab08e5310c2e2bc06 Mon Sep 17 00:00:00 2001 From: oxmc <67136658+oxmc@users.noreply.github.com> Date: Fri, 4 Aug 2023 17:26:46 -0700 Subject: [PATCH 0486/1143] Update oxmc.json --- domains/oxmc.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/domains/oxmc.json b/domains/oxmc.json index 50a587eaa..f485a9bec 100644 --- a/domains/oxmc.json +++ b/domains/oxmc.json @@ -6,10 +6,7 @@ }, "record": { "CNAME": "oxmc.github.io", - "TXT": { - "Name": "_github-pages-challenge-oxmc.oxmc", - "Value": "eb7d97f93f961fd03de6e26db45846" - }, + "TXT": "eb7d97f93f961fd03de6e26db45846", "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], "TXT": "forward-email=oxmc7769.mail@gmail.com" } From 62010c5fe909a25cb52d6894af919b89caede64a Mon Sep 17 00:00:00 2001 From: oxmc <67136658+oxmc@users.noreply.github.com> Date: Fri, 4 Aug 2023 17:32:29 -0700 Subject: [PATCH 0487/1143] Update oxmc.json --- domains/oxmc.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/oxmc.json b/domains/oxmc.json index f485a9bec..628528638 100644 --- a/domains/oxmc.json +++ b/domains/oxmc.json @@ -6,8 +6,7 @@ }, "record": { "CNAME": "oxmc.github.io", - "TXT": "eb7d97f93f961fd03de6e26db45846", "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], - "TXT": "forward-email=oxmc7769.mail@gmail.com" + "TXT": ["eb7d97f93f961fd03de6e26db45846", "forward-email=oxmc7769.mail@gmail.com"] } } From 3a2b04674858388fafb99771e6c8df74a1c76636 Mon Sep 17 00:00:00 2001 From: oxmc <67136658+oxmc@users.noreply.github.com> Date: Fri, 4 Aug 2023 17:41:34 -0700 Subject: [PATCH 0488/1143] Update oxmc.json --- domains/oxmc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/oxmc.json b/domains/oxmc.json index 628528638..f96fc6f71 100644 --- a/domains/oxmc.json +++ b/domains/oxmc.json @@ -7,6 +7,6 @@ "record": { "CNAME": "oxmc.github.io", "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], - "TXT": ["eb7d97f93f961fd03de6e26db45846", "forward-email=oxmc7769.mail@gmail.com"] + "TXT": "eb7d97f93f961fd03de6e26db45846 forward-email=oxmc7769.mail@gmail.com" } } From abf26a62d79e8b0cef22a69709d33b213f76b344 Mon Sep 17 00:00:00 2001 From: oxmc <67136658+oxmc@users.noreply.github.com> Date: Fri, 4 Aug 2023 17:45:12 -0700 Subject: [PATCH 0489/1143] Update oxmc.json --- domains/oxmc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/oxmc.json b/domains/oxmc.json index f96fc6f71..81ddede8c 100644 --- a/domains/oxmc.json +++ b/domains/oxmc.json @@ -7,6 +7,6 @@ "record": { "CNAME": "oxmc.github.io", "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], - "TXT": "eb7d97f93f961fd03de6e26db45846 forward-email=oxmc7769.mail@gmail.com" + "TXT": "_github-pages-challenge-oxmc.oxmc=eb7d97f93f961fd03de6e26db45846 forward-email=oxmc7769.mail@gmail.com" } } From 378efcf5f33389f49af408ed12092b51015d1d79 Mon Sep 17 00:00:00 2001 From: oxmc <67136658+oxmc@users.noreply.github.com> Date: Fri, 4 Aug 2023 17:50:54 -0700 Subject: [PATCH 0490/1143] Update oxmc.json --- domains/oxmc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/oxmc.json b/domains/oxmc.json index 81ddede8c..f30f24510 100644 --- a/domains/oxmc.json +++ b/domains/oxmc.json @@ -7,6 +7,6 @@ "record": { "CNAME": "oxmc.github.io", "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], - "TXT": "_github-pages-challenge-oxmc.oxmc=eb7d97f93f961fd03de6e26db45846 forward-email=oxmc7769.mail@gmail.com" + "TXT": "eb7d97f93f961fd03de6e26db45846" } } From d11f2c5e295f0d72a04e5045868976435af2c305 Mon Sep 17 00:00:00 2001 From: testbot-github Date: Sat, 5 Aug 2023 06:36:17 +0530 Subject: [PATCH 0491/1143] feat(domain): _github-pages-challenge-testbot-github.mathiscool.is-a.dev --- ...github-pages-challenge-testbot-github.mathiscool.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-testbot-github.mathiscool.json diff --git a/domains/_github-pages-challenge-testbot-github.mathiscool.json b/domains/_github-pages-challenge-testbot-github.mathiscool.json new file mode 100644 index 000000000..4c744e650 --- /dev/null +++ b/domains/_github-pages-challenge-testbot-github.mathiscool.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "testbot-github", + "email": "songboosterz.yt@gmail.com" + }, + "record": { + "TXT": "9c350d66193d49dec4cb05b15d387b" + } +} From 4e11b272167dd94c9574d66b207185caa4318a55 Mon Sep 17 00:00:00 2001 From: William Harrison <115670568+WDH-2@users.noreply.github.com> Date: Sat, 5 Aug 2023 09:08:43 +0800 Subject: [PATCH 0492/1143] Rename _github-pages-challenge-Avellea.avellea.json to _github-pages-challenge-avellea.avellea.json --- ....avellea.json => _github-pages-challenge-avellea.avellea.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-Avellea.avellea.json => _github-pages-challenge-avellea.avellea.json} (100%) diff --git a/domains/_github-pages-challenge-Avellea.avellea.json b/domains/_github-pages-challenge-avellea.avellea.json similarity index 100% rename from domains/_github-pages-challenge-Avellea.avellea.json rename to domains/_github-pages-challenge-avellea.avellea.json From 5182d0fed83f9f4c8bf028be7d15bb12e9a60c70 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 5 Aug 2023 09:13:21 +0800 Subject: [PATCH 0493/1143] Update sife.json --- domains/sife.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/sife.json b/domains/sife.json index 9736c09e9..70fcb9260 100644 --- a/domains/sife.json +++ b/domains/sife.json @@ -7,6 +7,6 @@ "record": { "A": ["185.199.110.153", "185.199.109.153", "185.199.108.153", "185.199.111.153"], "TXT": "v=spf1 include:spf.improvmx.com ~all", - "MX": ["mx1.improvmx.com.", "mx2.improvmx.com."] + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"] } } From de9abbfeaea0926df5b2be63b037d126a29fc924 Mon Sep 17 00:00:00 2001 From: William Harrison <115670568+WDH-2@users.noreply.github.com> Date: Sat, 5 Aug 2023 09:15:27 +0800 Subject: [PATCH 0494/1143] Revert "BETA: Register _github-pages-challenge-is-a-dev-bot.is-a.dev" --- domains/_github-pages-challenge-is-a-dev-bot.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/_github-pages-challenge-is-a-dev-bot.json diff --git a/domains/_github-pages-challenge-is-a-dev-bot.json b/domains/_github-pages-challenge-is-a-dev-bot.json deleted file mode 100644 index f19027363..000000000 --- a/domains/_github-pages-challenge-is-a-dev-bot.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "is-a-dev-bot", - "email": "is-a-dev@win11react.com" - }, - "record": { - "TXT": "66ccd2d8d4e41f2280429cf20383dc" - } -} From 0540fc8c580c88bf4dd9975148ca681ba62f96fb Mon Sep 17 00:00:00 2001 From: oxmc <67136658+oxmc@users.noreply.github.com> Date: Fri, 4 Aug 2023 18:15:53 -0700 Subject: [PATCH 0495/1143] Update oxmc.json --- domains/oxmc.json | 1 - 1 file changed, 1 deletion(-) diff --git a/domains/oxmc.json b/domains/oxmc.json index f30f24510..bb25b8535 100644 --- a/domains/oxmc.json +++ b/domains/oxmc.json @@ -6,7 +6,6 @@ }, "record": { "CNAME": "oxmc.github.io", - "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], "TXT": "eb7d97f93f961fd03de6e26db45846" } } From 55dabd70fa2c2bc61f67354c9cb0460315c37f0e Mon Sep 17 00:00:00 2001 From: oxmc Date: Fri, 4 Aug 2023 18:17:46 -0700 Subject: [PATCH 0496/1143] feat(domain): oxmc.is-a.dev --- domains/oxmc.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/domains/oxmc.json b/domains/oxmc.json index bb25b8535..162ccd013 100644 --- a/domains/oxmc.json +++ b/domains/oxmc.json @@ -1,11 +1,9 @@ { "owner": { "username": "oxmc", - "email": "oxmc7769.mail@gmail.com", - "discord": "oxmc7769" + "email": "oxmc7769.mail@gmail.com" }, "record": { - "CNAME": "oxmc.github.io", - "TXT": "eb7d97f93f961fd03de6e26db45846" + "TXT": "eb7d97f93f961fd03de6e26db45846" } } From 51afc9e0194c0ad5aa802e8cd670a8eb17786826 Mon Sep 17 00:00:00 2001 From: oxmc Date: Fri, 4 Aug 2023 18:18:01 -0700 Subject: [PATCH 0497/1143] feat(domain): oxmc.is-a.dev From dcabc23750efb4909216495ee8894fd6ef913808 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 5 Aug 2023 09:18:07 +0800 Subject: [PATCH 0498/1143] Create _github-pages-challenge-oxmc.oxmc.json --- domains/_github-pages-challenge-oxmc.oxmc.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_github-pages-challenge-oxmc.oxmc.json diff --git a/domains/_github-pages-challenge-oxmc.oxmc.json b/domains/_github-pages-challenge-oxmc.oxmc.json new file mode 100644 index 000000000..1d97dc9ce --- /dev/null +++ b/domains/_github-pages-challenge-oxmc.oxmc.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "oxmc", + "email": "oxmc7769.mail@gmail.com", + "discord": "oxmc7769" + }, + "record": { + "TXT": "eb7d97f93f961fd03de6e26db45846" + } +} From 0c51b1ffb520742def44cca2507b2b9ef8044e6d Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 5 Aug 2023 09:19:49 +0800 Subject: [PATCH 0499/1143] Discard changes to domains/oxmc.json --- domains/oxmc.json | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/domains/oxmc.json b/domains/oxmc.json index 162ccd013..c7fc5853f 100644 --- a/domains/oxmc.json +++ b/domains/oxmc.json @@ -1,9 +1,10 @@ { - "owner": { - "username": "oxmc", - "email": "oxmc7769.mail@gmail.com" - }, - "record": { - "TXT": "eb7d97f93f961fd03de6e26db45846" + "owner": { + "username": "oxmc", + "email": "oxmc7769.mail@gmail.com" + }, + "record": { + "CNAME": "oxmc.github.io" + } } -} + \ No newline at end of file From cdabd04a07dd2f390b0b313e2ff191e48df9b543 Mon Sep 17 00:00:00 2001 From: oxmc Date: Fri, 4 Aug 2023 18:21:13 -0700 Subject: [PATCH 0500/1143] feat(domain): oxmc.is-a.dev --- domains/oxmc.json | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/domains/oxmc.json b/domains/oxmc.json index c7fc5853f..345ef316c 100644 --- a/domains/oxmc.json +++ b/domains/oxmc.json @@ -1,10 +1,9 @@ { - "owner": { - "username": "oxmc", - "email": "oxmc7769.mail@gmail.com" - }, - "record": { - "CNAME": "oxmc.github.io" - } + "owner": { + "username": "oxmc", + "email": "oxmc7769.mail@gmail.com" + }, + "record": { + "MX": "mx1.forwardemail.net" } - \ No newline at end of file +} From 1d73ad3da32e705d22d8ca89ef7a11fba1a60185 Mon Sep 17 00:00:00 2001 From: oxmc Date: Fri, 4 Aug 2023 18:21:20 -0700 Subject: [PATCH 0501/1143] feat(domain): oxmc.is-a.dev --- domains/oxmc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/oxmc.json b/domains/oxmc.json index 345ef316c..f53f76825 100644 --- a/domains/oxmc.json +++ b/domains/oxmc.json @@ -4,6 +4,6 @@ "email": "oxmc7769.mail@gmail.com" }, "record": { - "MX": "mx1.forwardemail.net" + "MX": "mx2.forwardemail.net" } } From a9faf4d8df584f153a1f7075e99836797f968844 Mon Sep 17 00:00:00 2001 From: oxmc Date: Fri, 4 Aug 2023 18:21:52 -0700 Subject: [PATCH 0502/1143] feat(domain): oxmc.is-a.dev --- domains/oxmc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/oxmc.json b/domains/oxmc.json index f53f76825..31fba5e4f 100644 --- a/domains/oxmc.json +++ b/domains/oxmc.json @@ -4,6 +4,6 @@ "email": "oxmc7769.mail@gmail.com" }, "record": { - "MX": "mx2.forwardemail.net" + "MX": "mx1.forwardemail.net mx2.forwardemail.net" } } From c3da02448cc03bb1d45fb96b1e8b74d1241be382 Mon Sep 17 00:00:00 2001 From: oxmc Date: Fri, 4 Aug 2023 18:23:12 -0700 Subject: [PATCH 0503/1143] feat(domain): oxmc.is-a.dev --- domains/oxmc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/oxmc.json b/domains/oxmc.json index 31fba5e4f..f53f76825 100644 --- a/domains/oxmc.json +++ b/domains/oxmc.json @@ -4,6 +4,6 @@ "email": "oxmc7769.mail@gmail.com" }, "record": { - "MX": "mx1.forwardemail.net mx2.forwardemail.net" + "MX": "mx2.forwardemail.net" } } From d12ac98c6dd378418fcb25c1766bf7e881d3b7f2 Mon Sep 17 00:00:00 2001 From: oxmc Date: Fri, 4 Aug 2023 18:23:26 -0700 Subject: [PATCH 0504/1143] feat(domain): oxmc.is-a.dev From ad706719981c3afb34216f1154e68fa91a39e298 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 5 Aug 2023 09:25:07 +0800 Subject: [PATCH 0505/1143] Update jonathancarrillo.json --- domains/jonathancarrillo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/jonathancarrillo.json b/domains/jonathancarrillo.json index dfbff2481..00246744f 100644 --- a/domains/jonathancarrillo.json +++ b/domains/jonathancarrillo.json @@ -4,6 +4,6 @@ "email": "jonathan-8@hotmail.co.uk" }, "record": { - "CNAME": "http://johny-portfolio.s3-website.eu-north-1.amazonaws.com" + "CNAME": "johny-portfolio.s3-website.eu-north-1.amazonaws.com" } } From 51603f588a4fa89b90ee3143007b15ab0818fe80 Mon Sep 17 00:00:00 2001 From: Anamol Sapkota <17160107+anamolsapkota@users.noreply.github.com> Date: Sat, 5 Aug 2023 07:14:31 +0545 Subject: [PATCH 0506/1143] feat(domain): add `_github-pages-challenge-anamolsapkota.anamolsapkota.is-a.dev` --- ...ub-pages-challenge-anamolsapkota.anamolsapkota.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_github-pages-challenge-anamolsapkota.anamolsapkota.json diff --git a/domains/_github-pages-challenge-anamolsapkota.anamolsapkota.json b/domains/_github-pages-challenge-anamolsapkota.anamolsapkota.json new file mode 100644 index 000000000..957cf3eb5 --- /dev/null +++ b/domains/_github-pages-challenge-anamolsapkota.anamolsapkota.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "anamolsapkota", + "email": "anamolsapkota@gmail.com" + }, + + "record": { + "TXT": "d89d65454e6f71641cc8e45a2ad8b2" + } +} From a55d5441fcef97041108af6e7c48e5b228624579 Mon Sep 17 00:00:00 2001 From: oxmc <67136658+oxmc@users.noreply.github.com> Date: Fri, 4 Aug 2023 18:30:26 -0700 Subject: [PATCH 0507/1143] Update domains/oxmc.json Co-authored-by: William Harrison --- domains/oxmc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/oxmc.json b/domains/oxmc.json index f53f76825..31a089af1 100644 --- a/domains/oxmc.json +++ b/domains/oxmc.json @@ -4,6 +4,6 @@ "email": "oxmc7769.mail@gmail.com" }, "record": { - "MX": "mx2.forwardemail.net" + "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"] } } From 98d456f33a9b61445233b0d769e14d259252c59a Mon Sep 17 00:00:00 2001 From: oxmc <67136658+oxmc@users.noreply.github.com> Date: Fri, 4 Aug 2023 18:31:11 -0700 Subject: [PATCH 0508/1143] Update oxmc.json --- domains/oxmc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/domains/oxmc.json b/domains/oxmc.json index 31a089af1..e0dfd078d 100644 --- a/domains/oxmc.json +++ b/domains/oxmc.json @@ -4,6 +4,7 @@ "email": "oxmc7769.mail@gmail.com" }, "record": { + "CNAME": "oxmc.github.io", "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"] } } From f814febf8dd7974087710fc1c2321bdd50cc979c Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 5 Aug 2023 09:32:54 +0800 Subject: [PATCH 0509/1143] Rename _github-pages-challenge-TalinTheDev.talinsharma.json to _github-pages-challenge-talinthedev.talinsharma.json --- ....json => _github-pages-challenge-talinthedev.talinsharma.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-TalinTheDev.talinsharma.json => _github-pages-challenge-talinthedev.talinsharma.json} (100%) diff --git a/domains/_github-pages-challenge-TalinTheDev.talinsharma.json b/domains/_github-pages-challenge-talinthedev.talinsharma.json similarity index 100% rename from domains/_github-pages-challenge-TalinTheDev.talinsharma.json rename to domains/_github-pages-challenge-talinthedev.talinsharma.json From 6192b156b00be9ec4da57a020fb7f513c57bb46e Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 5 Aug 2023 09:39:47 +0800 Subject: [PATCH 0510/1143] Update dexo.json --- domains/dexo.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/dexo.json b/domains/dexo.json index ec088c938..15ff08cfb 100644 --- a/domains/dexo.json +++ b/domains/dexo.json @@ -4,6 +4,7 @@ "email": "dexo1337@pm.me" }, "record": { - "TXT": "v=spf1 include:spf.improvmx.com ~all" + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~all" } } From 4109ac7a89f70c80d6a134dfd4d2240efacf5107 Mon Sep 17 00:00:00 2001 From: oxmc <67136658+oxmc@users.noreply.github.com> Date: Fri, 4 Aug 2023 18:48:26 -0700 Subject: [PATCH 0511/1143] Update oxmc.json --- domains/oxmc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/oxmc.json b/domains/oxmc.json index e0dfd078d..7065cb2f3 100644 --- a/domains/oxmc.json +++ b/domains/oxmc.json @@ -4,7 +4,7 @@ "email": "oxmc7769.mail@gmail.com" }, "record": { - "CNAME": "oxmc.github.io", + "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"] } } From fc3c6bdd3b6f71ba12ef0a8e5f554ee12cf7a7fe Mon Sep 17 00:00:00 2001 From: ZYROUGE Date: Sat, 5 Aug 2023 07:19:11 +0530 Subject: [PATCH 0512/1143] Create _github-pages-challenge-zyrouge.zyrouge.json --- domains/_github-pages-challenge-zyrouge.zyrouge.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_github-pages-challenge-zyrouge.zyrouge.json diff --git a/domains/_github-pages-challenge-zyrouge.zyrouge.json b/domains/_github-pages-challenge-zyrouge.zyrouge.json new file mode 100644 index 000000000..030687aed --- /dev/null +++ b/domains/_github-pages-challenge-zyrouge.zyrouge.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "zyrouge", + "email": "zyrouge@hotmail.com", + "twitter": "_zyrouge_" + }, + "record": { + "TXT": "dde2728dbadb035a4ffeda6f696112" + } +} From 505eaf61f8924432805eaebc28712addf4a74dce Mon Sep 17 00:00:00 2001 From: oxmc <67136658+oxmc@users.noreply.github.com> Date: Fri, 4 Aug 2023 18:59:01 -0700 Subject: [PATCH 0513/1143] Update oxmc.json add discord as contact --- domains/oxmc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/oxmc.json b/domains/oxmc.json index 7065cb2f3..fcf3bc7a9 100644 --- a/domains/oxmc.json +++ b/domains/oxmc.json @@ -1,7 +1,8 @@ { "owner": { "username": "oxmc", - "email": "oxmc7769.mail@gmail.com" + "email": "oxmc7769.mail@gmail.com", + "discord": "oxmc7769" }, "record": { "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], From 4cc11ed7000e29af5daa323dcfaa358fb653b45d Mon Sep 17 00:00:00 2001 From: LateAlways Date: Fri, 4 Aug 2023 22:06:56 -0400 Subject: [PATCH 0514/1143] feat(domain): latealways.is-a.dev --- domains/latealways.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/latealways.json diff --git a/domains/latealways.json b/domains/latealways.json new file mode 100644 index 000000000..347b99e1c --- /dev/null +++ b/domains/latealways.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "LateAlways", + "email": "javiparedes08@outlook.com" + }, + "record": { + "CNAME": "i-am-a.fuchsiax.dev" + } +} From df1795638b42ffe728949b9d2a9cc65158390613 Mon Sep 17 00:00:00 2001 From: LateAlways <110630690+LateAlways@users.noreply.github.com> Date: Fri, 4 Aug 2023 22:09:07 -0400 Subject: [PATCH 0515/1143] Update latealways.json --- domains/latealways.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/latealways.json b/domains/latealways.json index 347b99e1c..a8e1c6021 100644 --- a/domains/latealways.json +++ b/domains/latealways.json @@ -1,7 +1,7 @@ { "owner": { "username": "LateAlways", - "email": "javiparedes08@outlook.com" + "email": "latealways@fuchsiax.dev" }, "record": { "CNAME": "i-am-a.fuchsiax.dev" From 1499f0db1cd14faa9ff07f1190b83fd7e6c96e29 Mon Sep 17 00:00:00 2001 From: liancastellon Date: Fri, 4 Aug 2023 22:11:58 -0400 Subject: [PATCH 0516/1143] feat(domain): liancg.is-a.dev --- domains/liancg.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/domains/liancg.json b/domains/liancg.json index 522e9afd7..128398fe7 100644 --- a/domains/liancg.json +++ b/domains/liancg.json @@ -1,11 +1,9 @@ { - "description": "Lian's Own Dev Domain", - "repo": "https://github.com/liancastellon/liancastellon.github.io", "owner": { "username": "liancastellon", "email": "liancg@gmail.com" }, "record": { - "CNAME": "liancastellon.github.io" + "TXT": "_github-pages-challenge-liancastellon.liancg" } } From 450671abe7dd8ffac9295860ca55f60074055d7c Mon Sep 17 00:00:00 2001 From: liancastellon Date: Fri, 4 Aug 2023 22:12:36 -0400 Subject: [PATCH 0517/1143] feat(domain): liancg.is-a.dev --- domains/liancg.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/liancg.json b/domains/liancg.json index 128398fe7..6bf6fc2a3 100644 --- a/domains/liancg.json +++ b/domains/liancg.json @@ -4,6 +4,6 @@ "email": "liancg@gmail.com" }, "record": { - "TXT": "_github-pages-challenge-liancastellon.liancg" + "TXT": "de487db710c1daf905269fb57775b6" } } From a5dc93bfcc55ea8058730c9c866ddf0a39a4f88a Mon Sep 17 00:00:00 2001 From: avipars Date: Sat, 5 Aug 2023 05:32:03 +0300 Subject: [PATCH 0518/1143] feat(domain): avi.is-a.dev --- domains/avi.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/domains/avi.json b/domains/avi.json index 278286efd..31628e352 100644 --- a/domains/avi.json +++ b/domains/avi.json @@ -1,12 +1,9 @@ { - "description": "Avi' personal developer website", - "repo": "https://github.com/avipars/avipars.github.io", "owner": { "username": "avipars", - "email": "dev@aviparshan.com", - "twitter": "aviinfinity" + "email": "avi.pars@gmail.com" }, "record": { - "CNAME": "avipars.github.io" + "CNAME": "avipars.github.io" } } From e6e2469226370a923833acf9c1e340056e2a6bed Mon Sep 17 00:00:00 2001 From: avipars Date: Sat, 5 Aug 2023 05:33:11 +0300 Subject: [PATCH 0519/1143] feat(domain): avi.is-a.dev --- domains/avi.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/avi.json b/domains/avi.json index 31628e352..9c0a6bdae 100644 --- a/domains/avi.json +++ b/domains/avi.json @@ -4,6 +4,6 @@ "email": "avi.pars@gmail.com" }, "record": { - "CNAME": "avipars.github.io" + "TXT": "undefined" } } From ba9b87c5edc83e78dc4336b40a086ece6d73f2c2 Mon Sep 17 00:00:00 2001 From: avipars Date: Sat, 5 Aug 2023 05:33:31 +0300 Subject: [PATCH 0520/1143] feat(domain): avi.is-a.dev --- domains/avi.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/avi.json b/domains/avi.json index 9c0a6bdae..1dccf02c6 100644 --- a/domains/avi.json +++ b/domains/avi.json @@ -4,6 +4,6 @@ "email": "avi.pars@gmail.com" }, "record": { - "TXT": "undefined" + "TXT": "68e225e3d290a962de10935ed3f684" } } From c65636c5e5c8b9379f6d6dac6320e6686c74ef07 Mon Sep 17 00:00:00 2001 From: EdwardTheLegend <40855056+EdwardTheLegend@users.noreply.github.com> Date: Sat, 5 Aug 2023 10:47:17 +0800 Subject: [PATCH 0521/1143] Create _github-pages-challenge-EdwardTheLegend.edward.json --- ..._github-pages-challenge-EdwardTheLegend.edward.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_github-pages-challenge-EdwardTheLegend.edward.json diff --git a/domains/_github-pages-challenge-EdwardTheLegend.edward.json b/domains/_github-pages-challenge-EdwardTheLegend.edward.json new file mode 100644 index 000000000..1e3ed00dc --- /dev/null +++ b/domains/_github-pages-challenge-EdwardTheLegend.edward.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "EdwardTheLegend", + "email": "edward@edwardtlowe.com" + }, + + "record": { + "TXT": "fba1c393a4bf816cdb2aa4515feae1" + } +} From 95b7ffe5a612650e41b46f16ccbac99151fc1903 Mon Sep 17 00:00:00 2001 From: EndermanbugZJFC <53002741+Endermanbugzjfc@users.noreply.github.com> Date: Sat, 5 Aug 2023 11:09:47 +0800 Subject: [PATCH 0522/1143] Create _github-pages-challenge-Endermanbugzjfc.zjfc.json --- .../_github-pages-challenge-Endermanbugzjfc.zjfc.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-Endermanbugzjfc.zjfc.json diff --git a/domains/_github-pages-challenge-Endermanbugzjfc.zjfc.json b/domains/_github-pages-challenge-Endermanbugzjfc.zjfc.json new file mode 100644 index 000000000..56b3810db --- /dev/null +++ b/domains/_github-pages-challenge-Endermanbugzjfc.zjfc.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Endermanbugzjfc", + "email": "endermanbugzjfc@gmail.com" + }, + "record": { + "TXT": "238acf06da9051a27631863f11abbf" + } +} From 2204905ea0b6afdadaf01ba9bef52f1512def2e9 Mon Sep 17 00:00:00 2001 From: oxmc <67136658+oxmc@users.noreply.github.com> Date: Fri, 4 Aug 2023 20:32:46 -0700 Subject: [PATCH 0523/1143] Add email TXT record --- domains/oxmc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/oxmc.json b/domains/oxmc.json index fcf3bc7a9..ddc0dc33d 100644 --- a/domains/oxmc.json +++ b/domains/oxmc.json @@ -6,6 +6,7 @@ }, "record": { "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], - "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"] + "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], + "TXT": "forward-email=oxmc7769.mail@gmail.com" } } From a5d2535b22b132b2d3d7245cbb7562c8743e4d1e Mon Sep 17 00:00:00 2001 From: Mizu <71164002+MiyagawaMizu@users.noreply.github.com> Date: Sat, 5 Aug 2023 10:38:43 +0700 Subject: [PATCH 0524/1143] Update mizu.json --- domains/mizu.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/mizu.json b/domains/mizu.json index 2a4dd4913..577ef45ca 100644 --- a/domains/mizu.json +++ b/domains/mizu.json @@ -5,9 +5,10 @@ "username": "miyagawamizu", "email": "miyagawamizu@gmail.com", "twitter": "miyagawamizu", - "discord": "Mizu#2203" + "discord": "miyagawamizu" }, "record": { "CNAME": "miyagawamizu.github.io" } + } From 4ecd448653e480e1d6f260d857afc36addf44d2a Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 5 Aug 2023 11:58:20 +0800 Subject: [PATCH 0525/1143] Rename _github-pages-challenge-Endermanbugzjfc.zjfc.json to _github-pages-challenge-endermanbugzjfc.zjfc.json --- ...jfc.json => _github-pages-challenge-endermanbugzjfc.zjfc.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-Endermanbugzjfc.zjfc.json => _github-pages-challenge-endermanbugzjfc.zjfc.json} (100%) diff --git a/domains/_github-pages-challenge-Endermanbugzjfc.zjfc.json b/domains/_github-pages-challenge-endermanbugzjfc.zjfc.json similarity index 100% rename from domains/_github-pages-challenge-Endermanbugzjfc.zjfc.json rename to domains/_github-pages-challenge-endermanbugzjfc.zjfc.json From 28ebd56109eb8a32e0c331f142035590ea7a802b Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 5 Aug 2023 12:01:52 +0800 Subject: [PATCH 0526/1143] Rename Stacksyz.json to stacksyz.json --- domains/{Stacksyz.json => stacksyz.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{Stacksyz.json => stacksyz.json} (100%) diff --git a/domains/Stacksyz.json b/domains/stacksyz.json similarity index 100% rename from domains/Stacksyz.json rename to domains/stacksyz.json From 6200c6fb2d3f87fdf2d21bb76adb0a8e3483e612 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 5 Aug 2023 12:04:10 +0800 Subject: [PATCH 0527/1143] Rename itznesbro.blog.json to blog.itznesbro.json --- domains/{itznesbro.blog.json => blog.itznesbro.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{itznesbro.blog.json => blog.itznesbro.json} (100%) diff --git a/domains/itznesbro.blog.json b/domains/blog.itznesbro.json similarity index 100% rename from domains/itznesbro.blog.json rename to domains/blog.itznesbro.json From ff6c4f8709ac0d9f9f93af4d8bc00188eaf6f670 Mon Sep 17 00:00:00 2001 From: oxmc <67136658+oxmc@users.noreply.github.com> Date: Fri, 4 Aug 2023 21:04:34 -0700 Subject: [PATCH 0528/1143] Update oxmc.json add correct email redirect --- domains/oxmc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/oxmc.json b/domains/oxmc.json index ddc0dc33d..4cd7a7415 100644 --- a/domains/oxmc.json +++ b/domains/oxmc.json @@ -7,6 +7,6 @@ "record": { "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], - "TXT": "forward-email=oxmc7769.mail@gmail.com" + "TXT": "forward-email=contact:oxmc7769.mail@gmail.com" } } From 1a809290d1d87199c4c43381f4c08eec4bedc4a7 Mon Sep 17 00:00:00 2001 From: Chandra Sekhar Malla <43902003+sekharmalla@users.noreply.github.com> Date: Sat, 5 Aug 2023 08:09:41 +0400 Subject: [PATCH 0529/1143] Update chandra.json --- domains/chandra.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/domains/chandra.json b/domains/chandra.json index 3f1f3fc0e..d354ccf5a 100644 --- a/domains/chandra.json +++ b/domains/chandra.json @@ -7,6 +7,8 @@ "twitter": "ChandraSMalla" }, "record": { - "CNAME": "sekharmalla.github.io" + "CNAME": "sekharmalla.github.io", + "TXT": "11ecb44a01a667c78ba76d704d9fc5" + } } From ecbec9eef67263e346f942f73f8a3ebc7753253c Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 5 Aug 2023 12:13:06 +0800 Subject: [PATCH 0530/1143] Update hifzur.json --- domains/hifzur.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/hifzur.json b/domains/hifzur.json index 2ce400912..499abbbea 100644 --- a/domains/hifzur.json +++ b/domains/hifzur.json @@ -4,6 +4,6 @@ "email": "hifzur.syl@gmail.com" }, "record": { - "A": ["185.199.108.153"] + "CNAME": "hifzurmax.github.io" } } From 894683a918d29353738b87a3ef146f5dd58b4d7d Mon Sep 17 00:00:00 2001 From: Shinyzenith Date: Sat, 5 Aug 2023 09:38:10 +0530 Subject: [PATCH 0531/1143] Update aakash.json Signed-off-by: Shinyzenith --- domains/_github-pages-challenge-aakash.aakash.json | 9 +++++++++ domains/aakash.json | 1 + 2 files changed, 10 insertions(+) create mode 100644 domains/_github-pages-challenge-aakash.aakash.json diff --git a/domains/_github-pages-challenge-aakash.aakash.json b/domains/_github-pages-challenge-aakash.aakash.json new file mode 100644 index 000000000..338833c6b --- /dev/null +++ b/domains/_github-pages-challenge-aakash.aakash.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Shinyzenith", + "email": "aakashsensharma@gmail.com" + }, + "record": { + "TXT": "6f217d98c6a92f084c092bab59d8b1" + } +} diff --git a/domains/aakash.json b/domains/aakash.json index f81775eca..cc9b8c121 100644 --- a/domains/aakash.json +++ b/domains/aakash.json @@ -1,4 +1,5 @@ { + "repo": "https://github.com/shinyzenith/website", "owner": { "username": "Shinyzenith", "email": "aakashsensharma@gmail.com" From 3e52785ad7f2d034c10eac8558aa0fb0e06b4db2 Mon Sep 17 00:00:00 2001 From: Semant Date: Sat, 5 Aug 2023 09:49:23 +0530 Subject: [PATCH 0532/1143] Update cdn.semant.json --- domains/cdn.semant.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/cdn.semant.json b/domains/cdn.semant.json index 8ea1a2390..ca5bd2b5b 100644 --- a/domains/cdn.semant.json +++ b/domains/cdn.semant.json @@ -6,6 +6,6 @@ "email": "contact@semant.is-a.dev" }, "record": { - "CNAME": "89b424b5-8e2d-4678-93a9-b793cdf6fceb.id.repl.co" + "CNAME": "0b68d425-3b0b-47fc-bd21-66c73ba1cf15.id.repl.co" } } From 1e53d8e5200974b8ccb50aadbb5190052020b89a Mon Sep 17 00:00:00 2001 From: Semant Date: Sat, 5 Aug 2023 09:49:45 +0530 Subject: [PATCH 0533/1143] Update cdn.badboy.json --- domains/cdn.badboy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/cdn.badboy.json b/domains/cdn.badboy.json index ddcf893be..9297c19e4 100644 --- a/domains/cdn.badboy.json +++ b/domains/cdn.badboy.json @@ -6,6 +6,6 @@ "email": "contact@mail.badboy.is-a.dev" }, "record": { - "CNAME": "89b424b5-8e2d-4678-93a9-b793cdf6fceb.id.repl.co" + "CNAME": "0b68d425-3b0b-47fc-bd21-66c73ba1cf15.id.repl.co" } } From 39a5ffb0e829e96e98c8ecb1e864f8da4758de39 Mon Sep 17 00:00:00 2001 From: sekharmalla Date: Sat, 5 Aug 2023 08:21:04 +0400 Subject: [PATCH 0534/1143] feat(domain): chandra.is-a.dev --- domains/chandra.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/domains/chandra.json b/domains/chandra.json index d354ccf5a..d23e906d2 100644 --- a/domains/chandra.json +++ b/domains/chandra.json @@ -1,14 +1,9 @@ { - "description": "An Data Analyst Portfolio", - "repo": "https://github.com/sekharmalla/portfolio", "owner": { "username": "sekharmalla", - "email": "chandra.malla@msftcommunity.com", - "twitter": "ChandraSMalla" + "email": "sekharmalla.vfx@gmail.com" }, "record": { - "CNAME": "sekharmalla.github.io", - "TXT": "11ecb44a01a667c78ba76d704d9fc5" - + "TXT": "11ecb44a01a667c78ba76d704d9fc5" } } From 5f03075b5c908869fcf5e9e9462eef870591f98f Mon Sep 17 00:00:00 2001 From: Semant Date: Sat, 5 Aug 2023 09:51:15 +0530 Subject: [PATCH 0535/1143] Delete home.semant.json --- domains/home.semant.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/home.semant.json diff --git a/domains/home.semant.json b/domains/home.semant.json deleted file mode 100644 index 2160ac944..000000000 --- a/domains/home.semant.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "My Website", - "owner": { - "username": "s3mant", - "email": "contact@semant.is-a.dev", - "discord": "445073800850046977" - }, - "record": { - "CNAME": "2755c31d-6389-4f53-8fd7-b83f99037ffd.id.repl.co" - } -} From 74dec95bc29a5e41e23c5032d15a8fa98d4de26f Mon Sep 17 00:00:00 2001 From: Chandra Sekhar Malla <43902003+sekharmalla@users.noreply.github.com> Date: Sat, 5 Aug 2023 08:31:19 +0400 Subject: [PATCH 0536/1143] Create _github-pages-challenge-sekharmalla.chandra.chandra.json --- ...ub-pages-challenge-sekharmalla.chandra.chandra.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_github-pages-challenge-sekharmalla.chandra.chandra.json diff --git a/domains/_github-pages-challenge-sekharmalla.chandra.chandra.json b/domains/_github-pages-challenge-sekharmalla.chandra.chandra.json new file mode 100644 index 000000000..c787e5921 --- /dev/null +++ b/domains/_github-pages-challenge-sekharmalla.chandra.chandra.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "sekharmalla", + "email": "sekharmalla.vfx@gmail.com" + }, + "record": { + "TXT": "11ecb44a01a667c78ba76d704d9fc5" + } +} + From 8c0cf6875367bb5927072ee13d0f9437ae48257f Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 5 Aug 2023 12:32:57 +0800 Subject: [PATCH 0537/1143] Update chandra.json --- domains/chandra.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/chandra.json b/domains/chandra.json index d23e906d2..8c0ba425a 100644 --- a/domains/chandra.json +++ b/domains/chandra.json @@ -4,6 +4,6 @@ "email": "sekharmalla.vfx@gmail.com" }, "record": { - "TXT": "11ecb44a01a667c78ba76d704d9fc5" + "CNAME": "sekharmalla.github.io" } } From b82f5ab06244097bc81d1928860e5decdd1ad925 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 5 Aug 2023 12:39:37 +0800 Subject: [PATCH 0538/1143] Update caodoc.json --- domains/caodoc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/caodoc.json b/domains/caodoc.json index 4f6ad82bb..8682070a5 100644 --- a/domains/caodoc.json +++ b/domains/caodoc.json @@ -4,6 +4,6 @@ "email": "dochicao2306@gmail.com" }, "record": { - "URL": "caodoc.github.io" + "CNAME": "caodoc.github.io" } } From cda902653d2aa8feb71dfd6b51f68a67451fec86 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 5 Aug 2023 12:44:55 +0800 Subject: [PATCH 0539/1143] Discard changes to domains/trio.json --- domains/trio.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/trio.json diff --git a/domains/trio.json b/domains/trio.json new file mode 100644 index 000000000..cf7a34106 --- /dev/null +++ b/domains/trio.json @@ -0,0 +1,10 @@ +{ + "description": "trio", + "owner": { + "username": "trio745", + "email": "triofran6@gmail.com" + }, + "record": { + "MX": ["smtp.internal.xhyrom.dev"] + } +} From 5fd106c8a5cad8f5df11db19467dc2febbc3b1ae Mon Sep 17 00:00:00 2001 From: SHays24 <81133539+SHays24@users.noreply.github.com> Date: Sat, 5 Aug 2023 14:48:33 +1000 Subject: [PATCH 0540/1143] Create _github-pages-challenge-SHays24.shays --- domains/_github-pages-challenge-SHays24.shays | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-SHays24.shays diff --git a/domains/_github-pages-challenge-SHays24.shays b/domains/_github-pages-challenge-SHays24.shays new file mode 100644 index 000000000..6d6839a67 --- /dev/null +++ b/domains/_github-pages-challenge-SHays24.shays @@ -0,0 +1,9 @@ +{ + "owner": { + "username": SHays24, + "email": shays24@student.sacs.nsw.edu.au + }, + "record": { + "TXT": "16d1b82e4e76d05a0301fbf7a80f9b" + } +} From 0298fb8ddf9ebcde14be9253d2703475596d6356 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 5 Aug 2023 12:53:50 +0800 Subject: [PATCH 0541/1143] Rename adnan.is-a.dev.json to adnan.json --- domains/{adnan.is-a.dev.json => adnan.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{adnan.is-a.dev.json => adnan.json} (100%) diff --git a/domains/adnan.is-a.dev.json b/domains/adnan.json similarity index 100% rename from domains/adnan.is-a.dev.json rename to domains/adnan.json From 94abe56bd643873a4cbbdfb3c3e7756b8f885d5f Mon Sep 17 00:00:00 2001 From: SHays24 <81133539+SHays24@users.noreply.github.com> Date: Sat, 5 Aug 2023 14:55:35 +1000 Subject: [PATCH 0542/1143] Rename _github-pages-challenge-SHays24.shays to _github-pages-challenge-SHays24.shays.json --- ...e-SHays24.shays => _github-pages-challenge-SHays24.shays.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-SHays24.shays => _github-pages-challenge-SHays24.shays.json} (100%) diff --git a/domains/_github-pages-challenge-SHays24.shays b/domains/_github-pages-challenge-SHays24.shays.json similarity index 100% rename from domains/_github-pages-challenge-SHays24.shays rename to domains/_github-pages-challenge-SHays24.shays.json From 4f1fdd9be683472946a85c5f9f00f01f6f071dd5 Mon Sep 17 00:00:00 2001 From: SHays24 <81133539+SHays24@users.noreply.github.com> Date: Sat, 5 Aug 2023 14:56:25 +1000 Subject: [PATCH 0543/1143] Update _github-pages-challenge-SHays24.shays.json --- domains/_github-pages-challenge-SHays24.shays.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/_github-pages-challenge-SHays24.shays.json b/domains/_github-pages-challenge-SHays24.shays.json index 6d6839a67..9f8ab0531 100644 --- a/domains/_github-pages-challenge-SHays24.shays.json +++ b/domains/_github-pages-challenge-SHays24.shays.json @@ -1,7 +1,7 @@ { "owner": { - "username": SHays24, - "email": shays24@student.sacs.nsw.edu.au + "username": "SHays24", + "email": "shays24@student.sacs.nsw.edu.au" }, "record": { "TXT": "16d1b82e4e76d05a0301fbf7a80f9b" From e1aaa802393b8c20e5fea27b98bb20e6be41ef1a Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 5 Aug 2023 12:59:18 +0800 Subject: [PATCH 0544/1143] Update rohansharma.json --- domains/rohansharma.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/rohansharma.json b/domains/rohansharma.json index 61d4f64d9..b8e06be73 100644 --- a/domains/rohansharma.json +++ b/domains/rohansharma.json @@ -4,6 +4,6 @@ "email": "rohansharma.developer@gmail.com" }, "record": { - "URL": "rohan.bodmaslmedia.in" + "URL": "https://rohan.bodmaslmedia.in" } } From e1ec62d4ff02559bb4616f5ad7305732fdfaff25 Mon Sep 17 00:00:00 2001 From: Dushmanta Date: Sat, 5 Aug 2023 10:29:59 +0530 Subject: [PATCH 0545/1143] Update dushmanta.json Change email --- domains/dushmanta.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/dushmanta.json b/domains/dushmanta.json index 3da0519e7..3d2daafbb 100644 --- a/domains/dushmanta.json +++ b/domains/dushmanta.json @@ -3,7 +3,7 @@ "repo": "https://github.com/dushmanta05/dushmanta05.github.io", "owner": { "username": "dushmanta05", - "email": "dushmanta0511@gmail.com", + "email": "dushmanta.dev@gmail.com", "twitter": "dushmanta05" }, "record": { From bb0471d877b8760e30d90049063909652f670f5e Mon Sep 17 00:00:00 2001 From: pixelwhiz Date: Sat, 5 Aug 2023 12:04:16 +0700 Subject: [PATCH 0546/1143] feat(domain): pixelwhiz.is-a.dev --- domains/pixelwhiz.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/pixelwhiz.json diff --git a/domains/pixelwhiz.json b/domains/pixelwhiz.json new file mode 100644 index 000000000..7f8ea3675 --- /dev/null +++ b/domains/pixelwhiz.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "pixelwhiz", + "email": "daffa01futn@gmail.com" + }, + "record": { + "CNAME": "pixelwhiz.github.io" + } +} From f6f75ec6bc30552fbb874374fdb93eb35e0c89ef Mon Sep 17 00:00:00 2001 From: Dushmanta Date: Sat, 5 Aug 2023 10:34:44 +0530 Subject: [PATCH 0547/1143] Create _github-pages-challenge-dushmanta05.dushmanta.json --- .../_github-pages-challenge-dushmanta05.dushmanta.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-dushmanta05.dushmanta.json diff --git a/domains/_github-pages-challenge-dushmanta05.dushmanta.json b/domains/_github-pages-challenge-dushmanta05.dushmanta.json new file mode 100644 index 000000000..354d2d348 --- /dev/null +++ b/domains/_github-pages-challenge-dushmanta05.dushmanta.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "dushmanta05", + "email": "dushmanta.dev@gmail.com" + }, + "record": { + "TXT": "259ff2c88b910f54c7a1ec2d0da405" + } +} From a161e0d429a4f25671e6d17db2ea075aecf5f3f2 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 5 Aug 2023 13:07:45 +0800 Subject: [PATCH 0548/1143] Update and rename esp to esp.json --- domains/{esp => esp.json} | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) rename domains/{esp => esp.json} (75%) diff --git a/domains/esp b/domains/esp.json similarity index 75% rename from domains/esp rename to domains/esp.json index 9a28a3929..797cca0c7 100644 --- a/domains/esp +++ b/domains/esp.json @@ -5,8 +5,7 @@ "email": "esp.python.dev@gmail.com", "telegram": "fakeesp" }, - { - "record": { - "A": [144.91.110.55] - } + "record": { + "A": ["144.91.110.55"] + } } From f7bcfb8b608702c5f27ca28d615b3fe7744e53b0 Mon Sep 17 00:00:00 2001 From: NatBLida <55424433+NatBLida68@users.noreply.github.com> Date: Sat, 5 Aug 2023 10:40:47 +0530 Subject: [PATCH 0549/1143] reverted to default --- domains/ashwa.json | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/domains/ashwa.json b/domains/ashwa.json index 9524061e6..da0927317 100644 --- a/domains/ashwa.json +++ b/domains/ashwa.json @@ -1,9 +1,13 @@ -{ - "owner": { + + { + "description": "A personal website, for ash.", + "repo": "https://github.com/NatBLida68/NatBLida68.github.io", + "owner": { "username": "NatBLida68", "email": "aswajith.jithu888@gmail.com" - }, - "record": { - "TXT": "f20bb532af2838eed8bfe622378d4b" + }, + "record": { + "CNAME": "natblida68.github.io" } -} + } + From ac3aed47ba9edd193bbd5fa77376ebc7326e2824 Mon Sep 17 00:00:00 2001 From: NatBLida68 Date: Sat, 5 Aug 2023 10:45:42 +0530 Subject: [PATCH 0550/1143] feat(domain): ashwa.is-a.dev --- domains/ashwa.json | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/domains/ashwa.json b/domains/ashwa.json index da0927317..15b2a4549 100644 --- a/domains/ashwa.json +++ b/domains/ashwa.json @@ -1,13 +1,9 @@ - - { - "description": "A personal website, for ash.", - "repo": "https://github.com/NatBLida68/NatBLida68.github.io", - "owner": { +{ + "owner": { "username": "NatBLida68", "email": "aswajith.jithu888@gmail.com" - }, - "record": { - "CNAME": "natblida68.github.io" + }, + "record": { + "CNAME": "natblida68.github.io" } - } - +} From 5d941eba22d5a76715d743892d3c6c1655189a34 Mon Sep 17 00:00:00 2001 From: K <25322315+boredcodebyk@users.noreply.github.com> Date: Sat, 5 Aug 2023 10:51:24 +0530 Subject: [PATCH 0551/1143] Create _github-pages-challenge-boredcodebyk.boredcodebyk.json --- ...github-pages-challenge-boredcodebyk.boredcodebyk.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-boredcodebyk.boredcodebyk.json diff --git a/domains/_github-pages-challenge-boredcodebyk.boredcodebyk.json b/domains/_github-pages-challenge-boredcodebyk.boredcodebyk.json new file mode 100644 index 000000000..2dc5f7dca --- /dev/null +++ b/domains/_github-pages-challenge-boredcodebyk.boredcodebyk.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "boredcodebyk", + "email": "" + }, + "record": { + "TXT": "18eddbb722418d4b62eb8976f91621" + } +} From fcf08c820296d0fae4e295a0107d70855b01ae78 Mon Sep 17 00:00:00 2001 From: roktim32 Date: Sat, 5 Aug 2023 10:55:07 +0530 Subject: [PATCH 0552/1143] feat(domain): yourdad.is-a.dev --- domains/yourdad.json | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/domains/yourdad.json b/domains/yourdad.json index f51cac85c..672639e15 100644 --- a/domains/yourdad.json +++ b/domains/yourdad.json @@ -1,10 +1,9 @@ { - "owner": { - "username": "roktim32", - "email": "roktimsenapoty2@gmail.com" - }, - "record": { - "CNAME": "roktim32.github.io" - } + "owner": { + "username": "roktim32", + "email": "roktimsenapoty2@gmail.com" + }, + "record": { + "TXT": "f2a400f4d62cba7fa18b6c288f38b1" } - \ No newline at end of file +} From 43f164b2e0b452800f1faad77865075d0b309aca Mon Sep 17 00:00:00 2001 From: noobshubham <55689986+noobshubham@users.noreply.github.com> Date: Sat, 5 Aug 2023 10:56:46 +0530 Subject: [PATCH 0553/1143] Create _github-pages-challenge-noobshubham.shubham.json Domain Verification --- domains/_github-pages-challenge-noobshubham.shubham.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-noobshubham.shubham.json diff --git a/domains/_github-pages-challenge-noobshubham.shubham.json b/domains/_github-pages-challenge-noobshubham.shubham.json new file mode 100644 index 000000000..e10719bee --- /dev/null +++ b/domains/_github-pages-challenge-noobshubham.shubham.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "noobshubham", + "email": "noobshubham65@gmail.com" + }, + "record": { + "TXT": "d195c824403985d365b744c05663fb" + } +} From 10aaea1ed3a0c9693172936048d4c9040bc19c84 Mon Sep 17 00:00:00 2001 From: K <25322315+boredcodebyk@users.noreply.github.com> Date: Sat, 5 Aug 2023 10:58:01 +0530 Subject: [PATCH 0554/1143] added TXT record and contact info --- domains/_github-pages-challenge-boredcodebyk.boredcodebyk.json | 2 +- domains/boredcodebyk.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/_github-pages-challenge-boredcodebyk.boredcodebyk.json b/domains/_github-pages-challenge-boredcodebyk.boredcodebyk.json index 2dc5f7dca..d32c795e4 100644 --- a/domains/_github-pages-challenge-boredcodebyk.boredcodebyk.json +++ b/domains/_github-pages-challenge-boredcodebyk.boredcodebyk.json @@ -1,7 +1,7 @@ { "owner": { "username": "boredcodebyk", - "email": "" + "email": "khromabyk+dev@gmail.com" }, "record": { "TXT": "18eddbb722418d4b62eb8976f91621" diff --git a/domains/boredcodebyk.json b/domains/boredcodebyk.json index 63ccbb94b..9b3e1a499 100644 --- a/domains/boredcodebyk.json +++ b/domains/boredcodebyk.json @@ -3,7 +3,7 @@ "repo": "https://github.com/boredcodebyk/boredcodebyk.github.io", "owner": { "username": "boredcodebyk", - "email": "" + "email": "khromabyk+dev@gmail.com" }, "record": { "CNAME": "boredcodebyk.github.io" From 601cbe68b0ece90158d79df6df8730cc339676ab Mon Sep 17 00:00:00 2001 From: NatBLida <55424433+NatBLida68@users.noreply.github.com> Date: Sat, 5 Aug 2023 10:58:56 +0530 Subject: [PATCH 0555/1143] Create _github-pages-challenge-NatBLida68.ashwa.json --- domains/_github-pages-challenge-NatBLida68.ashwa.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-NatBLida68.ashwa.json diff --git a/domains/_github-pages-challenge-NatBLida68.ashwa.json b/domains/_github-pages-challenge-NatBLida68.ashwa.json new file mode 100644 index 000000000..3032c35f4 --- /dev/null +++ b/domains/_github-pages-challenge-NatBLida68.ashwa.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "NatBLida68", + "email": "aswajith.jithu888@gmail.com" + }, + "record": { + "TXT": "f20bb532af2838eed8bfe622378d4b" + } +} From 9f89eef69bd3b3752f06a9a73107211ae8d6e6c7 Mon Sep 17 00:00:00 2001 From: Sanidhya <92801105+CoderSoNet@users.noreply.github.com> Date: Sat, 5 Aug 2023 10:59:23 +0530 Subject: [PATCH 0556/1143] Update sanidhya.json --- domains/sanidhya.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/domains/sanidhya.json b/domains/sanidhya.json index 9bda781e9..1f729f4df 100644 --- a/domains/sanidhya.json +++ b/domains/sanidhya.json @@ -3,12 +3,11 @@ "repo": "https://github.com/CoderSoNet/codersonetwebsite.github.io", "owner": { "username": "CoderSoNet", - "email": "support@sanidhya.is-a.dev", + "email": "sonetspprt@gmail.com", "twitter": "ShanuUniyal_On", "discord": "781127625263415326" }, "record": { - "A": ["34.149.204.188"], - "TXT": "v=spf1 a mx include:_spf.elasticemail.com ~all" + "CNAME": "3303bc99-e9eb-489a-96c3-138398c9dae5.id.repl.co" } } From 28ae896b87915468623f42089be8aae8a3c681a9 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 5 Aug 2023 13:32:14 +0800 Subject: [PATCH 0557/1143] Rename _github-pages-challenge-SHays24.shays.json to _github-pages-challenge-shays24.shays.json --- ...ys24.shays.json => _github-pages-challenge-shays24.shays.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-SHays24.shays.json => _github-pages-challenge-shays24.shays.json} (100%) diff --git a/domains/_github-pages-challenge-SHays24.shays.json b/domains/_github-pages-challenge-shays24.shays.json similarity index 100% rename from domains/_github-pages-challenge-SHays24.shays.json rename to domains/_github-pages-challenge-shays24.shays.json From aaf1d4019fe229372906fb3e3507f58e7e10e99c Mon Sep 17 00:00:00 2001 From: Roktim Kamal Senapoty <57640212+roktim32@users.noreply.github.com> Date: Sat, 5 Aug 2023 11:04:09 +0530 Subject: [PATCH 0558/1143] Create _github-pages-challenge-roktim32.yourdad.json Domain Verification --- domains/_github-pages-challenge-roktim32.yourdad.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/_github-pages-challenge-roktim32.yourdad.json diff --git a/domains/_github-pages-challenge-roktim32.yourdad.json b/domains/_github-pages-challenge-roktim32.yourdad.json new file mode 100644 index 000000000..bea2e39eb --- /dev/null +++ b/domains/_github-pages-challenge-roktim32.yourdad.json @@ -0,0 +1,11 @@ + +{ + "owner": { + "username": "roktim32", + "email": "roktimsenapoty2@gmail.com" + }, + + "record": { + "TXT": "f2a400f4d62cba7fa18b6c288f38b1" + } +} From ab84460e7fe6cdbdf7fb8c5ad9b7a9c5dd261193 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 5 Aug 2023 13:35:40 +0800 Subject: [PATCH 0559/1143] Update wansies.json --- domains/wansies.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/wansies.json b/domains/wansies.json index ceb79c882..343bb4601 100644 --- a/domains/wansies.json +++ b/domains/wansies.json @@ -4,6 +4,6 @@ "email": "Janeiscool4ever@web.de" }, "record": { - "URL": "https://helix-pullover-d4c.notion.site/wansie-3655baf5f6de40cc8be7aa8cbf67f095?pvs=4" + "URL": "https://helix-pullover-d4c.notion.site/wansie-3655baf5f6de40cc8be7aa8cbf67f095" } } From fee0d1da2e0d7166a43abf66006f378fac14e60c Mon Sep 17 00:00:00 2001 From: Dumprr <140656627+dumprr@users.noreply.github.com> Date: Sat, 5 Aug 2023 01:36:50 -0400 Subject: [PATCH 0560/1143] Github Pages PR Need to add Challenge to add apparently ( #6627 ) --- domains/_github-pages-challenge-dumprr.dumprr.json | 9 +++++++++ domains/dumprr.json | 1 + 2 files changed, 10 insertions(+) create mode 100644 domains/_github-pages-challenge-dumprr.dumprr.json diff --git a/domains/_github-pages-challenge-dumprr.dumprr.json b/domains/_github-pages-challenge-dumprr.dumprr.json new file mode 100644 index 000000000..37acbe038 --- /dev/null +++ b/domains/_github-pages-challenge-dumprr.dumprr.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "dumprr", + "email": "duhhhmprr@proton.me" + }, + "record": { + "TXT": "493971f29452bc15b55966259b43a5" + } +} diff --git a/domains/dumprr.json b/domains/dumprr.json index 438838afa..a95581448 100644 --- a/domains/dumprr.json +++ b/domains/dumprr.json @@ -1,4 +1,5 @@ { + "repo": "https://github.com/dumprr/dumprr.github.io", "owner": { "username": "dumprr", "email": "duhhhmprr@proton.me" From 282378f2bd507f68e8b8f4ce43a58e72df24a74f Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 5 Aug 2023 13:37:47 +0800 Subject: [PATCH 0561/1143] Discard changes to domains/yourdad.json --- domains/yourdad.json | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/domains/yourdad.json b/domains/yourdad.json index 672639e15..f51cac85c 100644 --- a/domains/yourdad.json +++ b/domains/yourdad.json @@ -1,9 +1,10 @@ { - "owner": { - "username": "roktim32", - "email": "roktimsenapoty2@gmail.com" - }, - "record": { - "TXT": "f2a400f4d62cba7fa18b6c288f38b1" + "owner": { + "username": "roktim32", + "email": "roktimsenapoty2@gmail.com" + }, + "record": { + "CNAME": "roktim32.github.io" + } } -} + \ No newline at end of file From c46db3d6c0ec2eaf7fbe0ddeb2fc9f2946248ebb Mon Sep 17 00:00:00 2001 From: Roktim Kamal Senapoty <57640212+roktim32@users.noreply.github.com> Date: Sat, 5 Aug 2023 11:08:10 +0530 Subject: [PATCH 0562/1143] Update yourdad.json --- domains/yourdad.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/yourdad.json b/domains/yourdad.json index f51cac85c..073d430bd 100644 --- a/domains/yourdad.json +++ b/domains/yourdad.json @@ -6,5 +6,6 @@ "record": { "CNAME": "roktim32.github.io" } + } - \ No newline at end of file + From dad96453528ec206b79eff5b1166f6a602318203 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 5 Aug 2023 13:40:52 +0800 Subject: [PATCH 0563/1143] Discard changes to domains/florin.json --- domains/florin.json | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/domains/florin.json b/domains/florin.json index 132f2ea05..34849b871 100644 --- a/domains/florin.json +++ b/domains/florin.json @@ -1,9 +1,11 @@ -{ - "owner": { + + { + "owner": { "username": "flc995", "email": "flc995@gmail.com" - }, - "record": { - "TXT": "_github-pages-challenge-flc995.florin" + }, + "record": { + "CNAME": "flc995.github.io" + } } -} + From baa6bc4a16e89a4f7b1bdaa26b48643327188546 Mon Sep 17 00:00:00 2001 From: Roktim Kamal Senapoty <57640212+roktim32@users.noreply.github.com> Date: Sat, 5 Aug 2023 11:14:18 +0530 Subject: [PATCH 0564/1143] Create _github-pages-challenge-roktim32.roktim.json domain verification --- domains/_github-pages-challenge-roktim32.roktim.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_github-pages-challenge-roktim32.roktim.json diff --git a/domains/_github-pages-challenge-roktim32.roktim.json b/domains/_github-pages-challenge-roktim32.roktim.json new file mode 100644 index 000000000..94a7792a0 --- /dev/null +++ b/domains/_github-pages-challenge-roktim32.roktim.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "roktim32", + "email": "roktimsenapoty2@gmail.com" + }, + + "record": { + "TXT": "9870d553eddd629da2c41de6add304" + } +} From 201afbf957bd0fb6c7cc7bf1e2bd943fc5d08d9e Mon Sep 17 00:00:00 2001 From: Aditya Priyadarshi Date: Sat, 5 Aug 2023 11:15:31 +0530 Subject: [PATCH 0565/1143] Create _github-pages-challenge-foxy4096.foxy4096 --- domains/_github-pages-challenge-foxy4096.foxy4096 | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-foxy4096.foxy4096 diff --git a/domains/_github-pages-challenge-foxy4096.foxy4096 b/domains/_github-pages-challenge-foxy4096.foxy4096 new file mode 100644 index 000000000..83ef5f4c6 --- /dev/null +++ b/domains/_github-pages-challenge-foxy4096.foxy4096 @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "foxy4096", + "email": "adityapriyadarshi669@gmail.com", + }, + "record": { + "TXT": "eb006bea4f375b57b795dbfc8dd3fe" + } +} From 37158d019c1b05b56c40f1c127925e3a536cfb02 Mon Sep 17 00:00:00 2001 From: hat_kid Date: Sat, 5 Aug 2023 12:42:36 +0700 Subject: [PATCH 0566/1143] Add GitHub pages verification domain --- domains/_github-pages-challenge-thehatkid.hatkid.json | 9 +++++++++ domains/hatkid.json | 7 ++++--- 2 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 domains/_github-pages-challenge-thehatkid.hatkid.json diff --git a/domains/_github-pages-challenge-thehatkid.hatkid.json b/domains/_github-pages-challenge-thehatkid.hatkid.json new file mode 100644 index 000000000..674fba7aa --- /dev/null +++ b/domains/_github-pages-challenge-thehatkid.hatkid.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "thehatkid", + "email": "saha22023@gmail.com" + }, + "record": { + "TXT": "20405c421d70798fcddcbe0bb3d06d" + } +} \ No newline at end of file diff --git a/domains/hatkid.json b/domains/hatkid.json index 238d10fc8..331e0e503 100644 --- a/domains/hatkid.json +++ b/domains/hatkid.json @@ -1,11 +1,12 @@ { - "description": "Hat Kid's domain! (hat_kid)", + "description": "hat_kid's domain!", "repo": "https://github.com/thehatkid/thehatkid.github.io", "owner": { "username": "thehatkid", - "email": "saha22023@gmail.com" + "email": "saha22023@gmail.com", + "discord": "hat_kid" }, "record": { "CNAME": "thehatkid.github.io" } -} +} \ No newline at end of file From a9acb9610bb6075e3ddf4bc94a03469af329798d Mon Sep 17 00:00:00 2001 From: Ravi Teja Date: Sat, 5 Aug 2023 11:21:19 +0530 Subject: [PATCH 0567/1143] Create _github-pages-challenge-iraviteja.raviteja.json domain verification --- .../_github-pages-challenge-iraviteja.raviteja.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/domains/_github-pages-challenge-iraviteja.raviteja.json diff --git a/domains/domains/_github-pages-challenge-iraviteja.raviteja.json b/domains/domains/_github-pages-challenge-iraviteja.raviteja.json new file mode 100644 index 000000000..999103014 --- /dev/null +++ b/domains/domains/_github-pages-challenge-iraviteja.raviteja.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "iraviteja", + "email": "iraviteja77@gmail.com" + }, + "record": { + "TXT": "6bb854139d8be9a7f37ccb05319b75" + } +} From 68c67b5136b29b0f7336446c5f990f6104fbcd7d Mon Sep 17 00:00:00 2001 From: noobshubham Date: Sat, 5 Aug 2023 11:21:55 +0530 Subject: [PATCH 0568/1143] Already Updated TXT to shubham.json --- domains/_github-pages-challenge-noobshubham.shubham.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/_github-pages-challenge-noobshubham.shubham.json diff --git a/domains/_github-pages-challenge-noobshubham.shubham.json b/domains/_github-pages-challenge-noobshubham.shubham.json deleted file mode 100644 index e10719bee..000000000 --- a/domains/_github-pages-challenge-noobshubham.shubham.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "noobshubham", - "email": "noobshubham65@gmail.com" - }, - "record": { - "TXT": "d195c824403985d365b744c05663fb" - } -} From 8bf4e0ea96206c96fbfdbb86d3ad4f143351854c Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 5 Aug 2023 13:59:38 +0800 Subject: [PATCH 0569/1143] Update and rename _github-pages-challenge-foxy4096.foxy4096 to _github-pages-challenge-foxy4096.foxy4096.json --- ....foxy4096 => _github-pages-challenge-foxy4096.foxy4096.json} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename domains/{_github-pages-challenge-foxy4096.foxy4096 => _github-pages-challenge-foxy4096.foxy4096.json} (71%) diff --git a/domains/_github-pages-challenge-foxy4096.foxy4096 b/domains/_github-pages-challenge-foxy4096.foxy4096.json similarity index 71% rename from domains/_github-pages-challenge-foxy4096.foxy4096 rename to domains/_github-pages-challenge-foxy4096.foxy4096.json index 83ef5f4c6..bb079d007 100644 --- a/domains/_github-pages-challenge-foxy4096.foxy4096 +++ b/domains/_github-pages-challenge-foxy4096.foxy4096.json @@ -1,7 +1,7 @@ { "owner": { "username": "foxy4096", - "email": "adityapriyadarshi669@gmail.com", + "email": "adityapriyadarshi669@gmail.com" }, "record": { "TXT": "eb006bea4f375b57b795dbfc8dd3fe" From d3d08cde45570cb4c598c27cf27082249828d044 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 5 Aug 2023 14:00:20 +0800 Subject: [PATCH 0570/1143] Rename _github-pages-challenge-NatBLida68.ashwa.json to _github-pages-challenge-natblida68.ashwa.json --- ...8.ashwa.json => _github-pages-challenge-natblida68.ashwa.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-NatBLida68.ashwa.json => _github-pages-challenge-natblida68.ashwa.json} (100%) diff --git a/domains/_github-pages-challenge-NatBLida68.ashwa.json b/domains/_github-pages-challenge-natblida68.ashwa.json similarity index 100% rename from domains/_github-pages-challenge-NatBLida68.ashwa.json rename to domains/_github-pages-challenge-natblida68.ashwa.json From 5371ffaeea0156eee74f69e8fd431926ccb874ee Mon Sep 17 00:00:00 2001 From: 404Dev-404 Date: Sat, 5 Aug 2023 00:00:30 -0600 Subject: [PATCH 0571/1143] feat(domain): _github-pages-challenge-404Dev-404.404.is-a.dev --- domains/_github-pages-challenge-404Dev-404.404.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-404Dev-404.404.json diff --git a/domains/_github-pages-challenge-404Dev-404.404.json b/domains/_github-pages-challenge-404Dev-404.404.json new file mode 100644 index 000000000..6b1955b74 --- /dev/null +++ b/domains/_github-pages-challenge-404Dev-404.404.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "404Dev-404", + "email": "anthonyvaldes318+404@gmail.com" + }, + "record": { + "TXT": "22a06372e0e8c1ce907acca87f8222" + } +} From f876fa1c3809e222e4d6a02dea86628b893da317 Mon Sep 17 00:00:00 2001 From: Yoandy Rodriguez Martinez Date: Sat, 5 Aug 2023 09:00:35 +0300 Subject: [PATCH 0572/1143] fix: adding verification for yorodm.is-a.dev --- domains/_github-pages-challenge-yorodm.yorodm.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-yorodm.yorodm.json diff --git a/domains/_github-pages-challenge-yorodm.yorodm.json b/domains/_github-pages-challenge-yorodm.yorodm.json new file mode 100644 index 000000000..8b2596e60 --- /dev/null +++ b/domains/_github-pages-challenge-yorodm.yorodm.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "yorodm", + "email": "yoandy.rmartinez@gmail.com" + }, + "record": { + "TXT": "4e4101d7a9a7606d96f9757829a24d" + } +} \ No newline at end of file From 45160683b33681b8c4ef7e6c81d00e64d8148ce7 Mon Sep 17 00:00:00 2001 From: kxtz <116377025+kxtzownsu@users.noreply.github.com> Date: Sat, 5 Aug 2023 02:01:32 -0400 Subject: [PATCH 0573/1143] Update kxtz.json --- domains/kxtz.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/kxtz.json b/domains/kxtz.json index b739a280a..46e49f825 100644 --- a/domains/kxtz.json +++ b/domains/kxtz.json @@ -4,7 +4,6 @@ "email": "kxtzownsu@gmail.com" }, "record": { - "CNAME": "ef93d84a-155f-4365-86a0-9dcc1d445acf.id.repl.co", - "TXT": "replit-verify=ef93d84a-155f-4365-86a0-9dcc1d445acf" + "CNAME": "ef93d84a-155f-4365-86a0-9dcc1d445acf.id.repl.co" } } From 92686f25aadf9c654b1a053376a877ed885f0176 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 5 Aug 2023 14:01:54 +0800 Subject: [PATCH 0574/1143] Rename _github-pages-challenge-404Dev-404.404.json to _github-pages-challenge-404dev-404.404.json --- ...v-404.404.json => _github-pages-challenge-404dev-404.404.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-404Dev-404.404.json => _github-pages-challenge-404dev-404.404.json} (100%) diff --git a/domains/_github-pages-challenge-404Dev-404.404.json b/domains/_github-pages-challenge-404dev-404.404.json similarity index 100% rename from domains/_github-pages-challenge-404Dev-404.404.json rename to domains/_github-pages-challenge-404dev-404.404.json From 1b6d53705e35f1ffb208e9d8b501c8a59df29817 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 5 Aug 2023 14:02:27 +0800 Subject: [PATCH 0575/1143] Rename domains/domains/_github-pages-challenge-iraviteja.raviteja.json to domains/_github-pages-challenge-iraviteja.raviteja.json --- .../{domains => }/_github-pages-challenge-iraviteja.raviteja.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{domains => }/_github-pages-challenge-iraviteja.raviteja.json (100%) diff --git a/domains/domains/_github-pages-challenge-iraviteja.raviteja.json b/domains/_github-pages-challenge-iraviteja.raviteja.json similarity index 100% rename from domains/domains/_github-pages-challenge-iraviteja.raviteja.json rename to domains/_github-pages-challenge-iraviteja.raviteja.json From 9f53e2f188eb103753df86d995c367711db7be4d Mon Sep 17 00:00:00 2001 From: Roktim Kamal Senapoty <57640212+roktim32@users.noreply.github.com> Date: Sat, 5 Aug 2023 11:36:19 +0530 Subject: [PATCH 0576/1143] Create _github-pages-challenge-roktim32.gitninja.json Domain Verification --- domains/_github-pages-challenge-roktim32.gitninja.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_github-pages-challenge-roktim32.gitninja.json diff --git a/domains/_github-pages-challenge-roktim32.gitninja.json b/domains/_github-pages-challenge-roktim32.gitninja.json new file mode 100644 index 000000000..9c4b916a2 --- /dev/null +++ b/domains/_github-pages-challenge-roktim32.gitninja.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "roktim32", + "email": "roktimsenapoty2@gmail.com" + }, + + "record": { + "TXT": "d6e6727362997465d332f12898ad6b" + } +} From 5909995dd9a9ef5057a1858c6dbd153001f892d0 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 5 Aug 2023 14:06:29 +0800 Subject: [PATCH 0577/1143] Create _github-pages-challenge-avipars.avi.json --- domains/_github-pages-challenge-avipars.avi.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-avipars.avi.json diff --git a/domains/_github-pages-challenge-avipars.avi.json b/domains/_github-pages-challenge-avipars.avi.json new file mode 100644 index 000000000..65a8f5eeb --- /dev/null +++ b/domains/_github-pages-challenge-avipars.avi.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "avipars", + "email": "avi.pars@gmail.com" + }, + "record": { + "TXT": "68e225e3d290a962de10935ed3f684" + } +} From f12a069c4eeb5fe269297c2890ed174b04757c3a Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 5 Aug 2023 14:06:53 +0800 Subject: [PATCH 0578/1143] Update avi.json --- domains/avi.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/avi.json b/domains/avi.json index 1dccf02c6..ecabd2b20 100644 --- a/domains/avi.json +++ b/domains/avi.json @@ -4,6 +4,6 @@ "email": "avi.pars@gmail.com" }, "record": { - "TXT": "68e225e3d290a962de10935ed3f684" + "CNAME": "avipars.github.io" } } From be0f8e4fec652f5967ace0c2c82867859ede7e61 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 5 Aug 2023 14:12:00 +0800 Subject: [PATCH 0579/1143] Update satoshi.json --- domains/satoshi.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/satoshi.json b/domains/satoshi.json index 90b9a3700..9a6063f3f 100644 --- a/domains/satoshi.json +++ b/domains/satoshi.json @@ -5,7 +5,6 @@ "email": "marcos.satoshi@gmail.com" }, "record": { - "CNAME": "marcossatoshi.github.io", - "TXT": "f3045f0960ac5562a7d764b72d102a" + "CNAME": "marcossatoshi.github.io" } } From 2d1bf3882419917d234d8d09e975010b0ae99be7 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 5 Aug 2023 14:12:03 +0800 Subject: [PATCH 0580/1143] Create _github-pages-challenge-marcossatoshi.satoshi.json --- .../_github-pages-challenge-marcossatoshi.satoshi.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-marcossatoshi.satoshi.json diff --git a/domains/_github-pages-challenge-marcossatoshi.satoshi.json b/domains/_github-pages-challenge-marcossatoshi.satoshi.json new file mode 100644 index 000000000..09ab347fc --- /dev/null +++ b/domains/_github-pages-challenge-marcossatoshi.satoshi.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "marcossatoshi", + "email": "marcos.satoshi@gmail.com" + }, + "record": { + "TXT": "f3045f0960ac5562a7d764b72d102a" + } +} From e21d64cdd5cd42a975c5397780bf2cd4c2ed96c1 Mon Sep 17 00:00:00 2001 From: Crystal Bajgai <66400444+crystalbajgai@users.noreply.github.com> Date: Sat, 5 Aug 2023 12:12:18 +0545 Subject: [PATCH 0581/1143] Create _github-pages-challenge-crystalbajgai.crystal.json --- .../_github-pages-challenge-crystalbajgai.crystal.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-crystalbajgai.crystal.json diff --git a/domains/_github-pages-challenge-crystalbajgai.crystal.json b/domains/_github-pages-challenge-crystalbajgai.crystal.json new file mode 100644 index 000000000..7c635498a --- /dev/null +++ b/domains/_github-pages-challenge-crystalbajgai.crystal.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "crystalbajgai", + "email": "crystalbajgai@gmail.com" + }, + "record": { + "TXT": "6fbb6593b607699c01a1c17c8c2849" + } +} From 1890abd595bfa0fafc3c788811b5e7c2bbf14143 Mon Sep 17 00:00:00 2001 From: caodoc Date: Sat, 5 Aug 2023 13:29:35 +0700 Subject: [PATCH 0582/1143] feat(domain): caodoc.is-a.dev --- domains/caodoc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/caodoc.json b/domains/caodoc.json index 8682070a5..e5aba3242 100644 --- a/domains/caodoc.json +++ b/domains/caodoc.json @@ -4,6 +4,6 @@ "email": "dochicao2306@gmail.com" }, "record": { - "CNAME": "caodoc.github.io" + "CNAME": "caodoc.github.io" } } From b78646238049ebc0bc21158693123bd45bd6daa9 Mon Sep 17 00:00:00 2001 From: clumzyofficial Date: Sat, 5 Aug 2023 12:01:24 +0530 Subject: [PATCH 0583/1143] feat(domain): adarsh.is-a.dev --- domains/adarsh.json | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/domains/adarsh.json b/domains/adarsh.json index 5c18f12bb..a1ad810d0 100644 --- a/domains/adarsh.json +++ b/domains/adarsh.json @@ -1,12 +1,9 @@ { - "description": "For my portfolio website made by using HTML + CSS and JS", - "repo": "https://github.com/clumzyofficial/clumzyofficial.github.io", "owner": { "username": "clumzyofficial", - "email": "clumzyofficial@gmail.com", - "twitter": "binaryadarsh" + "email": "adarshshukla0344@gmail.com" }, "record": { - "CNAME": "clumzyofficial.github.io" + "CNAME": "clumzyofficial.github.io" } -} +} From f1a98d2fd57f3a55b7ebf22cbc4a284444dfd07d Mon Sep 17 00:00:00 2001 From: Stef-00012 Date: Sat, 5 Aug 2023 08:45:46 +0200 Subject: [PATCH 0584/1143] feat(domain): _github-pages-challenge-Stef-00012.stefdp.is-a.dev --- domains/_github-pages-challenge-Stef-00012.stefdp.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-Stef-00012.stefdp.json diff --git a/domains/_github-pages-challenge-Stef-00012.stefdp.json b/domains/_github-pages-challenge-Stef-00012.stefdp.json new file mode 100644 index 000000000..2d58c7dd3 --- /dev/null +++ b/domains/_github-pages-challenge-Stef-00012.stefdp.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Stef-00012", + "email": "stefano.delprete.08@gmail.com" + }, + "record": { + "TXT": "27c2dc9cd3e8a0a37947e82ab6f637" + } +} From 5d38c003e5bf664ae2240b955a762aa9022a1e47 Mon Sep 17 00:00:00 2001 From: clumzyofficial Date: Sat, 5 Aug 2023 12:17:35 +0530 Subject: [PATCH 0585/1143] feat(domain): adarsh.is-a.dev --- domains/adarsh.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/adarsh.json b/domains/adarsh.json index a1ad810d0..f97256b7b 100644 --- a/domains/adarsh.json +++ b/domains/adarsh.json @@ -4,6 +4,6 @@ "email": "adarshshukla0344@gmail.com" }, "record": { - "CNAME": "clumzyofficial.github.io" + "TXT": "undefined" } } From b7b4f4fa732265384177d1b200d929473c22ee20 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 5 Aug 2023 14:53:05 +0800 Subject: [PATCH 0586/1143] Rename _github-pages-challenge-Stef-00012.stefdp.json to _github-pages-challenge-stef-00012.stefdp.json --- ...stefdp.json => _github-pages-challenge-stef-00012.stefdp.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-Stef-00012.stefdp.json => _github-pages-challenge-stef-00012.stefdp.json} (100%) diff --git a/domains/_github-pages-challenge-Stef-00012.stefdp.json b/domains/_github-pages-challenge-stef-00012.stefdp.json similarity index 100% rename from domains/_github-pages-challenge-Stef-00012.stefdp.json rename to domains/_github-pages-challenge-stef-00012.stefdp.json From 8f48408d062f35a36db3fc076fc98d8e41098946 Mon Sep 17 00:00:00 2001 From: Krinzal <118538166+krinzal@users.noreply.github.com> Date: Sat, 5 Aug 2023 12:39:54 +0545 Subject: [PATCH 0587/1143] feat(domain): add `krinzal.is-a.dev` --- domains/krinzal.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/krinzal.json diff --git a/domains/krinzal.json b/domains/krinzal.json new file mode 100644 index 000000000..4791d7a47 --- /dev/null +++ b/domains/krinzal.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "krinzal", + "email": "krinzal54@gmail.com" + }, + + "record": { + "TXT": "krinzal.vercel.app" + } +} From 535d87ac96bf05c0492f67669056e046717f19d1 Mon Sep 17 00:00:00 2001 From: Natya Vidhan Biswas <67009562+studiousgamer@users.noreply.github.com> Date: Sat, 5 Aug 2023 12:26:06 +0530 Subject: [PATCH 0588/1143] Create _github-pages-challenge-studiousgamer.natya.json --- domains/_github-pages-challenge-studiousgamer.natya.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-studiousgamer.natya.json diff --git a/domains/_github-pages-challenge-studiousgamer.natya.json b/domains/_github-pages-challenge-studiousgamer.natya.json new file mode 100644 index 000000000..03ace2d3f --- /dev/null +++ b/domains/_github-pages-challenge-studiousgamer.natya.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "studiousgamer", + "email": "natyavidhanbiswas10@gmail.com" + }, + "record": { + "TXT": "4bab75757c1cd0f3fc332eadf5e1a9" + } +} From afe9225b7d7c1487d20b39c8cfe4254c2c7eac8c Mon Sep 17 00:00:00 2001 From: Krinzal <118538166+krinzal@users.noreply.github.com> Date: Sat, 5 Aug 2023 12:44:12 +0545 Subject: [PATCH 0589/1143] Update krinzal.json --- domains/krinzal.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/krinzal.json b/domains/krinzal.json index 4791d7a47..76714b9f4 100644 --- a/domains/krinzal.json +++ b/domains/krinzal.json @@ -5,6 +5,6 @@ }, "record": { - "TXT": "krinzal.vercel.app" + "CNAME": "krinzal.vercel.app" } } From 60968ab5740187b4c345b300b813571bc306bc60 Mon Sep 17 00:00:00 2001 From: PythonScratcher <81612672+PythonScratcher@users.noreply.github.com> Date: Sat, 5 Aug 2023 08:11:25 +0100 Subject: [PATCH 0590/1143] feat(domain): add `pythonscratcher.is-a.dev` --- domains/pythonscratcher.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/pythonscratcher.json diff --git a/domains/pythonscratcher.json b/domains/pythonscratcher.json new file mode 100644 index 000000000..1f75ebc5e --- /dev/null +++ b/domains/pythonscratcher.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "PythonScratcher", + "email": "callumcardy7@gmail.com" + }, + + "record": { + "A": ["185.199.110.153"] + } +} From e05bfd1e947d349bf50cc7f4fefba466bf9dec10 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 5 Aug 2023 15:18:55 +0800 Subject: [PATCH 0591/1143] Update krinzal.json --- domains/krinzal.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/krinzal.json b/domains/krinzal.json index 76714b9f4..bad4dc5c6 100644 --- a/domains/krinzal.json +++ b/domains/krinzal.json @@ -5,6 +5,6 @@ }, "record": { - "CNAME": "krinzal.vercel.app" + "URL": "https://krinzal.vercel.app" } } From 478aafc9c58668e65cf47d872e6e178c634fafff Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 5 Aug 2023 15:22:30 +0800 Subject: [PATCH 0592/1143] Update pythonscratcher.json --- domains/pythonscratcher.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/pythonscratcher.json b/domains/pythonscratcher.json index 1f75ebc5e..70c99e17e 100644 --- a/domains/pythonscratcher.json +++ b/domains/pythonscratcher.json @@ -5,6 +5,6 @@ }, "record": { - "A": ["185.199.110.153"] + "CNAME": "pythonscratcher.github.io" } } From f35955cf29db347367d0731798549f12d4511180 Mon Sep 17 00:00:00 2001 From: TorchedSammy Date: Sat, 5 Aug 2023 00:28:37 -0700 Subject: [PATCH 0593/1143] feat(domain): _github-pages-challenge-TorchedSammy.sammy.is-a.dev --- domains/_github-pages-challenge-TorchedSammy.sammy.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-TorchedSammy.sammy.json diff --git a/domains/_github-pages-challenge-TorchedSammy.sammy.json b/domains/_github-pages-challenge-TorchedSammy.sammy.json new file mode 100644 index 000000000..60d74c0dc --- /dev/null +++ b/domains/_github-pages-challenge-TorchedSammy.sammy.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "TorchedSammy", + "email": "torchedsammy@gmail.com" + }, + "record": { + "TXT": "9693d9e721696f4184aa3abfa35921" + } +} From f479b4edd4b369f7e46931bcffccb27ef668dd1a Mon Sep 17 00:00:00 2001 From: Nashid P <95064572+nxb1t@users.noreply.github.com> Date: Sat, 5 Aug 2023 12:59:32 +0530 Subject: [PATCH 0594/1143] Create _github-pages-challenge-nxb1t.nxb1t.json Github Verification --- domains/_github-pages-challenge-nxb1t.nxb1t.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_github-pages-challenge-nxb1t.nxb1t.json diff --git a/domains/_github-pages-challenge-nxb1t.nxb1t.json b/domains/_github-pages-challenge-nxb1t.nxb1t.json new file mode 100644 index 000000000..7da08967a --- /dev/null +++ b/domains/_github-pages-challenge-nxb1t.nxb1t.json @@ -0,0 +1,10 @@ +{ + "description": "Github verification", + "owner": { + "username": "nxb1t", + "email": "nxb1t@proton.me" + }, + "record": { + "TXT": "c18d4423748e2acdfacadefa6495a6" + } +} From 6b80a3fbe268b4830e6009f972a435694542e57f Mon Sep 17 00:00:00 2001 From: Sarath S <53013721+Sharkaboi@users.noreply.github.com> Date: Sat, 5 Aug 2023 13:02:10 +0530 Subject: [PATCH 0595/1143] Add pages challenge verification json --- domains/_github-pages-challenge-Sharkaboi.sarath.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-Sharkaboi.sarath.json diff --git a/domains/_github-pages-challenge-Sharkaboi.sarath.json b/domains/_github-pages-challenge-Sharkaboi.sarath.json new file mode 100644 index 000000000..adf75bb79 --- /dev/null +++ b/domains/_github-pages-challenge-Sharkaboi.sarath.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Sharkaboi", + "email": "sarathsedu@gmail.com" + }, + "record": { + "TXT": "9cc661fc83c313e055250b32fedfac" + } +} \ No newline at end of file From 71d6c2d28eeeb5d64a655085f507ce5fbbdaaba3 Mon Sep 17 00:00:00 2001 From: ThisisThamizh Date: Sat, 5 Aug 2023 13:04:00 +0530 Subject: [PATCH 0596/1143] feat(domain): thamizh.is-a.dev --- domains/thamizh.json | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/domains/thamizh.json b/domains/thamizh.json index a7af86108..f63bffde0 100644 --- a/domains/thamizh.json +++ b/domains/thamizh.json @@ -1,12 +1,9 @@ { - "description": "for my personal website representing that i'm a dev", - "repo": "https://github.com/ThisisThamizh/ThisisThamizh.github.io", "owner": { "username": "ThisisThamizh", - "email": "venthank88@gmail.com", - "twitter": "k_thamizhventhu" + "email": "venthank88@gmail.com" }, "record": { - "CNAME": "ThisisThamizh.github.io" + "TXT": "55f7385e475bf5148e262bf6a07289" } -} +} From 3d9114bcfae01d768102fa907d6cfa3fc783178a Mon Sep 17 00:00:00 2001 From: K Harishankar <48408097+harishnkr@users.noreply.github.com> Date: Sat, 5 Aug 2023 13:11:10 +0530 Subject: [PATCH 0597/1143] Update hari.json --- domains/hari.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/domains/hari.json b/domains/hari.json index a9fe026b7..b5bbad1ac 100644 --- a/domains/hari.json +++ b/domains/hari.json @@ -1,11 +1,11 @@ { "description": "Hari's portfolio", - "repo": "https://github.com/Haritronic909/Haritronic909.github.io", + "repo": "https://github.com/harishnkr/harishnkr.github.io", "owner": { - "username": "Haritronic909", + "username": "harishnkr", "email": "hari2menon1234@gmail.com" }, "record": { - "CNAME": "haritronic909.github.io" + "CNAME": "harishnkr.github.io" } } From 54d0b6589948f4f5754c38ebfc9549cf0bee3b3a Mon Sep 17 00:00:00 2001 From: charmingdisorder Date: Sat, 5 Aug 2023 10:42:42 +0300 Subject: [PATCH 0598/1143] feat(domain): add `_github-pages-challenge-charmingdisorder.alexey.is-a.dev` --- ...github-pages-challenge-charmingdisorder.alexey.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_github-pages-challenge-charmingdisorder.alexey.json diff --git a/domains/_github-pages-challenge-charmingdisorder.alexey.json b/domains/_github-pages-challenge-charmingdisorder.alexey.json new file mode 100644 index 000000000..6738fc537 --- /dev/null +++ b/domains/_github-pages-challenge-charmingdisorder.alexey.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "charmingdisorder", + "email": "null" + }, + + "record": { + "TXT": "8045a0394db9ecae4e8f4a76f5c17c" + } +} From b3ee523f801f5e4f57367eb6cfe8a5e6f31e83ba Mon Sep 17 00:00:00 2001 From: seria_ati Date: Sat, 5 Aug 2023 15:56:14 +0800 Subject: [PATCH 0599/1143] Create _github-pages-challenge-seriaati.seria.json --- domains/_github-pages-challenge-seriaati.seria.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-seriaati.seria.json diff --git a/domains/_github-pages-challenge-seriaati.seria.json b/domains/_github-pages-challenge-seriaati.seria.json new file mode 100644 index 000000000..ce11250a5 --- /dev/null +++ b/domains/_github-pages-challenge-seriaati.seria.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "seriaati", + "email": "seria.ati@gmail.com" + }, + "record": { + "TXT": "2b63f16e0af54ee011fd27e02091a0" + } +} From 19087bcf08c34958350f6a799211159dfa1979cc Mon Sep 17 00:00:00 2001 From: notnotrachit Date: Sat, 5 Aug 2023 13:41:36 +0530 Subject: [PATCH 0600/1143] feat(domain): _github-pages-challenge-notnotrachit.rachit.is-a.dev --- domains/_github-pages-challenge-notnotrachit.rachit.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-notnotrachit.rachit.json diff --git a/domains/_github-pages-challenge-notnotrachit.rachit.json b/domains/_github-pages-challenge-notnotrachit.rachit.json new file mode 100644 index 000000000..89cf97685 --- /dev/null +++ b/domains/_github-pages-challenge-notnotrachit.rachit.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "notnotrachit", + "email": "rachitkhurana40@gmail.com" + }, + "record": { + "TXT": "934b26e127661bad98765dc4d571f2" + } +} From 6a36c9f7522d2835f4e03126708f80598677f8a7 Mon Sep 17 00:00:00 2001 From: Rachit Khurana Date: Sat, 5 Aug 2023 13:42:54 +0530 Subject: [PATCH 0601/1143] Update rachit.json --- domains/rachit.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/rachit.json b/domains/rachit.json index b30d3b221..8e82908c1 100644 --- a/domains/rachit.json +++ b/domains/rachit.json @@ -7,6 +7,6 @@ }, "record": { - "CNAME": "notnotrachit-github-io.pages.dev" + "CNAME": "notnotrachit.github.io" } } From a8264b41f488b44d02608a96e93e3620cac48a57 Mon Sep 17 00:00:00 2001 From: Chethan Yadav Date: Sat, 5 Aug 2023 13:59:18 +0530 Subject: [PATCH 0602/1143] Create chethan.json --- domains/chethan.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 domains/chethan.json diff --git a/domains/chethan.json b/domains/chethan.json new file mode 100644 index 000000000..97b69bdbc --- /dev/null +++ b/domains/chethan.json @@ -0,0 +1,13 @@ +{ + "description": "Portfolio of Chethan Yadav", + "repo": "https://github.com/chethanyadav456/chethanyadav456.github.io", + "owner": { + "username": "chethanyadav456", + "email": "chethanyadav456@gmail.com", + "twitter": "DenRaaz77190", + "discord": "raaz6" + }, + "record": { + "CNAME": "chethanyadav456.github.io" + } +} From 11570240b90e2507ac3f4575987d96f727f9b021 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jairo=20Morales=20P=C3=A9rez?= Date: Sat, 5 Aug 2023 10:39:58 +0200 Subject: [PATCH 0603/1143] New json file & update --- domains/_github-pages-challenge-Icky17.jairomorales.json | 9 +++++++++ domains/jairomorales.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 domains/_github-pages-challenge-Icky17.jairomorales.json diff --git a/domains/_github-pages-challenge-Icky17.jairomorales.json b/domains/_github-pages-challenge-Icky17.jairomorales.json new file mode 100644 index 000000000..1296a7cc0 --- /dev/null +++ b/domains/_github-pages-challenge-Icky17.jairomorales.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Icky17", + "email": "jairomoralesperez0@gmail.com" + }, + "record": { + "TXT": "bdff1e7214b7ebd125f3b9e9e9f1cd" + } +} \ No newline at end of file diff --git a/domains/jairomorales.json b/domains/jairomorales.json index 8d166f142..244826fd7 100644 --- a/domains/jairomorales.json +++ b/domains/jairomorales.json @@ -9,4 +9,4 @@ "record": { "CNAME": "icky17.github.io" } -} +} \ No newline at end of file From dc94d2dd6f3bc4d620d617267ea07f5c7db27cab Mon Sep 17 00:00:00 2001 From: mcshept Date: Sat, 5 Aug 2023 10:48:51 +0200 Subject: [PATCH 0604/1143] feat(domain): shept.is-a.dev --- domains/shept.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/domains/shept.json b/domains/shept.json index 4d76621a9..cc1340455 100644 --- a/domains/shept.json +++ b/domains/shept.json @@ -1,11 +1,9 @@ { - "description": "An aboutme page for Shept", - "repo": "https://github.com/mcshept", "owner": { "username": "mcshept", - "email": "shept@dasshept.tech" + "email": "maxiheinrich007@yahoo.com" }, "record": { - "CNAME": "mcshept.github.io" + "TXT": "_github-pages-challenge-mcshept.shept.is-a.dev" } -} \ No newline at end of file +} From c99e825d1dc3eaa6ed780590fe162946b4706ba8 Mon Sep 17 00:00:00 2001 From: mcshept Date: Sat, 5 Aug 2023 10:49:24 +0200 Subject: [PATCH 0605/1143] feat(domain): shept.is-a.dev --- domains/shept.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/shept.json b/domains/shept.json index cc1340455..772bb543a 100644 --- a/domains/shept.json +++ b/domains/shept.json @@ -4,6 +4,6 @@ "email": "maxiheinrich007@yahoo.com" }, "record": { - "TXT": "_github-pages-challenge-mcshept.shept.is-a.dev" + "TXT": "a203da4836b639617c9e5e6aa79cae" } } From d379a2337a4a39f9bc55df0ed412ee268fb54173 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 5 Aug 2023 16:49:28 +0800 Subject: [PATCH 0606/1143] Rename _github-pages-challenge-Sharkaboi.sarath.json to _github-pages-challenge-sharkaboi.sarath.json --- ...arath.json => _github-pages-challenge-sharkaboi.sarath.json} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename domains/{_github-pages-challenge-Sharkaboi.sarath.json => _github-pages-challenge-sharkaboi.sarath.json} (98%) diff --git a/domains/_github-pages-challenge-Sharkaboi.sarath.json b/domains/_github-pages-challenge-sharkaboi.sarath.json similarity index 98% rename from domains/_github-pages-challenge-Sharkaboi.sarath.json rename to domains/_github-pages-challenge-sharkaboi.sarath.json index adf75bb79..cec9443d4 100644 --- a/domains/_github-pages-challenge-Sharkaboi.sarath.json +++ b/domains/_github-pages-challenge-sharkaboi.sarath.json @@ -6,4 +6,4 @@ "record": { "TXT": "9cc661fc83c313e055250b32fedfac" } -} \ No newline at end of file +} From ddfdf3297d835b1f5e41aff5827f37321a247879 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 5 Aug 2023 16:51:58 +0800 Subject: [PATCH 0607/1143] Rename _github-pages-challenge-Icky17.jairomorales.json to _github-pages-challenge-icky17.jairomorales.json --- ...es.json => _github-pages-challenge-icky17.jairomorales.json} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename domains/{_github-pages-challenge-Icky17.jairomorales.json => _github-pages-challenge-icky17.jairomorales.json} (98%) diff --git a/domains/_github-pages-challenge-Icky17.jairomorales.json b/domains/_github-pages-challenge-icky17.jairomorales.json similarity index 98% rename from domains/_github-pages-challenge-Icky17.jairomorales.json rename to domains/_github-pages-challenge-icky17.jairomorales.json index 1296a7cc0..411611754 100644 --- a/domains/_github-pages-challenge-Icky17.jairomorales.json +++ b/domains/_github-pages-challenge-icky17.jairomorales.json @@ -6,4 +6,4 @@ "record": { "TXT": "bdff1e7214b7ebd125f3b9e9e9f1cd" } -} \ No newline at end of file +} From 16d5ed755e03b19ac34d181edd4dcb795d57efb4 Mon Sep 17 00:00:00 2001 From: mcshept Date: Sat, 5 Aug 2023 10:54:30 +0200 Subject: [PATCH 0608/1143] feat(domain): shept.is-a.dev From b889c03d6315e06df6ca131b32e4e84a9ccf11c3 Mon Sep 17 00:00:00 2001 From: mcshept Date: Sat, 5 Aug 2023 10:54:36 +0200 Subject: [PATCH 0609/1143] feat(domain): shept.is-a.dev From a03286bbc034bd3e566d04f3d40dc045aba8daac Mon Sep 17 00:00:00 2001 From: mcshept Date: Sat, 5 Aug 2023 10:56:31 +0200 Subject: [PATCH 0610/1143] feat(domain): shept.is-a.dev From 462dec2e74d5a6350950926154fe7af054392fce Mon Sep 17 00:00:00 2001 From: mcshept Date: Sat, 5 Aug 2023 10:56:34 +0200 Subject: [PATCH 0611/1143] feat(domain): shept.is-a.dev --- domains/shept.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/shept.json b/domains/shept.json index 772bb543a..18a9f8457 100644 --- a/domains/shept.json +++ b/domains/shept.json @@ -4,6 +4,6 @@ "email": "maxiheinrich007@yahoo.com" }, "record": { - "TXT": "a203da4836b639617c9e5e6aa79cae" + "CNAME": "mcshept.github.io" } } From 7479f377a4521177378592c8a7783ca6ec469e4a Mon Sep 17 00:00:00 2001 From: FelixTPG Date: Sat, 5 Aug 2023 11:19:15 +0200 Subject: [PATCH 0612/1143] feat(domain): felixtpg.is-a.dev --- domains/felixtpg.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/felixtpg.json diff --git a/domains/felixtpg.json b/domains/felixtpg.json new file mode 100644 index 000000000..f855eb7a8 --- /dev/null +++ b/domains/felixtpg.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "FelixTPG", + "email": "bufex09@icloud.com" + }, + "record": { + "URL": "felixtpg.eu" + } +} From 1cc24988cfc3b5496f49c4abf97ac3d0631dc480 Mon Sep 17 00:00:00 2001 From: vivek oraon <104826095+vivek-oraon@users.noreply.github.com> Date: Sat, 5 Aug 2023 14:57:56 +0530 Subject: [PATCH 0613/1143] Added this file for github page verfication --- domains/_github-pages-challenge-vivek-oraon.vivek.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-vivek-oraon.vivek.json diff --git a/domains/_github-pages-challenge-vivek-oraon.vivek.json b/domains/_github-pages-challenge-vivek-oraon.vivek.json new file mode 100644 index 000000000..fb3d5ca1c --- /dev/null +++ b/domains/_github-pages-challenge-vivek-oraon.vivek.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "vivek-oraon", + "email": "vivekoraon@pm.me" + }, + "record": { + "TXT": "99d887f6958e3be7f2e1972d9ec212" + } +} From 35deb478f115cefec7a1310af55f1fa2a963ae0b Mon Sep 17 00:00:00 2001 From: Muzzammil Idris Date: Sat, 5 Aug 2023 10:34:48 +0100 Subject: [PATCH 0614/1143] Create just-muzz.json --- domains/just-muzz.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/just-muzz.json diff --git a/domains/just-muzz.json b/domains/just-muzz.json new file mode 100644 index 000000000..9884383b6 --- /dev/null +++ b/domains/just-muzz.json @@ -0,0 +1,12 @@ +{ + "description": "Portfolio site", + "repo": "https://github.com/just-muzz/just-muzz.github.io", + "owner": { + "username": "just-Muzz", + "email": "idrisking759@gmail.com", + "twitter": "just_Muzz" + }, + "record": { + "CNAME": "http://just-muzz.github.io/" + } +} From fc094cc3c602488852043009c1fa6aa49a90b22f Mon Sep 17 00:00:00 2001 From: "Mr. Icecream" <88837169+Mr1cecream@users.noreply.github.com> Date: Sat, 5 Aug 2023 12:51:06 +0300 Subject: [PATCH 0615/1143] add github pages challenge --- .../_github-pages-challenge-Mr1cecream.mricecream.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_github-pages-challenge-Mr1cecream.mricecream.json diff --git a/domains/_github-pages-challenge-Mr1cecream.mricecream.json b/domains/_github-pages-challenge-Mr1cecream.mricecream.json new file mode 100644 index 000000000..0e24aa289 --- /dev/null +++ b/domains/_github-pages-challenge-Mr1cecream.mricecream.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "mr1cecream", + "email": "guy@ochakov.com", + "twitter": "Mr__Icecream" + }, + "record": { + "TXT": "86fe9c2f7e2d0be6a7a1c16a1c8032" + } +} \ No newline at end of file From 27620c134cd7e4d945a3b72bb8221cb5524d70ec Mon Sep 17 00:00:00 2001 From: taqin Date: Sat, 5 Aug 2023 17:11:24 +0700 Subject: [PATCH 0616/1143] Update and rename main file #6627 --- domains/_github-pages-challenge-fdciabdul.fdciabdul.json | 9 +++++++++ domains/fdciabdul.json | 9 --------- 2 files changed, 9 insertions(+), 9 deletions(-) create mode 100644 domains/_github-pages-challenge-fdciabdul.fdciabdul.json delete mode 100644 domains/fdciabdul.json diff --git a/domains/_github-pages-challenge-fdciabdul.fdciabdul.json b/domains/_github-pages-challenge-fdciabdul.fdciabdul.json new file mode 100644 index 000000000..6f3e033b2 --- /dev/null +++ b/domains/_github-pages-challenge-fdciabdul.fdciabdul.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "fdciabdul", + "email": "cp@imtaqin.id" + }, + "record": { + "TXT": "b300a7cdb4c929b57cae7e0bf0ab69" + } +} diff --git a/domains/fdciabdul.json b/domains/fdciabdul.json deleted file mode 100644 index 586106db5..000000000 --- a/domains/fdciabdul.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "fdciabdul", - "email": "abdulmuttaqin456@gmail.com" - }, - "record": { - "CNAME": "fdciabdul.github.io" - } -} From 1b2bc71af1b0b7d4a95c140f987f00e4f731082a Mon Sep 17 00:00:00 2001 From: FlyingCheese41 <75513775+FlyingCheese41@users.noreply.github.com> Date: Sat, 5 Aug 2023 18:17:03 +0800 Subject: [PATCH 0617/1143] Update flyingcheese41.json --- domains/flyingcheese41.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/flyingcheese41.json b/domains/flyingcheese41.json index 93aab671b..8b001bf68 100644 --- a/domains/flyingcheese41.json +++ b/domains/flyingcheese41.json @@ -4,6 +4,6 @@ "email": "FlyingCheese43@gmail.com" }, "record": { - "CNAME": "FlyingCheese41.github.io" + "CNAME": "52d970d2-6085-4811-b3d1-8b3bd898b014.id.repl.co" } } From 30007be2b377473ceb316f3be1eadccef4752c6c Mon Sep 17 00:00:00 2001 From: Vivek kasture Date: Sat, 5 Aug 2023 15:53:58 +0530 Subject: [PATCH 0618/1143] Create _github-pages-challenge-itsvick.itsvick.json --- domains/_github-pages-challenge-itsvick.itsvick.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/_github-pages-challenge-itsvick.itsvick.json diff --git a/domains/_github-pages-challenge-itsvick.itsvick.json b/domains/_github-pages-challenge-itsvick.itsvick.json new file mode 100644 index 000000000..0987c873d --- /dev/null +++ b/domains/_github-pages-challenge-itsvick.itsvick.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "itsvick", + "email": "vivek_kasture@techjoomla.com" + }, + + "record": { + "TXT": "6cccc8b9552901f383cdc6a606b185" + } + } From 081fa81ff75a6bbe77c0364ff1638686d3a6abd0 Mon Sep 17 00:00:00 2001 From: Thamizh <91716052+ThisisThamizh@users.noreply.github.com> Date: Sat, 5 Aug 2023 16:15:25 +0530 Subject: [PATCH 0619/1143] update _githhub-pages-challenge-ThisisThamizh.thamizh.json --- .../_github-pages-challenge-ThisisThamizh.thamizh.json | 9 +++++++++ domains/thamizh.json | 9 ++++++--- 2 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 domains/_github-pages-challenge-ThisisThamizh.thamizh.json diff --git a/domains/_github-pages-challenge-ThisisThamizh.thamizh.json b/domains/_github-pages-challenge-ThisisThamizh.thamizh.json new file mode 100644 index 000000000..418e11a0a --- /dev/null +++ b/domains/_github-pages-challenge-ThisisThamizh.thamizh.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ThisisThamizh", + "email": "venthank88@gmail.com" + }, + "record": { + "TXT": "55f7385e475bf5148e262bf6a07289" + } +} diff --git a/domains/thamizh.json b/domains/thamizh.json index f63bffde0..3872035ec 100644 --- a/domains/thamizh.json +++ b/domains/thamizh.json @@ -1,9 +1,12 @@ { + "description": "for my personal website representing that i'm a dev", + "repo": "https://github.com/ThisisThamizh/ThisisThamizh.github.io", "owner": { "username": "ThisisThamizh", - "email": "venthank88@gmail.com" + "email": "venthank88@gmail.com", + "twitter": "k_thamizhventhu" }, "record": { - "TXT": "55f7385e475bf5148e262bf6a07289" + "CNAME": "ThisisThamizh.github.io" } -} +} \ No newline at end of file From e7a824e378cc5fde933a9ceedc93fd4901a368b4 Mon Sep 17 00:00:00 2001 From: "Mr. Icecream" <88837169+Mr1cecream@users.noreply.github.com> Date: Sat, 5 Aug 2023 13:49:23 +0300 Subject: [PATCH 0620/1143] Rename _github-pages-challenge-Mr1cecream.mricecream.json to _github-pages-challenge-mr1cecream.mricecream.json --- ....json => _github-pages-challenge-mr1cecream.mricecream.json} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename domains/{_github-pages-challenge-Mr1cecream.mricecream.json => _github-pages-challenge-mr1cecream.mricecream.json} (99%) diff --git a/domains/_github-pages-challenge-Mr1cecream.mricecream.json b/domains/_github-pages-challenge-mr1cecream.mricecream.json similarity index 99% rename from domains/_github-pages-challenge-Mr1cecream.mricecream.json rename to domains/_github-pages-challenge-mr1cecream.mricecream.json index 0e24aa289..1c0086982 100644 --- a/domains/_github-pages-challenge-Mr1cecream.mricecream.json +++ b/domains/_github-pages-challenge-mr1cecream.mricecream.json @@ -7,4 +7,4 @@ "record": { "TXT": "86fe9c2f7e2d0be6a7a1c16a1c8032" } -} \ No newline at end of file +} From 7d8c781dcb80053f043116c4121df0909c009d09 Mon Sep 17 00:00:00 2001 From: loiSvelasco <21021463+loiSvelasco@users.noreply.github.com> Date: Sat, 5 Aug 2023 19:25:07 +0800 Subject: [PATCH 0621/1143] Create _github-pages-challenge-loiSvelasco.loisvelasco.json For domain verification --- ...github-pages-challenge-loiSvelasco.loisvelasco.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_github-pages-challenge-loiSvelasco.loisvelasco.json diff --git a/domains/_github-pages-challenge-loiSvelasco.loisvelasco.json b/domains/_github-pages-challenge-loiSvelasco.loisvelasco.json new file mode 100644 index 000000000..f40a9489b --- /dev/null +++ b/domains/_github-pages-challenge-loiSvelasco.loisvelasco.json @@ -0,0 +1,10 @@ +{ + "description": "Github Verification", + "owner": { + "username": "loiSvelasco", + "email": "loisuperficialvelasco@gmail.com" + }, + "record": { + "TXT": "e45f5cee8c9438fe563d3bf4b2fbbe" + } +} From 75d0d896d8a49698f6f15b1bfb88ca7d9a06c26f Mon Sep 17 00:00:00 2001 From: chethanyadav456 Date: Sat, 5 Aug 2023 17:08:34 +0530 Subject: [PATCH 0622/1143] feat(domain): chethan.is-a.dev --- domains/chethan.json | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/domains/chethan.json b/domains/chethan.json index 97b69bdbc..2cf2f46e7 100644 --- a/domains/chethan.json +++ b/domains/chethan.json @@ -1,13 +1,9 @@ { - "description": "Portfolio of Chethan Yadav", - "repo": "https://github.com/chethanyadav456/chethanyadav456.github.io", "owner": { "username": "chethanyadav456", - "email": "chethanyadav456@gmail.com", - "twitter": "DenRaaz77190", - "discord": "raaz6" + "email": "rockchethan1111@gmail.com" }, "record": { - "CNAME": "chethanyadav456.github.io" + "TXT": "9781ed4422557bd427d0eff2c17b99" } -} +} From 3356f3da1348590260d10b899146589db3e6f013 Mon Sep 17 00:00:00 2001 From: chethanyadav456 Date: Sat, 5 Aug 2023 17:08:46 +0530 Subject: [PATCH 0623/1143] feat(domain): chethan.is-a.dev From b41e4f6b1675d4511d482e374ee444722095c165 Mon Sep 17 00:00:00 2001 From: Chethan Yadav Date: Sat, 5 Aug 2023 17:15:32 +0530 Subject: [PATCH 0624/1143] Rename chethan.json to _github-pages-challenge-chethanyadav456.chethan.json added for github verification --- ....json => _github-pages-challenge-chethanyadav456.chethan.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{chethan.json => _github-pages-challenge-chethanyadav456.chethan.json} (100%) diff --git a/domains/chethan.json b/domains/_github-pages-challenge-chethanyadav456.chethan.json similarity index 100% rename from domains/chethan.json rename to domains/_github-pages-challenge-chethanyadav456.chethan.json From 50e22e8d59336b66848c10e4ab3bbc7d3e7bb8dc Mon Sep 17 00:00:00 2001 From: AldenizenMC Date: Sat, 5 Aug 2023 18:50:14 +0700 Subject: [PATCH 0625/1143] feat(domain): aldenizenmc.is-a.dev --- domains/aldenizenmc.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/domains/aldenizenmc.json b/domains/aldenizenmc.json index a6bc737e4..fa6a06314 100644 --- a/domains/aldenizenmc.json +++ b/domains/aldenizenmc.json @@ -1,13 +1,9 @@ { - "repo": "https://github.com/AldenizenMC/AldenizenMC.github.io", "owner": { "username": "AldenizenMC", - "email": "", - "discord": "AldenizenMC#1418", - "twitter": "aldenizenmc", - "note": "I am never online on twitter, message me on Discord instead. In case my discriminator changes, my user id is 529424782438170679" + "email": "aldenizen09@gmail.com" }, "record": { - "CNAME": "AldenizenMC.github.io" + "TXT": "3a73c3c550c151965f6781677b6d2d" } } From 275d7f72154700bd29373a093130530b6b36e02a Mon Sep 17 00:00:00 2001 From: MCotocel Date: Sat, 5 Aug 2023 15:55:44 +0400 Subject: [PATCH 0626/1143] feat(domain): _github-pages-challenge-MCotocel.mcotocel.is-a.dev --- domains/_github-pages-challenge-MCotocel.mcotocel.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-MCotocel.mcotocel.json diff --git a/domains/_github-pages-challenge-MCotocel.mcotocel.json b/domains/_github-pages-challenge-MCotocel.mcotocel.json new file mode 100644 index 000000000..d1e2bdd0c --- /dev/null +++ b/domains/_github-pages-challenge-MCotocel.mcotocel.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "MCotocel", + "email": "mcotocel@outlook.com" + }, + "record": { + "TXT": "059ac86f94300091a59d2cef8b09a6" + } +} From f30e2f9708d9bd0e7cf1f7f82c4ac0ed588d7f08 Mon Sep 17 00:00:00 2001 From: AldenizenMC <63831735+AldenizenMC@users.noreply.github.com> Date: Sat, 5 Aug 2023 18:58:07 +0700 Subject: [PATCH 0627/1143] Update aldenizenmc.json --- .../_github-pages-challenge-AldenizenMC.aldenizenmc.json | 9 +++++++++ domains/aldenizenmc.json | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 domains/_github-pages-challenge-AldenizenMC.aldenizenmc.json diff --git a/domains/_github-pages-challenge-AldenizenMC.aldenizenmc.json b/domains/_github-pages-challenge-AldenizenMC.aldenizenmc.json new file mode 100644 index 000000000..b0ac5a460 --- /dev/null +++ b/domains/_github-pages-challenge-AldenizenMC.aldenizenmc.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "AldenizenMC", + "email": "aldenizen09@gmail.com" + }, + "record": { + "TXT": "3a73c3c550c151965f6781677b6d2d" + } +} diff --git a/domains/aldenizenmc.json b/domains/aldenizenmc.json index fa6a06314..d6bf95472 100644 --- a/domains/aldenizenmc.json +++ b/domains/aldenizenmc.json @@ -1,9 +1,10 @@ { + "repo": "https://github.com/AldenizenMC/AldenizenMC.github.io", "owner": { "username": "AldenizenMC", "email": "aldenizen09@gmail.com" }, "record": { - "TXT": "3a73c3c550c151965f6781677b6d2d" + "CNAME": "AldenizenMC.github.io" } } From 2b09b6a4782c5cd90c06b7d5b0ae26318a355809 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 5 Aug 2023 20:04:32 +0800 Subject: [PATCH 0628/1143] Update felixtpg.json --- domains/felixtpg.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/felixtpg.json b/domains/felixtpg.json index f855eb7a8..58af6322e 100644 --- a/domains/felixtpg.json +++ b/domains/felixtpg.json @@ -4,6 +4,6 @@ "email": "bufex09@icloud.com" }, "record": { - "URL": "felixtpg.eu" + "CNAME": "felixtpg.eu" } } From 5d3d6c540ae10cc8082525337afba47a351e40a4 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 5 Aug 2023 20:05:58 +0800 Subject: [PATCH 0629/1143] Rename _github-pages-challenge-MCotocel.mcotocel.json to _github-pages-challenge-mcotocel.mcotocel.json --- ...otocel.json => _github-pages-challenge-mcotocel.mcotocel.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-MCotocel.mcotocel.json => _github-pages-challenge-mcotocel.mcotocel.json} (100%) diff --git a/domains/_github-pages-challenge-MCotocel.mcotocel.json b/domains/_github-pages-challenge-mcotocel.mcotocel.json similarity index 100% rename from domains/_github-pages-challenge-MCotocel.mcotocel.json rename to domains/_github-pages-challenge-mcotocel.mcotocel.json From 871f2961cb5d09fae4ccf456e88ca6c36b604967 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 5 Aug 2023 20:08:00 +0800 Subject: [PATCH 0630/1143] Discard changes to domains/chethan.json --- domains/chethan.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 domains/chethan.json diff --git a/domains/chethan.json b/domains/chethan.json new file mode 100644 index 000000000..97b69bdbc --- /dev/null +++ b/domains/chethan.json @@ -0,0 +1,13 @@ +{ + "description": "Portfolio of Chethan Yadav", + "repo": "https://github.com/chethanyadav456/chethanyadav456.github.io", + "owner": { + "username": "chethanyadav456", + "email": "chethanyadav456@gmail.com", + "twitter": "DenRaaz77190", + "discord": "raaz6" + }, + "record": { + "CNAME": "chethanyadav456.github.io" + } +} From 72f792aed0ebab7c877e354b18c91d47d9bdab59 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 5 Aug 2023 20:08:32 +0800 Subject: [PATCH 0631/1143] Update just-muzz.json --- domains/just-muzz.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/just-muzz.json b/domains/just-muzz.json index 9884383b6..7a1e4e67f 100644 --- a/domains/just-muzz.json +++ b/domains/just-muzz.json @@ -7,6 +7,6 @@ "twitter": "just_Muzz" }, "record": { - "CNAME": "http://just-muzz.github.io/" + "CNAME": "just-muzz.github.io" } } From e2977f43c3cddc0219f29e642bdb70457708d8f7 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 5 Aug 2023 20:09:27 +0800 Subject: [PATCH 0632/1143] Discard changes to domains/fdciabdul.json --- domains/fdciabdul.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/fdciabdul.json diff --git a/domains/fdciabdul.json b/domains/fdciabdul.json new file mode 100644 index 000000000..586106db5 --- /dev/null +++ b/domains/fdciabdul.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "fdciabdul", + "email": "abdulmuttaqin456@gmail.com" + }, + "record": { + "CNAME": "fdciabdul.github.io" + } +} From 54a4799e17119d7240c84b790bf10378eb69e120 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 5 Aug 2023 20:13:44 +0800 Subject: [PATCH 0633/1143] Update and rename _github-pages-challenge-ThisisThamizh.thamizh.json to _github-pages-challenge-thisisthamizh.thamizh.json --- ...zh.json => _github-pages-challenge-thisisthamizh.thamizh.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-ThisisThamizh.thamizh.json => _github-pages-challenge-thisisthamizh.thamizh.json} (100%) diff --git a/domains/_github-pages-challenge-ThisisThamizh.thamizh.json b/domains/_github-pages-challenge-thisisthamizh.thamizh.json similarity index 100% rename from domains/_github-pages-challenge-ThisisThamizh.thamizh.json rename to domains/_github-pages-challenge-thisisthamizh.thamizh.json From bc4400608027d229fd0e601e36610ca27adbb4ed Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 5 Aug 2023 20:15:28 +0800 Subject: [PATCH 0634/1143] Update thamizh.json --- domains/thamizh.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/thamizh.json b/domains/thamizh.json index 8964ac3b6..65b1b62e4 100644 --- a/domains/thamizh.json +++ b/domains/thamizh.json @@ -8,4 +8,5 @@ }, "record": { "CNAME": "ThisisThamizh.github.io" - } \ No newline at end of file + } +} From 90b353f96fcfd571ff4d75af31fc4a1e4c228211 Mon Sep 17 00:00:00 2001 From: Dodo1213 Date: Sat, 5 Aug 2023 14:17:01 +0200 Subject: [PATCH 0635/1143] feat(domain): dodo1213.is-a.dev --- domains/dodo1213.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/dodo1213.json diff --git a/domains/dodo1213.json b/domains/dodo1213.json new file mode 100644 index 000000000..d42596d43 --- /dev/null +++ b/domains/dodo1213.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Dodo1213", + "email": "dodogut602@gmail.com" + }, + "record": { + "CNAME": "dodo1213.de" + } +} From 95b575e9977b6cc6ce3ba3deaa36dede7f8059df Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 5 Aug 2023 20:17:34 +0800 Subject: [PATCH 0636/1143] Rename _github-pages-challenge-loiSvelasco.loisvelasco.json to _github-pages-challenge-loisvelasco.loisvelasco.json --- ....json => _github-pages-challenge-loisvelasco.loisvelasco.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-loiSvelasco.loisvelasco.json => _github-pages-challenge-loisvelasco.loisvelasco.json} (100%) diff --git a/domains/_github-pages-challenge-loiSvelasco.loisvelasco.json b/domains/_github-pages-challenge-loisvelasco.loisvelasco.json similarity index 100% rename from domains/_github-pages-challenge-loiSvelasco.loisvelasco.json rename to domains/_github-pages-challenge-loisvelasco.loisvelasco.json From 6d53457a14fdda2df9593d4c346519f0caf30b07 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 5 Aug 2023 20:20:48 +0800 Subject: [PATCH 0637/1143] Rename _github-pages-challenge-AldenizenMC.aldenizenmc.json to _github-pages-challenge-aldenizenmc.aldenizenmc.json --- ....json => _github-pages-challenge-aldenizenmc.aldenizenmc.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-AldenizenMC.aldenizenmc.json => _github-pages-challenge-aldenizenmc.aldenizenmc.json} (100%) diff --git a/domains/_github-pages-challenge-AldenizenMC.aldenizenmc.json b/domains/_github-pages-challenge-aldenizenmc.aldenizenmc.json similarity index 100% rename from domains/_github-pages-challenge-AldenizenMC.aldenizenmc.json rename to domains/_github-pages-challenge-aldenizenmc.aldenizenmc.json From 5ee42d4f5d4763c7bc04b110218100f9cc529969 Mon Sep 17 00:00:00 2001 From: caodoc Date: Sat, 5 Aug 2023 19:23:28 +0700 Subject: [PATCH 0638/1143] feat(domain): caodoc.is-a.dev --- domains/caodoc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/caodoc.json b/domains/caodoc.json index e5aba3242..5dd37e2a2 100644 --- a/domains/caodoc.json +++ b/domains/caodoc.json @@ -4,6 +4,6 @@ "email": "dochicao2306@gmail.com" }, "record": { - "CNAME": "caodoc.github.io" + "TXT": "c3aa36c2b7f2e2bf94a92b760760ca" } } From 4426efe82d000545cbc5b05fab2ecc075936d999 Mon Sep 17 00:00:00 2001 From: OwoNico Date: Sat, 5 Aug 2023 20:25:55 +0800 Subject: [PATCH 0639/1143] feat(domain): owonico.is-a.dev --- domains/owonico.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/owonico.json diff --git a/domains/owonico.json b/domains/owonico.json new file mode 100644 index 000000000..bf65027c9 --- /dev/null +++ b/domains/owonico.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "OwoNico", + "email": "nicoytwastaken@gmail.com" + }, + "record": { + "URL": "owonico.cf" + } +} From af3a39d74a2b469ea1861a5f5667a332f4bbcd08 Mon Sep 17 00:00:00 2001 From: Ethan <92686703+not-a-ethan@users.noreply.github.com> Date: Sat, 5 Aug 2023 08:29:38 -0400 Subject: [PATCH 0640/1143] Fixed domain varification --- domains/not-ethan.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/not-ethan.json b/domains/not-ethan.json index 421f4674b..852b31b58 100644 --- a/domains/not-ethan.json +++ b/domains/not-ethan.json @@ -7,6 +7,6 @@ "discord": "not_ethan." }, "record": { - "CNAME": "not-a-ethan.github.io" + "TXT": "72fd44f779f6bd6ad363ff20bdeffb" } -} \ No newline at end of file +} From 11f1d43a9bed38205df27034897fd4562a352182 Mon Sep 17 00:00:00 2001 From: Ethan <92686703+not-a-ethan@users.noreply.github.com> Date: Sat, 5 Aug 2023 08:31:21 -0400 Subject: [PATCH 0641/1143] Fixed the repo url --- domains/not-ethan.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/not-ethan.json b/domains/not-ethan.json index 852b31b58..5d6580557 100644 --- a/domains/not-ethan.json +++ b/domains/not-ethan.json @@ -1,6 +1,6 @@ { "description": "Ethan's website", - "repo": "https://github.com/0x3st/0x3st.github.io", + "repo": "https://github.com/not-a-ethan/Portfiolio", "owner": { "username": "not-a-ethan", "email": "", From ec3772e26d55f638416a5bc250b7172c2d1a1bfa Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 5 Aug 2023 20:45:54 +0800 Subject: [PATCH 0642/1143] Update owonico.json --- domains/owonico.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/owonico.json b/domains/owonico.json index bf65027c9..fde4663df 100644 --- a/domains/owonico.json +++ b/domains/owonico.json @@ -4,6 +4,6 @@ "email": "nicoytwastaken@gmail.com" }, "record": { - "URL": "owonico.cf" + "URL": "https://www.owonico.cf" } } From 1e757e5657ffa52c45b8be6c1e8f21301bf5b40f Mon Sep 17 00:00:00 2001 From: Ethan <92686703+not-a-ethan@users.noreply.github.com> Date: Sat, 5 Aug 2023 08:52:19 -0400 Subject: [PATCH 0643/1143] Update not-ethan.json --- domains/not-ethan.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/not-ethan.json b/domains/not-ethan.json index 5d6580557..6d3417886 100644 --- a/domains/not-ethan.json +++ b/domains/not-ethan.json @@ -7,6 +7,6 @@ "discord": "not_ethan." }, "record": { - "TXT": "72fd44f779f6bd6ad363ff20bdeffb" + "CNAME": "not-a-ethan.github.io" } } From 4d6ccca45a65c0282cb69fce2a60a45f72e7cae0 Mon Sep 17 00:00:00 2001 From: Ethan <92686703+not-a-ethan@users.noreply.github.com> Date: Sat, 5 Aug 2023 08:54:22 -0400 Subject: [PATCH 0644/1143] Create _github-pages-challenge-not-a-ethan.not-ethan.json --- .../_github-pages-challenge-not-a-ethan.not-ethan.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_github-pages-challenge-not-a-ethan.not-ethan.json diff --git a/domains/_github-pages-challenge-not-a-ethan.not-ethan.json b/domains/_github-pages-challenge-not-a-ethan.not-ethan.json new file mode 100644 index 000000000..87dfb2fd6 --- /dev/null +++ b/domains/_github-pages-challenge-not-a-ethan.not-ethan.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "not-a-ethan", + "email": "", + "discord": "not_ethan." + }, + "record": { + "TXT": "72fd44f779f6bd6ad363ff20bdeffb" + } +} From 68a678f25fea5b67a1419764efe2346ee25789f9 Mon Sep 17 00:00:00 2001 From: Lian Castellon Date: Sat, 5 Aug 2023 09:26:28 -0400 Subject: [PATCH 0645/1143] Added new DNS TXT record. --- .../_github-pages-challenge-liancastellon.liancg.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_github-pages-challenge-liancastellon.liancg.json diff --git a/domains/_github-pages-challenge-liancastellon.liancg.json b/domains/_github-pages-challenge-liancastellon.liancg.json new file mode 100644 index 000000000..450d43714 --- /dev/null +++ b/domains/_github-pages-challenge-liancastellon.liancg.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "is-a-dev", + "email": "liancg@gmail.com" + }, + + "record": { + "TXT": "de487db710c1daf905269fb57775b6" + } +} From 7f4cad4e9400a003593755cf50e9c2421c8734ef Mon Sep 17 00:00:00 2001 From: NazerMohamed Date: Sat, 5 Aug 2023 14:33:22 +0100 Subject: [PATCH 0646/1143] feat(domain): stoneleaf-bt.is-a.dev --- domains/stoneleaf-bt.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/stoneleaf-bt.json diff --git a/domains/stoneleaf-bt.json b/domains/stoneleaf-bt.json new file mode 100644 index 000000000..2f491a71a --- /dev/null +++ b/domains/stoneleaf-bt.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "NazerMohamed", + "email": "NazerMohamed@gmail.com" + }, + "record": { + "A": ["51.89.94.232"] + } +} From 3b74b8f12921c2ee198a018996777c18d004d732 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 5 Aug 2023 21:33:50 +0800 Subject: [PATCH 0647/1143] Discard changes to domains/liancg.json --- domains/liancg.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/domains/liancg.json b/domains/liancg.json index 6bf6fc2a3..522e9afd7 100644 --- a/domains/liancg.json +++ b/domains/liancg.json @@ -1,9 +1,11 @@ { + "description": "Lian's Own Dev Domain", + "repo": "https://github.com/liancastellon/liancastellon.github.io", "owner": { "username": "liancastellon", "email": "liancg@gmail.com" }, "record": { - "TXT": "de487db710c1daf905269fb57775b6" + "CNAME": "liancastellon.github.io" } } From 6f33086f8f4aa54fe52235a75d84a422ada7043e Mon Sep 17 00:00:00 2001 From: Lian Castellon Date: Sat, 5 Aug 2023 09:33:53 -0400 Subject: [PATCH 0648/1143] Re-fixed the original CNAME record. --- domains/liancg.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/domains/liancg.json b/domains/liancg.json index 6bf6fc2a3..522e9afd7 100644 --- a/domains/liancg.json +++ b/domains/liancg.json @@ -1,9 +1,11 @@ { + "description": "Lian's Own Dev Domain", + "repo": "https://github.com/liancastellon/liancastellon.github.io", "owner": { "username": "liancastellon", "email": "liancg@gmail.com" }, "record": { - "TXT": "de487db710c1daf905269fb57775b6" + "CNAME": "liancastellon.github.io" } } From bbc1afe2467edffa20a14ffbf606b9fc465f6cb8 Mon Sep 17 00:00:00 2001 From: NazerMohamed Date: Sat, 5 Aug 2023 14:43:00 +0100 Subject: [PATCH 0649/1143] feat(domain): stoneleaf-dh.is-a.dev --- domains/stoneleaf-dh.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/stoneleaf-dh.json diff --git a/domains/stoneleaf-dh.json b/domains/stoneleaf-dh.json new file mode 100644 index 000000000..2f491a71a --- /dev/null +++ b/domains/stoneleaf-dh.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "NazerMohamed", + "email": "NazerMohamed@gmail.com" + }, + "record": { + "A": ["51.89.94.232"] + } +} From 221944c3e172e2efc254e688797039e086a24ff7 Mon Sep 17 00:00:00 2001 From: NazerMohamed Date: Sat, 5 Aug 2023 14:43:47 +0100 Subject: [PATCH 0650/1143] feat(domain): stoneleaf-pp.is-a.dev --- domains/stoneleaf-pp.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/stoneleaf-pp.json diff --git a/domains/stoneleaf-pp.json b/domains/stoneleaf-pp.json new file mode 100644 index 000000000..2f491a71a --- /dev/null +++ b/domains/stoneleaf-pp.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "NazerMohamed", + "email": "NazerMohamed@gmail.com" + }, + "record": { + "A": ["51.89.94.232"] + } +} From b3c80d125fd62adb732ad59cc4d9229d1071f5e7 Mon Sep 17 00:00:00 2001 From: inkilu Date: Sat, 5 Aug 2023 19:16:23 +0530 Subject: [PATCH 0651/1143] Create _github-pages-challenge-inkilu.inkilu.json --- domains/_github-pages-challenge-inkilu.inkilu.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-inkilu.inkilu.json diff --git a/domains/_github-pages-challenge-inkilu.inkilu.json b/domains/_github-pages-challenge-inkilu.inkilu.json new file mode 100644 index 000000000..28f5c4dec --- /dev/null +++ b/domains/_github-pages-challenge-inkilu.inkilu.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "inkilu", + "email": "gauthamgkm@gmail.com" + }, + "record": { + "TXT": "d84cc8928b4a48588344fd7d279fd6" + } +} From 7d63e7c10e4f716e33282e82ca48bb0203f6c2cb Mon Sep 17 00:00:00 2001 From: flazepe Date: Sat, 5 Aug 2023 22:11:13 +0800 Subject: [PATCH 0652/1143] feat(domain): _github-pages-challenge-flazepe.flazepe.is-a.dev --- domains/_github-pages-challenge-flazepe.flazepe.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-flazepe.flazepe.json diff --git a/domains/_github-pages-challenge-flazepe.flazepe.json b/domains/_github-pages-challenge-flazepe.flazepe.json new file mode 100644 index 000000000..0df317748 --- /dev/null +++ b/domains/_github-pages-challenge-flazepe.flazepe.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "flazepe", + "email": "flazepe@gmail.com" + }, + "record": { + "TXT": "68edc295b0936fb51d13af5cbbfc3b" + } +} From 7f1b301f023ca4259952f70e307ce0d70cf957cc Mon Sep 17 00:00:00 2001 From: Ananth Krishnaswamy <75056416+ANANTH-SWAMY@users.noreply.github.com> Date: Sat, 5 Aug 2023 19:50:21 +0530 Subject: [PATCH 0653/1143] Create _github-pages-challenge-ANANTH-SWAMY.ananth.json --- .../_github-pages-challenge-ANANTH-SWAMY.ananth.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/_github-pages-challenge-ANANTH-SWAMY.ananth.json diff --git a/domains/_github-pages-challenge-ANANTH-SWAMY.ananth.json b/domains/_github-pages-challenge-ANANTH-SWAMY.ananth.json new file mode 100644 index 000000000..0fe3c7a2c --- /dev/null +++ b/domains/_github-pages-challenge-ANANTH-SWAMY.ananth.json @@ -0,0 +1,11 @@ +{ + "description": "Personal portfolio website (domain verification)", + "repo": "https://github.com/ANANTH-SWAMY/ananth-swamy.github.io", + "owner": { + "username": "ANANTH-SWAMY", + "email": "ananth.nps@gmail.com" + }, + "record": { + "TXT": "cb106acbe8da52273b1a5807fb1d9f" + } +} From 7c73665f594ff0d1026f808e423a5825b5b03160 Mon Sep 17 00:00:00 2001 From: techpixel Date: Sat, 5 Aug 2023 09:39:14 -0500 Subject: [PATCH 0654/1143] feat(domain): _github-pages-challenge-techpixel.tech.is-a.dev --- domains/_github-pages-challenge-techpixel.tech.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-techpixel.tech.json diff --git a/domains/_github-pages-challenge-techpixel.tech.json b/domains/_github-pages-challenge-techpixel.tech.json new file mode 100644 index 000000000..7b66f9344 --- /dev/null +++ b/domains/_github-pages-challenge-techpixel.tech.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "techpixel", + "email": "manitejb@outlook.com" + }, + "record": { + "TXT": "123a1eec949122d5708325108c81b2" + } +} From 917641834f3a4b993a62d756757fe21d89f776bd Mon Sep 17 00:00:00 2001 From: caodoc Date: Sat, 5 Aug 2023 21:40:30 +0700 Subject: [PATCH 0655/1143] BETA: Register _github-pages-challenge-caodoc.caodoc --- domains/_github-pages-challenge-caodoc.caodoc.json | 14 ++++++++++++++ domains/caodoc.json | 13 +++++++++---- 2 files changed, 23 insertions(+), 4 deletions(-) create mode 100644 domains/_github-pages-challenge-caodoc.caodoc.json diff --git a/domains/_github-pages-challenge-caodoc.caodoc.json b/domains/_github-pages-challenge-caodoc.caodoc.json new file mode 100644 index 000000000..3ac14d851 --- /dev/null +++ b/domains/_github-pages-challenge-caodoc.caodoc.json @@ -0,0 +1,14 @@ +{ + "owner": + { + "username": "caodoc", + "email": "", + "discord": "caodoc" + }, + "description": "Ducca's Hideout. Place of a student who interested in front-end and competitive programming.", + "repo": "https://github.com/caodoc/caodoc.github.io", + "record": + { + "TXT": "c3aa36c2b7f2e2bf94a92b760760ca" + } +} diff --git a/domains/caodoc.json b/domains/caodoc.json index 5dd37e2a2..3ac14d851 100644 --- a/domains/caodoc.json +++ b/domains/caodoc.json @@ -1,9 +1,14 @@ { - "owner": { + "owner": + { "username": "caodoc", - "email": "dochicao2306@gmail.com" + "email": "", + "discord": "caodoc" }, - "record": { - "TXT": "c3aa36c2b7f2e2bf94a92b760760ca" + "description": "Ducca's Hideout. Place of a student who interested in front-end and competitive programming.", + "repo": "https://github.com/caodoc/caodoc.github.io", + "record": + { + "TXT": "c3aa36c2b7f2e2bf94a92b760760ca" } } From bad16ffb8ad5981736a534c8ea4ea7ac7e43a164 Mon Sep 17 00:00:00 2001 From: Jesgran Date: Sat, 5 Aug 2023 16:42:19 +0200 Subject: [PATCH 0656/1143] feat(domain): _github-pages-challenge-Jesgran.jesgran.is-a.dev --- domains/_github-pages-challenge-Jesgran.jesgran.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-Jesgran.jesgran.json diff --git a/domains/_github-pages-challenge-Jesgran.jesgran.json b/domains/_github-pages-challenge-Jesgran.jesgran.json new file mode 100644 index 000000000..aa279e5f8 --- /dev/null +++ b/domains/_github-pages-challenge-Jesgran.jesgran.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Jesgran", + "email": "calzdani20@libero.it" + }, + "record": { + "TXT": "4ca188e02efff19513cd6f803a57e2" + } +} From 15f0d963b05cc625cc7a4f894ee6bce43888e11f Mon Sep 17 00:00:00 2001 From: Madhav V Date: Sat, 5 Aug 2023 20:48:11 +0530 Subject: [PATCH 0657/1143] Create _github-pages-challenge-LaBus3.madhav.json --- domains/_github-pages-challenge-LaBus3.madhav.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-LaBus3.madhav.json diff --git a/domains/_github-pages-challenge-LaBus3.madhav.json b/domains/_github-pages-challenge-LaBus3.madhav.json new file mode 100644 index 000000000..d2de31abb --- /dev/null +++ b/domains/_github-pages-challenge-LaBus3.madhav.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "LaBus3", + "email": "madhav.v.1996@gmail.com" + }, + "record": { + "TXT": "7362cb36811c9eefc5039e6e6da778" + } +} From a8963ce2680f540d455f63531c3f05a1ea8a92ba Mon Sep 17 00:00:00 2001 From: Ethan <92686703+not-a-ethan@users.noreply.github.com> Date: Sat, 5 Aug 2023 11:26:25 -0400 Subject: [PATCH 0658/1143] Update not-ethan.json --- domains/not-ethan.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/domains/not-ethan.json b/domains/not-ethan.json index 6d3417886..966c0db93 100644 --- a/domains/not-ethan.json +++ b/domains/not-ethan.json @@ -7,6 +7,8 @@ "discord": "not_ethan." }, "record": { - "CNAME": "not-a-ethan.github.io" + "CNAME": "not-a-ethan.github.io", + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~all" } } From fbdb2e3b05b0506bb75eaf7df4d8d2f766710846 Mon Sep 17 00:00:00 2001 From: L RMN <97253349+lrmn7@users.noreply.github.com> Date: Sat, 5 Aug 2023 22:31:39 +0700 Subject: [PATCH 0659/1143] Create _github-pages-challenge-madebytragic.madebytragic.json --- ...github-pages-challenge-madebytragic.madebytragic.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-madebytragic.madebytragic.json diff --git a/domains/_github-pages-challenge-madebytragic.madebytragic.json b/domains/_github-pages-challenge-madebytragic.madebytragic.json new file mode 100644 index 000000000..4c9dbb811 --- /dev/null +++ b/domains/_github-pages-challenge-madebytragic.madebytragic.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "lrmn7", + "email": "lrmnid@gmail.com" + }, + "record": { + "TXT": "9693d9e721696f4184aa3abfa35921" + } +} From db2e46b4dab5fbeef96dd40b34b874c331e39c30 Mon Sep 17 00:00:00 2001 From: Yaksh Bariya Date: Sat, 5 Aug 2023 21:02:27 +0530 Subject: [PATCH 0660/1143] add cd.is-a.dev --- domains/cd.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/cd.json diff --git a/domains/cd.json b/domains/cd.json new file mode 100644 index 000000000..2ef6d8b23 --- /dev/null +++ b/domains/cd.json @@ -0,0 +1,12 @@ +{ + "description": "Personal website of Yaksh Bariya", + "repo": "https://github.com/thunder-coding/CodingThunder", + "owner": { + "username": "thunder-coding", + "email": "yakshbari4@gmail.com", + "discord": "codingthunder" + }, + "record": { + "CNAME": "thunder-coding.github.io" + } +} From 32fbf7e3ab9df26bd6b00706f78cdf2dd53f45f4 Mon Sep 17 00:00:00 2001 From: Dennis van der Vlag Date: Sat, 5 Aug 2023 17:34:13 +0200 Subject: [PATCH 0661/1143] BETA: Register _github-pages-challenge-dvandervlag.dennis.is-a.dev --- domains/_github-pages-challenge-dvandervlag.dennis.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-dvandervlag.dennis.json diff --git a/domains/_github-pages-challenge-dvandervlag.dennis.json b/domains/_github-pages-challenge-dvandervlag.dennis.json new file mode 100644 index 000000000..53deda04d --- /dev/null +++ b/domains/_github-pages-challenge-dvandervlag.dennis.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "dvandervlag", + "email": "dvandervlag@gmail.com" + }, + "record": { + "TXT": "e0c9a40b22c0a75c4043ff40e1b926" + } +} From 0291a3cc4b07392ac0f73d2c362433ca3eebc634 Mon Sep 17 00:00:00 2001 From: justTOBBI <47004621+justTOBBI@users.noreply.github.com> Date: Sat, 5 Aug 2023 17:37:53 +0200 Subject: [PATCH 0662/1143] feat: add DNS Entry for justtobbi.is-a.dev For verification purposes, I added the new required page enforced by github. --- domains/_github-pages-challenge-justTOBBI.justtobbi | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-justTOBBI.justtobbi diff --git a/domains/_github-pages-challenge-justTOBBI.justtobbi b/domains/_github-pages-challenge-justTOBBI.justtobbi new file mode 100644 index 000000000..5451bef64 --- /dev/null +++ b/domains/_github-pages-challenge-justTOBBI.justtobbi @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "justtobbi", + "email": "justtobbi@gmail.com" + }, + "record": { + "TXT": "40c1c0481529b00233ccf00048c45c" + } +} From f6d7ec1dff065652846be2c650bc330da2ba7ca7 Mon Sep 17 00:00:00 2001 From: Amarjeet Malpotra <97591166+amalpotra@users.noreply.github.com> Date: Sat, 5 Aug 2023 21:08:35 +0530 Subject: [PATCH 0663/1143] Add GitHub pages challenge --- domains/_github-pages-challenge-amalpotra.amarjeet.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-amalpotra.amarjeet.json diff --git a/domains/_github-pages-challenge-amalpotra.amarjeet.json b/domains/_github-pages-challenge-amalpotra.amarjeet.json new file mode 100644 index 000000000..099fc38b6 --- /dev/null +++ b/domains/_github-pages-challenge-amalpotra.amarjeet.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "amalpotra", + "email": "amarjeetmalpotra@outlook.com" + }, + "record": { + "TXT": "15c0eb5d4a85c75c4b205ac26a4d31" + } +} From ff018756cc9a5982e520c2eb60b7f28f062c1f40 Mon Sep 17 00:00:00 2001 From: andyfaizan Date: Sat, 5 Aug 2023 17:39:12 +0200 Subject: [PATCH 0664/1143] feat(domain): andy.is-a.dev --- domains/andy.json | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/domains/andy.json b/domains/andy.json index 3b626ef57..f3ab2e176 100644 --- a/domains/andy.json +++ b/domains/andy.json @@ -1,12 +1,9 @@ { - "description": "Andy's portfolio website", - "repo": "https://github.com/andyfaizan/andyfaizan.github.io", - "owner": { - "username": "andyfaizan", - "email": "andyfaizan@gmail.com" - }, - "record": { - "CNAME": "andyfaizan.github.io", - "URL": "https://andy.is-a.dev" - } + "owner": { + "username": "andyfaizan", + "email": "andyfaizan@gmail.com" + }, + "record": { + "TXT": "8c35e4942c57ea0659a1b4c0cae798" + } } From 9ad5319dce7bf848f20a55455f6a3c45c8fc433c Mon Sep 17 00:00:00 2001 From: Rachit Kumar Pandey <66690593+ArmoredVortex@users.noreply.github.com> Date: Sat, 5 Aug 2023 21:09:19 +0530 Subject: [PATCH 0665/1143] Create _github-pages-challenge-ArmoredVortex.armoredvortex --- .../_github-pages-challenge-ArmoredVortex.armoredvortex | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-ArmoredVortex.armoredvortex diff --git a/domains/_github-pages-challenge-ArmoredVortex.armoredvortex b/domains/_github-pages-challenge-ArmoredVortex.armoredvortex new file mode 100644 index 000000000..1f76ed4cc --- /dev/null +++ b/domains/_github-pages-challenge-ArmoredVortex.armoredvortex @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "armoredvortex", + "email": "rachitpandey@protonmail.com" + }, + "record": { + "TXT": "f333cd13b1edfcaa51d5413b7fd05f" + } +} From ff6706c193214f306a271761805ccc31e07fc1ad Mon Sep 17 00:00:00 2001 From: Ethan <92686703+not-a-ethan@users.noreply.github.com> Date: Sat, 5 Aug 2023 11:40:24 -0400 Subject: [PATCH 0666/1143] Update not-ethan.json --- domains/not-ethan.json | 1 - 1 file changed, 1 deletion(-) diff --git a/domains/not-ethan.json b/domains/not-ethan.json index 966c0db93..66dd58b79 100644 --- a/domains/not-ethan.json +++ b/domains/not-ethan.json @@ -7,7 +7,6 @@ "discord": "not_ethan." }, "record": { - "CNAME": "not-a-ethan.github.io", "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } From 2dec7ef80bc8201c7240251c8a97eafef68ebfcb Mon Sep 17 00:00:00 2001 From: EnderPoint <99650491+EnderPoint07@users.noreply.github.com> Date: Sat, 5 Aug 2023 21:15:34 +0530 Subject: [PATCH 0667/1143] github verification --- ...hub-pages-challenge-EnderPoint07.enderpoint.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 domains/_github-pages-challenge-EnderPoint07.enderpoint.json diff --git a/domains/_github-pages-challenge-EnderPoint07.enderpoint.json b/domains/_github-pages-challenge-EnderPoint07.enderpoint.json new file mode 100644 index 000000000..e0a2be0ef --- /dev/null +++ b/domains/_github-pages-challenge-EnderPoint07.enderpoint.json @@ -0,0 +1,13 @@ +{ + "description": "EnderPoint's dev site", + "repo": "https://github.com/EnderPoint07/EnderPoint07.github.io", + "owner": { + "username": "EnderPoint07", + "email": "", + "discord": "DotM38#5497", + "instagram": "enderpoint07" + }, + "record": { + "TXT": "ea82a679a2f0a737ed5a4c6a5d0e2b" + } +} \ No newline at end of file From f902c63be1f9f37010746afc7be0dbfdd8572385 Mon Sep 17 00:00:00 2001 From: EnderPoint <99650491+EnderPoint07@users.noreply.github.com> Date: Sat, 5 Aug 2023 21:15:36 +0530 Subject: [PATCH 0668/1143] github verification From 68a3b5c288a9bbd2e8e4dffbfacc688f5b6df2fc Mon Sep 17 00:00:00 2001 From: Rachit Kumar Pandey <66690593+ArmoredVortex@users.noreply.github.com> Date: Sat, 5 Aug 2023 21:16:22 +0530 Subject: [PATCH 0669/1143] fix file name --- ...x => _github-pages-challenge-ArmoredVortex.armoredvortex.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-ArmoredVortex.armoredvortex => _github-pages-challenge-ArmoredVortex.armoredvortex.json} (100%) diff --git a/domains/_github-pages-challenge-ArmoredVortex.armoredvortex b/domains/_github-pages-challenge-ArmoredVortex.armoredvortex.json similarity index 100% rename from domains/_github-pages-challenge-ArmoredVortex.armoredvortex rename to domains/_github-pages-challenge-ArmoredVortex.armoredvortex.json From 0b7892270e768ad65327e37ce4713ecfd111fa19 Mon Sep 17 00:00:00 2001 From: justTOBBI <47004621+justTOBBI@users.noreply.github.com> Date: Sat, 5 Aug 2023 17:56:40 +0200 Subject: [PATCH 0670/1143] fix: fixed Filename to pass checks --- ...OBBI.justtobbi => _github-pages-challenge-justtobbi.justtobbi} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-justTOBBI.justtobbi => _github-pages-challenge-justtobbi.justtobbi} (100%) diff --git a/domains/_github-pages-challenge-justTOBBI.justtobbi b/domains/_github-pages-challenge-justtobbi.justtobbi similarity index 100% rename from domains/_github-pages-challenge-justTOBBI.justtobbi rename to domains/_github-pages-challenge-justtobbi.justtobbi From 8cb29efd67d948b7989450ca555f2f4967aae589 Mon Sep 17 00:00:00 2001 From: saefulbarkah Date: Sat, 5 Aug 2023 23:01:14 +0700 Subject: [PATCH 0671/1143] feat(domain): saeful.is-a.dev --- domains/saeful.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/saeful.json diff --git a/domains/saeful.json b/domains/saeful.json new file mode 100644 index 000000000..92caa194f --- /dev/null +++ b/domains/saeful.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "saefulbarkah", + "email": "saefulbarkah03@gmail.com" + }, + "record": { + "URL": "https://saefulbarkah.netlify.app/" + } +} From beb85e231cea7535e58a00d57e28550e70c57aef Mon Sep 17 00:00:00 2001 From: Vasilis Mylonas Date: Sat, 5 Aug 2023 19:06:21 +0300 Subject: [PATCH 0672/1143] Create _github-pages-challenge-VasilisMylonas.vasilismylonas.json --- ...ub-pages-challenge-VasilisMylonas.vasilismylonas.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-VasilisMylonas.vasilismylonas.json diff --git a/domains/_github-pages-challenge-VasilisMylonas.vasilismylonas.json b/domains/_github-pages-challenge-VasilisMylonas.vasilismylonas.json new file mode 100644 index 000000000..fb263377d --- /dev/null +++ b/domains/_github-pages-challenge-VasilisMylonas.vasilismylonas.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "VasilisMylonas", + "email": "vasilismylonas@protonmail.com" + }, + "record": { + "TXT": "2d79d108f14d2a9587952c4682b285" + } +} From 4d0b4f7f8949e9293b0f71b61dfdd066dd2d787a Mon Sep 17 00:00:00 2001 From: DaInfLoop Date: Sat, 5 Aug 2023 17:16:17 +0100 Subject: [PATCH 0673/1143] Delete mastodon.dainfloop.json --- domains/mastodon.dainfloop.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 domains/mastodon.dainfloop.json diff --git a/domains/mastodon.dainfloop.json b/domains/mastodon.dainfloop.json deleted file mode 100644 index 859ebd4e9..000000000 --- a/domains/mastodon.dainfloop.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "DaInfLoop", - "email": "backupharoongames100@gmail.com" - }, - - "record": { - "A": ["34.132.134.162"] - } -} From b34167a9e9b23c913d5067870aabb59df153fa99 Mon Sep 17 00:00:00 2001 From: neopromic Date: Sat, 5 Aug 2023 13:30:02 -0300 Subject: [PATCH 0674/1143] feat(domain): fordevs.is-a.dev --- domains/fordevs.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/fordevs.json diff --git a/domains/fordevs.json b/domains/fordevs.json new file mode 100644 index 000000000..6b4de7a3b --- /dev/null +++ b/domains/fordevs.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "neopromic", + "email": "cusaowesley1@gmail.com" + }, + "record": { + "URL": "https://for-devs.vercel.app" + } +} From a7fe663c9687e8a9f7da5bba21e2d54d2114774c Mon Sep 17 00:00:00 2001 From: Aakanksha Bhende Date: Sat, 5 Aug 2023 22:07:21 +0530 Subject: [PATCH 0675/1143] Verification for aakanksha.is-a.dev --- ...thub-pages-challenge-aakankshabhende.aakanksha.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_github-pages-challenge-aakankshabhende.aakanksha.json diff --git a/domains/_github-pages-challenge-aakankshabhende.aakanksha.json b/domains/_github-pages-challenge-aakankshabhende.aakanksha.json new file mode 100644 index 000000000..351c155ee --- /dev/null +++ b/domains/_github-pages-challenge-aakankshabhende.aakanksha.json @@ -0,0 +1,10 @@ +{ + "description": "Verification for aakanksha.is-a.dev", + "owner": { + "username": "aakankshabhende", + "email": "aakanksha0407@gmail.com" + }, + "record": { + "TXT": "0e195a2a30854573db976207e5f2f2" + } +} \ No newline at end of file From b5439b11b6502153044fc40715c73a5cf8722992 Mon Sep 17 00:00:00 2001 From: LateAlways Date: Sat, 5 Aug 2023 12:50:20 -0400 Subject: [PATCH 0676/1143] feat(domain): latealways.is-a.dev --- domains/latealways.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/latealways.json b/domains/latealways.json index a8e1c6021..630ed7ab5 100644 --- a/domains/latealways.json +++ b/domains/latealways.json @@ -1,9 +1,9 @@ { "owner": { "username": "LateAlways", - "email": "latealways@fuchsiax.dev" + "email": "javiparedes08@outlook.com" }, "record": { - "CNAME": "i-am-a.fuchsiax.dev" + "A": "85.239.250.3" } } From 30b54f001cc21b22f9b528ef56ef64fab19f3691 Mon Sep 17 00:00:00 2001 From: LateAlways <110630690+LateAlways@users.noreply.github.com> Date: Sat, 5 Aug 2023 12:51:17 -0400 Subject: [PATCH 0677/1143] Update latealways.json --- domains/latealways.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/latealways.json b/domains/latealways.json index 630ed7ab5..3d64b2c2c 100644 --- a/domains/latealways.json +++ b/domains/latealways.json @@ -1,7 +1,7 @@ { "owner": { "username": "LateAlways", - "email": "javiparedes08@outlook.com" + "email": "latealways@i-am-a.fuchsiax.dev" }, "record": { "A": "85.239.250.3" From 0994f88fb42402ed4a24100e9853fdeea203dcc7 Mon Sep 17 00:00:00 2001 From: LateAlways <110630690+LateAlways@users.noreply.github.com> Date: Sat, 5 Aug 2023 12:52:55 -0400 Subject: [PATCH 0678/1143] Update latealways.json --- domains/latealways.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/latealways.json b/domains/latealways.json index 3d64b2c2c..eda7f87d5 100644 --- a/domains/latealways.json +++ b/domains/latealways.json @@ -4,6 +4,6 @@ "email": "latealways@i-am-a.fuchsiax.dev" }, "record": { - "A": "85.239.250.3" + "A": ["85.239.250.3"] } } From b2763aaf891e128f8495d1d5c212cf359aa2097b Mon Sep 17 00:00:00 2001 From: anandyeole <37778529+anandyeole@users.noreply.github.com> Date: Sat, 5 Aug 2023 22:41:31 +0530 Subject: [PATCH 0679/1143] Create _github-pages-challenge-anandyeole.anandyeole.json Github verification --- .../_github-pages-challenge-anandyeole.anandyeole.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-anandyeole.anandyeole.json diff --git a/domains/_github-pages-challenge-anandyeole.anandyeole.json b/domains/_github-pages-challenge-anandyeole.anandyeole.json new file mode 100644 index 000000000..85a7981ac --- /dev/null +++ b/domains/_github-pages-challenge-anandyeole.anandyeole.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "anandyeole", + "email": "anandyeole@duck.com" + }, + "record": { + "TXT": "510cbb66f4422990546436db3c897a" + } +} From eb4344220a41f7dca1635e93356b61c5240b14de Mon Sep 17 00:00:00 2001 From: anandyeole <37778529+anandyeole@users.noreply.github.com> Date: Sat, 5 Aug 2023 22:45:40 +0530 Subject: [PATCH 0680/1143] Revert "Create _github-pages-challenge-anandyeole.anandyeole.json" --- .../_github-pages-challenge-anandyeole.anandyeole.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/_github-pages-challenge-anandyeole.anandyeole.json diff --git a/domains/_github-pages-challenge-anandyeole.anandyeole.json b/domains/_github-pages-challenge-anandyeole.anandyeole.json deleted file mode 100644 index 85a7981ac..000000000 --- a/domains/_github-pages-challenge-anandyeole.anandyeole.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "anandyeole", - "email": "anandyeole@duck.com" - }, - "record": { - "TXT": "510cbb66f4422990546436db3c897a" - } -} From 39ca6abc3b36c6d0f77ce39aa5db41ca12e50356 Mon Sep 17 00:00:00 2001 From: anandyeole <37778529+anandyeole@users.noreply.github.com> Date: Sat, 5 Aug 2023 22:49:39 +0530 Subject: [PATCH 0681/1143] Create _github-pages-challenge-anandyeole.anandyeole.json --- .../_github-pages-challenge-anandyeole.anandyeole.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-anandyeole.anandyeole.json diff --git a/domains/_github-pages-challenge-anandyeole.anandyeole.json b/domains/_github-pages-challenge-anandyeole.anandyeole.json new file mode 100644 index 000000000..85a7981ac --- /dev/null +++ b/domains/_github-pages-challenge-anandyeole.anandyeole.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "anandyeole", + "email": "anandyeole@duck.com" + }, + "record": { + "TXT": "510cbb66f4422990546436db3c897a" + } +} From 67d9adf9afa220d75475afc9407c53a604e59e63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Manoel?= <59481808+vncsmnl@users.noreply.github.com> Date: Sat, 5 Aug 2023 14:41:15 -0300 Subject: [PATCH 0682/1143] Add a verified domain --- ...icius.json => _github-pages-challenge-vncsmnl.vinicius.json} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename domains/{vinicius.json => _github-pages-challenge-vncsmnl.vinicius.json} (83%) diff --git a/domains/vinicius.json b/domains/_github-pages-challenge-vncsmnl.vinicius.json similarity index 83% rename from domains/vinicius.json rename to domains/_github-pages-challenge-vncsmnl.vinicius.json index c6444b5eb..e40943839 100644 --- a/domains/vinicius.json +++ b/domains/_github-pages-challenge-vncsmnl.vinicius.json @@ -8,6 +8,6 @@ "discord": "vncsmnl#7835" }, "record": { - "CNAME": "vncsmnl.github.io" + "TXT": "1bb7647bdc766f138d036f6fdbd2e6" } } From 0249f6ba34cee1b61ebe43590e827603c1c9fa96 Mon Sep 17 00:00:00 2001 From: Java <73376510+Javascript-void0@users.noreply.github.com> Date: Sat, 5 Aug 2023 14:04:23 -0400 Subject: [PATCH 0683/1143] Add GitHub pages challenge --- .../_github-pages-challenge-Javascript-void0.java.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_github-pages-challenge-Javascript-void0.java.json diff --git a/domains/_github-pages-challenge-Javascript-void0.java.json b/domains/_github-pages-challenge-Javascript-void0.java.json new file mode 100644 index 000000000..79336d6fb --- /dev/null +++ b/domains/_github-pages-challenge-Javascript-void0.java.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "javascript-void0", + "email": "", + "discord": "Java#3865" + }, + "record": { + "TXT": "ce7434d57dd03085f434bc76dbab2f" + } +} From bc975ce2fad24c1348a06a699765c76102454961 Mon Sep 17 00:00:00 2001 From: vachanmn123 Date: Sun, 6 Aug 2023 00:03:02 +0530 Subject: [PATCH 0684/1143] feat(domain): _github-pages-challenge-vachanmn123.vachanmn.is-a.dev --- .../_github-pages-challenge-vachanmn123.vachanmn.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-vachanmn123.vachanmn.json diff --git a/domains/_github-pages-challenge-vachanmn123.vachanmn.json b/domains/_github-pages-challenge-vachanmn123.vachanmn.json new file mode 100644 index 000000000..3984c1d87 --- /dev/null +++ b/domains/_github-pages-challenge-vachanmn123.vachanmn.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "vachanmn123", + "email": "vachanmn123@gmail.com" + }, + "record": { + "TXT": "c8d038d8f44978beb4910c6c425cc8" + } +} From 197430de674d6f57dccb85672b0f5583f398be03 Mon Sep 17 00:00:00 2001 From: kaustubhkharvi Date: Sun, 6 Aug 2023 00:06:12 +0530 Subject: [PATCH 0685/1143] feat(domain): kaustubh.is-a.dev --- domains/kaustubh.json | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/domains/kaustubh.json b/domains/kaustubh.json index 134106d5f..da258f94b 100644 --- a/domains/kaustubh.json +++ b/domains/kaustubh.json @@ -1,12 +1,9 @@ { - "description": "For my portfolio website made by using HTML + CSS and JS", - "repo": "https://github.com/kaustubhkharvi/kaustubhkharvi.github.io", "owner": { "username": "kaustubhkharvi", - "email": "kaustubh_2008@outlook.com", - "twitter": "Kaustubhkharvi" + "email": "kaustubh_2008@outlook.com" }, "record": { - "CNAME": "kaustubhkharvi.github.io" + "TXT": "1ac125c3f84f3381a22491edf36bb0" } -} +} From aa20c6f42da6c15cfc4c89a5c8854e995c7f63b9 Mon Sep 17 00:00:00 2001 From: Night <77528305+night0721@users.noreply.github.com> Date: Sat, 5 Aug 2023 19:36:40 +0100 Subject: [PATCH 0686/1143] Create _github-pages-challenge-night0721.night.json --- domains/_github-pages-challenge-night0721.night.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/_github-pages-challenge-night0721.night.json diff --git a/domains/_github-pages-challenge-night0721.night.json b/domains/_github-pages-challenge-night0721.night.json new file mode 100644 index 000000000..15d4b7d75 --- /dev/null +++ b/domains/_github-pages-challenge-night0721.night.json @@ -0,0 +1,11 @@ +{ + "description": "Personal portfolio for showing my projects, contacts and about me", + "repo": "https://github.com/night0721/night0721.github.io", + "owner": { + "username": "night0721", + "email": "nightkalyyy@gmail.com" + }, + "record": { + "TXT": "e87fbe224df0c16bf8e0796e229952" + } +} From b0daacd3dc5c070247721fc3b5a63cf0c222a303 Mon Sep 17 00:00:00 2001 From: kaustubhkharvi Date: Sun, 6 Aug 2023 00:06:57 +0530 Subject: [PATCH 0687/1143] feat(domain): kaustubh.is-a.dev From fed727f410feb7afb64044aa1761fbb0df7964ab Mon Sep 17 00:00:00 2001 From: tclement0922 Date: Sat, 5 Aug 2023 20:40:24 +0200 Subject: [PATCH 0688/1143] feat(domain): tclement0922.is-a.dev --- domains/tclement0922.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/tclement0922.json diff --git a/domains/tclement0922.json b/domains/tclement0922.json new file mode 100644 index 000000000..9b3829c54 --- /dev/null +++ b/domains/tclement0922.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "tclement0922", + "email": "thibault.clement09@gmail.com" + }, + "record": { + "TXT": "_github-pages-challenge-tclement0922.tclement0922" + } +} From 34febb7f15ef78d19a97e2f93fe5104dd865747f Mon Sep 17 00:00:00 2001 From: uberkey Date: Sat, 5 Aug 2023 21:07:44 +0200 Subject: [PATCH 0689/1143] feat(domain): uberkey.is-a.dev --- domains/uberkey.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/uberkey.json diff --git a/domains/uberkey.json b/domains/uberkey.json new file mode 100644 index 000000000..a98db0e7c --- /dev/null +++ b/domains/uberkey.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "uberkey", + "email": "postmordial@gmail.com" + }, + "record": { + "CNAME": "uberkey.github.io" + } +} From 2e2821cf56da27dcbb4001ff3267c90da826647e Mon Sep 17 00:00:00 2001 From: Toxocious Date: Sat, 5 Aug 2023 12:08:56 -0700 Subject: [PATCH 0690/1143] Add GitHub Page Challenge TXT Record --- domains/_github-pages-challenge-Toxocious.toxocious.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-Toxocious.toxocious.json diff --git a/domains/_github-pages-challenge-Toxocious.toxocious.json b/domains/_github-pages-challenge-Toxocious.toxocious.json new file mode 100644 index 000000000..dd3b2619e --- /dev/null +++ b/domains/_github-pages-challenge-Toxocious.toxocious.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "toxocious", + "email": "toxocious@gmail.com" + }, + "record": { + "TXT": "d6440f69b31a9769f46475a3bfd91a" + } +} From b93d66f4de5aeedd26b1eb514aaebad065272a1e Mon Sep 17 00:00:00 2001 From: TheHackerDude1083 <118484201+TheHackerDude1083@users.noreply.github.com> Date: Sat, 5 Aug 2023 15:31:43 -0400 Subject: [PATCH 0691/1143] Create _github-pages-challenge-TheHackerDude1083.thehackerdude1083.json --- ...es-challenge-TheHackerDude1083.thehackerdude1083.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-TheHackerDude1083.thehackerdude1083.json diff --git a/domains/_github-pages-challenge-TheHackerDude1083.thehackerdude1083.json b/domains/_github-pages-challenge-TheHackerDude1083.thehackerdude1083.json new file mode 100644 index 000000000..dc913c8db --- /dev/null +++ b/domains/_github-pages-challenge-TheHackerDude1083.thehackerdude1083.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "TheHackerDude1083", + "email": "shaheeransari57@gmail.com" + }, + "record": { + "TXT": "66bceec5d092b15c1fcac188b02903" + } +} From 28855ac97215e3da8b22f46c9558859b1f5f5fe9 Mon Sep 17 00:00:00 2001 From: wansiie Date: Sat, 5 Aug 2023 21:51:41 +0200 Subject: [PATCH 0692/1143] feat(domain): wansies.is-a.dev --- domains/wansies.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/wansies.json b/domains/wansies.json index 343bb4601..ce79317f7 100644 --- a/domains/wansies.json +++ b/domains/wansies.json @@ -4,6 +4,6 @@ "email": "Janeiscool4ever@web.de" }, "record": { - "URL": "https://helix-pullover-d4c.notion.site/wansie-3655baf5f6de40cc8be7aa8cbf67f095" + "URL": "https://helix-pullover-d4c.notion.site/wansie-3655baf5f6de40cc8be7aa8cbf67f095" } } From 541ae240d62b1ef6aecdd817bb3e1d165cfd7d9f Mon Sep 17 00:00:00 2001 From: wansiie Date: Sat, 5 Aug 2023 21:53:48 +0200 Subject: [PATCH 0693/1143] feat(domain): Pixelnest.is-a.dev --- domains/Pixelnest.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/Pixelnest.json diff --git a/domains/Pixelnest.json b/domains/Pixelnest.json new file mode 100644 index 000000000..6d1924bea --- /dev/null +++ b/domains/Pixelnest.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "wansiie", + "email": "Janeiscool4ever@web.de" + }, + "record": { + "CNAME": "89e1de78ff-hosting.gitbook.io" + } +} From 9597fddca5e00c7378d9b00fb32a552528122104 Mon Sep 17 00:00:00 2001 From: wansiie Date: Sat, 5 Aug 2023 21:54:48 +0200 Subject: [PATCH 0694/1143] feat(domain): pixelbots.is-a.dev --- domains/pixelbots.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/pixelbots.json diff --git a/domains/pixelbots.json b/domains/pixelbots.json new file mode 100644 index 000000000..6d1924bea --- /dev/null +++ b/domains/pixelbots.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "wansiie", + "email": "Janeiscool4ever@web.de" + }, + "record": { + "CNAME": "89e1de78ff-hosting.gitbook.io" + } +} From 8faa800b5e18752769bc0ffa09d9298d95791879 Mon Sep 17 00:00:00 2001 From: wansiie Date: Sat, 5 Aug 2023 21:55:43 +0200 Subject: [PATCH 0695/1143] feat(domain): pixelnestbots.is-a.dev --- domains/pixelnestbots.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/pixelnestbots.json diff --git a/domains/pixelnestbots.json b/domains/pixelnestbots.json new file mode 100644 index 000000000..6d1924bea --- /dev/null +++ b/domains/pixelnestbots.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "wansiie", + "email": "Janeiscool4ever@web.de" + }, + "record": { + "CNAME": "89e1de78ff-hosting.gitbook.io" + } +} From d8f3599e342d43452ae1b5c18e43f66fcf9dd687 Mon Sep 17 00:00:00 2001 From: wansiie Date: Sat, 5 Aug 2023 21:56:12 +0200 Subject: [PATCH 0696/1143] feat(domain): Pixelnestbots.is-a.dev --- domains/Pixelnestbots.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/Pixelnestbots.json diff --git a/domains/Pixelnestbots.json b/domains/Pixelnestbots.json new file mode 100644 index 000000000..6d1924bea --- /dev/null +++ b/domains/Pixelnestbots.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "wansiie", + "email": "Janeiscool4ever@web.de" + }, + "record": { + "CNAME": "89e1de78ff-hosting.gitbook.io" + } +} From a1946bb7a2ced7012b0ddba13aab9d77d5b92ac1 Mon Sep 17 00:00:00 2001 From: wansiie Date: Sat, 5 Aug 2023 21:57:33 +0200 Subject: [PATCH 0697/1143] feat(domain): Pixelsbots.is-a.dev --- domains/Pixelsbots.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/Pixelsbots.json diff --git a/domains/Pixelsbots.json b/domains/Pixelsbots.json new file mode 100644 index 000000000..6d1924bea --- /dev/null +++ b/domains/Pixelsbots.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "wansiie", + "email": "Janeiscool4ever@web.de" + }, + "record": { + "CNAME": "89e1de78ff-hosting.gitbook.io" + } +} From 7a1ecc219930967b7c6d3ec1980cfdac53a67654 Mon Sep 17 00:00:00 2001 From: wansiie Date: Sat, 5 Aug 2023 22:11:01 +0200 Subject: [PATCH 0698/1143] feat(domain): coolbots.is-a.dev --- domains/coolbots.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/coolbots.json diff --git a/domains/coolbots.json b/domains/coolbots.json new file mode 100644 index 000000000..6d1924bea --- /dev/null +++ b/domains/coolbots.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "wansiie", + "email": "Janeiscool4ever@web.de" + }, + "record": { + "CNAME": "89e1de78ff-hosting.gitbook.io" + } +} From 7a72f5bc27d861d9897222ca27844df980645d17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=2E=20Cl=C3=A9ment?= <50289872+tclement0922@users.noreply.github.com> Date: Sat, 5 Aug 2023 22:26:41 +0200 Subject: [PATCH 0699/1143] Add GitHub pages verification file and fix main file --- ...github-pages-challenge-tclement0922.tclement0922.json | 9 +++++++++ domains/tclement0922.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 domains/_github-pages-challenge-tclement0922.tclement0922.json diff --git a/domains/_github-pages-challenge-tclement0922.tclement0922.json b/domains/_github-pages-challenge-tclement0922.tclement0922.json new file mode 100644 index 000000000..ffa72a653 --- /dev/null +++ b/domains/_github-pages-challenge-tclement0922.tclement0922.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "tclement0922", + "email": "thibault.clement09@gmail.com" + }, + "record": { + "TXT": "9e402ea7933ed1c8da4935e5454fac" + } +} diff --git a/domains/tclement0922.json b/domains/tclement0922.json index 9b3829c54..bb81f9569 100644 --- a/domains/tclement0922.json +++ b/domains/tclement0922.json @@ -4,6 +4,6 @@ "email": "thibault.clement09@gmail.com" }, "record": { - "TXT": "_github-pages-challenge-tclement0922.tclement0922" + "CNAME": "tclement0922.github.io" } } From 44ad44d1f0694952b137132a192c781b91e6a22c Mon Sep 17 00:00:00 2001 From: Kevin Kuriakose Date: Sun, 6 Aug 2023 02:06:09 +0530 Subject: [PATCH 0700/1143] Add GitHub challenge verification --- ...github-pages-challenge-Technohacker.technohacker.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-Technohacker.technohacker.json diff --git a/domains/_github-pages-challenge-Technohacker.technohacker.json b/domains/_github-pages-challenge-Technohacker.technohacker.json new file mode 100644 index 000000000..69a98ffad --- /dev/null +++ b/domains/_github-pages-challenge-Technohacker.technohacker.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Technohacker", + "email": "technohacker1995@gmail.com" + }, + "record": { + "TXT": "5ad5e489ef3611f4d9a1b21f248218" + } +} From 82b2518e0d19bf07e88c67470515298b2a6a6c68 Mon Sep 17 00:00:00 2001 From: wansiie <140210115+wansiie@users.noreply.github.com> Date: Sat, 5 Aug 2023 22:50:18 +0200 Subject: [PATCH 0701/1143] Rename Pixelnest.json to pixelnest.json --- domains/{Pixelnest.json => pixelnest.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{Pixelnest.json => pixelnest.json} (100%) diff --git a/domains/Pixelnest.json b/domains/pixelnest.json similarity index 100% rename from domains/Pixelnest.json rename to domains/pixelnest.json From a07a80645e6f7a25b6d83c341c97bddb130cc528 Mon Sep 17 00:00:00 2001 From: oxmc <67136658+oxmc@users.noreply.github.com> Date: Sat, 5 Aug 2023 13:54:35 -0700 Subject: [PATCH 0702/1143] Rename Pixelsbots.json to pixelsbots.json --- domains/{Pixelsbots.json => pixelsbots.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{Pixelsbots.json => pixelsbots.json} (100%) diff --git a/domains/Pixelsbots.json b/domains/pixelsbots.json similarity index 100% rename from domains/Pixelsbots.json rename to domains/pixelsbots.json From 9442a006b05c28959508b0bd49e02f2c877f7199 Mon Sep 17 00:00:00 2001 From: oxmc <67136658+oxmc@users.noreply.github.com> Date: Sat, 5 Aug 2023 13:56:39 -0700 Subject: [PATCH 0703/1143] Delete Pixelnestbots.json --- domains/Pixelnestbots.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/Pixelnestbots.json diff --git a/domains/Pixelnestbots.json b/domains/Pixelnestbots.json deleted file mode 100644 index 6d1924bea..000000000 --- a/domains/Pixelnestbots.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "wansiie", - "email": "Janeiscool4ever@web.de" - }, - "record": { - "CNAME": "89e1de78ff-hosting.gitbook.io" - } -} From 4ee0f2e75d0be9f7568152c2d2fe99f57334ea6f Mon Sep 17 00:00:00 2001 From: Pingoda <31930497+Pingoda@users.noreply.github.com> Date: Sat, 5 Aug 2023 23:36:53 +0200 Subject: [PATCH 0704/1143] Create _github-pages-challenge-pingoda.pingoda.json ## Requirements Unless explicitly specified otherwise by a maintainer or in the requirement description, your domain must pass ALL the indicated requirements above. Please note that we reserve the rights not to accept any domain at our own discretion. - [x] The file is in the `domains` folder and is in the JSON format. - [x] You have completed your website. - [x] The website is reachable. - [x] You're not using Vercel or Netlify. - [x] The CNAME record doesn't contain `https://` or `/`. - [x] There is sufficient information at the `owner` field. ## Website Link/Preview https://pingoda.is-a.dev --- domains/_github-pages-challenge-pingoda.pingoda.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_github-pages-challenge-pingoda.pingoda.json diff --git a/domains/_github-pages-challenge-pingoda.pingoda.json b/domains/_github-pages-challenge-pingoda.pingoda.json new file mode 100644 index 000000000..829e3424a --- /dev/null +++ b/domains/_github-pages-challenge-pingoda.pingoda.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Pingoda", + "email": "francescoclem915@gmail.com", + "twitter": "Pingoda_" + }, + "record": { + "TXT": "9ddc01a76b306b3cef2aba7445689b" + } +} From 1009cf906dcb668f9b0249362430f5a3b332c848 Mon Sep 17 00:00:00 2001 From: Pratik Mali <38047130+impratik7@users.noreply.github.com> Date: Sat, 5 Aug 2023 23:01:34 +0100 Subject: [PATCH 0705/1143] Create _github-pages-challenge-impratik7.pratikmali --- domains/_github-pages-challenge-impratik7.pratikmali | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-impratik7.pratikmali diff --git a/domains/_github-pages-challenge-impratik7.pratikmali b/domains/_github-pages-challenge-impratik7.pratikmali new file mode 100644 index 000000000..53c529cb3 --- /dev/null +++ b/domains/_github-pages-challenge-impratik7.pratikmali @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "impratik7", + "email": "malipratik09@gmail.com" + }, + "record": { + "TXT": "31f203aa7f5e0f5c0d7e984a718bc7" + } +} From fb0abc850a0eeea988bf88a7a769ea074980ccd1 Mon Sep 17 00:00:00 2001 From: Pratik Mali <38047130+impratik7@users.noreply.github.com> Date: Sat, 5 Aug 2023 23:05:48 +0100 Subject: [PATCH 0706/1143] Rename _github-pages-challenge-impratik7.pratikmali to _github-pages-challenge-impratik7.pratikmali.json --- ...atikmali => _github-pages-challenge-impratik7.pratikmali.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-impratik7.pratikmali => _github-pages-challenge-impratik7.pratikmali.json} (100%) diff --git a/domains/_github-pages-challenge-impratik7.pratikmali b/domains/_github-pages-challenge-impratik7.pratikmali.json similarity index 100% rename from domains/_github-pages-challenge-impratik7.pratikmali rename to domains/_github-pages-challenge-impratik7.pratikmali.json From fe07f9e3567734fe44609facf08eae78aa52c07e Mon Sep 17 00:00:00 2001 From: Spaxly Date: Sat, 5 Aug 2023 18:48:00 -0400 Subject: [PATCH 0707/1143] feat(domain): spaxly.is-a.dev --- domains/spaxly.json | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/domains/spaxly.json b/domains/spaxly.json index e5f8c84c2..fbf142def 100644 --- a/domains/spaxly.json +++ b/domains/spaxly.json @@ -1,20 +1,9 @@ { "owner": { - "username": "Spaxly", - "email": "ohmrc2545@gmail.com", - "discord": "569920282546929694" + "username": "Spaxly", + "email": "ohmrc2545@gmail.com" }, - "record": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ], - - "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], - - "TXT": "forward-email=ohmrc2545@gmail.com" + "TXT": "94c657ca404ce17483065583db2e61" } } From 03a0af693b8e135b42661840b0e487c5d256362e Mon Sep 17 00:00:00 2001 From: undeadevs Date: Sun, 6 Aug 2023 08:10:05 +0800 Subject: [PATCH 0708/1143] feat(domain): undeadevs.is-a.dev --- domains/undeadevs.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/undeadevs.json diff --git a/domains/undeadevs.json b/domains/undeadevs.json new file mode 100644 index 000000000..527029d03 --- /dev/null +++ b/domains/undeadevs.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "undeadevs", + "email": "jangantanyaaku14@gmail.com" + }, + "record": { + "CNAME": "undeadevs.github.io" + } +} From 58e3272761eb188e82a3db4250760b07e6975aa6 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sun, 6 Aug 2023 09:43:24 +0800 Subject: [PATCH 0709/1143] Rename _github-pages-challenge-justtobbi.justtobbi to _github-pages-challenge-justtobbi.justtobbi.json --- ...justtobbi => _github-pages-challenge-justtobbi.justtobbi.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-justtobbi.justtobbi => _github-pages-challenge-justtobbi.justtobbi.json} (100%) diff --git a/domains/_github-pages-challenge-justtobbi.justtobbi b/domains/_github-pages-challenge-justtobbi.justtobbi.json similarity index 100% rename from domains/_github-pages-challenge-justtobbi.justtobbi rename to domains/_github-pages-challenge-justtobbi.justtobbi.json From 5251d8c7081ad4af4cca209a0248963de24083e8 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sun, 6 Aug 2023 09:44:05 +0800 Subject: [PATCH 0710/1143] Rename _github-pages-challenge-VasilisMylonas.vasilismylonas.json to _github-pages-challenge-vasilismylonas.vasilismylonas.json --- ...=> _github-pages-challenge-vasilismylonas.vasilismylonas.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-VasilisMylonas.vasilismylonas.json => _github-pages-challenge-vasilismylonas.vasilismylonas.json} (100%) diff --git a/domains/_github-pages-challenge-VasilisMylonas.vasilismylonas.json b/domains/_github-pages-challenge-vasilismylonas.vasilismylonas.json similarity index 100% rename from domains/_github-pages-challenge-VasilisMylonas.vasilismylonas.json rename to domains/_github-pages-challenge-vasilismylonas.vasilismylonas.json From 84f5f6e445502640e8dfe3a1833e4cbd260da2f5 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sun, 6 Aug 2023 09:50:11 +0800 Subject: [PATCH 0711/1143] Rename _github-pages-challenge-Javascript-void0.java.json to _github-pages-challenge-javascript-void0.java.json --- ...va.json => _github-pages-challenge-javascript-void0.java.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-Javascript-void0.java.json => _github-pages-challenge-javascript-void0.java.json} (100%) diff --git a/domains/_github-pages-challenge-Javascript-void0.java.json b/domains/_github-pages-challenge-javascript-void0.java.json similarity index 100% rename from domains/_github-pages-challenge-Javascript-void0.java.json rename to domains/_github-pages-challenge-javascript-void0.java.json From 434c3ffccfc4ac3b47910de4bb95b9bdcd8070d9 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sun, 6 Aug 2023 09:53:00 +0800 Subject: [PATCH 0712/1143] Rename _github-pages-challenge-Toxocious.toxocious.json to _github-pages-challenge-toxocious.toxocious.json --- ...ious.json => _github-pages-challenge-toxocious.toxocious.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-Toxocious.toxocious.json => _github-pages-challenge-toxocious.toxocious.json} (100%) diff --git a/domains/_github-pages-challenge-Toxocious.toxocious.json b/domains/_github-pages-challenge-toxocious.toxocious.json similarity index 100% rename from domains/_github-pages-challenge-Toxocious.toxocious.json rename to domains/_github-pages-challenge-toxocious.toxocious.json From 073d92a291bc6df0cb6401e2364ea964956ff768 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sun, 6 Aug 2023 09:53:30 +0800 Subject: [PATCH 0713/1143] Rename _github-pages-challenge-TheHackerDude1083.thehackerdude1083.json to _github-pages-challenge-thehackerdude1083.thehackerdude1083.json --- ...thub-pages-challenge-thehackerdude1083.thehackerdude1083.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-TheHackerDude1083.thehackerdude1083.json => _github-pages-challenge-thehackerdude1083.thehackerdude1083.json} (100%) diff --git a/domains/_github-pages-challenge-TheHackerDude1083.thehackerdude1083.json b/domains/_github-pages-challenge-thehackerdude1083.thehackerdude1083.json similarity index 100% rename from domains/_github-pages-challenge-TheHackerDude1083.thehackerdude1083.json rename to domains/_github-pages-challenge-thehackerdude1083.thehackerdude1083.json From c5596b5c8f072721f579b2b60efbc661839b1218 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sun, 6 Aug 2023 09:54:16 +0800 Subject: [PATCH 0714/1143] Rename _github-pages-challenge-Technohacker.technohacker.json to _github-pages-challenge-technohacker.technohacker.json --- ...son => _github-pages-challenge-technohacker.technohacker.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-Technohacker.technohacker.json => _github-pages-challenge-technohacker.technohacker.json} (100%) diff --git a/domains/_github-pages-challenge-Technohacker.technohacker.json b/domains/_github-pages-challenge-technohacker.technohacker.json similarity index 100% rename from domains/_github-pages-challenge-Technohacker.technohacker.json rename to domains/_github-pages-challenge-technohacker.technohacker.json From 65f4cef1abe5fe0d00b46d362e729103d9d453dc Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sun, 6 Aug 2023 09:58:25 +0800 Subject: [PATCH 0715/1143] Rename _github-pages-challenge-ANANTH-SWAMY.ananth.json to _github-pages-challenge-ananth-swamy.ananth.json --- ...anth.json => _github-pages-challenge-ananth-swamy.ananth.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-ANANTH-SWAMY.ananth.json => _github-pages-challenge-ananth-swamy.ananth.json} (100%) diff --git a/domains/_github-pages-challenge-ANANTH-SWAMY.ananth.json b/domains/_github-pages-challenge-ananth-swamy.ananth.json similarity index 100% rename from domains/_github-pages-challenge-ANANTH-SWAMY.ananth.json rename to domains/_github-pages-challenge-ananth-swamy.ananth.json From fddd763684ffcc1caf929d304d39766135f9cc8f Mon Sep 17 00:00:00 2001 From: Spaxly <68564017+Spaxly@users.noreply.github.com> Date: Sat, 5 Aug 2023 22:00:01 -0400 Subject: [PATCH 0716/1143] Rename spaxly.json to _github-pages-challenge-spaxly.json --- domains/{spaxly.json => _github-pages-challenge-spaxly.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{spaxly.json => _github-pages-challenge-spaxly.json} (100%) diff --git a/domains/spaxly.json b/domains/_github-pages-challenge-spaxly.json similarity index 100% rename from domains/spaxly.json rename to domains/_github-pages-challenge-spaxly.json From 0c5260fac60dbd336a045b849f97b2f515a4b2c5 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sun, 6 Aug 2023 10:00:44 +0800 Subject: [PATCH 0717/1143] Discard changes to domains/spaxly.json --- domains/spaxly.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 domains/spaxly.json diff --git a/domains/spaxly.json b/domains/spaxly.json new file mode 100644 index 000000000..e5f8c84c2 --- /dev/null +++ b/domains/spaxly.json @@ -0,0 +1,20 @@ +{ + "owner": { + "username": "Spaxly", + "email": "ohmrc2545@gmail.com", + "discord": "569920282546929694" + }, + + "record": { + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], + + "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], + + "TXT": "forward-email=ohmrc2545@gmail.com" + } +} From 25b135d108d6d55ed9a7298bfc92b02e45cd7ede Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sun, 6 Aug 2023 10:00:58 +0800 Subject: [PATCH 0718/1143] Rename _github-pages-challenge-spaxly.json to _github-pages-challenge-spaxly.spaxly.json --- ...nge-spaxly.json => _github-pages-challenge-spaxly.spaxly.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-spaxly.json => _github-pages-challenge-spaxly.spaxly.json} (100%) diff --git a/domains/_github-pages-challenge-spaxly.json b/domains/_github-pages-challenge-spaxly.spaxly.json similarity index 100% rename from domains/_github-pages-challenge-spaxly.json rename to domains/_github-pages-challenge-spaxly.spaxly.json From bc2fbb7872299acc0f091177f4742cefc9b18074 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sun, 6 Aug 2023 10:02:40 +0800 Subject: [PATCH 0719/1143] Update caodoc.json --- domains/caodoc.json | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/domains/caodoc.json b/domains/caodoc.json index 3ac14d851..80879812d 100644 --- a/domains/caodoc.json +++ b/domains/caodoc.json @@ -1,14 +1,12 @@ { - "owner": - { + "description": "Ducca's Hideout. Place of a student who interested in front-end and competitive programming.", + "repo": "https://github.com/caodoc/caodoc.github.io", + "owner": { "username": "caodoc", "email": "", "discord": "caodoc" }, - "description": "Ducca's Hideout. Place of a student who interested in front-end and competitive programming.", - "repo": "https://github.com/caodoc/caodoc.github.io", - "record": - { - "TXT": "c3aa36c2b7f2e2bf94a92b760760ca" + "record": { + "CNAME": "caodoc.github.io" } } From 3069038af5a2e112fbd0bb7905e404b389bcfc4a Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sun, 6 Aug 2023 10:03:10 +0800 Subject: [PATCH 0720/1143] Update _github-pages-challenge-caodoc.caodoc.json --- domains/_github-pages-challenge-caodoc.caodoc.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/domains/_github-pages-challenge-caodoc.caodoc.json b/domains/_github-pages-challenge-caodoc.caodoc.json index 3ac14d851..073aabc3b 100644 --- a/domains/_github-pages-challenge-caodoc.caodoc.json +++ b/domains/_github-pages-challenge-caodoc.caodoc.json @@ -1,14 +1,10 @@ { - "owner": - { + "owner": { "username": "caodoc", "email": "", "discord": "caodoc" }, - "description": "Ducca's Hideout. Place of a student who interested in front-end and competitive programming.", - "repo": "https://github.com/caodoc/caodoc.github.io", - "record": - { + "record": { "TXT": "c3aa36c2b7f2e2bf94a92b760760ca" } } From d3665fed739f3d7c23c0a166dac5cc831ceba4eb Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sun, 6 Aug 2023 10:05:12 +0800 Subject: [PATCH 0721/1143] Rename _github-pages-challenge-Jesgran.jesgran.json to _github-pages-challenge-jesgran.jesgran.json --- ....jesgran.json => _github-pages-challenge-jesgran.jesgran.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-Jesgran.jesgran.json => _github-pages-challenge-jesgran.jesgran.json} (100%) diff --git a/domains/_github-pages-challenge-Jesgran.jesgran.json b/domains/_github-pages-challenge-jesgran.jesgran.json similarity index 100% rename from domains/_github-pages-challenge-Jesgran.jesgran.json rename to domains/_github-pages-challenge-jesgran.jesgran.json From 672a254999affae955682b53c3c054d967b3b2a4 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sun, 6 Aug 2023 10:09:31 +0800 Subject: [PATCH 0722/1143] Rename _github-pages-challenge-LaBus3.madhav.json to _github-pages-challenge-labus3.madhav.json --- ...us3.madhav.json => _github-pages-challenge-labus3.madhav.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-LaBus3.madhav.json => _github-pages-challenge-labus3.madhav.json} (100%) diff --git a/domains/_github-pages-challenge-LaBus3.madhav.json b/domains/_github-pages-challenge-labus3.madhav.json similarity index 100% rename from domains/_github-pages-challenge-LaBus3.madhav.json rename to domains/_github-pages-challenge-labus3.madhav.json From c253798bbaf7f3351640b56a0ef88dfef4e3ba08 Mon Sep 17 00:00:00 2001 From: caodoc Date: Sun, 6 Aug 2023 09:10:47 +0700 Subject: [PATCH 0723/1143] feat(domain): caodoc.is-a.dev --- domains/caodoc.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/domains/caodoc.json b/domains/caodoc.json index 80879812d..e5aba3242 100644 --- a/domains/caodoc.json +++ b/domains/caodoc.json @@ -1,12 +1,9 @@ { - "description": "Ducca's Hideout. Place of a student who interested in front-end and competitive programming.", - "repo": "https://github.com/caodoc/caodoc.github.io", "owner": { "username": "caodoc", - "email": "", - "discord": "caodoc" + "email": "dochicao2306@gmail.com" }, "record": { - "CNAME": "caodoc.github.io" + "CNAME": "caodoc.github.io" } } From b963b3e9cfbd4cb527d51cda07c2b4759c64ab38 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sun, 6 Aug 2023 10:17:30 +0800 Subject: [PATCH 0724/1143] Rename _github-pages-challenge-ArmoredVortex.armoredvortex.json to _github-pages-challenge-armoredvortex.armoredvortex.json --- ...n => _github-pages-challenge-armoredvortex.armoredvortex.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-ArmoredVortex.armoredvortex.json => _github-pages-challenge-armoredvortex.armoredvortex.json} (100%) diff --git a/domains/_github-pages-challenge-ArmoredVortex.armoredvortex.json b/domains/_github-pages-challenge-armoredvortex.armoredvortex.json similarity index 100% rename from domains/_github-pages-challenge-ArmoredVortex.armoredvortex.json rename to domains/_github-pages-challenge-armoredvortex.armoredvortex.json From b606c7967c6499f49c651d8e12914a1cf3f885fa Mon Sep 17 00:00:00 2001 From: NxnRmz Date: Sat, 5 Aug 2023 23:17:09 -0400 Subject: [PATCH 0725/1143] feat(domain): nxn.is-a.dev --- domains/nxn.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/nxn.json diff --git a/domains/nxn.json b/domains/nxn.json new file mode 100644 index 000000000..d5afa50d5 --- /dev/null +++ b/domains/nxn.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "NxnRmz", + "email": "nxnrmz@gmail.com" + }, + "record": { + "TXT": "rmz" + } +} From beb1db31e87fd72cbd8c5e33070100c9734f98c4 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sun, 6 Aug 2023 11:18:57 +0800 Subject: [PATCH 0726/1143] Create vinicius.json --- domains/vinicius.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 domains/vinicius.json diff --git a/domains/vinicius.json b/domains/vinicius.json new file mode 100644 index 000000000..c6444b5eb --- /dev/null +++ b/domains/vinicius.json @@ -0,0 +1,13 @@ +{ + "description": "My personal website", + "repo": "https://github.com/vncsmnl", + "owner": { + "username": "vncsmnl", + "email": "", + "twitter": "vncsmnl", + "discord": "vncsmnl#7835" + }, + "record": { + "CNAME": "vncsmnl.github.io" + } +} From dd5a64bba3bf40e738fa60737184a2bb70be24ef Mon Sep 17 00:00:00 2001 From: rv <69449141+rv178@users.noreply.github.com> Date: Sun, 6 Aug 2023 09:40:16 +0530 Subject: [PATCH 0727/1143] Create _github-pages-challenge-rv178.rv178.json --- domains/_github-pages-challenge-rv178.rv178.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-rv178.rv178.json diff --git a/domains/_github-pages-challenge-rv178.rv178.json b/domains/_github-pages-challenge-rv178.rv178.json new file mode 100644 index 000000000..865c3fe72 --- /dev/null +++ b/domains/_github-pages-challenge-rv178.rv178.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "rv178", + "email": "idliyout@gmail.com" + }, + "record": { + "TXT": "e90b3dc10573fa656898bbbf08108c" + } +} From 242a4fe11954dbbbfb849accd2673adb8da78001 Mon Sep 17 00:00:00 2001 From: ZeroDeaths379 Date: Sun, 6 Aug 2023 09:55:43 +0530 Subject: [PATCH 0728/1143] feat(domain): rnv.is-a.dev --- domains/rnv.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/rnv.json diff --git a/domains/rnv.json b/domains/rnv.json new file mode 100644 index 000000000..d3a19bf10 --- /dev/null +++ b/domains/rnv.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ZeroDeaths379", + "email": "arnavp651@gmail.com" + }, + "record": { + "CNAME": "21a8fb53-caf6-47fd-96a2-fc6d227586c0.id.repl.co" + } +} From e171fa5d7c577e8a749b2c4ef985a24b6b7f4482 Mon Sep 17 00:00:00 2001 From: Ronit Sarkar Date: Sun, 6 Aug 2023 10:14:07 +0530 Subject: [PATCH 0729/1143] Add _github-pages-challenge-iamrony777.ronit.json --- domains/_github-pages-challenge-iamrony777.ronit.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_github-pages-challenge-iamrony777.ronit.json diff --git a/domains/_github-pages-challenge-iamrony777.ronit.json b/domains/_github-pages-challenge-iamrony777.ronit.json new file mode 100644 index 000000000..22817830e --- /dev/null +++ b/domains/_github-pages-challenge-iamrony777.ronit.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "iamrony777", + "email": "iamrony777@pm.me" + }, + + "record": { + "TXT": "702edaf64e30be353646b4988cbc26" + } +} \ No newline at end of file From 23c976d55d8da3de973854c6d71acb2fba174f76 Mon Sep 17 00:00:00 2001 From: syahirAmali Date: Sun, 6 Aug 2023 13:17:32 +0800 Subject: [PATCH 0730/1143] Github DNS verification --- .../_github-pages-challenge-syahirAmali.syahiramali.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-syahirAmali.syahiramali.json diff --git a/domains/_github-pages-challenge-syahirAmali.syahiramali.json b/domains/_github-pages-challenge-syahirAmali.syahiramali.json new file mode 100644 index 000000000..1742811f9 --- /dev/null +++ b/domains/_github-pages-challenge-syahirAmali.syahiramali.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "syahirAmali", + "email": "syahirAmali@gmail.com" + }, + "record": { + "TXT": "f6c381205b87390aaf3c1eaebc9023" + } +} From e1c5cec7854e0b048d86b1655a2501e105d58465 Mon Sep 17 00:00:00 2001 From: Tilak <125390274+YourTilak@users.noreply.github.com> Date: Sun, 6 Aug 2023 10:52:04 +0530 Subject: [PATCH 0731/1143] Update and rename yourtilak.json to _github-pages-challenge-YourTilak.tilak.json --- ...rtilak.json => _github-pages-challenge-YourTilak.tilak.json} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename domains/{yourtilak.json => _github-pages-challenge-YourTilak.tilak.json} (82%) diff --git a/domains/yourtilak.json b/domains/_github-pages-challenge-YourTilak.tilak.json similarity index 82% rename from domains/yourtilak.json rename to domains/_github-pages-challenge-YourTilak.tilak.json index c10efa455..704fc54cf 100644 --- a/domains/yourtilak.json +++ b/domains/_github-pages-challenge-YourTilak.tilak.json @@ -6,6 +6,6 @@ "email": "rj05tilak@gmail.com" }, "record": { - "CNAME": "YourTilak.github.io" + "TXT": "c599b4c1ad1e049f9a34ab0534ede8" } } From 80187fe453c165afdac4290c4d6e5a7fddfb34ee Mon Sep 17 00:00:00 2001 From: ZeroDeaths379 Date: Sun, 6 Aug 2023 11:25:29 +0530 Subject: [PATCH 0732/1143] feat(domain): rnv.is-a.dev --- domains/rnv.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/rnv.json b/domains/rnv.json index d3a19bf10..d5b7a01ff 100644 --- a/domains/rnv.json +++ b/domains/rnv.json @@ -4,6 +4,6 @@ "email": "arnavp651@gmail.com" }, "record": { - "CNAME": "21a8fb53-caf6-47fd-96a2-fc6d227586c0.id.repl.co" + "CNAME": "zerodeaths379-github-io.pages.dev" } } From bcfd26c183c982c69b9853185ec2c58b6582370e Mon Sep 17 00:00:00 2001 From: ZeroDeaths379 Date: Sun, 6 Aug 2023 11:25:54 +0530 Subject: [PATCH 0733/1143] feat(domain): rnv.is-a.dev From 9be6066cd074ea7785756c24354de755b9f80a6e Mon Sep 17 00:00:00 2001 From: ZeroDeaths379 Date: Sun, 6 Aug 2023 11:26:12 +0530 Subject: [PATCH 0734/1143] feat(domain): rnv.is-a.dev From fef5085d2cf6ddb08ac6ca8d4fed5f6c821cf467 Mon Sep 17 00:00:00 2001 From: ICM185 <96425295+ICM185@users.noreply.github.com> Date: Sun, 6 Aug 2023 11:26:37 +0530 Subject: [PATCH 0735/1143] Update and rename icm.json to _github-pages-challenge-ICM185.icm.json --- domains/_github-pages-challenge-ICM185.icm.json | 9 +++++++++ domains/icm.json | 11 ----------- 2 files changed, 9 insertions(+), 11 deletions(-) create mode 100644 domains/_github-pages-challenge-ICM185.icm.json delete mode 100644 domains/icm.json diff --git a/domains/_github-pages-challenge-ICM185.icm.json b/domains/_github-pages-challenge-ICM185.icm.json new file mode 100644 index 000000000..cef6148a5 --- /dev/null +++ b/domains/_github-pages-challenge-ICM185.icm.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ICM185", + "email": "ironcladmonster185@gmail.com" + }, + "record": { + "TXT":"0a7797274484306ed45f07548705fa" + } +} diff --git a/domains/icm.json b/domains/icm.json deleted file mode 100644 index c408951a5..000000000 --- a/domains/icm.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Im ICM, a monster who likes to code but a noob in it, trying to learn js and likes to edit photos.", - "repo": "https://github.com/ICM185/icm185.github.io", - "owner": { - "username": "ICM185", - "email": "ironcladmonster185@gmail.com" - }, - "record": { - "CNAME": "icm185.github.io" - } -} From 96028053ea6347c7b1ef72f14e5e368b870e4ca4 Mon Sep 17 00:00:00 2001 From: ZeroDeaths379 Date: Sun, 6 Aug 2023 11:34:35 +0530 Subject: [PATCH 0736/1143] feat(domain): rnv.is-a.dev From d5f8358f5d168ea24bb789deea2611235076afda Mon Sep 17 00:00:00 2001 From: thesanju Date: Sun, 6 Aug 2023 11:39:26 +0530 Subject: [PATCH 0737/1143] Add GitHub pages challenge --- domains/_github-pages-challenge-thesanju.thesanju.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-thesanju.thesanju.json diff --git a/domains/_github-pages-challenge-thesanju.thesanju.json b/domains/_github-pages-challenge-thesanju.thesanju.json new file mode 100644 index 000000000..99c62d95f --- /dev/null +++ b/domains/_github-pages-challenge-thesanju.thesanju.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "thesanju", + "email": "sanjayjr1official@gmail.com" + }, + "record": { + "TXT": "1ef563891d9e0572cd59f4a3e80b42" + } +} \ No newline at end of file From 1f4ef4521ffcb07746ad0cb1f3b778e491f80be3 Mon Sep 17 00:00:00 2001 From: takase1121 Date: Sun, 6 Aug 2023 14:13:46 +0800 Subject: [PATCH 0738/1143] feat(domain): _github-pages-challenge-takase1121.takase.is-a.dev --- domains/_github-pages-challenge-takase1121.takase.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-takase1121.takase.json diff --git a/domains/_github-pages-challenge-takase1121.takase.json b/domains/_github-pages-challenge-takase1121.takase.json new file mode 100644 index 000000000..dcac94657 --- /dev/null +++ b/domains/_github-pages-challenge-takase1121.takase.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "takase1121", + "email": "takase1121@proton.me" + }, + "record": { + "TXT": "f735d72a61c58977384c6f13305387" + } +} From 368ce50ec03204a3d5f8273032e86730944af1bd Mon Sep 17 00:00:00 2001 From: Yaksh Bariya Date: Sun, 6 Aug 2023 12:04:05 +0530 Subject: [PATCH 0739/1143] verify domain for github Looks like GitHub now needs this to ensure that the domain is actually owned by the person trying to host GitHub Pages --- domains/_github-pages-challenge-thunder-coding.cd.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_github-pages-challenge-thunder-coding.cd.json diff --git a/domains/_github-pages-challenge-thunder-coding.cd.json b/domains/_github-pages-challenge-thunder-coding.cd.json new file mode 100644 index 000000000..8f5ad3977 --- /dev/null +++ b/domains/_github-pages-challenge-thunder-coding.cd.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "thunder-coding", + "email": "yakshbari4@gmail.com", + "discord": "codingthunder" + }, + "records": { + "TXT": "f56bab0740238435ae2bfe3a7d9283" + } +} From cb02d444e411ae597bd4fc8864b46180f7348128 Mon Sep 17 00:00:00 2001 From: Yaksh Bariya Date: Sun, 6 Aug 2023 12:12:35 +0530 Subject: [PATCH 0740/1143] s/records/record --- domains/_github-pages-challenge-thunder-coding.cd.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/_github-pages-challenge-thunder-coding.cd.json b/domains/_github-pages-challenge-thunder-coding.cd.json index 8f5ad3977..c4385549c 100644 --- a/domains/_github-pages-challenge-thunder-coding.cd.json +++ b/domains/_github-pages-challenge-thunder-coding.cd.json @@ -4,7 +4,7 @@ "email": "yakshbari4@gmail.com", "discord": "codingthunder" }, - "records": { + "record": { "TXT": "f56bab0740238435ae2bfe3a7d9283" } } From 0ea9165056baafb0eeee5b183750a70b311b3645 Mon Sep 17 00:00:00 2001 From: 44 <94141577+9xN@users.noreply.github.com> Date: Sun, 6 Aug 2023 07:33:21 +0000 Subject: [PATCH 0741/1143] Create _github-pages-challenge-9xN.44.json --- domains/_github-pages-challenge-9xN.44.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-9xN.44.json diff --git a/domains/_github-pages-challenge-9xN.44.json b/domains/_github-pages-challenge-9xN.44.json new file mode 100644 index 000000000..fd3b72f06 --- /dev/null +++ b/domains/_github-pages-challenge-9xN.44.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "9xN", + "email": "0@fbi.ac" + }, + "record": { + "TXT": "e104ec0ddb56ddb03a3ced402e0b45" + } +} From 3153bcffab43947d36357ad190420f77f1049428 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sun, 6 Aug 2023 16:00:24 +0800 Subject: [PATCH 0742/1143] Discard changes to domains/icm.json --- domains/icm.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/icm.json diff --git a/domains/icm.json b/domains/icm.json new file mode 100644 index 000000000..c408951a5 --- /dev/null +++ b/domains/icm.json @@ -0,0 +1,11 @@ +{ + "description": "Im ICM, a monster who likes to code but a noob in it, trying to learn js and likes to edit photos.", + "repo": "https://github.com/ICM185/icm185.github.io", + "owner": { + "username": "ICM185", + "email": "ironcladmonster185@gmail.com" + }, + "record": { + "CNAME": "icm185.github.io" + } +} From e0a2bd65215a3969b5fbfa208d903d6a19091294 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sun, 6 Aug 2023 16:00:35 +0800 Subject: [PATCH 0743/1143] Rename _github-pages-challenge-ICM185.icm.json to _github-pages-challenge-icm185.icm.json --- ...ge-ICM185.icm.json => _github-pages-challenge-icm185.icm.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-ICM185.icm.json => _github-pages-challenge-icm185.icm.json} (100%) diff --git a/domains/_github-pages-challenge-ICM185.icm.json b/domains/_github-pages-challenge-icm185.icm.json similarity index 100% rename from domains/_github-pages-challenge-ICM185.icm.json rename to domains/_github-pages-challenge-icm185.icm.json From 1425a3877dae4349b5cfa282950c5fd87b098193 Mon Sep 17 00:00:00 2001 From: Ashesh3 Date: Sun, 6 Aug 2023 13:36:51 +0530 Subject: [PATCH 0744/1143] feat(domain): ashesh.is-a.dev --- domains/ashesh.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/ashesh.json diff --git a/domains/ashesh.json b/domains/ashesh.json new file mode 100644 index 000000000..0d3441db1 --- /dev/null +++ b/domains/ashesh.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Ashesh3", + "email": "ashesh1708@gmail.com" + }, + "record": { + "TXT": "a0d1fde4660333a6c2b992a1d5e637" + } +} From 52070d532ba8d01fb1a415486e7de1a502b8f018 Mon Sep 17 00:00:00 2001 From: Ashesh3 Date: Sun, 6 Aug 2023 13:41:49 +0530 Subject: [PATCH 0745/1143] feat(domain): _github-pages-challenge-Ashesh3.ashesh.is-a.dev --- domains/_github-pages-challenge-Ashesh3.ashesh.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-Ashesh3.ashesh.json diff --git a/domains/_github-pages-challenge-Ashesh3.ashesh.json b/domains/_github-pages-challenge-Ashesh3.ashesh.json new file mode 100644 index 000000000..0d3441db1 --- /dev/null +++ b/domains/_github-pages-challenge-Ashesh3.ashesh.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Ashesh3", + "email": "ashesh1708@gmail.com" + }, + "record": { + "TXT": "a0d1fde4660333a6c2b992a1d5e637" + } +} From 049d482b1f74e868a9a968fd7656f454ef18f7c7 Mon Sep 17 00:00:00 2001 From: William Harrison <115670568+WDH-2@users.noreply.github.com> Date: Sun, 6 Aug 2023 16:12:34 +0800 Subject: [PATCH 0746/1143] Delete ppg00.json Closes #6528 --- domains/ppg00.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 domains/ppg00.json diff --git a/domains/ppg00.json b/domains/ppg00.json deleted file mode 100644 index 554d65c7a..000000000 --- a/domains/ppg00.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "ppg00", - "email": "vx2dsk@gmail.com" - }, - - "record": { - "A": ["76.76.21.21"] - } -} From 5027fb954edcf1bfbd69d85dc00b855facef45b3 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sun, 6 Aug 2023 16:14:33 +0800 Subject: [PATCH 0747/1143] Rename _github-pages-challenge-syahirAmali.syahiramali.json to _github-pages-challenge-syahiramali.syahiramali.json --- ....json => _github-pages-challenge-syahiramali.syahiramali.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-syahirAmali.syahiramali.json => _github-pages-challenge-syahiramali.syahiramali.json} (100%) diff --git a/domains/_github-pages-challenge-syahirAmali.syahiramali.json b/domains/_github-pages-challenge-syahiramali.syahiramali.json similarity index 100% rename from domains/_github-pages-challenge-syahirAmali.syahiramali.json rename to domains/_github-pages-challenge-syahiramali.syahiramali.json From ef3e36f50f7aef38f9039c5ea2cdf879e0c550df Mon Sep 17 00:00:00 2001 From: shuawe Date: Sun, 6 Aug 2023 11:14:38 +0300 Subject: [PATCH 0748/1143] feat(domain): shuawe.is-a.dev --- domains/shuawe.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/shuawe.json diff --git a/domains/shuawe.json b/domains/shuawe.json new file mode 100644 index 000000000..61aacd487 --- /dev/null +++ b/domains/shuawe.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "shuawe", + "email": "diffshonen@gmail.com" + }, + "record": { + "TXT": "-vercel" + } +} From c10c973466ec53e1530dd377b444f1c797bd87ef Mon Sep 17 00:00:00 2001 From: shuawe Date: Sun, 6 Aug 2023 11:15:17 +0300 Subject: [PATCH 0749/1143] Delete shonen.json --- domains/shonen.json | 1 - 1 file changed, 1 deletion(-) delete mode 100644 domains/shonen.json diff --git a/domains/shonen.json b/domains/shonen.json deleted file mode 100644 index 8b1378917..000000000 --- a/domains/shonen.json +++ /dev/null @@ -1 +0,0 @@ - From ad35969fd0aefde897424a44075f1b3f65a30566 Mon Sep 17 00:00:00 2001 From: shuawe Date: Sun, 6 Aug 2023 11:15:45 +0300 Subject: [PATCH 0750/1143] Update shuawe.json --- domains/shuawe.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/shuawe.json b/domains/shuawe.json index 61aacd487..3521706bc 100644 --- a/domains/shuawe.json +++ b/domains/shuawe.json @@ -1,7 +1,7 @@ { "owner": { "username": "shuawe", - "email": "diffshonen@gmail.com" + "email": "shuaweee@gmail.com" }, "record": { "TXT": "-vercel" From 738649e0aac63223aef946f2735eda1a116ae4fa Mon Sep 17 00:00:00 2001 From: Mikeymoo5 Date: Sun, 6 Aug 2023 02:18:20 -0600 Subject: [PATCH 0751/1143] feat(domain): moothecow.is-a.dev --- domains/moothecow.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/moothecow.json diff --git a/domains/moothecow.json b/domains/moothecow.json new file mode 100644 index 000000000..512f7fd95 --- /dev/null +++ b/domains/moothecow.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Mikeymoo5", + "email": "moodids@outlook.com" + }, + "record": { + "TXT": "2f899dd96f9394c2c189dc9a31aaf6" + } +} From 7753ab7e074e6b39d12249ebcc186517db7ee68f Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sun, 6 Aug 2023 16:19:38 +0800 Subject: [PATCH 0752/1143] Rename _github-pages-challenge-Ashesh3.ashesh.json to _github-pages-challenge-ashesh3.ashesh.json --- ...h3.ashesh.json => _github-pages-challenge-ashesh3.ashesh.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-Ashesh3.ashesh.json => _github-pages-challenge-ashesh3.ashesh.json} (100%) diff --git a/domains/_github-pages-challenge-Ashesh3.ashesh.json b/domains/_github-pages-challenge-ashesh3.ashesh.json similarity index 100% rename from domains/_github-pages-challenge-Ashesh3.ashesh.json rename to domains/_github-pages-challenge-ashesh3.ashesh.json From ea98f9dcb9bdf6cc3c88cce1e7c8713947b5598c Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sun, 6 Aug 2023 16:23:42 +0800 Subject: [PATCH 0753/1143] Rename _github-pages-challenge-EdwardTheLegend.edward.json to _github-pages-challenge-edwardthelegend.edward.json --- ...d.json => _github-pages-challenge-edwardthelegend.edward.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-EdwardTheLegend.edward.json => _github-pages-challenge-edwardthelegend.edward.json} (100%) diff --git a/domains/_github-pages-challenge-EdwardTheLegend.edward.json b/domains/_github-pages-challenge-edwardthelegend.edward.json similarity index 100% rename from domains/_github-pages-challenge-EdwardTheLegend.edward.json rename to domains/_github-pages-challenge-edwardthelegend.edward.json From 165cc95b829aec561f9cd64c94155b1696fcf8f2 Mon Sep 17 00:00:00 2001 From: Mikeymoo5 <53538532+Mikeymoo5@users.noreply.github.com> Date: Sun, 6 Aug 2023 03:32:01 -0500 Subject: [PATCH 0754/1143] Create _github-pages-challenge-Mikeymoo5.moothecow.txt --- domains/_github-pages-challenge-Mikeymoo5.moothecow.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 domains/_github-pages-challenge-Mikeymoo5.moothecow.txt diff --git a/domains/_github-pages-challenge-Mikeymoo5.moothecow.txt b/domains/_github-pages-challenge-Mikeymoo5.moothecow.txt new file mode 100644 index 000000000..5ca78fa3e --- /dev/null +++ b/domains/_github-pages-challenge-Mikeymoo5.moothecow.txt @@ -0,0 +1 @@ +2f899dd96f9394c2c189dc9a31aaf6 From e0419b6116e7db51f2ffcea07a9be78104e6fb06 Mon Sep 17 00:00:00 2001 From: Srujan Date: Sun, 6 Aug 2023 14:08:03 +0530 Subject: [PATCH 0755/1143] add _github-pages-challenge-bqwerr.srujan.json --- domains/_github-pages-challenge-bqwerr.srujan.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-bqwerr.srujan.json diff --git a/domains/_github-pages-challenge-bqwerr.srujan.json b/domains/_github-pages-challenge-bqwerr.srujan.json new file mode 100644 index 000000000..bd5de8f82 --- /dev/null +++ b/domains/_github-pages-challenge-bqwerr.srujan.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "bqwerr", + "email": "srujan.t@outlook.com" + }, + "record": { + "TXT": "0f2975970f0cdf325103a7d1f3ecf3" + } +} From f0986f0e15305b53a0e38cf7f9a9f147936cb1b9 Mon Sep 17 00:00:00 2001 From: Ashesh3 Date: Sun, 6 Aug 2023 14:09:57 +0530 Subject: [PATCH 0756/1143] feat(domain): ashesh.is-a.dev --- domains/ashesh.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/ashesh.json b/domains/ashesh.json index 0d3441db1..bbcadaf98 100644 --- a/domains/ashesh.json +++ b/domains/ashesh.json @@ -4,6 +4,6 @@ "email": "ashesh1708@gmail.com" }, "record": { - "TXT": "a0d1fde4660333a6c2b992a1d5e637" + "CNAME": "ashesh3.github.io" } } From c2bc058638f936db7c820d66f284d08e43656bd9 Mon Sep 17 00:00:00 2001 From: Mikeymoo5 <53538532+Mikeymoo5@users.noreply.github.com> Date: Sun, 6 Aug 2023 03:42:25 -0500 Subject: [PATCH 0757/1143] Update and rename _github-pages-challenge-Mikeymoo5.moothecow.txt to _github-pages-challenge-Mikeymoo5.moothecow.json --- domains/_github-pages-challenge-Mikeymoo5.moothecow.json | 9 +++++++++ domains/_github-pages-challenge-Mikeymoo5.moothecow.txt | 1 - 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 domains/_github-pages-challenge-Mikeymoo5.moothecow.json delete mode 100644 domains/_github-pages-challenge-Mikeymoo5.moothecow.txt diff --git a/domains/_github-pages-challenge-Mikeymoo5.moothecow.json b/domains/_github-pages-challenge-Mikeymoo5.moothecow.json new file mode 100644 index 000000000..289eb7ee9 --- /dev/null +++ b/domains/_github-pages-challenge-Mikeymoo5.moothecow.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "mikeymoo5", + "email": "smartguy9964@gmail.com" + }, + "record": { + "TXT": "2f899dd96f9394c2c189dc9a31aaf6" + } +} diff --git a/domains/_github-pages-challenge-Mikeymoo5.moothecow.txt b/domains/_github-pages-challenge-Mikeymoo5.moothecow.txt deleted file mode 100644 index 5ca78fa3e..000000000 --- a/domains/_github-pages-challenge-Mikeymoo5.moothecow.txt +++ /dev/null @@ -1 +0,0 @@ -2f899dd96f9394c2c189dc9a31aaf6 From 1fe38c85ddb73640f485155c03285281c1a984a7 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sun, 6 Aug 2023 16:45:57 +0800 Subject: [PATCH 0758/1143] Rename _github-pages-challenge-Mikeymoo5.moothecow.json to _github-pages-challenge-mikeymoo5.moothecow.json --- ...ecow.json => _github-pages-challenge-mikeymoo5.moothecow.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-Mikeymoo5.moothecow.json => _github-pages-challenge-mikeymoo5.moothecow.json} (100%) diff --git a/domains/_github-pages-challenge-Mikeymoo5.moothecow.json b/domains/_github-pages-challenge-mikeymoo5.moothecow.json similarity index 100% rename from domains/_github-pages-challenge-Mikeymoo5.moothecow.json rename to domains/_github-pages-challenge-mikeymoo5.moothecow.json From fad9900fc55f7198c3343b502978867f541c66cb Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sun, 6 Aug 2023 16:46:32 +0800 Subject: [PATCH 0759/1143] Update moothecow.json --- domains/moothecow.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/moothecow.json b/domains/moothecow.json index 512f7fd95..1c8e7fad6 100644 --- a/domains/moothecow.json +++ b/domains/moothecow.json @@ -4,6 +4,6 @@ "email": "moodids@outlook.com" }, "record": { - "TXT": "2f899dd96f9394c2c189dc9a31aaf6" + "TXT": "mikeymoo5.github.io" } } From 53eae6e713e540a5f745d17f17068a44f7c09059 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sun, 6 Aug 2023 16:46:59 +0800 Subject: [PATCH 0760/1143] Update moothecow.json --- domains/moothecow.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/moothecow.json b/domains/moothecow.json index 1c8e7fad6..a98de9ddd 100644 --- a/domains/moothecow.json +++ b/domains/moothecow.json @@ -4,6 +4,6 @@ "email": "moodids@outlook.com" }, "record": { - "TXT": "mikeymoo5.github.io" + "CNAME": "mikeymoo5.github.io" } } From 8ceb67110a67a624b20ce7d39d1fa945a5bed509 Mon Sep 17 00:00:00 2001 From: thou-mayest <85231096+thou-mayest@users.noreply.github.com> Date: Sun, 6 Aug 2023 10:12:10 +0100 Subject: [PATCH 0761/1143] Create _github-pages-challenge-thou-mayest.amine-brahmi.json Add GitHub pages verification for amine-brahmi.is-a.dev --- ...ithub-pages-challenge-thou-mayest.amine-brahmi.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_github-pages-challenge-thou-mayest.amine-brahmi.json diff --git a/domains/_github-pages-challenge-thou-mayest.amine-brahmi.json b/domains/_github-pages-challenge-thou-mayest.amine-brahmi.json new file mode 100644 index 000000000..32b401538 --- /dev/null +++ b/domains/_github-pages-challenge-thou-mayest.amine-brahmi.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "thou-mayest", + "email": "", + "twitter": "Dr_whoami_" + }, + "record": { + "TXT": "8c76c4245faa447e805828e24f3743" + } +} From b90a95b4af79dccb3ac04f051470615c3fa2bcfe Mon Sep 17 00:00:00 2001 From: Jerry Date: Sun, 6 Aug 2023 14:44:01 +0530 Subject: [PATCH 0762/1143] Add Github Pages Verification --- domains/_github-pages-challenge-j3rrythomas.jerry.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-j3rrythomas.jerry.json diff --git a/domains/_github-pages-challenge-j3rrythomas.jerry.json b/domains/_github-pages-challenge-j3rrythomas.jerry.json new file mode 100644 index 000000000..8648e23de --- /dev/null +++ b/domains/_github-pages-challenge-j3rrythomas.jerry.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "j3rrythomas", + "email": "jerrythomasjohn9@gmail.com" + }, + "record": { + "TXT": "8d2b658010e7359f0de68b61b4b6dd" + } +} From aca4c932a4cdcacadd4a5490dcae8bafbadff3eb Mon Sep 17 00:00:00 2001 From: Shinyzenith Date: Sun, 6 Aug 2023 15:03:24 +0530 Subject: [PATCH 0763/1143] Fix github pages challenge for aakash.json Signed-off-by: Shinyzenith --- ...akash.json => _github-pages-challenge-Shinyzenith.aakash.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-aakash.aakash.json => _github-pages-challenge-Shinyzenith.aakash.json} (100%) diff --git a/domains/_github-pages-challenge-aakash.aakash.json b/domains/_github-pages-challenge-Shinyzenith.aakash.json similarity index 100% rename from domains/_github-pages-challenge-aakash.aakash.json rename to domains/_github-pages-challenge-Shinyzenith.aakash.json From 8dd5dccdc6e8ea5b0b3022ad72d1b8114b7b09b7 Mon Sep 17 00:00:00 2001 From: nubi1337 Date: Sun, 6 Aug 2023 11:50:03 +0200 Subject: [PATCH 0764/1143] feat(domain): nubi.is-a.dev --- domains/nubi.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/nubi.json diff --git a/domains/nubi.json b/domains/nubi.json new file mode 100644 index 000000000..04b0efafb --- /dev/null +++ b/domains/nubi.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "nubi1337", + "email": "jutendo112233@gmail.com" + }, + "record": { + "A": ["45.142.107.232"] + } +} From 8db02ea05a7d0b4a8abd13e49a84706386464702 Mon Sep 17 00:00:00 2001 From: NxnRmz Date: Sun, 6 Aug 2023 06:35:48 -0400 Subject: [PATCH 0765/1143] feat(domain): nxnlab.is-a.dev --- domains/nxnlab.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/nxnlab.json diff --git a/domains/nxnlab.json b/domains/nxnlab.json new file mode 100644 index 000000000..9d569bd91 --- /dev/null +++ b/domains/nxnlab.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "NxnRmz", + "email": "nxnrmz@gmail.com" + }, + "record": { + "CNAME": "nxnrmz.github.io" + } +} From 544c1335cb1cc747735bb2202e1276eed2f53612 Mon Sep 17 00:00:00 2001 From: NxnRmz <141537018+NxnRmz@users.noreply.github.com> Date: Sun, 6 Aug 2023 06:48:52 -0400 Subject: [PATCH 0766/1143] Delete nxn.json --- domains/nxn.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/nxn.json diff --git a/domains/nxn.json b/domains/nxn.json deleted file mode 100644 index d5afa50d5..000000000 --- a/domains/nxn.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "NxnRmz", - "email": "nxnrmz@gmail.com" - }, - "record": { - "TXT": "rmz" - } -} From 7e50ba50bee7d4d170f71d0f3d34ff0aec77c7df Mon Sep 17 00:00:00 2001 From: Robin <62457878+Rubinskiy@users.noreply.github.com> Date: Sun, 6 Aug 2023 17:49:07 +0700 Subject: [PATCH 0767/1143] Create _github-pages-challenge-rubinskiy.bob --- domains/_github-pages-challenge-rubinskiy.bob | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-rubinskiy.bob diff --git a/domains/_github-pages-challenge-rubinskiy.bob b/domains/_github-pages-challenge-rubinskiy.bob new file mode 100644 index 000000000..71a17826d --- /dev/null +++ b/domains/_github-pages-challenge-rubinskiy.bob @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Rubinskiy", + "discord": "rubinskiy#5258" + }, + "record": { + "TXT": "c3cc9a1718038c0034ac2b6d16f69e" + } +} From 2baced523e1c9c4f875906cd028754d49a0e8e39 Mon Sep 17 00:00:00 2001 From: NxnRmz Date: Sun, 6 Aug 2023 06:50:13 -0400 Subject: [PATCH 0768/1143] feat(domain): nxn.is-a.dev --- domains/nxn.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/nxn.json diff --git a/domains/nxn.json b/domains/nxn.json new file mode 100644 index 000000000..d8f227f54 --- /dev/null +++ b/domains/nxn.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "NxnRmz", + "email": "nxnrmz@gmail.com" + }, + "record": { + "A": ["44.203.96.123"] + } +} From 94a2c623279a754493db73fac294940ba6359c5c Mon Sep 17 00:00:00 2001 From: NxnRmz Date: Sun, 6 Aug 2023 06:51:10 -0400 Subject: [PATCH 0769/1143] feat(domain): nixon.is-a.dev --- domains/nixon.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/nixon.json diff --git a/domains/nixon.json b/domains/nixon.json new file mode 100644 index 000000000..d8f227f54 --- /dev/null +++ b/domains/nixon.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "NxnRmz", + "email": "nxnrmz@gmail.com" + }, + "record": { + "A": ["44.203.96.123"] + } +} From bcc542efce95be1362c5f81aacfe945368e5cfab Mon Sep 17 00:00:00 2001 From: Mir Habeel Ahmad <102403483+Habeel06@users.noreply.github.com> Date: Sun, 6 Aug 2023 17:26:50 +0530 Subject: [PATCH 0770/1143] Create _github-pages-challenge-Habeel06.habeel.txt --- domains/_github-pages-challenge-Habeel06.habeel.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 domains/_github-pages-challenge-Habeel06.habeel.txt diff --git a/domains/_github-pages-challenge-Habeel06.habeel.txt b/domains/_github-pages-challenge-Habeel06.habeel.txt new file mode 100644 index 000000000..a12fc16b7 --- /dev/null +++ b/domains/_github-pages-challenge-Habeel06.habeel.txt @@ -0,0 +1 @@ +6bbac3351ea3d8ad90603e1318c7ff From 5f7f544577f08f57dbf4993dcbc50f84ce2e4e28 Mon Sep 17 00:00:00 2001 From: Skanda Bhairava <58636952+skandabhairava@users.noreply.github.com> Date: Sun, 6 Aug 2023 17:55:30 +0530 Subject: [PATCH 0771/1143] Removed twitter from terroid.json --- domains/terroid.json | 1 - 1 file changed, 1 deletion(-) diff --git a/domains/terroid.json b/domains/terroid.json index 983947a4f..917093ba5 100644 --- a/domains/terroid.json +++ b/domains/terroid.json @@ -4,7 +4,6 @@ "owner": { "username": "skandabhairava", "email": "skandabhairava@gmail.com", - "twitter": "TerroidYT" }, "record": { "CNAME": "skandabhairava.github.io" From ed5bdec5af843ea29ae2e6a2ee4d1fe0782f3f26 Mon Sep 17 00:00:00 2001 From: Skanda Bhairava <58636952+skandabhairava@users.noreply.github.com> Date: Sun, 6 Aug 2023 17:56:43 +0530 Subject: [PATCH 0772/1143] Create _github-pages-challenge-skandabhairava.terroid.json --- .../_github-pages-challenge-skandabhairava.terroid.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-skandabhairava.terroid.json diff --git a/domains/_github-pages-challenge-skandabhairava.terroid.json b/domains/_github-pages-challenge-skandabhairava.terroid.json new file mode 100644 index 000000000..6bab87b49 --- /dev/null +++ b/domains/_github-pages-challenge-skandabhairava.terroid.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "skandabhairava", + "email": "skandabhairava@gmail.com", + }, + "record": { + "TXT": "73004005801e8467de8a643a7c1cf8" + } +} From 0977cb2cf39b3ef647fab65b784c5333b1b2cb24 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sun, 6 Aug 2023 20:54:27 +0800 Subject: [PATCH 0773/1143] Rename _github-pages-challenge-Shinyzenith.aakash.json to _github-pages-challenge-shinyzenith.aakash.json --- ...akash.json => _github-pages-challenge-shinyzenith.aakash.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-Shinyzenith.aakash.json => _github-pages-challenge-shinyzenith.aakash.json} (100%) diff --git a/domains/_github-pages-challenge-Shinyzenith.aakash.json b/domains/_github-pages-challenge-shinyzenith.aakash.json similarity index 100% rename from domains/_github-pages-challenge-Shinyzenith.aakash.json rename to domains/_github-pages-challenge-shinyzenith.aakash.json From 5a4432873d9ab3839e9bc41d080cf040a6121066 Mon Sep 17 00:00:00 2001 From: Jake Anto <64896514+j-eo@users.noreply.github.com> Date: Sun, 6 Aug 2023 18:27:12 +0530 Subject: [PATCH 0774/1143] Create jake.json --- domains/jake.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/jake.json diff --git a/domains/jake.json b/domains/jake.json new file mode 100644 index 000000000..ad102c4ed --- /dev/null +++ b/domains/jake.json @@ -0,0 +1,11 @@ +{ + "description": "Jake's personal website and blog.", + "repo": "https://github.com/j-eo/j-eo.github.io", + "owner": { + "username": "j-eo", + "email": "website-contact.nem2h@silomails.com", + }, + "record": { + "CNAME": "j-eo.github.io" + } +} From 1b0ba622a4b875f65854c272ce50c761673eaff7 Mon Sep 17 00:00:00 2001 From: Jake Anto <64896514+j-eo@users.noreply.github.com> Date: Sun, 6 Aug 2023 18:38:05 +0530 Subject: [PATCH 0775/1143] Create _github-pages-challenge-j-eo.jake.json --- domains/_github-pages-challenge-j-eo.jake.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_github-pages-challenge-j-eo.jake.json diff --git a/domains/_github-pages-challenge-j-eo.jake.json b/domains/_github-pages-challenge-j-eo.jake.json new file mode 100644 index 000000000..ed30942e7 --- /dev/null +++ b/domains/_github-pages-challenge-j-eo.jake.json @@ -0,0 +1,10 @@ +{ + "description": "GitHub Pages verification", + "owner": { + "username": "j-eo", + "email": "website-contact.nem2h@silomails.com", + }, + "record": { + "TXT": "ccf413ecac65923d4b202f89da74c6" + } +} From 113a40e91746bb7ed93be83646980f1f47b83443 Mon Sep 17 00:00:00 2001 From: Blue <60958064+B1ue-Dev@users.noreply.github.com> Date: Sun, 6 Aug 2023 20:31:11 +0700 Subject: [PATCH 0776/1143] chore: Update blue.json --- domains/blue.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/domains/blue.json b/domains/blue.json index 0ed1654b3..121d73e1e 100644 --- a/domains/blue.json +++ b/domains/blue.json @@ -1,12 +1,12 @@ { - "description": "A newbie Python developer who wants to learn more about web design and Python development.", - "repo": "https://github.com/Jimmy-Blue/jimmy-blue.github.io", + "description": "Personal site for b1uedev, a.k.a Blue.", + "repo": "https://github.com/B1ue-Dev/b1ue-dev.github.io", "owner": { - "username": "Jimmy-Blue", + "username": "B1ue-Dev", "email": "ngolong1396@hotmail.com", - "twitter": "JimmyBlue00" + "twitter": "b1uedev" }, "record": { - "CNAME": "jimmy-blue.github.io" + "TXT": "e921e6896e19bfdc214f60f54aaacc" } } From e19f3a87473d852f9f97e58e003fb4d53958ec0e Mon Sep 17 00:00:00 2001 From: Blue <60958064+B1ue-Dev@users.noreply.github.com> Date: Sun, 6 Aug 2023 20:34:14 +0700 Subject: [PATCH 0777/1143] feat: Create _github-pages-challenge-B1ue-Dev.blue.json --- domains/_github-pages-challenge-B1ue-Dev.blue.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/_github-pages-challenge-B1ue-Dev.blue.json diff --git a/domains/_github-pages-challenge-B1ue-Dev.blue.json b/domains/_github-pages-challenge-B1ue-Dev.blue.json new file mode 100644 index 000000000..121d73e1e --- /dev/null +++ b/domains/_github-pages-challenge-B1ue-Dev.blue.json @@ -0,0 +1,12 @@ +{ + "description": "Personal site for b1uedev, a.k.a Blue.", + "repo": "https://github.com/B1ue-Dev/b1ue-dev.github.io", + "owner": { + "username": "B1ue-Dev", + "email": "ngolong1396@hotmail.com", + "twitter": "b1uedev" + }, + "record": { + "TXT": "e921e6896e19bfdc214f60f54aaacc" + } +} From 1fd1c6d050f75a79b7118225fc4c73de1935b9b0 Mon Sep 17 00:00:00 2001 From: Krrish313 Date: Sun, 6 Aug 2023 19:35:36 +0530 Subject: [PATCH 0778/1143] feat(domain): krrisharma .is-a.dev --- domains/krrisharma .json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/krrisharma .json diff --git a/domains/krrisharma .json b/domains/krrisharma .json new file mode 100644 index 000000000..f936f4859 --- /dev/null +++ b/domains/krrisharma .json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Krrish313", + "email": "krrishsharma.ks12345@gmail.com" + }, + "record": { + "URL": "https://github.com/krrish313" + } +} From b451af1be09b6b983adf264c12d6571375e1e795 Mon Sep 17 00:00:00 2001 From: Krrish313 Date: Sun, 6 Aug 2023 19:37:00 +0530 Subject: [PATCH 0779/1143] feat(domain): k22rma.is-a.dev --- domains/k22rma.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/k22rma.json diff --git a/domains/k22rma.json b/domains/k22rma.json new file mode 100644 index 000000000..f936f4859 --- /dev/null +++ b/domains/k22rma.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Krrish313", + "email": "krrishsharma.ks12345@gmail.com" + }, + "record": { + "URL": "https://github.com/krrish313" + } +} From 12cf33759b69cb036bd13aa8ab09ac46eae19bda Mon Sep 17 00:00:00 2001 From: crystalbajgai Date: Sun, 6 Aug 2023 20:02:30 +0545 Subject: [PATCH 0780/1143] feat(domain): blog.crystal.is-a.dev --- domains/blog.crystal.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/blog.crystal.json b/domains/blog.crystal.json index f04028998..6d5ffa2a9 100644 --- a/domains/blog.crystal.json +++ b/domains/blog.crystal.json @@ -1,10 +1,9 @@ { - "description": "Blog", "owner": { "username": "crystalbajgai", "email": "crystalbajgai@gmail.com" }, "record": { - "CNAME": "hashnode.network" + "CNAME": "hashnode.network" } } From ec6083d7c95b07e591cf5568ba02b6f2158f2942 Mon Sep 17 00:00:00 2001 From: crystalbajgai Date: Sun, 6 Aug 2023 20:03:48 +0545 Subject: [PATCH 0781/1143] feat(domain): blog.crystal.is-a.dev From 6f0b29daa9fbacfd55113d69084d312e53406959 Mon Sep 17 00:00:00 2001 From: shuawe Date: Sun, 6 Aug 2023 17:28:39 +0300 Subject: [PATCH 0782/1143] Create shuawe.is-a.dev --- domains/shuawe.is-a.dev | 1 + 1 file changed, 1 insertion(+) create mode 100644 domains/shuawe.is-a.dev diff --git a/domains/shuawe.is-a.dev b/domains/shuawe.is-a.dev new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/domains/shuawe.is-a.dev @@ -0,0 +1 @@ + From cca8de1c40fb6795e0445b29ced0f3714c97bba6 Mon Sep 17 00:00:00 2001 From: shuawe Date: Sun, 6 Aug 2023 17:34:31 +0300 Subject: [PATCH 0783/1143] Update shuawe.json --- domains/shuawe.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/shuawe.json b/domains/shuawe.json index 3521706bc..0ad823ec1 100644 --- a/domains/shuawe.json +++ b/domains/shuawe.json @@ -4,6 +4,6 @@ "email": "shuaweee@gmail.com" }, "record": { - "TXT": "-vercel" + "CNAME": "yxvcki69.up.railway.app" } } From 7f7020d957ac5763f8089a4287b25a247d319bce Mon Sep 17 00:00:00 2001 From: T-Dynamos Date: Sun, 6 Aug 2023 19:27:06 +0530 Subject: [PATCH 0784/1143] feat(domain): anshdadwal.is-a.dev --- .../_github-pages-challenge-T-Dynamos.anshdadwal.json | 9 +++++++++ domains/anshdadwal.json | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 domains/_github-pages-challenge-T-Dynamos.anshdadwal.json create mode 100644 domains/anshdadwal.json diff --git a/domains/_github-pages-challenge-T-Dynamos.anshdadwal.json b/domains/_github-pages-challenge-T-Dynamos.anshdadwal.json new file mode 100644 index 000000000..6421e5ab6 --- /dev/null +++ b/domains/_github-pages-challenge-T-Dynamos.anshdadwal.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "T-Dynamos", + "email": "anshdadwal298@gmail.com" + }, + "record": { + "TXT": "75957defcd9e7e37ed359579a7dc2b" + } +} diff --git a/domains/anshdadwal.json b/domains/anshdadwal.json new file mode 100644 index 000000000..b8bc72be7 --- /dev/null +++ b/domains/anshdadwal.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "T-Dynamos", + "email": "anshdadwal298@gmail.com" + }, + "record": { + "CNAME": "t-dynamos.github.io" + } +} From 8816a4c6fe4efcdff7a304eea93734c0b79605e3 Mon Sep 17 00:00:00 2001 From: EdenQwQ Date: Sun, 6 Aug 2023 22:59:17 +0800 Subject: [PATCH 0785/1143] feat(domain): eden.is-a.dev --- domains/eden.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/eden.json diff --git a/domains/eden.json b/domains/eden.json new file mode 100644 index 000000000..071e4478f --- /dev/null +++ b/domains/eden.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "EdenQwQ", + "email": "lsahlm1eden@gmail.com" + }, + "record": { + "CNAME": "edenqwq.github.io" + } +} From 5a21ff0fbd57e03d8aba919931ca84b34250e59a Mon Sep 17 00:00:00 2001 From: debjit-mandal Date: Sun, 6 Aug 2023 20:37:31 +0530 Subject: [PATCH 0786/1143] feat(domain): debjit-mandal.is-a.dev --- domains/debjit-mandal.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/debjit-mandal.json diff --git a/domains/debjit-mandal.json b/domains/debjit-mandal.json new file mode 100644 index 000000000..509257f05 --- /dev/null +++ b/domains/debjit-mandal.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "debjit-mandal", + "email": "debjitmandal8925@gmail.com" + }, + "record": { + "CNAME": "github.io" + } +} From 444dd2f09e11c68be265f55677128ae1619f724a Mon Sep 17 00:00:00 2001 From: inkilu Date: Sun, 6 Aug 2023 21:16:03 +0530 Subject: [PATCH 0787/1143] feat(domain): gautham.is-a.dev --- domains/gautham.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/gautham.json diff --git a/domains/gautham.json b/domains/gautham.json new file mode 100644 index 000000000..09e26d726 --- /dev/null +++ b/domains/gautham.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "inkilu", + "email": "gauthamgkm@gmail.com" + }, + "record": { + "CNAME": "inkilu.github.io" + } +} From 69e5753c63b6930b3797edb6b5454873c239eb83 Mon Sep 17 00:00:00 2001 From: Abishek PY <43115551+vj-abishek@users.noreply.github.com> Date: Sun, 6 Aug 2023 15:46:55 +0000 Subject: [PATCH 0788/1143] added github page challenge --- domains/_github-pages-challenge-vj-abishek.abishek.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-vj-abishek.abishek.json diff --git a/domains/_github-pages-challenge-vj-abishek.abishek.json b/domains/_github-pages-challenge-vj-abishek.abishek.json new file mode 100644 index 000000000..ced98b773 --- /dev/null +++ b/domains/_github-pages-challenge-vj-abishek.abishek.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "vj-abishek", + "email": "abigosearch@gmail.com" + }, + "record": { + "TXT": "fe9c9b544613d7bf05295ad995cbaa" + } +} \ No newline at end of file From 0ba3f0656a94f9eac95af88d745619e3cfa54dfc Mon Sep 17 00:00:00 2001 From: Mir Habeel Ahmad <102403483+Habeel06@users.noreply.github.com> Date: Sun, 6 Aug 2023 21:36:29 +0530 Subject: [PATCH 0789/1143] Create _github-pages-challenge-Habeel06.habeel.json --- _github-pages-challenge-Habeel06.habeel.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 _github-pages-challenge-Habeel06.habeel.json diff --git a/_github-pages-challenge-Habeel06.habeel.json b/_github-pages-challenge-Habeel06.habeel.json new file mode 100644 index 000000000..483c59818 --- /dev/null +++ b/_github-pages-challenge-Habeel06.habeel.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "habeel06", + "email": "nil" + }, + "record": { + "TXT": "6bbac3351ea3d8ad90603e1318c7ff" + } +} From 40f1c7f262d01d46029b62de6b3a1e36e1b2c2f0 Mon Sep 17 00:00:00 2001 From: Mir Habeel Ahmad <102403483+Habeel06@users.noreply.github.com> Date: Sun, 6 Aug 2023 21:39:21 +0530 Subject: [PATCH 0790/1143] Delete _github-pages-challenge-Habeel06.habeel.txt --- domains/_github-pages-challenge-Habeel06.habeel.txt | 1 - 1 file changed, 1 deletion(-) delete mode 100644 domains/_github-pages-challenge-Habeel06.habeel.txt diff --git a/domains/_github-pages-challenge-Habeel06.habeel.txt b/domains/_github-pages-challenge-Habeel06.habeel.txt deleted file mode 100644 index a12fc16b7..000000000 --- a/domains/_github-pages-challenge-Habeel06.habeel.txt +++ /dev/null @@ -1 +0,0 @@ -6bbac3351ea3d8ad90603e1318c7ff From 8780cd267eda815bf3b7318e044e3d43b577fa50 Mon Sep 17 00:00:00 2001 From: Tilak <125390274+YourTilak@users.noreply.github.com> Date: Sun, 6 Aug 2023 21:49:36 +0530 Subject: [PATCH 0791/1143] Update and rename domains/_github-pages-challenge-YourTilak.tilak.json to yourtilak.json --- ...ithub-pages-challenge-YourTilak.tilak.json => yourtilak.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename domains/_github-pages-challenge-YourTilak.tilak.json => yourtilak.json (82%) diff --git a/domains/_github-pages-challenge-YourTilak.tilak.json b/yourtilak.json similarity index 82% rename from domains/_github-pages-challenge-YourTilak.tilak.json rename to yourtilak.json index 704fc54cf..ebcdc84c6 100644 --- a/domains/_github-pages-challenge-YourTilak.tilak.json +++ b/yourtilak.json @@ -6,6 +6,6 @@ "email": "rj05tilak@gmail.com" }, "record": { - "TXT": "c599b4c1ad1e049f9a34ab0534ede8" + "CNAME": "yourtilak.github.io" } } From cab3fdb5894644136ac210507a798b61a87c5231 Mon Sep 17 00:00:00 2001 From: Tilak <125390274+YourTilak@users.noreply.github.com> Date: Sun, 6 Aug 2023 21:50:38 +0530 Subject: [PATCH 0792/1143] Create _github-pages-challenge-YourTilak.tilak.json --- domains/_github-pages-challenge-YourTilak.tilak.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/_github-pages-challenge-YourTilak.tilak.json diff --git a/domains/_github-pages-challenge-YourTilak.tilak.json b/domains/_github-pages-challenge-YourTilak.tilak.json new file mode 100644 index 000000000..704fc54cf --- /dev/null +++ b/domains/_github-pages-challenge-YourTilak.tilak.json @@ -0,0 +1,11 @@ +{ + "description": "YourTilak.is-a.dev", + "repo": "https://github.com/YourTilak/YourTilak.github.io", + "owner": { + "username": "YourTilak", + "email": "rj05tilak@gmail.com" + }, + "record": { + "TXT": "c599b4c1ad1e049f9a34ab0534ede8" + } +} From 405b71c33be139e1830d95160fa4448eabeae6fe Mon Sep 17 00:00:00 2001 From: Tilak <125390274+YourTilak@users.noreply.github.com> Date: Sun, 6 Aug 2023 21:53:15 +0530 Subject: [PATCH 0793/1143] Rename _github-pages-challenge-YourTilak.tilak.json to _github-pages-challenge-yourtilak.tilak.json --- ...ak.tilak.json => _github-pages-challenge-yourtilak.tilak.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-YourTilak.tilak.json => _github-pages-challenge-yourtilak.tilak.json} (100%) diff --git a/domains/_github-pages-challenge-YourTilak.tilak.json b/domains/_github-pages-challenge-yourtilak.tilak.json similarity index 100% rename from domains/_github-pages-challenge-YourTilak.tilak.json rename to domains/_github-pages-challenge-yourtilak.tilak.json From e23634c8de560038919ed64ab35646a450576b4e Mon Sep 17 00:00:00 2001 From: IS A DEV Date: Sun, 6 Aug 2023 18:52:42 +0100 Subject: [PATCH 0794/1143] spf --- domains/andrewstech.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/andrewstech.json b/domains/andrewstech.json index 348b0f90d..20cb404f6 100644 --- a/domains/andrewstech.json +++ b/domains/andrewstech.json @@ -4,6 +4,7 @@ "email": "andrew@win11react.com" }, "record": { - "CNAME": "hosts.is-a.dev" + "A": ["217.174.245.249"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } } From d862a73c5fa85c1c9800249bfa67cd3c37f504e6 Mon Sep 17 00:00:00 2001 From: Chandra Sekhar Malla <43902003+sekharmalla@users.noreply.github.com> Date: Sun, 6 Aug 2023 22:01:30 +0400 Subject: [PATCH 0795/1143] Rename _github-pages-challenge-sekharmalla.chandra.chandra.json to _github-pages-challenge-sekharmalla.chandra.json --- ...ndra.json => _github-pages-challenge-sekharmalla.chandra.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-sekharmalla.chandra.chandra.json => _github-pages-challenge-sekharmalla.chandra.json} (100%) diff --git a/domains/_github-pages-challenge-sekharmalla.chandra.chandra.json b/domains/_github-pages-challenge-sekharmalla.chandra.json similarity index 100% rename from domains/_github-pages-challenge-sekharmalla.chandra.chandra.json rename to domains/_github-pages-challenge-sekharmalla.chandra.json From 14e90cdc8d084211b7cc5d7f3b37b9e4c19e9282 Mon Sep 17 00:00:00 2001 From: IS A DEV Date: Sun, 6 Aug 2023 19:10:10 +0100 Subject: [PATCH 0796/1143] Update andrewstech.json --- domains/andrewstech.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/andrewstech.json b/domains/andrewstech.json index 20cb404f6..b6a6a112f 100644 --- a/domains/andrewstech.json +++ b/domains/andrewstech.json @@ -5,6 +5,7 @@ }, "record": { "A": ["217.174.245.249"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", + "MX": "hosts.is-a.dev" } } From b480aba02e7631ed7b17b130a20fb45d78aa2916 Mon Sep 17 00:00:00 2001 From: uberkey Date: Sun, 6 Aug 2023 20:16:05 +0200 Subject: [PATCH 0797/1143] feat(domain): uberkey.is-a.dev --- domains/uberkey.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/uberkey.json b/domains/uberkey.json index a98db0e7c..46892cefa 100644 --- a/domains/uberkey.json +++ b/domains/uberkey.json @@ -4,6 +4,6 @@ "email": "postmordial@gmail.com" }, "record": { - "CNAME": "uberkey.github.io" + "CNAME": "uberkey.github.io" } } From 5ec87cc661144c89ae88050099e6fe5fe248ad84 Mon Sep 17 00:00:00 2001 From: Hector Vigil - Escalera <78450330+Hector-Vigil@users.noreply.github.com> Date: Sun, 6 Aug 2023 14:17:11 -0400 Subject: [PATCH 0798/1143] Create _github-pages-challenge-Hector-Vigil.hector-vigil.json --- _github-pages-challenge-Hector-Vigil.hector-vigil.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 _github-pages-challenge-Hector-Vigil.hector-vigil.json diff --git a/_github-pages-challenge-Hector-Vigil.hector-vigil.json b/_github-pages-challenge-Hector-Vigil.hector-vigil.json new file mode 100644 index 000000000..9494c7a67 --- /dev/null +++ b/_github-pages-challenge-Hector-Vigil.hector-vigil.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Hector-Vigil", + "email": "vigilescalera.h@gmail.com" + }, + "record": { + "TXT": "01a4ef998725972f99991612a43336" + } +} From 097c1e8042dbcc3f8516a0df3cc90051087b0f0d Mon Sep 17 00:00:00 2001 From: Hector Vigil - Escalera <78450330+Hector-Vigil@users.noreply.github.com> Date: Sun, 6 Aug 2023 14:19:41 -0400 Subject: [PATCH 0799/1143] Rename _github-pages-challenge-Hector-Vigil.hector-vigil.json to domains/_github-pages-challenge-Hector-Vigil.hector-vigil.json --- .../_github-pages-challenge-Hector-Vigil.hector-vigil.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename _github-pages-challenge-Hector-Vigil.hector-vigil.json => domains/_github-pages-challenge-Hector-Vigil.hector-vigil.json (100%) diff --git a/_github-pages-challenge-Hector-Vigil.hector-vigil.json b/domains/_github-pages-challenge-Hector-Vigil.hector-vigil.json similarity index 100% rename from _github-pages-challenge-Hector-Vigil.hector-vigil.json rename to domains/_github-pages-challenge-Hector-Vigil.hector-vigil.json From deb9ce8208c8522b4b155065ff797a37e15f35df Mon Sep 17 00:00:00 2001 From: Jonathan Carrillo Sanchez <41805267+bi0hazarDD@users.noreply.github.com> Date: Sun, 6 Aug 2023 19:59:36 +0100 Subject: [PATCH 0800/1143] Update jonathancarrillo.json was changed by accident because earlier I was trying to do it through aws Buckets , and that was an old PR, i'm hosting my static website on gh pages now --- domains/jonathancarrillo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/jonathancarrillo.json b/domains/jonathancarrillo.json index d069517a0..d72749f8e 100644 --- a/domains/jonathancarrillo.json +++ b/domains/jonathancarrillo.json @@ -4,6 +4,6 @@ "email": "jonathan-8@hotmail.co.uk" }, "record": { - "CNAME": "johny-portfolio.s3-website.eu-north-1.amazonaws.com" + "CNAME": "bi0hazarDD.github.io" } } From f8b45fb164d6e570818838b550414534725241ca Mon Sep 17 00:00:00 2001 From: Salmontrap26283627 Date: Sun, 6 Aug 2023 23:43:43 +0200 Subject: [PATCH 0801/1143] feat(domain): pixie.is-a.dev --- domains/pixie.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/pixie.json diff --git a/domains/pixie.json b/domains/pixie.json new file mode 100644 index 000000000..c4ec63fe1 --- /dev/null +++ b/domains/pixie.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Salmontrap26283627", + "email": "soudeur-epicier.0x@icloud.com" + }, + "record": { + "URL": "https://html-starter-seven-umber.vercel.app/" + } +} From 103551dd557b6ea7f5ece787e36f8e5deb0c5a0c Mon Sep 17 00:00:00 2001 From: moon-moon <88635622+pansy27@users.noreply.github.com> Date: Mon, 7 Aug 2023 04:44:48 +0530 Subject: [PATCH 0802/1143] Create _github-pages-challenge-pansy27.pansy.json added txt records --- domains/_github-pages-challenge-pansy27.pansy.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-pansy27.pansy.json diff --git a/domains/_github-pages-challenge-pansy27.pansy.json b/domains/_github-pages-challenge-pansy27.pansy.json new file mode 100644 index 000000000..fd1bf5895 --- /dev/null +++ b/domains/_github-pages-challenge-pansy27.pansy.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "pansy27", + "email": "uselessshogun99@gmail.com" + }, + "record": { + "TXT": "f7dedb2a4d727663fc9b0198fe3797" + } +} From 1750b2a0ef0d8bdd6b811033f72bc8d4caf9e917 Mon Sep 17 00:00:00 2001 From: not-a-ethan Date: Sun, 6 Aug 2023 20:14:51 -0400 Subject: [PATCH 0803/1143] feat(domain): not-ethan.is-a.dev --- domains/not-ethan.json | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/domains/not-ethan.json b/domains/not-ethan.json index 66dd58b79..b70aeacd1 100644 --- a/domains/not-ethan.json +++ b/domains/not-ethan.json @@ -1,13 +1,9 @@ -{ - "description": "Ethan's website", - "repo": "https://github.com/not-a-ethan/Portfiolio", - "owner": { - "username": "not-a-ethan", - "email": "", - "discord": "not_ethan." - }, - "record": { - "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], - "TXT": "v=spf1 include:spf.improvmx.com ~all" - } -} +{ + "owner": { + "username": "not-a-ethan", + "email": "ethans0408.5@gmail.com" + }, + "record": { + "CNAME": "not-a-ethan.github.io" + } +} From 1d9d0245b9a5bed473f069f32ef16effac8dff8d Mon Sep 17 00:00:00 2001 From: Ethan <92686703+not-a-ethan@users.noreply.github.com> Date: Sun, 6 Aug 2023 20:15:56 -0400 Subject: [PATCH 0804/1143] Update not-ethan.json --- domains/not-ethan.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/domains/not-ethan.json b/domains/not-ethan.json index b70aeacd1..727fad378 100644 --- a/domains/not-ethan.json +++ b/domains/not-ethan.json @@ -4,6 +4,8 @@ "email": "ethans0408.5@gmail.com" }, "record": { - "CNAME": "not-a-ethan.github.io" + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~all", + "CNAME": "not-a-ethan.github.io" } } From 50d5feaf87f5646155a6c9acd001c0d81cb09223 Mon Sep 17 00:00:00 2001 From: Ethan <92686703+not-a-ethan@users.noreply.github.com> Date: Sun, 6 Aug 2023 20:18:45 -0400 Subject: [PATCH 0805/1143] Update not-ethan.json --- domains/not-ethan.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/not-ethan.json b/domains/not-ethan.json index 727fad378..03cd32d0d 100644 --- a/domains/not-ethan.json +++ b/domains/not-ethan.json @@ -6,6 +6,6 @@ "record": { "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all", - "CNAME": "not-a-ethan.github.io" + "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"] } } From b9808863bb693c323d808f0a1ed8c867b575ed8b Mon Sep 17 00:00:00 2001 From: Cfhoiril Date: Mon, 7 Aug 2023 08:16:30 +0700 Subject: [PATCH 0806/1143] feat(domain): iamchoiiril.is-a.dev --- domains/iamchoiiril.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/iamchoiiril.json b/domains/iamchoiiril.json index fcf9608b4..a04312176 100644 --- a/domains/iamchoiiril.json +++ b/domains/iamchoiiril.json @@ -4,6 +4,6 @@ "email": "iamchoirilfk@gmail.com" }, "record": { - "URL": "https://cfhoiril.github.io/portfolio/" + "CNAME": "cfhoiril.github.io" } } From 3dec8eaf6c16e69d55c29607af55a160804e1673 Mon Sep 17 00:00:00 2001 From: Ken Wu Date: Sun, 6 Aug 2023 23:19:39 -0200 Subject: [PATCH 0807/1143] Update and rename kenwu.json to _github-pages-challenge-KenWuqianghao.kenwu.json --- ...nwu.json => _github-pages-challenge-KenWuqianghao.kenwu.json} | 1 + 1 file changed, 1 insertion(+) rename domains/{kenwu.json => _github-pages-challenge-KenWuqianghao.kenwu.json} (87%) diff --git a/domains/kenwu.json b/domains/_github-pages-challenge-KenWuqianghao.kenwu.json similarity index 87% rename from domains/kenwu.json rename to domains/_github-pages-challenge-KenWuqianghao.kenwu.json index 4bbda27e5..229ad22f1 100644 --- a/domains/kenwu.json +++ b/domains/_github-pages-challenge-KenWuqianghao.kenwu.json @@ -8,5 +8,6 @@ }, "record": { "CNAME": "kenwuqianghao.github.io" + "TXT": "15c0eb5d4a85c75c4b205ac26a4d31" } } From dc7c0570006d8771b7f501300a73e40472fe4c51 Mon Sep 17 00:00:00 2001 From: Shreyas-ITB Date: Mon, 7 Aug 2023 09:17:00 +0530 Subject: [PATCH 0808/1143] feat(domain): shreyasitb.is-a.dev --- domains/shreyasitb.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/shreyasitb.json b/domains/shreyasitb.json index c99534432..f037ff30b 100644 --- a/domains/shreyasitb.json +++ b/domains/shreyasitb.json @@ -4,6 +4,6 @@ "email": "rstechbros@gmail.com" }, "record": { - "CNAME": "shreyas-itb.github.io" + "TXT": "_github-pages-challenge-Shreyas-ITB.shreyasitb" } } From 017811bf7a2959e4718c610208dfd938cfde79c1 Mon Sep 17 00:00:00 2001 From: Shreyas-ITB Date: Mon, 7 Aug 2023 09:26:48 +0530 Subject: [PATCH 0809/1143] feat(domain): shreyasitb.is-a.dev --- domains/shreyasitb.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/shreyasitb.json b/domains/shreyasitb.json index f037ff30b..b9a59c9b9 100644 --- a/domains/shreyasitb.json +++ b/domains/shreyasitb.json @@ -4,6 +4,6 @@ "email": "rstechbros@gmail.com" }, "record": { - "TXT": "_github-pages-challenge-Shreyas-ITB.shreyasitb" + "TXT": "737cf4521bb4d1c2a7530ce67a8304" } } From df4d93eb0bf4ddfb00a572b53cf6a4b60478aeb9 Mon Sep 17 00:00:00 2001 From: Robin <62457878+Rubinskiy@users.noreply.github.com> Date: Mon, 7 Aug 2023 11:41:01 +0700 Subject: [PATCH 0810/1143] Rename _github-pages-challenge-rubinskiy.bob to _github-pages-challenge-rubinskiy.bob.json --- ...e-rubinskiy.bob => _github-pages-challenge-rubinskiy.bob.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-rubinskiy.bob => _github-pages-challenge-rubinskiy.bob.json} (100%) diff --git a/domains/_github-pages-challenge-rubinskiy.bob b/domains/_github-pages-challenge-rubinskiy.bob.json similarity index 100% rename from domains/_github-pages-challenge-rubinskiy.bob rename to domains/_github-pages-challenge-rubinskiy.bob.json From d61e2ff633c56bd8c1a3e1487040b2ae58d09954 Mon Sep 17 00:00:00 2001 From: Soldierplayz6867 Date: Mon, 7 Aug 2023 13:30:41 +0800 Subject: [PATCH 0811/1143] feat(domain): bkmd.is-a.dev --- domains/bkmd.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/bkmd.json diff --git a/domains/bkmd.json b/domains/bkmd.json new file mode 100644 index 000000000..90e48e005 --- /dev/null +++ b/domains/bkmd.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Soldierplayz6867", + "email": "soldierplayz.tw@gmail.com" + }, + "record": { + "CNAME": "da-1.us.hostns.io" + } +} From f645ee47226ba55d69d204611925adec863a9de7 Mon Sep 17 00:00:00 2001 From: MrGliff Date: Mon, 7 Aug 2023 11:06:32 +0530 Subject: [PATCH 0812/1143] feat(domain): mrgliff.is-a.dev --- domains/mrgliff.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/mrgliff.json diff --git a/domains/mrgliff.json b/domains/mrgliff.json new file mode 100644 index 000000000..f7f59e6a1 --- /dev/null +++ b/domains/mrgliff.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "MrGliff", + "email": "dharminnagar@gmail.com" + }, + "record": { + "URL": "mrgliff.dev" + } +} From dc9f0dda48ed77513b4879ed1126d2ba96684adb Mon Sep 17 00:00:00 2001 From: coopercoder Date: Mon, 7 Aug 2023 14:40:09 +0800 Subject: [PATCH 0813/1143] feat(domain): zhaiguangpeng.is-a.dev --- domains/zhaiguangpeng.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/zhaiguangpeng.json diff --git a/domains/zhaiguangpeng.json b/domains/zhaiguangpeng.json new file mode 100644 index 000000000..dfc79bef5 --- /dev/null +++ b/domains/zhaiguangpeng.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "coopercoder", + "email": "whitetiger0127@163.com" + }, + "record": { + "CNAME": "zhaiguangpeng.love" + } +} From 8af2ba331b6fe116e9427b16b70d8114c5b6165c Mon Sep 17 00:00:00 2001 From: Syxaaa Date: Mon, 7 Aug 2023 14:03:09 +0700 Subject: [PATCH 0814/1143] feat(domain): lam.is-a.dev --- domains/lam.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/lam.json diff --git a/domains/lam.json b/domains/lam.json new file mode 100644 index 000000000..2e6d46de7 --- /dev/null +++ b/domains/lam.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Syxaaa", + "email": "nguyenlamyou@gmail.com" + }, + "record": { + "URL": "https://replit.com/@lamnguyen173/profile-card?v=1" + } +} From aaddd37309c1e9093e1e91ae3139f09db0426116 Mon Sep 17 00:00:00 2001 From: ARBoyGo <69381592+ARBoyGo@users.noreply.github.com> Date: Mon, 7 Aug 2023 10:24:53 +0300 Subject: [PATCH 0815/1143] Create _github-pages-challenge-ARBoyGo.arboy.json --- domains/_github-pages-challenge-ARBoyGo.arboy.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_github-pages-challenge-ARBoyGo.arboy.json diff --git a/domains/_github-pages-challenge-ARBoyGo.arboy.json b/domains/_github-pages-challenge-ARBoyGo.arboy.json new file mode 100644 index 000000000..d5c69a01f --- /dev/null +++ b/domains/_github-pages-challenge-ARBoyGo.arboy.json @@ -0,0 +1,10 @@ +{ + "description": "Github verification", + "owner": { + "username": "arboygo", + "email": "arboygo@duck.com" + }, + "record": { + "TXT": "279fd9e58ed7ce7558663b3992f871" + } +} From fd821556381ca694858ef39147f0cdeb6d5720dc Mon Sep 17 00:00:00 2001 From: n4n5 <56606507+Its-Just-Nans@users.noreply.github.com> Date: Mon, 7 Aug 2023 09:51:02 +0200 Subject: [PATCH 0816/1143] Create n4n5.json --- domains/n4n5.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/n4n5.json diff --git a/domains/n4n5.json b/domains/n4n5.json new file mode 100644 index 000000000..c6df06f62 --- /dev/null +++ b/domains/n4n5.json @@ -0,0 +1,12 @@ +{ + "description": "redirects to my website", + "repo": "https://github.com/Its-Just-Nans/its-just-nans.github.io", + "owner": { + "username": "n4n5", + "email": "", + "twitter": "Its-Just-Nans", + }, + "record": { + "URL": "https://n4n5.dev" + } +} From 07f5483171d36a934d0f62432351ae74336dad4b Mon Sep 17 00:00:00 2001 From: n4n5 <56606507+Its-Just-Nans@users.noreply.github.com> Date: Mon, 7 Aug 2023 09:53:23 +0200 Subject: [PATCH 0817/1143] Update n4n5.json --- domains/n4n5.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/n4n5.json b/domains/n4n5.json index c6df06f62..1bdfbde69 100644 --- a/domains/n4n5.json +++ b/domains/n4n5.json @@ -1,6 +1,6 @@ { "description": "redirects to my website", - "repo": "https://github.com/Its-Just-Nans/its-just-nans.github.io", + "repo": "https://github.com/Its-Just-Nans", "owner": { "username": "n4n5", "email": "", From f4d901ee4bd64b73a071a43da98ec1ecea5f8886 Mon Sep 17 00:00:00 2001 From: Kaustubh Kharvi <99479103+kaustubhkharvi@users.noreply.github.com> Date: Mon, 7 Aug 2023 13:24:54 +0530 Subject: [PATCH 0818/1143] Update kaustubh.json --- domains/kaustubh.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/domains/kaustubh.json b/domains/kaustubh.json index da258f94b..134106d5f 100644 --- a/domains/kaustubh.json +++ b/domains/kaustubh.json @@ -1,9 +1,12 @@ { + "description": "For my portfolio website made by using HTML + CSS and JS", + "repo": "https://github.com/kaustubhkharvi/kaustubhkharvi.github.io", "owner": { "username": "kaustubhkharvi", - "email": "kaustubh_2008@outlook.com" + "email": "kaustubh_2008@outlook.com", + "twitter": "Kaustubhkharvi" }, "record": { - "TXT": "1ac125c3f84f3381a22491edf36bb0" + "CNAME": "kaustubhkharvi.github.io" } -} +} From 841fc3cca89e83f598a216c2c45b72840cae369f Mon Sep 17 00:00:00 2001 From: Kaustubh Kharvi <99479103+kaustubhkharvi@users.noreply.github.com> Date: Mon, 7 Aug 2023 13:26:52 +0530 Subject: [PATCH 0819/1143] Create _github-pages-challenge-kaustubhkharvi.kaustubh.json --- ...github-pages-challenge-kaustubhkharvi.kaustubh.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_github-pages-challenge-kaustubhkharvi.kaustubh.json diff --git a/domains/_github-pages-challenge-kaustubhkharvi.kaustubh.json b/domains/_github-pages-challenge-kaustubhkharvi.kaustubh.json new file mode 100644 index 000000000..9951926b4 --- /dev/null +++ b/domains/_github-pages-challenge-kaustubhkharvi.kaustubh.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "kaustubhkharvi", + "email": "kaustubh_2008@outlook.com", + "twitter": "kaustubhkharvi" + }, + "record": { + "TXT": "1ac125c3f84f3381a22491edf36bb0" + } +} From a64d5d0186fe2b4c8b44c748c4fa4c51a74fbf2a Mon Sep 17 00:00:00 2001 From: Adarsh <109848261+clumzyofficial@users.noreply.github.com> Date: Mon, 7 Aug 2023 13:47:13 +0530 Subject: [PATCH 0820/1143] Update adarsh.json --- domains/adarsh.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/adarsh.json b/domains/adarsh.json index f97256b7b..a1ad810d0 100644 --- a/domains/adarsh.json +++ b/domains/adarsh.json @@ -4,6 +4,6 @@ "email": "adarshshukla0344@gmail.com" }, "record": { - "TXT": "undefined" + "CNAME": "clumzyofficial.github.io" } } From f0cb280c7bb574d42b3457b4fbc887dd568d2d8e Mon Sep 17 00:00:00 2001 From: K Harishankar <48408097+harishnkr@users.noreply.github.com> Date: Mon, 7 Aug 2023 14:07:03 +0530 Subject: [PATCH 0821/1143] Create _github-pages-challenge-harishnkr.hari.json --- domains/_github-pages-challenge-harishnkr.hari.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_github-pages-challenge-harishnkr.hari.json diff --git a/domains/_github-pages-challenge-harishnkr.hari.json b/domains/_github-pages-challenge-harishnkr.hari.json new file mode 100644 index 000000000..5380b91fa --- /dev/null +++ b/domains/_github-pages-challenge-harishnkr.hari.json @@ -0,0 +1,10 @@ +{ + "description": "Github verification", + "owner": { + "username": "harishnkr", + "email": "hari2menon1234@gmail.com" + }, + "record": { + "TXT": "7f15aad6874de8ea118574464c8169" + } +} From b459861f10be6505e53b59d173f584dbb35b18b4 Mon Sep 17 00:00:00 2001 From: Ainuddin Faizan Date: Mon, 7 Aug 2023 10:39:04 +0200 Subject: [PATCH 0822/1143] feat: add DNS TXT record for reverification --- domains/_github-pages-challenge-andyfaizan.andy.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-andyfaizan.andy.json diff --git a/domains/_github-pages-challenge-andyfaizan.andy.json b/domains/_github-pages-challenge-andyfaizan.andy.json new file mode 100644 index 000000000..05f0de9ca --- /dev/null +++ b/domains/_github-pages-challenge-andyfaizan.andy.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "andyfaizan", + "email": "andyfaizan@gmail.com" + }, + "record": { + "TXT": "8c35e4942c57ea0659a1b4c0cae798" + } +} \ No newline at end of file From d4e2d4c571ba03435e854b3de66532c42aec6f2a Mon Sep 17 00:00:00 2001 From: William Harrison Date: Mon, 7 Aug 2023 17:56:49 +0800 Subject: [PATCH 0823/1143] Update terroid.json --- domains/terroid.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/terroid.json b/domains/terroid.json index 917093ba5..512bd0cc1 100644 --- a/domains/terroid.json +++ b/domains/terroid.json @@ -3,7 +3,7 @@ "repo": "https://github.com/skandabhairava/skandabhairava.github.io", "owner": { "username": "skandabhairava", - "email": "skandabhairava@gmail.com", + "email": "skandabhairava@gmail.com" }, "record": { "CNAME": "skandabhairava.github.io" From 80b468da40331cd47d66b66ecd9f343b75f1cde9 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Mon, 7 Aug 2023 17:59:02 +0800 Subject: [PATCH 0824/1143] Update _github-pages-challenge-skandabhairava.terroid.json --- domains/_github-pages-challenge-skandabhairava.terroid.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/_github-pages-challenge-skandabhairava.terroid.json b/domains/_github-pages-challenge-skandabhairava.terroid.json index 6bab87b49..09fdebe82 100644 --- a/domains/_github-pages-challenge-skandabhairava.terroid.json +++ b/domains/_github-pages-challenge-skandabhairava.terroid.json @@ -1,7 +1,7 @@ { "owner": { "username": "skandabhairava", - "email": "skandabhairava@gmail.com", + "email": "skandabhairava@gmail.com" }, "record": { "TXT": "73004005801e8467de8a643a7c1cf8" From 901ffae0b6faba9c1447b1d4aafb5df0099389ba Mon Sep 17 00:00:00 2001 From: Sxya <96788682+Syxaaa@users.noreply.github.com> Date: Mon, 7 Aug 2023 17:20:23 +0700 Subject: [PATCH 0825/1143] Update lam.json --- domains/lam.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/lam.json b/domains/lam.json index 2e6d46de7..f93678c44 100644 --- a/domains/lam.json +++ b/domains/lam.json @@ -4,6 +4,6 @@ "email": "nguyenlamyou@gmail.com" }, "record": { - "URL": "https://replit.com/@lamnguyen173/profile-card?v=1" + "URL": "https://profile-card-eqs.pages.dev/" } } From e3874c79f419b9330d3cde50202af9fe23cb88c2 Mon Sep 17 00:00:00 2001 From: turvenuija1 <4209@lattahattu.fi> Date: Mon, 7 Aug 2023 14:09:08 +0300 Subject: [PATCH 0826/1143] feat(domain): _github-pages-challenge-turvenuija1.turvenuija.is-a.dev --- .../_github-pages-challenge-turvenuija1.turvenuija.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-turvenuija1.turvenuija.json diff --git a/domains/_github-pages-challenge-turvenuija1.turvenuija.json b/domains/_github-pages-challenge-turvenuija1.turvenuija.json new file mode 100644 index 000000000..59cca99da --- /dev/null +++ b/domains/_github-pages-challenge-turvenuija1.turvenuija.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "turvenuija1", + "email": "4209@lattahattu.fi" + }, + "record": { + "TXT": "91c902200720c9032d320f25ae736c" + } +} From 2e0eb44edbe962e06f63cb285c2a622edfad7a2d Mon Sep 17 00:00:00 2001 From: William Harrison Date: Mon, 7 Aug 2023 19:33:31 +0800 Subject: [PATCH 0827/1143] Discard changes to domains/shuawe.is-a.dev --- domains/shuawe.is-a.dev | 1 - 1 file changed, 1 deletion(-) delete mode 100644 domains/shuawe.is-a.dev diff --git a/domains/shuawe.is-a.dev b/domains/shuawe.is-a.dev deleted file mode 100644 index 8b1378917..000000000 --- a/domains/shuawe.is-a.dev +++ /dev/null @@ -1 +0,0 @@ - From 9e6dcc8ff275fc8e30ae6485dd683f33ae23986b Mon Sep 17 00:00:00 2001 From: William Harrison <115670568+WDH-2@users.noreply.github.com> Date: Mon, 7 Aug 2023 19:41:26 +0800 Subject: [PATCH 0828/1143] Update william.json --- domains/william.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/william.json b/domains/william.json index 6f0c5a82f..890a72d9b 100644 --- a/domains/william.json +++ b/domains/william.json @@ -5,6 +5,6 @@ }, "record": { - "URL": "https://williamharrison.dev" + "CNAME": "hosts.is-a.dev" } } From fedbb9b5477de506bdcef9afa27edd47902393d5 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Mon, 7 Aug 2023 20:05:42 +0800 Subject: [PATCH 0829/1143] Rename yourtilak.json to domains/yourtilak.json --- yourtilak.json => domains/yourtilak.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename yourtilak.json => domains/yourtilak.json (100%) diff --git a/yourtilak.json b/domains/yourtilak.json similarity index 100% rename from yourtilak.json rename to domains/yourtilak.json From 6f2b14fa68418d72aa6f7dafd55eb9f3fdd9a4a5 Mon Sep 17 00:00:00 2001 From: shuawe Date: Mon, 7 Aug 2023 15:13:55 +0300 Subject: [PATCH 0830/1143] Update shuawe.json --- domains/shuawe.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/shuawe.json b/domains/shuawe.json index 0ad823ec1..81479e2b0 100644 --- a/domains/shuawe.json +++ b/domains/shuawe.json @@ -4,6 +4,6 @@ "email": "shuaweee@gmail.com" }, "record": { - "CNAME": "yxvcki69.up.railway.app" + "CNAME": "shuawe.vercel.app" } } From 32ef902c532cab2cc5c2258ee95183320c160570 Mon Sep 17 00:00:00 2001 From: shuawe Date: Mon, 7 Aug 2023 15:14:39 +0300 Subject: [PATCH 0831/1143] Update shuawe.json --- domains/shuawe.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/shuawe.json b/domains/shuawe.json index 81479e2b0..1d88f5ec9 100644 --- a/domains/shuawe.json +++ b/domains/shuawe.json @@ -4,6 +4,6 @@ "email": "shuaweee@gmail.com" }, "record": { - "CNAME": "shuawe.vercel.app" + "CNAME": "shuawe.railway.app" } } From ea3ba605662b5da1846cababf70ee15e4d5ae732 Mon Sep 17 00:00:00 2001 From: Jonathan Carrillo Sanchez <41805267+bi0hazarDD@users.noreply.github.com> Date: Mon, 7 Aug 2023 13:22:53 +0100 Subject: [PATCH 0832/1143] Create _github-pages-challenge-bi0hazarDD.jonathancarrillo.json github verification --- ...b-pages-challenge-bi0hazarDD.jonathancarrillo.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/_github-pages-challenge-bi0hazarDD.jonathancarrillo.json diff --git a/domains/_github-pages-challenge-bi0hazarDD.jonathancarrillo.json b/domains/_github-pages-challenge-bi0hazarDD.jonathancarrillo.json new file mode 100644 index 000000000..2383d61f1 --- /dev/null +++ b/domains/_github-pages-challenge-bi0hazarDD.jonathancarrillo.json @@ -0,0 +1,11 @@ +{ + "description": "Personal site for github@bi0hazarDD (GH Pages verification)", + "repo": "https://github.com/bi0hazarDD/bi0hazarDD.github.io", + "owner": { + "username": "bi0hazarDD", + "email": "jonathan-8@hotmail.co.uk" + }, + "record": { + "TXT": "8e185689c7ba93093ddd8785ca60e6" + } +} From 8872cab5b99809bedbc8b37a2220076baea34e2f Mon Sep 17 00:00:00 2001 From: Jonathan Carrillo Sanchez <41805267+bi0hazarDD@users.noreply.github.com> Date: Mon, 7 Aug 2023 13:25:14 +0100 Subject: [PATCH 0833/1143] Create _github-pages-challenge-bi0hazarDD.jonathancarrillo.json verification gh pages --- ...b-pages-challenge-bi0hazarDD.jonathancarrillo.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/_github-pages-challenge-bi0hazarDD.jonathancarrillo.json diff --git a/domains/_github-pages-challenge-bi0hazarDD.jonathancarrillo.json b/domains/_github-pages-challenge-bi0hazarDD.jonathancarrillo.json new file mode 100644 index 000000000..2383d61f1 --- /dev/null +++ b/domains/_github-pages-challenge-bi0hazarDD.jonathancarrillo.json @@ -0,0 +1,11 @@ +{ + "description": "Personal site for github@bi0hazarDD (GH Pages verification)", + "repo": "https://github.com/bi0hazarDD/bi0hazarDD.github.io", + "owner": { + "username": "bi0hazarDD", + "email": "jonathan-8@hotmail.co.uk" + }, + "record": { + "TXT": "8e185689c7ba93093ddd8785ca60e6" + } +} From eb6ff0d9b42685451265a7443cb4a660071b4727 Mon Sep 17 00:00:00 2001 From: x8t-code Date: Mon, 7 Aug 2023 18:43:05 +0545 Subject: [PATCH 0834/1143] feat(domain): x8t.is-a.dev --- domains/x8t.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/x8t.json diff --git a/domains/x8t.json b/domains/x8t.json new file mode 100644 index 000000000..8098364af --- /dev/null +++ b/domains/x8t.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "x8t-code", + "email": "x8t@tuta.io" + }, + "record": { + "CNAME": "x8t-code.github.io" + } +} From 7fd5d30666238b8ceb0e8cdc6bce1e8523ea6799 Mon Sep 17 00:00:00 2001 From: Bnyro <82752168+Bnyro@users.noreply.github.com> Date: Mon, 7 Aug 2023 15:24:34 +0200 Subject: [PATCH 0835/1143] register _github-pages-challenge-Bnyro.bnyro --- domains/_github-pages-challenge-Bnyro.bnyro.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-Bnyro.bnyro.json diff --git a/domains/_github-pages-challenge-Bnyro.bnyro.json b/domains/_github-pages-challenge-Bnyro.bnyro.json new file mode 100644 index 000000000..49e09b122 --- /dev/null +++ b/domains/_github-pages-challenge-Bnyro.bnyro.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Bnyro", + "email": "bnyro@tutanota.com" + }, + "record": { + "TXT": "44677d523e6eee7f03f41e5d062066" + } +} From 2a8c11a126a6fa6fbee2ee812de725e2f20707dd Mon Sep 17 00:00:00 2001 From: Krix12 Date: Mon, 7 Aug 2023 15:46:14 +0200 Subject: [PATCH 0836/1143] feat(domain): _github-pages-challenge-Krix12.krix.is-a.dev --- domains/_github-pages-challenge-Krix12.krix.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-Krix12.krix.json diff --git a/domains/_github-pages-challenge-Krix12.krix.json b/domains/_github-pages-challenge-Krix12.krix.json new file mode 100644 index 000000000..b97e41309 --- /dev/null +++ b/domains/_github-pages-challenge-Krix12.krix.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Krix12", + "email": "kristjan.kocevar89@gmail.com" + }, + "record": { + "TXT": "178ab459221fd277af8029cae84a63" + } +} From b3eca7251f3402575c393e39d01dbb59efda44e9 Mon Sep 17 00:00:00 2001 From: Robin <62457878+Rubinskiy@users.noreply.github.com> Date: Mon, 7 Aug 2023 21:07:27 +0700 Subject: [PATCH 0837/1143] Update _github-pages-challenge-rubinskiy.bob.json --- domains/_github-pages-challenge-rubinskiy.bob.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/_github-pages-challenge-rubinskiy.bob.json b/domains/_github-pages-challenge-rubinskiy.bob.json index 71a17826d..b4fe2a945 100644 --- a/domains/_github-pages-challenge-rubinskiy.bob.json +++ b/domains/_github-pages-challenge-rubinskiy.bob.json @@ -1,7 +1,8 @@ { "owner": { "username": "Rubinskiy", - "discord": "rubinskiy#5258" + "discord": "rubinskiy#5258", + "email": "roebebin@gmail.com" }, "record": { "TXT": "c3cc9a1718038c0034ac2b6d16f69e" From ea31497549c2d3822195608df0d07f30fb2501f3 Mon Sep 17 00:00:00 2001 From: "Suraj (Clay)" <83020021+Clay990@users.noreply.github.com> Date: Mon, 7 Aug 2023 19:56:13 +0545 Subject: [PATCH 0838/1143] Create _github-pages-challenge-Clay990.suraj Adding a DNS TXT record --- domains/_github-pages-challenge-Clay990.suraj | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-Clay990.suraj diff --git a/domains/_github-pages-challenge-Clay990.suraj b/domains/_github-pages-challenge-Clay990.suraj new file mode 100644 index 000000000..e6d64eee0 --- /dev/null +++ b/domains/_github-pages-challenge-Clay990.suraj @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Clay990", + "email": "asuraj991m@gmail.com" + }, + "record": { + "TXT": "dee6e1fa6a0e02df5af4edb0e40ac4" + } +} From a2bf0332d33067fca604205bbeca96fbe113d2b8 Mon Sep 17 00:00:00 2001 From: PassiveLemon Date: Mon, 7 Aug 2023 10:15:21 -0400 Subject: [PATCH 0839/1143] feat(domain): lemon.is-a.dev --- domains/lemon.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/lemon.json diff --git a/domains/lemon.json b/domains/lemon.json new file mode 100644 index 000000000..99e6ae8e8 --- /dev/null +++ b/domains/lemon.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "PassiveLemon", + "email": "lemonl3mn@protonmail.com" + }, + "record": { + "CNAME": "citrus-tree.xyz" + } +} From 75f9d5576bd5385a53ebd65a522b997440b4f8f6 Mon Sep 17 00:00:00 2001 From: Ashish Binu <56691622+ashishbinu@users.noreply.github.com> Date: Mon, 7 Aug 2023 19:59:03 +0530 Subject: [PATCH 0840/1143] feat(domain): add `ashishbinu.is-a.dev` --- domains/ashishbinu.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/ashishbinu.json diff --git a/domains/ashishbinu.json b/domains/ashishbinu.json new file mode 100644 index 000000000..fc314d529 --- /dev/null +++ b/domains/ashishbinu.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "ashishbinu", + "email": "ashishbinu90@gmail.com" + }, + + "record": { + "CNAME": "ashishbinu.surge.sh" + } +} From 7ee40b6c499887f7e6008f32a2aae66696f8df04 Mon Sep 17 00:00:00 2001 From: Shashank Agarwal <112311687+ershashankgit@users.noreply.github.com> Date: Mon, 7 Aug 2023 20:05:08 +0530 Subject: [PATCH 0841/1143] Create shashankag.json --- domains/shashankag.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/shashankag.json diff --git a/domains/shashankag.json b/domains/shashankag.json new file mode 100644 index 000000000..82aaf9a4f --- /dev/null +++ b/domains/shashankag.json @@ -0,0 +1,11 @@ +{ + "description": "Portfolio", + "repo": "https://github.com/ershashankgit/portfolio", + "owner": { + "username": "ershashankgit", + "email": "contact@shashank.my.id" + }, + "record": { + "CNAME": "ershashankgit.github.io" + } +} From df7202cbb37dab8ef0123407c8fd7b1e71c841ef Mon Sep 17 00:00:00 2001 From: HmonsterG <60810944+HmonsterG@users.noreply.github.com> Date: Mon, 7 Aug 2023 15:44:51 +0100 Subject: [PATCH 0842/1143] Update soap.json --- domains/soap.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/domains/soap.json b/domains/soap.json index 4e7f60e1c..32481084a 100644 --- a/domains/soap.json +++ b/domains/soap.json @@ -1,9 +1,11 @@ { + "description": "soap.is-a.dev", + "repo": "https://github.com/hmonsterg/hmonsterg.github.io", "owner": { "username": "HmonsterG", "email": "Plzdontgethacked@outlook.com" }, "record": { - "CNAME": "soap" + "CNAME": "hmonsterg.github.io" } -} +} From f2250ea21eb38927ec28c0033f377cb98330a452 Mon Sep 17 00:00:00 2001 From: creeperkafasi Date: Mon, 7 Aug 2023 18:07:30 +0300 Subject: [PATCH 0843/1143] feat(domain): _github-pages-challenge-creeperkafasi.deniz.is-a.dev --- domains/_github-pages-challenge-creeperkafasi.deniz.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-creeperkafasi.deniz.json diff --git a/domains/_github-pages-challenge-creeperkafasi.deniz.json b/domains/_github-pages-challenge-creeperkafasi.deniz.json new file mode 100644 index 000000000..2be33bebe --- /dev/null +++ b/domains/_github-pages-challenge-creeperkafasi.deniz.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "creeperkafasi", + "email": "creeperkafasiyt@gmail.com" + }, + "record": { + "TXT": "a6a4af6f32972c69be7ec1700f7196" + } +} From 23667f3c3ce3ae91af6adda97dce0c7065becbae Mon Sep 17 00:00:00 2001 From: OtterDev <134523836+OtterCodes101@users.noreply.github.com> Date: Mon, 7 Aug 2023 10:45:24 -0600 Subject: [PATCH 0844/1143] Add github pages verification challenge --- .../_github-pages-challenge-OtterCodes101.otter.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_github-pages-challenge-OtterCodes101.otter.json diff --git a/domains/_github-pages-challenge-OtterCodes101.otter.json b/domains/_github-pages-challenge-OtterCodes101.otter.json new file mode 100644 index 000000000..89938a826 --- /dev/null +++ b/domains/_github-pages-challenge-OtterCodes101.otter.json @@ -0,0 +1,10 @@ +{ + "description": "Github verification", + "owner": { + "username": "OtterCodes101", + "email": "oliver.anderson4435@gmail.com" + }, + "record": { + "TXT": "088d75670097903fabd47977697d42" + } +} From 2b37725b4d40b2cec8664403d2a8315bc1b9862e Mon Sep 17 00:00:00 2001 From: rohansharma-developer Date: Mon, 7 Aug 2023 22:50:40 +0530 Subject: [PATCH 0845/1143] feat(domain): rohansharma.is-a.dev --- domains/rohansharma.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/rohansharma.json b/domains/rohansharma.json index b8e06be73..4a1b80b97 100644 --- a/domains/rohansharma.json +++ b/domains/rohansharma.json @@ -4,6 +4,6 @@ "email": "rohansharma.developer@gmail.com" }, "record": { - "URL": "https://rohan.bodmaslmedia.in" + "URL": "https://rohansharma.me" } } From d6ff6d54981d5304eec283fe537cd79423684d70 Mon Sep 17 00:00:00 2001 From: N0r1uno Date: Mon, 7 Aug 2023 20:30:31 +0200 Subject: [PATCH 0846/1143] feat(domain): _github-pages-challenge-n0r1uno.steffen.is-a.dev --- domains/_github-pages-challenge-n0r1uno.steffen.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-n0r1uno.steffen.json diff --git a/domains/_github-pages-challenge-n0r1uno.steffen.json b/domains/_github-pages-challenge-n0r1uno.steffen.json new file mode 100644 index 000000000..199d4248e --- /dev/null +++ b/domains/_github-pages-challenge-n0r1uno.steffen.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "N0r1uno", + "email": "steffen.florschuetz@t-online.de" + }, + "record": { + "TXT": "06dbcd4fdc6325c0bce9ab6031937a" + } +} From 49cf6c020ccd7e24436eb6f580cf6b5125e11e44 Mon Sep 17 00:00:00 2001 From: Debjit Mandal <115482933+debjit-mandal@users.noreply.github.com> Date: Tue, 8 Aug 2023 00:00:53 +0530 Subject: [PATCH 0847/1143] Update debjit-mandal.json --- domains/debjit-mandal.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/debjit-mandal.json b/domains/debjit-mandal.json index 509257f05..b2434505d 100644 --- a/domains/debjit-mandal.json +++ b/domains/debjit-mandal.json @@ -4,6 +4,6 @@ "email": "debjitmandal8925@gmail.com" }, "record": { - "CNAME": "github.io" + "CNAME": "debjit-mandal.github.io" } } From c26324e66e59b906d62abd5c284004e1874da8c8 Mon Sep 17 00:00:00 2001 From: AToska21 Date: Mon, 7 Aug 2023 21:33:26 +0200 Subject: [PATCH 0848/1143] feat(domain): andreat.is-a.dev --- domains/andreat.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/andreat.json diff --git a/domains/andreat.json b/domains/andreat.json new file mode 100644 index 000000000..75e29d02c --- /dev/null +++ b/domains/andreat.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "AToska21", + "email": "toskaandrea@gmail.com" + }, + "record": { + "A": ["185.32.21.42"] + } +} From b002547a80a9fe599668a196dfcd84a3369988a8 Mon Sep 17 00:00:00 2001 From: Ken Wu Date: Mon, 7 Aug 2023 17:58:45 -0200 Subject: [PATCH 0849/1143] Update _github-pages-challenge-KenWuqianghao.kenwu.json --- domains/_github-pages-challenge-KenWuqianghao.kenwu.json | 1 - 1 file changed, 1 deletion(-) diff --git a/domains/_github-pages-challenge-KenWuqianghao.kenwu.json b/domains/_github-pages-challenge-KenWuqianghao.kenwu.json index 229ad22f1..14849215f 100644 --- a/domains/_github-pages-challenge-KenWuqianghao.kenwu.json +++ b/domains/_github-pages-challenge-KenWuqianghao.kenwu.json @@ -7,7 +7,6 @@ "twitter": "KenWuqianghao" }, "record": { - "CNAME": "kenwuqianghao.github.io" "TXT": "15c0eb5d4a85c75c4b205ac26a4d31" } } From 7663c09f8e42ebc1fadf38c18b9e15922a3d0d17 Mon Sep 17 00:00:00 2001 From: dtcabrerizo Date: Mon, 7 Aug 2023 17:38:37 -0300 Subject: [PATCH 0850/1143] feat(domain): dennystc.is-a.dev --- domains/dennystc.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/dennystc.json diff --git a/domains/dennystc.json b/domains/dennystc.json new file mode 100644 index 000000000..09e305384 --- /dev/null +++ b/domains/dennystc.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "dtcabrerizo", + "email": "cabrerizo@gmail.com" + }, + "record": { + "CNAME": "ecodoc.com.br" + } +} From baac2c720ba32fe9e7d36837af24d366ed1945a6 Mon Sep 17 00:00:00 2001 From: akpi816218 <111009970+akpi816218@users.noreply.github.com> Date: Mon, 7 Aug 2023 14:30:09 -0700 Subject: [PATCH 0851/1143] Create _vercel.json --- domains/_vercel.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/_vercel.json diff --git a/domains/_vercel.json b/domains/_vercel.json new file mode 100644 index 000000000..e2d9aec12 --- /dev/null +++ b/domains/_vercel.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "akpi816218", + "email": "", + "discord": "equus_quagga" + }, + "description": "Domain verification for Vercel + "record": { + "TXT": "vc-domain-verify=akpi.is-a.dev,768dd553a6695598e338" + } +} From 27d78034365c937c2d86e55505e5f526efdf64e7 Mon Sep 17 00:00:00 2001 From: akpi816218 <111009970+akpi816218@users.noreply.github.com> Date: Mon, 7 Aug 2023 14:44:20 -0700 Subject: [PATCH 0852/1143] Delete _vercel.json --- domains/_vercel.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/_vercel.json diff --git a/domains/_vercel.json b/domains/_vercel.json deleted file mode 100644 index e2d9aec12..000000000 --- a/domains/_vercel.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "akpi816218", - "email": "", - "discord": "equus_quagga" - }, - "description": "Domain verification for Vercel - "record": { - "TXT": "vc-domain-verify=akpi.is-a.dev,768dd553a6695598e338" - } -} From 3465ffe250f4f5a96a27f0d1121e56f6767235d8 Mon Sep 17 00:00:00 2001 From: akpi816218 <111009970+akpi816218@users.noreply.github.com> Date: Mon, 7 Aug 2023 14:48:35 -0700 Subject: [PATCH 0853/1143] Create _github-pages-challenge-akpi816218.akpi.json --- domains/_github-pages-challenge-akpi816218.akpi.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_github-pages-challenge-akpi816218.akpi.json diff --git a/domains/_github-pages-challenge-akpi816218.akpi.json b/domains/_github-pages-challenge-akpi816218.akpi.json new file mode 100644 index 000000000..edd1888f9 --- /dev/null +++ b/domains/_github-pages-challenge-akpi816218.akpi.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "akpi816218", + "email": "", + "discord": "equus_quagga" + } + "record": { + "TXT": "83f74e3c71720aa4514d32cabe7324" + } +} From e10ffab94004d78b93c68936a5ae3a3dbb59d153 Mon Sep 17 00:00:00 2001 From: akpi816218 <111009970+akpi816218@users.noreply.github.com> Date: Mon, 7 Aug 2023 14:58:15 -0700 Subject: [PATCH 0854/1143] Create akpi.json --- domains/akpi.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 domains/akpi.json diff --git a/domains/akpi.json b/domains/akpi.json new file mode 100644 index 000000000..1cdbd6c00 --- /dev/null +++ b/domains/akpi.json @@ -0,0 +1,13 @@ +{ + "owner": { + "username": "akpi816218", + "email": "", + "discord": "equus_quagga" + }, + "record": { + "CNAME": "akpi816218.github.io", + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ] + } From f51b29d04f1f3e5b521280bc5b9b8055876b301d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B9=87?= Date: Mon, 7 Aug 2023 20:18:31 -0300 Subject: [PATCH 0855/1143] feat(domain): add `edson.is-a.dev` --- domains/edson.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/edson.json diff --git a/domains/edson.json b/domains/edson.json new file mode 100644 index 000000000..36fb93ff2 --- /dev/null +++ b/domains/edson.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "edsonbittencourt", + "email": "edson.bittencourt@outlook.com" + }, + + "record": { + "A": ["168.138.228.142"] + } +} From b77070aa747fbb8362c534bdccf5c1f19b3039a7 Mon Sep 17 00:00:00 2001 From: proudmuslim-dev <69869443+proudmuslim-dev@users.noreply.github.com> Date: Mon, 7 Aug 2023 23:59:14 +0000 Subject: [PATCH 0856/1143] Create _github-pages-challenge-proudmuslim-dev.proudmuslim.json --- ...thub-pages-challenge-proudmuslim-dev.proudmuslim.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-proudmuslim-dev.proudmuslim.json diff --git a/domains/_github-pages-challenge-proudmuslim-dev.proudmuslim.json b/domains/_github-pages-challenge-proudmuslim-dev.proudmuslim.json new file mode 100644 index 000000000..4d2ff57ff --- /dev/null +++ b/domains/_github-pages-challenge-proudmuslim-dev.proudmuslim.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "proudmuslim-dev", + "email": "proudmuslim-dev@protonmail.com" + }, + "record": { + "TXT": "47cff427b2b6f1e86c38ea84e341f2" + } +} From d4b9bdc5c01cc741f8ce3b67f6c6d68ad578e956 Mon Sep 17 00:00:00 2001 From: winrg Date: Mon, 7 Aug 2023 20:34:04 -0400 Subject: [PATCH 0857/1143] feat(domain): amity.is-a.dev --- domains/amity.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/amity.json diff --git a/domains/amity.json b/domains/amity.json new file mode 100644 index 000000000..32a6db52a --- /dev/null +++ b/domains/amity.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "winrg", + "email": "alyx@aleteoryx.me" + }, + "record": { + "URL": "aleteoryx.me" + } +} From a193793473698d7cb7fae01e9dc4c098b09f155a Mon Sep 17 00:00:00 2001 From: Patrick Zhou Date: Mon, 7 Aug 2023 17:53:21 -0700 Subject: [PATCH 0858/1143] Update patrickzhou.json --- domains/patrickzhou.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/domains/patrickzhou.json b/domains/patrickzhou.json index f02262bdb..39ef1e18c 100644 --- a/domains/patrickzhou.json +++ b/domains/patrickzhou.json @@ -1,10 +1,10 @@ { - "owner": { - "username": "patrickzhou1234", - "email": "", - "discord": "Moist Nugget#5050" - }, - "record": { - "CNAME": "patrickzhou1234.github.io" - } + "owner": { + "username": "patrickzhou1234", + "email": "", + "discord": "moist__nugget" + }, + "record": { + "CNAME": "patrickzhou1234.github.io" + } } From ff9ce5dcf6ea8e4fefe27ec041b3b8ab1c08a811 Mon Sep 17 00:00:00 2001 From: Patrick Zhou Date: Mon, 7 Aug 2023 17:54:38 -0700 Subject: [PATCH 0859/1143] Create _github-pages-challenge-patrickzhou1234.patrickzhou.json --- ...ub-pages-challenge-patrickzhou1234.patrickzhou.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_github-pages-challenge-patrickzhou1234.patrickzhou.json diff --git a/domains/_github-pages-challenge-patrickzhou1234.patrickzhou.json b/domains/_github-pages-challenge-patrickzhou1234.patrickzhou.json new file mode 100644 index 000000000..6a9d91dbd --- /dev/null +++ b/domains/_github-pages-challenge-patrickzhou1234.patrickzhou.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "patrickzhou1234", + "email": "", + "discord": "moist__nugget" + }, + "record": { + "TXT": "d7c5e799b2dc38d36cb2345dd0e78d" + } +} From b87fd02ad3b042ff8fbf60a5b0621e59316bf473 Mon Sep 17 00:00:00 2001 From: jainamoswal Date: Tue, 8 Aug 2023 07:20:19 +0530 Subject: [PATCH 0860/1143] feat(domain): jainam.is-a.dev --- domains/jainam.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/jainam.json diff --git a/domains/jainam.json b/domains/jainam.json new file mode 100644 index 000000000..2fb06ee27 --- /dev/null +++ b/domains/jainam.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "jainamoswal", + "email": "me@jainam.me" + }, + "record": { + "URL": "https://jainam.me" + } +} From 4a67f37cc078780d3c5aeaf54fe8236ff4bdb30a Mon Sep 17 00:00:00 2001 From: Syxaaa Date: Tue, 8 Aug 2023 09:13:39 +0700 Subject: [PATCH 0861/1143] feat(domain): lamnotadev.is-a.dev --- domains/lamnotadev.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/lamnotadev.json diff --git a/domains/lamnotadev.json b/domains/lamnotadev.json new file mode 100644 index 000000000..867e61844 --- /dev/null +++ b/domains/lamnotadev.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Syxaaa", + "email": "nguyenlamyou@gmail.com" + }, + "record": { + "URL": "https://thelastprofilecard.pages.dev/" + } +} From 68cc9f8817c08eb1076fd81a744696309eb41678 Mon Sep 17 00:00:00 2001 From: Sxya <96788682+Syxaaa@users.noreply.github.com> Date: Tue, 8 Aug 2023 09:15:28 +0700 Subject: [PATCH 0862/1143] Update lam.json --- domains/lam.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/lam.json b/domains/lam.json index f93678c44..f350eb719 100644 --- a/domains/lam.json +++ b/domains/lam.json @@ -4,6 +4,6 @@ "email": "nguyenlamyou@gmail.com" }, "record": { - "URL": "https://profile-card-eqs.pages.dev/" + "URL": "https://thelastprofilecard.pages.dev" } } From ab1636915e65b63211f64f8332f645c5daa52dc1 Mon Sep 17 00:00:00 2001 From: Jake He <72942681+Jakethebest1238@users.noreply.github.com> Date: Tue, 8 Aug 2023 02:59:34 +0000 Subject: [PATCH 0863/1143] Create _github-pages-challenge-Jakethebest1238.jakehe.json Add Github page challenge --- .../_github-pages-challenge-Jakethebest1238.jakehe.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-Jakethebest1238.jakehe.json diff --git a/domains/_github-pages-challenge-Jakethebest1238.jakehe.json b/domains/_github-pages-challenge-Jakethebest1238.jakehe.json new file mode 100644 index 000000000..7cad3e2a5 --- /dev/null +++ b/domains/_github-pages-challenge-Jakethebest1238.jakehe.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "jakethebest1238", + "email": "jakehe1226@gmail.com" + }, + "record": { + "TXT": "d96dac12901888fba491ca3e7666b6" + } +} From 8565eb8317b1e5d3e92be893ecfd67aa145c9f8a Mon Sep 17 00:00:00 2001 From: laqie Date: Tue, 8 Aug 2023 09:46:54 +0600 Subject: [PATCH 0864/1143] feat(domain): laqie.is-a.dev --- domains/laqie.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/laqie.json diff --git a/domains/laqie.json b/domains/laqie.json new file mode 100644 index 000000000..dea9a8023 --- /dev/null +++ b/domains/laqie.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "laqie", + "email": "ave.lucky@gmail.com" + }, + "record": { + "A": ["34.120.54.55"] + } +} From fb3e1346ef1399ba89c82eb59260442f28a0ff91 Mon Sep 17 00:00:00 2001 From: Adarsh <109848261+clumzyofficial@users.noreply.github.com> Date: Tue, 8 Aug 2023 10:58:51 +0530 Subject: [PATCH 0865/1143] Create _github-pages-challenge-clumzyofficial.adarsh.json --- ..._github-pages-challenge-clumzyofficial.adarsh.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/_github-pages-challenge-clumzyofficial.adarsh.json diff --git a/domains/_github-pages-challenge-clumzyofficial.adarsh.json b/domains/_github-pages-challenge-clumzyofficial.adarsh.json new file mode 100644 index 000000000..06e3e6854 --- /dev/null +++ b/domains/_github-pages-challenge-clumzyofficial.adarsh.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "clumzyofficial", + "email": "adarshshukla0344@gmail.com" + }, + + "record": { + "CNAME": "clumzyofficial.github.io" + "TXT": "b37649c87b3dc3594b1c44139e420a" + } +} From 9cd5e66c3cf0ce73515b2b506f690412a569862a Mon Sep 17 00:00:00 2001 From: archelaus Date: Tue, 8 Aug 2023 11:41:27 +0530 Subject: [PATCH 0866/1143] feat(domain): archelaus.is-a.dev --- domains/archelaus.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/domains/archelaus.json b/domains/archelaus.json index 39e9f2e0c..a629bb66a 100644 --- a/domains/archelaus.json +++ b/domains/archelaus.json @@ -1,11 +1,9 @@ { - "description": "Portfolio", - "repo": "https://github.com/archelaus/archelaus.github.io", "owner": { "username": "archelaus", "email": "aa.18cs02@thdcihet.ac.in" }, "record": { - "CNAME": "archelaus.github.io" + "CNAME": "archelaus.github.io" } -} +} From 6c51f767d7a0a72e411a677e6db5dae323a9d053 Mon Sep 17 00:00:00 2001 From: archelaus Date: Tue, 8 Aug 2023 11:45:10 +0530 Subject: [PATCH 0867/1143] feat(domain): archelaus.is-a.dev --- domains/archelaus.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/archelaus.json b/domains/archelaus.json index a629bb66a..bc70bd8e9 100644 --- a/domains/archelaus.json +++ b/domains/archelaus.json @@ -4,6 +4,6 @@ "email": "aa.18cs02@thdcihet.ac.in" }, "record": { - "CNAME": "archelaus.github.io" + "TXT": "58a91a812285d77c1c035298480109" } } From 3843025e8520e50a12cb127d4299f11ea21bcfd4 Mon Sep 17 00:00:00 2001 From: Aayush <84364760+archelaus@users.noreply.github.com> Date: Tue, 8 Aug 2023 11:59:24 +0530 Subject: [PATCH 0868/1143] Update archelaus.json --- domains/archelaus.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/domains/archelaus.json b/domains/archelaus.json index bc70bd8e9..6352907b3 100644 --- a/domains/archelaus.json +++ b/domains/archelaus.json @@ -1,9 +1,11 @@ { + "description": "Portfolio", + "repo": "https://github.com/archelaus/archelaus.github.io", "owner": { "username": "archelaus", "email": "aa.18cs02@thdcihet.ac.in" }, "record": { - "TXT": "58a91a812285d77c1c035298480109" + "CNAME": "archelaus.github.io" } } From c72ea657f6ae7dbe2eb08d4a14141188e41229d2 Mon Sep 17 00:00:00 2001 From: zzph Date: Tue, 8 Aug 2023 17:11:57 +1000 Subject: [PATCH 0869/1143] feat(domain): au.is-a.dev --- domains/au.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/au.json diff --git a/domains/au.json b/domains/au.json new file mode 100644 index 000000000..05fbe0c32 --- /dev/null +++ b/domains/au.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "zzph", + "email": "johnbrettc@gmail.com" + }, + "record": { + "CNAME": "zephyr-1.onrender.com" + } +} From b93d0729ac5748b9872bfcad0040b39a6e069153 Mon Sep 17 00:00:00 2001 From: Aayush Date: Tue, 8 Aug 2023 12:47:16 +0530 Subject: [PATCH 0870/1143] Update archelaus.json --- domains/archelaus.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/archelaus.json b/domains/archelaus.json index 6352907b3..fe6ab726d 100644 --- a/domains/archelaus.json +++ b/domains/archelaus.json @@ -3,7 +3,7 @@ "repo": "https://github.com/archelaus/archelaus.github.io", "owner": { "username": "archelaus", - "email": "aa.18cs02@thdcihet.ac.in" + "email": "archelaus@skiff.com" }, "record": { "CNAME": "archelaus.github.io" From e9bed54106cd42b703a6526d414b15ae946991b0 Mon Sep 17 00:00:00 2001 From: Crazy-Max-Blog Date: Tue, 8 Aug 2023 11:19:03 +0400 Subject: [PATCH 0871/1143] feat(domain): _github-pages-challenge-Crazy-Max-Blog.crazy-max.is-a.dev --- ..._github-pages-challenge-Crazy-Max-Blog.crazy-max.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-Crazy-Max-Blog.crazy-max.json diff --git a/domains/_github-pages-challenge-Crazy-Max-Blog.crazy-max.json b/domains/_github-pages-challenge-Crazy-Max-Blog.crazy-max.json new file mode 100644 index 000000000..7e10484dd --- /dev/null +++ b/domains/_github-pages-challenge-Crazy-Max-Blog.crazy-max.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Crazy-Max-Blog", + "email": "Crazy-Max-2011@yandex.ru" + }, + "record": { + "TXT": "bf0161fd315024bd5069ccb7f38cdc" + } +} From 8a5425baa8eb0cbd7fd9fff2f0779bf115ac7e9c Mon Sep 17 00:00:00 2001 From: Aayush Date: Tue, 8 Aug 2023 12:54:32 +0530 Subject: [PATCH 0872/1143] Create _github-pages-challenge-archelaus.archelaus --- domains/_github-pages-challenge-archelaus.archelaus | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_github-pages-challenge-archelaus.archelaus diff --git a/domains/_github-pages-challenge-archelaus.archelaus b/domains/_github-pages-challenge-archelaus.archelaus new file mode 100644 index 000000000..ae74eff4c --- /dev/null +++ b/domains/_github-pages-challenge-archelaus.archelaus @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "archelaus", + "email": "archelaus@skiff.com" + }, + + "record": { + "TXT": "58a91a812285d77c1c035298480109" + } +} From fb8f7e239bf190b30eedd974ade22cc51db3f14a Mon Sep 17 00:00:00 2001 From: Aayush Date: Tue, 8 Aug 2023 13:00:29 +0530 Subject: [PATCH 0873/1143] Rename _github-pages-challenge-archelaus.archelaus to _github-pages-challenge-archelaus.archelaus.json --- ...archelaus => _github-pages-challenge-archelaus.archelaus.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-archelaus.archelaus => _github-pages-challenge-archelaus.archelaus.json} (100%) diff --git a/domains/_github-pages-challenge-archelaus.archelaus b/domains/_github-pages-challenge-archelaus.archelaus.json similarity index 100% rename from domains/_github-pages-challenge-archelaus.archelaus rename to domains/_github-pages-challenge-archelaus.archelaus.json From 5921217dcc5e8fc859bf6835744a42a3fc877294 Mon Sep 17 00:00:00 2001 From: Crazy-Max-Blog Date: Tue, 8 Aug 2023 11:41:03 +0400 Subject: [PATCH 0874/1143] feat(domain): tv.rpi.crazy-max.is-a.dev --- domains/tv.rpi.crazy-max.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/tv.rpi.crazy-max.json diff --git a/domains/tv.rpi.crazy-max.json b/domains/tv.rpi.crazy-max.json new file mode 100644 index 000000000..36a8f1643 --- /dev/null +++ b/domains/tv.rpi.crazy-max.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Crazy-Max-Blog", + "email": "Crazy-Max-2011@yandex.ru" + }, + "record": { + "URL": "https://crazy-max-blog.github.io/rpi-tvbox" + } +} From a555a5239874669aeabc7b57aabb4b227d0f8b6f Mon Sep 17 00:00:00 2001 From: Shaunak-Pandya Date: Tue, 8 Aug 2023 13:48:58 +0530 Subject: [PATCH 0875/1143] Shaunak's verification --- ..._github-pages-challenge-Shaunak-Pandya.shaunak.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_github-pages-challenge-Shaunak-Pandya.shaunak.json diff --git a/domains/_github-pages-challenge-Shaunak-Pandya.shaunak.json b/domains/_github-pages-challenge-Shaunak-Pandya.shaunak.json new file mode 100644 index 000000000..8880d0515 --- /dev/null +++ b/domains/_github-pages-challenge-Shaunak-Pandya.shaunak.json @@ -0,0 +1,10 @@ +{ + "description": "Verification for shaunak.is-a.dev", + "owner": { + "username": "Shaunak-Pandya", + "email": "shaunak.n.pandya@gmail.com" + }, + "record": { + "TXT": "c5b15a4e5d620c286cd1a5dd937560" + } +} \ No newline at end of file From 26d790893dbd5f789537695236d7e11971816f72 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Tue, 8 Aug 2023 16:58:24 +0800 Subject: [PATCH 0876/1143] Update _github-pages-challenge-clumzyofficial.adarsh.json --- domains/_github-pages-challenge-clumzyofficial.adarsh.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/_github-pages-challenge-clumzyofficial.adarsh.json b/domains/_github-pages-challenge-clumzyofficial.adarsh.json index 06e3e6854..eb311ade9 100644 --- a/domains/_github-pages-challenge-clumzyofficial.adarsh.json +++ b/domains/_github-pages-challenge-clumzyofficial.adarsh.json @@ -5,7 +5,6 @@ }, "record": { - "CNAME": "clumzyofficial.github.io" - "TXT": "b37649c87b3dc3594b1c44139e420a" + "TXT": "b37649c87b3dc3594b1c44139e420a" } } From dcdd17dd1960081714e4a1224f3e6b96567e7b88 Mon Sep 17 00:00:00 2001 From: deltafumble <141064940+deltafumble@users.noreply.github.com> Date: Tue, 8 Aug 2023 11:32:58 +0200 Subject: [PATCH 0877/1143] verify github pages domain --- .../_github-pages-challenge-deltafumble.deltafumble.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-deltafumble.deltafumble.json diff --git a/domains/_github-pages-challenge-deltafumble.deltafumble.json b/domains/_github-pages-challenge-deltafumble.deltafumble.json new file mode 100644 index 000000000..b8dfc7341 --- /dev/null +++ b/domains/_github-pages-challenge-deltafumble.deltafumble.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "deltafumble", + "email": "deltafumblecontact@skiff.com" + }, + "record": { + "TXT": "39cc94cea6bb9c128a442df111f0c9" + } +} From 9e8f22ecdef19105e4892458e9c913171197f331 Mon Sep 17 00:00:00 2001 From: wansies Date: Tue, 8 Aug 2023 12:35:05 +0200 Subject: [PATCH 0878/1143] feat(domain): shake.is-a.dev --- domains/shake.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/shake.json diff --git a/domains/shake.json b/domains/shake.json new file mode 100644 index 000000000..95483346a --- /dev/null +++ b/domains/shake.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "wansies", + "email": "taio6@duck.com" + }, + "record": { + "URL": "https://wans.gitbook.io/shake-docs" + } +} From 84fe055ee5977020e7d543dc89e5d208f36e3c45 Mon Sep 17 00:00:00 2001 From: SuhasDissa Date: Tue, 8 Aug 2023 16:16:31 +0530 Subject: [PATCH 0879/1143] feat(domain): suhasdissa.is-a.dev --- domains/suhasdissa.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/suhasdissa.json diff --git a/domains/suhasdissa.json b/domains/suhasdissa.json new file mode 100644 index 000000000..7bc739280 --- /dev/null +++ b/domains/suhasdissa.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "SuhasDissa", + "email": "suhasdissa@protonmail.com" + }, + "record": { + "CNAME": "suhasdissa.github.io" + } +} From 4b50bcafae4f3472ceff5c873962a5e331d70757 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=B6mer?= <42577096+omercup@users.noreply.github.com> Date: Tue, 8 Aug 2023 14:02:33 +0300 Subject: [PATCH 0880/1143] Delete omer.json --- domains/omer.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 domains/omer.json diff --git a/domains/omer.json b/domains/omer.json deleted file mode 100644 index cc93b8344..000000000 --- a/domains/omer.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "omercup's personal website", - "repo": "https://github.com/omercup/omercup.github.io", - "owner": { - "username": "omercup", - "email": "", - "twitter": "heisomercup" - }, - "record": { - "CNAME": "omercup.github.io" - } -} From a22f95d271a5d8c784adc31242bca89c81cbf9e4 Mon Sep 17 00:00:00 2001 From: IMudee Date: Tue, 8 Aug 2023 12:16:21 +0100 Subject: [PATCH 0881/1143] feat(domain): mudee.is-a.dev From 1858599fb276820050587b161a892d763ca5472a Mon Sep 17 00:00:00 2001 From: IMudee Date: Tue, 8 Aug 2023 12:25:16 +0100 Subject: [PATCH 0882/1143] feat(domain): arab.is-a.dev --- domains/arab.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/arab.json diff --git a/domains/arab.json b/domains/arab.json new file mode 100644 index 000000000..f29492c4d --- /dev/null +++ b/domains/arab.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "IMudee", + "email": "NotMudee@proton.me" + }, + "record": { + "CNAME": "hosts.is-a.dev" + } +} From 501304a1190016e548ef0725e0e71f0407e40f0d Mon Sep 17 00:00:00 2001 From: Window5000 Date: Tue, 8 Aug 2023 13:40:10 +0200 Subject: [PATCH 0883/1143] feat(domain): window5.is-a.dev --- domains/window5.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/window5.json diff --git a/domains/window5.json b/domains/window5.json new file mode 100644 index 000000000..e34ab4fc9 --- /dev/null +++ b/domains/window5.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Window5000", + "email": "spam.window5.spam@gmail.com" + }, + "record": { + "CNAME": "window5000.github.io" + } +} From 83321de23affa37dd630b32df17227a032dd4ec0 Mon Sep 17 00:00:00 2001 From: cnu4 Date: Tue, 8 Aug 2023 20:02:27 +0800 Subject: [PATCH 0884/1143] feat(domain): fong.is-a.dev --- domains/fong.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/fong.json diff --git a/domains/fong.json b/domains/fong.json new file mode 100644 index 000000000..158a0fef0 --- /dev/null +++ b/domains/fong.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "cnu4", + "email": "fangxw1004@qq.com" + }, + "record": { + "CNAME": "fangxw.me" + } +} From 34026c917fd0397759d35dc4c7f96a33a0318b95 Mon Sep 17 00:00:00 2001 From: Emmanuel Frecon <9443924+efrecon@users.noreply.github.com> Date: Tue, 8 Aug 2023 14:16:25 +0200 Subject: [PATCH 0885/1143] Create blog.efrecon.json Add GH pages blog --- domains/blog.efrecon.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/blog.efrecon.json diff --git a/domains/blog.efrecon.json b/domains/blog.efrecon.json new file mode 100644 index 000000000..887f54956 --- /dev/null +++ b/domains/blog.efrecon.json @@ -0,0 +1,11 @@ +{ + "description": "efrecon's blog", + "repo": "https://github.com/efrecon/efrecon.github.io", + "owner": { + "username": "efrecon", + "email": "efrecon+github@gmail.com" + }, + "record": { + "CNAME": "efrecon.github.io" + } +} From c0494c1a9323f9f7d28860f59fc00b1937b4816f Mon Sep 17 00:00:00 2001 From: bouchertommy Date: Tue, 8 Aug 2023 14:18:31 +0200 Subject: [PATCH 0886/1143] feat(domain): tommyboucher.is-a.dev --- domains/tommyboucher.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/tommyboucher.json diff --git a/domains/tommyboucher.json b/domains/tommyboucher.json new file mode 100644 index 000000000..5ab85e067 --- /dev/null +++ b/domains/tommyboucher.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "bouchertommy", + "email": "hello@tommyboucher.com" + }, + "record": { + "CNAME": "tommyboucher.com" + } +} From a8f081615020a6e1bf403e21c582d60af66f63ae Mon Sep 17 00:00:00 2001 From: Daniel Gomez de Souza Date: Tue, 8 Aug 2023 10:58:04 -0300 Subject: [PATCH 0887/1143] Add TXT record for eldano --- domains/_github-pages-challenge-eldano.eldano.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-eldano.eldano.json diff --git a/domains/_github-pages-challenge-eldano.eldano.json b/domains/_github-pages-challenge-eldano.eldano.json new file mode 100644 index 000000000..55eae9232 --- /dev/null +++ b/domains/_github-pages-challenge-eldano.eldano.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "eldano", + "email": "eldano.v2@gmail.com" + }, + "record": { + "TXT": "f805956b9898312782616bc73ce1cd" + } +} From 6aa0da152f18de8c147a41147b3f1cc4586a2b62 Mon Sep 17 00:00:00 2001 From: wansies Date: Tue, 8 Aug 2023 16:31:33 +0200 Subject: [PATCH 0888/1143] feat(domain): wan.is-a.dev --- domains/wan.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/wan.json diff --git a/domains/wan.json b/domains/wan.json new file mode 100644 index 000000000..ad0c923ab --- /dev/null +++ b/domains/wan.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "wansies", + "email": "taio6@duck.com" + }, + "record": { + "URL": "https://helix-pullover-d4c.notion.site/wansie-3655baf5f6de40cc8be7aa8cbf67f095" + } +} From 4e82541cb1c4948233f2ebfe38be9b576b2088d0 Mon Sep 17 00:00:00 2001 From: ShadowPlayzYT22 Date: Tue, 8 Aug 2023 23:10:30 +0800 Subject: [PATCH 0889/1143] feat(domain): demongamez.is-a.dev --- domains/demongamez.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/demongamez.json diff --git a/domains/demongamez.json b/domains/demongamez.json new file mode 100644 index 000000000..52511eb4e --- /dev/null +++ b/domains/demongamez.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "ShadowPlayzYT22", + "email": "peterwyneg@gmail.com", + "discord": "1038747272701292584" + }, + + "record": { + "CNAME": "1330d861-7ea5-40e4-aeec-98267aebec75.id.repl.co" + } +} From d76230a827251591bc5de78f89a40d46d7d399d7 Mon Sep 17 00:00:00 2001 From: ShadowPlayzYT22 Date: Tue, 8 Aug 2023 23:20:02 +0800 Subject: [PATCH 0890/1143] feat(domain): demonplayz.is-a.dev --- domains/demonplayz.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/demonplayz.json diff --git a/domains/demonplayz.json b/domains/demonplayz.json new file mode 100644 index 000000000..52511eb4e --- /dev/null +++ b/domains/demonplayz.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "ShadowPlayzYT22", + "email": "peterwyneg@gmail.com", + "discord": "1038747272701292584" + }, + + "record": { + "CNAME": "1330d861-7ea5-40e4-aeec-98267aebec75.id.repl.co" + } +} From 910e0853d970b3bf867b81ed9955eb9bf8feac90 Mon Sep 17 00:00:00 2001 From: lucatolton Date: Tue, 8 Aug 2023 16:26:09 +0100 Subject: [PATCH 0891/1143] feat(domain): luca.is-a.dev --- domains/luca.json | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/domains/luca.json b/domains/luca.json index 4b5548e0a..be65b692d 100644 --- a/domains/luca.json +++ b/domains/luca.json @@ -1,11 +1,9 @@ { - "description": "Redirection service (URL shortener)", - "repo": "https://github.com/lucatolton", - "owner": { - "username": "lucatolton", - "email": "lucaiscool@onmail.com" - }, - "record": { - "CNAME": "cname.short.io" - } + "owner": { + "username": "lucatolton", + "email": "luto281@outlook.com" + }, + "record": { + "CNAME": "hosts.is-a.dev" + } } From 562d11f694f0f80431fffb842ad86e5f01cce8c0 Mon Sep 17 00:00:00 2001 From: Trin <72494265+xXTgamerXx@users.noreply.github.com> Date: Tue, 8 Aug 2023 21:00:43 +0530 Subject: [PATCH 0892/1143] Create _github-pages-challenge-xXTgamerXx.brin.json --- domains/_github-pages-challenge-xXTgamerXx.brin.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_github-pages-challenge-xXTgamerXx.brin.json diff --git a/domains/_github-pages-challenge-xXTgamerXx.brin.json b/domains/_github-pages-challenge-xXTgamerXx.brin.json new file mode 100644 index 000000000..140438a05 --- /dev/null +++ b/domains/_github-pages-challenge-xXTgamerXx.brin.json @@ -0,0 +1,10 @@ +{ + "description": "Github verification", + "owner": { + "username": "xXTgamerXx", + "email": "trin.n2848@gmail.com" + }, + "record": { + "TXT": "5b311a39ce20cd583c17d400434929" + } +} From 46b05d54fa582f499ed80183181e96a3cfaa7e06 Mon Sep 17 00:00:00 2001 From: ShadowPlayzYT22 Date: Tue, 8 Aug 2023 23:31:50 +0800 Subject: [PATCH 0893/1143] feat(domain): devilplayz.is-a.dev --- domains/devilplayz.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/devilplayz.json diff --git a/domains/devilplayz.json b/domains/devilplayz.json new file mode 100644 index 000000000..3dcc886a0 --- /dev/null +++ b/domains/devilplayz.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ShadowPlayzYT22", + "email": "peterwyneg@gmail.com" + }, + "record": { + "CNAME": "1330d861-7ea5-40e4-aeec-98267aebec75.id.repl.co" + } +} From cd41e02e738f46a621323a70110d4b01b0c7056a Mon Sep 17 00:00:00 2001 From: sannidhyaroy Date: Tue, 8 Aug 2023 21:10:06 +0530 Subject: [PATCH 0894/1143] feat(domain): sanni.is-a.dev --- domains/sanni.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/sanni.json diff --git a/domains/sanni.json b/domains/sanni.json new file mode 100644 index 000000000..af6740e27 --- /dev/null +++ b/domains/sanni.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "sannidhyaroy", + "email": "roysannidhya@gmail.com" + }, + "record": { + "CNAME": "sannidhya.pages.dev" + } +} From 546265c06bef8ba0f4e992f4473a9f9285288b2b Mon Sep 17 00:00:00 2001 From: wansies Date: Tue, 8 Aug 2023 17:53:15 +0200 Subject: [PATCH 0895/1143] feat(domain): shake.is-a.dev --- domains/shake.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/shake.json b/domains/shake.json index 95483346a..d0b2414d2 100644 --- a/domains/shake.json +++ b/domains/shake.json @@ -4,6 +4,6 @@ "email": "taio6@duck.com" }, "record": { - "URL": "https://wans.gitbook.io/shake-docs" + "URL": "https://shake-1.gitbook.io/shake-documentation/" } } From d8e2c4f415785e14a0dc1442483a5740822642a1 Mon Sep 17 00:00:00 2001 From: bronislav Date: Tue, 8 Aug 2023 09:18:53 -0700 Subject: [PATCH 0896/1143] feat(domain): antonilin.is-a.dev --- domains/antonilin.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/antonilin.json diff --git a/domains/antonilin.json b/domains/antonilin.json new file mode 100644 index 000000000..b929aa3a6 --- /dev/null +++ b/domains/antonilin.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "bronislav", + "email": "anton@ilin.dn.ua" + }, + "record": { + "CNAME": "bronislav.me" + } +} From a288c1213744fd80d63dba693a94cba15bf70d0c Mon Sep 17 00:00:00 2001 From: Jonathan Carrillo Sanchez <41805267+bi0hazarDD@users.noreply.github.com> Date: Tue, 8 Aug 2023 17:58:44 +0100 Subject: [PATCH 0897/1143] Update jonathancarrillo.json --- domains/jonathancarrillo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/jonathancarrillo.json b/domains/jonathancarrillo.json index d069517a0..682f8310d 100644 --- a/domains/jonathancarrillo.json +++ b/domains/jonathancarrillo.json @@ -4,6 +4,6 @@ "email": "jonathan-8@hotmail.co.uk" }, "record": { - "CNAME": "johny-portfolio.s3-website.eu-north-1.amazonaws.com" + "CNAME": "bi0hazardd.github.io" } } From 4c848da008a7f67a31223d249ef48866dad654f1 Mon Sep 17 00:00:00 2001 From: jcgaming-official <77482435+jcgaming-official@users.noreply.github.com> Date: Wed, 9 Aug 2023 01:18:38 +0800 Subject: [PATCH 0898/1143] s --- .../_github-pages-challenge-jcgaming-official.jcquieta | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-jcgaming-official.jcquieta diff --git a/domains/_github-pages-challenge-jcgaming-official.jcquieta b/domains/_github-pages-challenge-jcgaming-official.jcquieta new file mode 100644 index 000000000..2341f2a23 --- /dev/null +++ b/domains/_github-pages-challenge-jcgaming-official.jcquieta @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "jcgaming-official", + "email": "quieta.johncarl158@gmail.com" + }, + "record": { + "TXT": "c7ad513bd1a641f4be43d3ea718a5e" + } +} \ No newline at end of file From 3324be7c4f5fa8ec9f6202e4e38f57e2161758e6 Mon Sep 17 00:00:00 2001 From: jcgaming-official <77482435+jcgaming-official@users.noreply.github.com> Date: Wed, 9 Aug 2023 01:23:09 +0800 Subject: [PATCH 0899/1143] s --- ...ta => _github-pages-challenge-jcgaming-official.jcquieta.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-jcgaming-official.jcquieta => _github-pages-challenge-jcgaming-official.jcquieta.json} (100%) diff --git a/domains/_github-pages-challenge-jcgaming-official.jcquieta b/domains/_github-pages-challenge-jcgaming-official.jcquieta.json similarity index 100% rename from domains/_github-pages-challenge-jcgaming-official.jcquieta rename to domains/_github-pages-challenge-jcgaming-official.jcquieta.json From 323f6a4df07a9d1f58d4a060efa3ac840e56bc71 Mon Sep 17 00:00:00 2001 From: niceEli Date: Tue, 8 Aug 2023 13:42:30 -0400 Subject: [PATCH 0900/1143] feat(domain): niceEli.is-a.dev --- domains/niceEli.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/niceEli.json diff --git a/domains/niceEli.json b/domains/niceEli.json new file mode 100644 index 000000000..aa349f195 --- /dev/null +++ b/domains/niceEli.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "niceEli", + "email": "EliCardoso2009@gmail.com" + }, + "record": { + "A": ["99.254.123.29"] + } +} From fcdd3b41056f2ad598cff02475890fc2d2b7fdf9 Mon Sep 17 00:00:00 2001 From: MrWeez Date: Tue, 8 Aug 2023 21:18:17 +0300 Subject: [PATCH 0901/1143] feat(domain): mrweez.is-a.dev --- domains/mrweez.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/mrweez.json diff --git a/domains/mrweez.json b/domains/mrweez.json new file mode 100644 index 000000000..f98e22059 --- /dev/null +++ b/domains/mrweez.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "MrWeez", + "email": "arsenyplis2018@gmail.com" + }, + "record": { + "URL": "depcloud.xyz" + } +} From f6daf1953ef586d71f3e24166b0219d6d41fbbb5 Mon Sep 17 00:00:00 2001 From: Jack Date: Tue, 8 Aug 2023 21:51:36 +0200 Subject: [PATCH 0902/1143] feat(domain): add `jackbillstrom.is-a.dev` --- domains/jackbillstrom.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/jackbillstrom.json diff --git a/domains/jackbillstrom.json b/domains/jackbillstrom.json new file mode 100644 index 000000000..24a291a3e --- /dev/null +++ b/domains/jackbillstrom.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "jackbillstrom", + "email": "jackbillstrom@gmail.com" + }, + + "record": { + "CNAME": "swedish.codes" + } +} From 6b998ba072f64716003464b3e32dfad0050c7ff0 Mon Sep 17 00:00:00 2001 From: Seb <69688534+SebTNT@users.noreply.github.com> Date: Tue, 8 Aug 2023 22:30:29 +0200 Subject: [PATCH 0903/1143] Create blog.tnt.json --- Domains/blog.tnt.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Domains/blog.tnt.json diff --git a/Domains/blog.tnt.json b/Domains/blog.tnt.json new file mode 100644 index 000000000..be2e1ff31 --- /dev/null +++ b/Domains/blog.tnt.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "SebTNT", + "email": "turquoisetntmultimedia@gmail.com" + }, + "record": { + "CNAME": "ghs.google.com" + } +} From 3b7163b4d80384f7d8909734107c59253ef76451 Mon Sep 17 00:00:00 2001 From: gooplancton Date: Wed, 9 Aug 2023 00:20:28 +0200 Subject: [PATCH 0904/1143] feat(domain): gooplancton.is-a.dev --- domains/gooplancton.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/gooplancton.json b/domains/gooplancton.json index 8479a8096..270ca6752 100644 --- a/domains/gooplancton.json +++ b/domains/gooplancton.json @@ -4,6 +4,6 @@ "email": "gooplancton@outlook.com" }, "record": { - "A": ["93.93.117.164"] + "A": "93.93.117.164" } } From 040be4dcc74f09b66582a885a5603c08aea84563 Mon Sep 17 00:00:00 2001 From: ShadowPlayzYT22 Date: Wed, 9 Aug 2023 06:30:19 +0800 Subject: [PATCH 0905/1143] feat(domain): testdomain.is-a.dev --- domains/testdomain.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/testdomain.json diff --git a/domains/testdomain.json b/domains/testdomain.json new file mode 100644 index 000000000..efde507f1 --- /dev/null +++ b/domains/testdomain.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "ShadowPlayzYT22", + "email": "peterwyneg@gmail.com", + "discord": "1038747272701292584" + }, + + "record": { + "CNAME": "01bba44d-3f24-406b-a6ac-c019e1aab24c.id.repl.co" + } +} From 7b9d91b62bf21f8efa47eecf8af91dc654075656 Mon Sep 17 00:00:00 2001 From: gooplancton Date: Wed, 9 Aug 2023 00:32:59 +0200 Subject: [PATCH 0906/1143] feat(domain): gooplancton.is-a.dev From 4cb2e6498ed696213f37fbc0ff40a797f80a6f11 Mon Sep 17 00:00:00 2001 From: gooplancton Date: Wed, 9 Aug 2023 00:33:24 +0200 Subject: [PATCH 0907/1143] feat(domain): gooplancton.is-a.dev --- domains/gooplancton.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/gooplancton.json b/domains/gooplancton.json index 270ca6752..4a9d0388a 100644 --- a/domains/gooplancton.json +++ b/domains/gooplancton.json @@ -4,6 +4,6 @@ "email": "gooplancton@outlook.com" }, "record": { - "A": "93.93.117.164" + "CNAME": "hosts.is-a.dev" } } From 3890118085829b229bf68c2a8946d3db140dc6f4 Mon Sep 17 00:00:00 2001 From: Nikolay Ponich <31021660+ponich@users.noreply.github.com> Date: Wed, 9 Aug 2023 01:35:40 +0300 Subject: [PATCH 0908/1143] feat(domain): add `ponich-sandbox.is-a.dev` --- domains/ponich-sandbox.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/ponich-sandbox.json diff --git a/domains/ponich-sandbox.json b/domains/ponich-sandbox.json new file mode 100644 index 000000000..10f458466 --- /dev/null +++ b/domains/ponich-sandbox.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "ponich", + "email": "n.ponich@gmail.com" + }, + + "record": { + "CNAME": "dev.ponich.com" + } +} From b6e93f19749eb77ba3d0d279e5b8e22fc157fbf9 Mon Sep 17 00:00:00 2001 From: Chris <1402359+pixelgeek@users.noreply.github.com> Date: Tue, 8 Aug 2023 16:52:56 -0700 Subject: [PATCH 0909/1143] Updates for reverification with Github --- domains/_github-pages-challenge-pixelgeek.pixelgeek.json | 9 +++++++++ domains/pixelgeek.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 domains/_github-pages-challenge-pixelgeek.pixelgeek.json diff --git a/domains/_github-pages-challenge-pixelgeek.pixelgeek.json b/domains/_github-pages-challenge-pixelgeek.pixelgeek.json new file mode 100644 index 000000000..d733dc0ac --- /dev/null +++ b/domains/_github-pages-challenge-pixelgeek.pixelgeek.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "pixelgeek", + "email": "pxe.geek+github@gmail.com" + }, + "record": { + "TXT": "6ca9401189820db4d366aacc7832c3" + } +} \ No newline at end of file diff --git a/domains/pixelgeek.json b/domains/pixelgeek.json index 97cf04944..38794ba1c 100644 --- a/domains/pixelgeek.json +++ b/domains/pixelgeek.json @@ -2,7 +2,7 @@ { "owner": { "username": "pixelgeek", - "email": "pixelgeek@intel.com" + "email": "pxe.geek+github@gmail.com" }, "record": { "CNAME": "pixelgeek.github.io" From 934d8cb4eb79ed7b5677623cdab349278d66782a Mon Sep 17 00:00:00 2001 From: ShadowPlayzYT22 Date: Wed, 9 Aug 2023 09:31:31 +0800 Subject: [PATCH 0910/1143] feat(domain): is-a.is-a.dev --- domains/is-a.dev.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/is-a.dev.json diff --git a/domains/is-a.dev.json b/domains/is-a.dev.json new file mode 100644 index 000000000..52511eb4e --- /dev/null +++ b/domains/is-a.dev.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "ShadowPlayzYT22", + "email": "peterwyneg@gmail.com", + "discord": "1038747272701292584" + }, + + "record": { + "CNAME": "1330d861-7ea5-40e4-aeec-98267aebec75.id.repl.co" + } +} From 87b4bdd4f798d7c4d3495579ffd401e218e93d3e Mon Sep 17 00:00:00 2001 From: Jeymen <109573368+Jeymen@users.noreply.github.com> Date: Wed, 9 Aug 2023 08:32:54 +0300 Subject: [PATCH 0911/1143] feat(jey): Add GitHub pages verification --- domains/_github-pages-challenge-Jeymen.jeymen.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-Jeymen.jeymen.json diff --git a/domains/_github-pages-challenge-Jeymen.jeymen.json b/domains/_github-pages-challenge-Jeymen.jeymen.json new file mode 100644 index 000000000..b1ea47149 --- /dev/null +++ b/domains/_github-pages-challenge-Jeymen.jeymen.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Jeymen", + "email": "jeymen11@proton.me" + }, + "record": { + "TXT": "d01c3f5f2e886990f511ffb0dc7fcb" + } +} From d1f581dd953c1cca89e20d823dfd193660393097 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Wed, 9 Aug 2023 13:39:45 +0800 Subject: [PATCH 0912/1143] Rename _github-pages-challenge-Jeymen.jeymen.json to _github-pages-challenge-jeymen.jeymen.json --- ...men.jeymen.json => _github-pages-challenge-jeymen.jeymen.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-Jeymen.jeymen.json => _github-pages-challenge-jeymen.jeymen.json} (100%) diff --git a/domains/_github-pages-challenge-Jeymen.jeymen.json b/domains/_github-pages-challenge-jeymen.jeymen.json similarity index 100% rename from domains/_github-pages-challenge-Jeymen.jeymen.json rename to domains/_github-pages-challenge-jeymen.jeymen.json From 159ea7d683b2ed60e89774bb763ba9341732db40 Mon Sep 17 00:00:00 2001 From: Jeymen <109573368+Jeymen@users.noreply.github.com> Date: Wed, 9 Aug 2023 12:07:23 +0300 Subject: [PATCH 0913/1143] feat(jey): Add Zoho MX records --- domains/jeymen.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/jeymen.json b/domains/jeymen.json index 633eda166..07ebe14c0 100644 --- a/domains/jeymen.json +++ b/domains/jeymen.json @@ -5,6 +5,6 @@ "discord": "Jeymen#5269" }, "record": { - "CNAME": "jeymen.github.io" + "MX": ["mx.zoho.eu", "mx2.zoho.eu", "mx3.zoho.eu"] } } From 0a78cb3b859bc9182bcfea8adf37776ca447fe10 Mon Sep 17 00:00:00 2001 From: Jeymen Date: Wed, 9 Aug 2023 12:32:02 +0300 Subject: [PATCH 0914/1143] feat(domain): jeymen.is-a.dev --- domains/jeymen.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/domains/jeymen.json b/domains/jeymen.json index 07ebe14c0..f9a2adc54 100644 --- a/domains/jeymen.json +++ b/domains/jeymen.json @@ -1,10 +1,9 @@ { "owner": { "username": "Jeymen", - "email": "", - "discord": "Jeymen#5269" + "email": "jeymen11@proton.me" }, "record": { - "MX": ["mx.zoho.eu", "mx2.zoho.eu", "mx3.zoho.eu"] + "CNAME": "jeymen.github.io" } } From 3c9f69b2bf5249e438f1432cdd3d5f44952546e8 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Wed, 9 Aug 2023 17:34:04 +0800 Subject: [PATCH 0915/1143] Update jeymen.json --- domains/jeymen.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/domains/jeymen.json b/domains/jeymen.json index f9a2adc54..c7c4c5fc2 100644 --- a/domains/jeymen.json +++ b/domains/jeymen.json @@ -4,6 +4,17 @@ "email": "jeymen11@proton.me" }, "record": { - "CNAME": "jeymen.github.io" + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], + + "MX": [ + "mx.zoho.eu", + "mx2.zoho.eu", + "mx3.zoho.eu" + ] } } From b3581af9f0c4f4f327a4ca2f36c74be769226912 Mon Sep 17 00:00:00 2001 From: Jake Anto <64896514+j-eo@users.noreply.github.com> Date: Wed, 9 Aug 2023 15:29:15 +0530 Subject: [PATCH 0916/1143] I don't think I want to use GitHub Pages anymore --- domains/_github-pages-challenge-j-eo.jake.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 domains/_github-pages-challenge-j-eo.jake.json diff --git a/domains/_github-pages-challenge-j-eo.jake.json b/domains/_github-pages-challenge-j-eo.jake.json deleted file mode 100644 index ed30942e7..000000000 --- a/domains/_github-pages-challenge-j-eo.jake.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "GitHub Pages verification", - "owner": { - "username": "j-eo", - "email": "website-contact.nem2h@silomails.com", - }, - "record": { - "TXT": "ccf413ecac65923d4b202f89da74c6" - } -} From 285f76882b75ca72e6e8f234f90970db7c4d4b17 Mon Sep 17 00:00:00 2001 From: Jake Anto <64896514+j-eo@users.noreply.github.com> Date: Wed, 9 Aug 2023 15:30:58 +0530 Subject: [PATCH 0917/1143] Change CNAME record to point to Cloudflare Pages --- domains/jake.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/jake.json b/domains/jake.json index ad102c4ed..16e2e4a4f 100644 --- a/domains/jake.json +++ b/domains/jake.json @@ -6,6 +6,6 @@ "email": "website-contact.nem2h@silomails.com", }, "record": { - "CNAME": "j-eo.github.io" + "CNAME": "jakeanto.pages.dev" } } From 28d950607b88a356b3ec4a595682b517cf1eab1f Mon Sep 17 00:00:00 2001 From: William Harrison Date: Wed, 9 Aug 2023 19:21:47 +0800 Subject: [PATCH 0918/1143] Update jake.json --- domains/jake.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/jake.json b/domains/jake.json index 16e2e4a4f..8bdb58422 100644 --- a/domains/jake.json +++ b/domains/jake.json @@ -3,7 +3,7 @@ "repo": "https://github.com/j-eo/j-eo.github.io", "owner": { "username": "j-eo", - "email": "website-contact.nem2h@silomails.com", + "email": "website-contact.nem2h@silomails.com" }, "record": { "CNAME": "jakeanto.pages.dev" From bb91c30a91342993fcc5f253de686fa25c729b3c Mon Sep 17 00:00:00 2001 From: William Harrison Date: Wed, 9 Aug 2023 19:25:08 +0800 Subject: [PATCH 0919/1143] Rename blog.tnt.json to blog.tnt.json --- {Domains => domains}/blog.tnt.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {Domains => domains}/blog.tnt.json (100%) diff --git a/Domains/blog.tnt.json b/domains/blog.tnt.json similarity index 100% rename from Domains/blog.tnt.json rename to domains/blog.tnt.json From 67b338b9b46c3c924e16d3e69065b9716aa61fe0 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Wed, 9 Aug 2023 19:35:33 +0800 Subject: [PATCH 0920/1143] Rename _github-pages-challenge-bi0hazarDD.jonathancarrillo.json to _github-pages-challenge-bi0hazardd.jonathancarrillo.json --- ...n => _github-pages-challenge-bi0hazardd.jonathancarrillo.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-bi0hazarDD.jonathancarrillo.json => _github-pages-challenge-bi0hazardd.jonathancarrillo.json} (100%) diff --git a/domains/_github-pages-challenge-bi0hazarDD.jonathancarrillo.json b/domains/_github-pages-challenge-bi0hazardd.jonathancarrillo.json similarity index 100% rename from domains/_github-pages-challenge-bi0hazarDD.jonathancarrillo.json rename to domains/_github-pages-challenge-bi0hazardd.jonathancarrillo.json From 9f0d7944f47a12163f5afea4fe2f0deb1b373490 Mon Sep 17 00:00:00 2001 From: NotCoded <66999075+not-coded@users.noreply.github.com> Date: Wed, 9 Aug 2023 13:43:47 +0200 Subject: [PATCH 0921/1143] Add GitHub domain verification --- domains/_github-pages-challenge-not-coded.notcoded | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/_github-pages-challenge-not-coded.notcoded diff --git a/domains/_github-pages-challenge-not-coded.notcoded b/domains/_github-pages-challenge-not-coded.notcoded new file mode 100644 index 000000000..4d723c678 --- /dev/null +++ b/domains/_github-pages-challenge-not-coded.notcoded @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "not-coded", + "email": "", + "discord": "Code#9844", + "discordUserID": "620662953347121163" + }, + "record": { + "TXT": "54806bbd47bc06fa6f626952eb06aa" + } +} From a983133cecaa94d9ac11b4f9f5d1528a0874996c Mon Sep 17 00:00:00 2001 From: William Harrison Date: Wed, 9 Aug 2023 19:44:48 +0800 Subject: [PATCH 0922/1143] feat(validation): bump node to v16 --- .github/workflows/checks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 678e6525c..99b47d0ab 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -9,10 +9,10 @@ jobs: with: ref: ${{ github.event.pull_request.head.sha }} fetch-depth: 0 - - name: Setup node v15 + - name: Setup node v16 uses: actions/setup-node@v1 with: - node-version: '15' + node-version: '16' - name: Install dependencies uses: borales/actions-yarn@v2.0.0 with: From e61faecaac4721467cb35d628a7e14a1cff98253 Mon Sep 17 00:00:00 2001 From: NotCoded <66999075+not-coded@users.noreply.github.com> Date: Wed, 9 Aug 2023 13:49:45 +0200 Subject: [PATCH 0923/1143] Update and rename _github-pages-challenge-not-coded.notcoded to _github-pages-challenge-not-coded.notcoded.json --- ...notcoded => _github-pages-challenge-not-coded.notcoded.json} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename domains/{_github-pages-challenge-not-coded.notcoded => _github-pages-challenge-not-coded.notcoded.json} (85%) diff --git a/domains/_github-pages-challenge-not-coded.notcoded b/domains/_github-pages-challenge-not-coded.notcoded.json similarity index 85% rename from domains/_github-pages-challenge-not-coded.notcoded rename to domains/_github-pages-challenge-not-coded.notcoded.json index 4d723c678..6c29551cf 100644 --- a/domains/_github-pages-challenge-not-coded.notcoded +++ b/domains/_github-pages-challenge-not-coded.notcoded.json @@ -2,7 +2,7 @@ "owner": { "username": "not-coded", "email": "", - "discord": "Code#9844", + "discord": "notcoded", "discordUserID": "620662953347121163" }, "record": { From efd1672745cad7272ef0380a856426d468d3b335 Mon Sep 17 00:00:00 2001 From: Jonathan Carrillo Sanchez <41805267+bi0hazarDD@users.noreply.github.com> Date: Wed, 9 Aug 2023 12:59:20 +0100 Subject: [PATCH 0924/1143] Update _github-pages-challenge-bi0hazardd.jonathancarrillo.json update txt record --- .../_github-pages-challenge-bi0hazardd.jonathancarrillo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/_github-pages-challenge-bi0hazardd.jonathancarrillo.json b/domains/_github-pages-challenge-bi0hazardd.jonathancarrillo.json index 2383d61f1..c24215daa 100644 --- a/domains/_github-pages-challenge-bi0hazardd.jonathancarrillo.json +++ b/domains/_github-pages-challenge-bi0hazardd.jonathancarrillo.json @@ -6,6 +6,6 @@ "email": "jonathan-8@hotmail.co.uk" }, "record": { - "TXT": "8e185689c7ba93093ddd8785ca60e6" + "TXT": "87235c5c433d52086cbf2ae6ddd9a1" } } From 0d176c427bb826ffff12eadbabccd7bc4fe06b53 Mon Sep 17 00:00:00 2001 From: j0code <42189560+j0code@users.noreply.github.com> Date: Wed, 9 Aug 2023 16:07:25 +0200 Subject: [PATCH 0925/1143] add github social --- domains/cv.json | 1 + domains/j0.json | 1 + domains/j0code.json | 1 + domains/lemmy.json | 1 + domains/twitter.json | 1 + 5 files changed, 5 insertions(+) diff --git a/domains/cv.json b/domains/cv.json index f70d87062..583ce9bc8 100644 --- a/domains/cv.json +++ b/domains/cv.json @@ -1,5 +1,6 @@ { "owner": { + "username": "j0code", "discord": "j0code", "email": "" }, diff --git a/domains/j0.json b/domains/j0.json index f70d87062..583ce9bc8 100644 --- a/domains/j0.json +++ b/domains/j0.json @@ -1,5 +1,6 @@ { "owner": { + "username": "j0code", "discord": "j0code", "email": "" }, diff --git a/domains/j0code.json b/domains/j0code.json index f70d87062..583ce9bc8 100644 --- a/domains/j0code.json +++ b/domains/j0code.json @@ -1,5 +1,6 @@ { "owner": { + "username": "j0code", "discord": "j0code", "email": "" }, diff --git a/domains/lemmy.json b/domains/lemmy.json index f70d87062..583ce9bc8 100644 --- a/domains/lemmy.json +++ b/domains/lemmy.json @@ -1,5 +1,6 @@ { "owner": { + "username": "j0code", "discord": "j0code", "email": "" }, diff --git a/domains/twitter.json b/domains/twitter.json index f70d87062..583ce9bc8 100644 --- a/domains/twitter.json +++ b/domains/twitter.json @@ -1,5 +1,6 @@ { "owner": { + "username": "j0code", "discord": "j0code", "email": "" }, From e7daaafc228217cfd175e05325c74986cbf8df90 Mon Sep 17 00:00:00 2001 From: vollowx Date: Thu, 10 Aug 2023 00:22:07 +0800 Subject: [PATCH 0926/1143] feat(domain): vollow.is-a.dev --- domains/vollow.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/vollow.json diff --git a/domains/vollow.json b/domains/vollow.json new file mode 100644 index 000000000..17eac5d30 --- /dev/null +++ b/domains/vollow.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "vollowx", + "email": "muffinslog@proton.me" + }, + "record": { + "URL": "vollowx.github.io" + } +} From e286e161e4ef250cef9a550034768ca813feec8e Mon Sep 17 00:00:00 2001 From: Blob2763 Date: Wed, 9 Aug 2023 18:28:42 +0100 Subject: [PATCH 0927/1143] feat(domain): blob2763.is-a.dev --- domains/blob2763.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/blob2763.json diff --git a/domains/blob2763.json b/domains/blob2763.json new file mode 100644 index 000000000..8da1a718d --- /dev/null +++ b/domains/blob2763.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Blob2763", + "email": "blob2763@gmail.com" + }, + "record": { + "CNAME": "blob2763.github.io" + } +} From f53dc84e8534dfafb1c355581079980f0990d13e Mon Sep 17 00:00:00 2001 From: Pedro Barbosa Date: Wed, 9 Aug 2023 20:01:52 +0200 Subject: [PATCH 0928/1143] Add jpedro --- domains/jpedro.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/jpedro.json diff --git a/domains/jpedro.json b/domains/jpedro.json new file mode 100644 index 000000000..6579832c4 --- /dev/null +++ b/domains/jpedro.json @@ -0,0 +1,11 @@ +{ + "description": "Personal blog", + "repo": "https://github.com/jpedro/jpedro.github.io", + "owner": { + "username": "jpedro", + "email": "github@jpedro.dev" + }, + "record": { + "CNAME": "jpedro.github.io" + } +} From 91b32e799c82c73c80221cb7cf401e80bfc65fbf Mon Sep 17 00:00:00 2001 From: tokiakasu Date: Wed, 9 Aug 2023 21:37:23 +0300 Subject: [PATCH 0929/1143] feat(domain): tokiakasu.is-a.dev --- domains/tokiakasu.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/tokiakasu.json diff --git a/domains/tokiakasu.json b/domains/tokiakasu.json new file mode 100644 index 000000000..e6d665872 --- /dev/null +++ b/domains/tokiakasu.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "tokiakasu", + "email": "crxpp@protonmail.com" + }, + "record": { + "A": ["95.163.12.169"] + } +} From 25c65a1a01d439003a651ff0fc6247eed48b74ae Mon Sep 17 00:00:00 2001 From: ItsNiceCraft <74358857+ItsNiceCraft@users.noreply.github.com> Date: Wed, 9 Aug 2023 21:32:29 +0200 Subject: [PATCH 0930/1143] feat(domain): add verification for github pages --- ...github-pages-challenge-ItsNiceCraft.itsnicecraft.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-ItsNiceCraft.itsnicecraft.json diff --git a/domains/_github-pages-challenge-ItsNiceCraft.itsnicecraft.json b/domains/_github-pages-challenge-ItsNiceCraft.itsnicecraft.json new file mode 100644 index 000000000..17c545224 --- /dev/null +++ b/domains/_github-pages-challenge-ItsNiceCraft.itsnicecraft.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "itsnicecraft", + "email": "itsnicecraft@protonmail.com.com" + }, + "record": { + "TXT": "af298352953860816795903319fbc9" + } +} From 478510f8cfe89635fc6a6a4eb91ac9ce48410d4d Mon Sep 17 00:00:00 2001 From: Antton Dev <64503329+antton-dev@users.noreply.github.com> Date: Wed, 9 Aug 2023 22:34:25 +0200 Subject: [PATCH 0931/1143] Create _github-pages-challenge-antton-dev.antton.json --- domains/_github-pages-challenge-antton-dev.antton.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-antton-dev.antton.json diff --git a/domains/_github-pages-challenge-antton-dev.antton.json b/domains/_github-pages-challenge-antton-dev.antton.json new file mode 100644 index 000000000..ec5db1b16 --- /dev/null +++ b/domains/_github-pages-challenge-antton-dev.antton.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "antton-dev", + "email": "antton.chevrier@etik.com" + }, + "record": { + "TXT": "a3787429898a0a8bb9b3cbffa253fa" + } +} From c5f522a6a40fa70d37378f0f3bd8d4d72f053230 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 10 Aug 2023 06:18:35 +0800 Subject: [PATCH 0932/1143] Rename krrisharma .json to krrisharma.json --- domains/{krrisharma .json => krrisharma.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{krrisharma .json => krrisharma.json} (100%) diff --git a/domains/krrisharma .json b/domains/krrisharma.json similarity index 100% rename from domains/krrisharma .json rename to domains/krrisharma.json From 8985f0aaf390914fbd5bc58dd3a3ce9da123965b Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 10 Aug 2023 06:20:41 +0800 Subject: [PATCH 0933/1143] Rename _github-pages-challenge-T-Dynamos.anshdadwal.json to _github-pages-challenge-t-dynamos.anshdadwal.json --- ...wal.json => _github-pages-challenge-t-dynamos.anshdadwal.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-T-Dynamos.anshdadwal.json => _github-pages-challenge-t-dynamos.anshdadwal.json} (100%) diff --git a/domains/_github-pages-challenge-T-Dynamos.anshdadwal.json b/domains/_github-pages-challenge-t-dynamos.anshdadwal.json similarity index 100% rename from domains/_github-pages-challenge-T-Dynamos.anshdadwal.json rename to domains/_github-pages-challenge-t-dynamos.anshdadwal.json From 208b8f208ef2b4c22684c7c32d7c6f021050cc2c Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 10 Aug 2023 06:24:37 +0800 Subject: [PATCH 0934/1143] Rename _github-pages-challenge-9xN.44.json to _github-pages-challenge-9xn.44.json --- ...-challenge-9xN.44.json => _github-pages-challenge-9xn.44.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-9xN.44.json => _github-pages-challenge-9xn.44.json} (100%) diff --git a/domains/_github-pages-challenge-9xN.44.json b/domains/_github-pages-challenge-9xn.44.json similarity index 100% rename from domains/_github-pages-challenge-9xN.44.json rename to domains/_github-pages-challenge-9xn.44.json From d8846ece593526de9042cb047f3721c2ac605e11 Mon Sep 17 00:00:00 2001 From: Ken Wu Date: Wed, 9 Aug 2023 21:27:26 -0200 Subject: [PATCH 0935/1143] Create kenwu.json --- domains/kenwu.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/kenwu.json diff --git a/domains/kenwu.json b/domains/kenwu.json new file mode 100644 index 000000000..4bbda27e5 --- /dev/null +++ b/domains/kenwu.json @@ -0,0 +1,12 @@ +{ + "description": "This is Ken Wu's personal portfolio website.", + "repo": "https://github.com/kenwuqianghao/kenwuqianghao.github.io", + "owner": { + "username": "KenWuqianghao", + "email": "wooqianghao@gmail.com", + "twitter": "KenWuqianghao" + }, + "record": { + "CNAME": "kenwuqianghao.github.io" + } +} From d69ffc74100c4ffdda917630f2d14dcdad13c25b Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 10 Aug 2023 07:42:07 +0800 Subject: [PATCH 0936/1143] Rename _github-pages-challenge-EnderPoint07.enderpoint.json to _github-pages-challenge-enderpoint07.enderpoint.json --- ...son => _github-pages-challenge-enderpoint07.enderpoint.json} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename domains/{_github-pages-challenge-EnderPoint07.enderpoint.json => _github-pages-challenge-enderpoint07.enderpoint.json} (99%) diff --git a/domains/_github-pages-challenge-EnderPoint07.enderpoint.json b/domains/_github-pages-challenge-enderpoint07.enderpoint.json similarity index 99% rename from domains/_github-pages-challenge-EnderPoint07.enderpoint.json rename to domains/_github-pages-challenge-enderpoint07.enderpoint.json index e0a2be0ef..bee86756a 100644 --- a/domains/_github-pages-challenge-EnderPoint07.enderpoint.json +++ b/domains/_github-pages-challenge-enderpoint07.enderpoint.json @@ -10,4 +10,4 @@ "record": { "TXT": "ea82a679a2f0a737ed5a4c6a5d0e2b" } -} \ No newline at end of file +} From bf371be637b51159976feb9739f9627e6f9eb4ee Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 10 Aug 2023 07:43:50 +0800 Subject: [PATCH 0937/1143] Update blue.json --- domains/blue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/blue.json b/domains/blue.json index 121d73e1e..febc70c0c 100644 --- a/domains/blue.json +++ b/domains/blue.json @@ -7,6 +7,6 @@ "twitter": "b1uedev" }, "record": { - "TXT": "e921e6896e19bfdc214f60f54aaacc" + "CNAME": "b1ue-dev.github.io" } } From dc23e98d55e14b8cd7c7c410c9f37b03962a80c7 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 10 Aug 2023 07:44:06 +0800 Subject: [PATCH 0938/1143] Rename _github-pages-challenge-B1ue-Dev.blue.json to _github-pages-challenge-b1ue-dev.blue.json --- ...e-Dev.blue.json => _github-pages-challenge-b1ue-dev.blue.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-B1ue-Dev.blue.json => _github-pages-challenge-b1ue-dev.blue.json} (100%) diff --git a/domains/_github-pages-challenge-B1ue-Dev.blue.json b/domains/_github-pages-challenge-b1ue-dev.blue.json similarity index 100% rename from domains/_github-pages-challenge-B1ue-Dev.blue.json rename to domains/_github-pages-challenge-b1ue-dev.blue.json From 82168540d2633a064fa10b1e415b5bc75f6f9b4c Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 10 Aug 2023 07:45:29 +0800 Subject: [PATCH 0939/1143] Rename _github-pages-challenge-KenWuqianghao.kenwu.json to _github-pages-challenge-kenwuqianghao.kenwu.json --- ...enwu.json => _github-pages-challenge-kenwuqianghao.kenwu.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-KenWuqianghao.kenwu.json => _github-pages-challenge-kenwuqianghao.kenwu.json} (100%) diff --git a/domains/_github-pages-challenge-KenWuqianghao.kenwu.json b/domains/_github-pages-challenge-kenwuqianghao.kenwu.json similarity index 100% rename from domains/_github-pages-challenge-KenWuqianghao.kenwu.json rename to domains/_github-pages-challenge-kenwuqianghao.kenwu.json From 9f2313c85259968dcf754fe2a6fe2ad5f1226752 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 10 Aug 2023 07:47:17 +0800 Subject: [PATCH 0940/1143] Update and rename _github-pages-challenge-ItsNiceCraft.itsnicecraft.json to _github-pages-challenge-itsnicecraft.itsnicecraft.json --- ...son => _github-pages-challenge-itsnicecraft.itsnicecraft.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-ItsNiceCraft.itsnicecraft.json => _github-pages-challenge-itsnicecraft.itsnicecraft.json} (100%) diff --git a/domains/_github-pages-challenge-ItsNiceCraft.itsnicecraft.json b/domains/_github-pages-challenge-itsnicecraft.itsnicecraft.json similarity index 100% rename from domains/_github-pages-challenge-ItsNiceCraft.itsnicecraft.json rename to domains/_github-pages-challenge-itsnicecraft.itsnicecraft.json From b0ba01f1a119d34ae0b25f9298d29298d995f30a Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 10 Aug 2023 07:47:36 +0800 Subject: [PATCH 0941/1143] Update _github-pages-challenge-itsnicecraft.itsnicecraft.json --- domains/_github-pages-challenge-itsnicecraft.itsnicecraft.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/_github-pages-challenge-itsnicecraft.itsnicecraft.json b/domains/_github-pages-challenge-itsnicecraft.itsnicecraft.json index 17c545224..f1d38f8e6 100644 --- a/domains/_github-pages-challenge-itsnicecraft.itsnicecraft.json +++ b/domains/_github-pages-challenge-itsnicecraft.itsnicecraft.json @@ -1,7 +1,7 @@ { "owner": { "username": "itsnicecraft", - "email": "itsnicecraft@protonmail.com.com" + "email": "itsnicecraft@protonmail.com" }, "record": { "TXT": "af298352953860816795903319fbc9" From ec0932a02fd7b66b0e816bfc25bca37d2f8723c2 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 10 Aug 2023 07:53:41 +0800 Subject: [PATCH 0942/1143] Rename _github-pages-challenge-OtterCodes101.otter.json to _github-pages-challenge-ottercodes101.otter.json --- ...tter.json => _github-pages-challenge-ottercodes101.otter.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-OtterCodes101.otter.json => _github-pages-challenge-ottercodes101.otter.json} (100%) diff --git a/domains/_github-pages-challenge-OtterCodes101.otter.json b/domains/_github-pages-challenge-ottercodes101.otter.json similarity index 100% rename from domains/_github-pages-challenge-OtterCodes101.otter.json rename to domains/_github-pages-challenge-ottercodes101.otter.json From 4f1897cde70ec19a6148f7d33eb08808901ab432 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 10 Aug 2023 08:10:31 +0800 Subject: [PATCH 0943/1143] Update vollow.json --- domains/vollow.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/vollow.json b/domains/vollow.json index 17eac5d30..14dac0b86 100644 --- a/domains/vollow.json +++ b/domains/vollow.json @@ -4,6 +4,6 @@ "email": "muffinslog@proton.me" }, "record": { - "URL": "vollowx.github.io" + "CNAME": "vollowx.github.io" } } From 0a7f4a8fbf5a1d68d8c0e331dba60e501def5711 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 10 Aug 2023 08:17:18 +0800 Subject: [PATCH 0944/1143] Discard changes to domains/is-a.dev.json --- domains/is-a.dev.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/is-a.dev.json diff --git a/domains/is-a.dev.json b/domains/is-a.dev.json deleted file mode 100644 index 52511eb4e..000000000 --- a/domains/is-a.dev.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "ShadowPlayzYT22", - "email": "peterwyneg@gmail.com", - "discord": "1038747272701292584" - }, - - "record": { - "CNAME": "1330d861-7ea5-40e4-aeec-98267aebec75.id.repl.co" - } -} From b05d9bc3eca8e2bfbe745011b019fa6b07b9add4 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 10 Aug 2023 08:17:22 +0800 Subject: [PATCH 0945/1143] Discard changes to domains/testdomain.json --- domains/testdomain.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/testdomain.json diff --git a/domains/testdomain.json b/domains/testdomain.json deleted file mode 100644 index efde507f1..000000000 --- a/domains/testdomain.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "ShadowPlayzYT22", - "email": "peterwyneg@gmail.com", - "discord": "1038747272701292584" - }, - - "record": { - "CNAME": "01bba44d-3f24-406b-a6ac-c019e1aab24c.id.repl.co" - } -} From 37734a00ddeea1039820c27045fec230be1577db Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 10 Aug 2023 08:22:29 +0800 Subject: [PATCH 0946/1143] Rename _github-pages-challenge-Jakethebest1238.jakehe.json to _github-pages-challenge-jakethebest1238.jakehe.json --- ...e.json => _github-pages-challenge-jakethebest1238.jakehe.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-Jakethebest1238.jakehe.json => _github-pages-challenge-jakethebest1238.jakehe.json} (100%) diff --git a/domains/_github-pages-challenge-Jakethebest1238.jakehe.json b/domains/_github-pages-challenge-jakethebest1238.jakehe.json similarity index 100% rename from domains/_github-pages-challenge-Jakethebest1238.jakehe.json rename to domains/_github-pages-challenge-jakethebest1238.jakehe.json From cea60856a5199ee0362a099a194765042e86869f Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 10 Aug 2023 08:25:25 +0800 Subject: [PATCH 0947/1143] Rename _github-pages-challenge-xXTgamerXx.brin.json to _github-pages-challenge-xxtgamerxx.brin.json --- ...rXx.brin.json => _github-pages-challenge-xxtgamerxx.brin.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-xXTgamerXx.brin.json => _github-pages-challenge-xxtgamerxx.brin.json} (100%) diff --git a/domains/_github-pages-challenge-xXTgamerXx.brin.json b/domains/_github-pages-challenge-xxtgamerxx.brin.json similarity index 100% rename from domains/_github-pages-challenge-xXTgamerXx.brin.json rename to domains/_github-pages-challenge-xxtgamerxx.brin.json From 7233d4a3c5c87d6b7c5f6c30e51f8b5ad57d7194 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 10 Aug 2023 08:28:33 +0800 Subject: [PATCH 0948/1143] Update amity.json --- domains/amity.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/amity.json b/domains/amity.json index 32a6db52a..27e397938 100644 --- a/domains/amity.json +++ b/domains/amity.json @@ -4,6 +4,6 @@ "email": "alyx@aleteoryx.me" }, "record": { - "URL": "aleteoryx.me" + "URL": "https://aleteoryx.me" } } From ff48f882e27dc44084c160b3563a7cac15708986 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 10 Aug 2023 08:29:46 +0800 Subject: [PATCH 0949/1143] Update mrweez.json --- domains/mrweez.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/mrweez.json b/domains/mrweez.json index f98e22059..3d2efd80d 100644 --- a/domains/mrweez.json +++ b/domains/mrweez.json @@ -4,6 +4,6 @@ "email": "arsenyplis2018@gmail.com" }, "record": { - "URL": "depcloud.xyz" + "URL": "https://depcloud.xyz" } } From b0bd864be3783f9965577a12168f72d32fa6abfd Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 10 Aug 2023 08:48:14 +0800 Subject: [PATCH 0950/1143] Rename niceEli.json to niceeli.json --- domains/{niceEli.json => niceeli.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{niceEli.json => niceeli.json} (100%) diff --git a/domains/niceEli.json b/domains/niceeli.json similarity index 100% rename from domains/niceEli.json rename to domains/niceeli.json From 53d0254e28ff6c6a18bd26a38c02db22ea7c4414 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 10 Aug 2023 08:51:28 +0800 Subject: [PATCH 0951/1143] Rename _github-pages-challenge-ARBoyGo.arboy.json to _github-pages-challenge-arboygo.arboy.json --- ...oyGo.arboy.json => _github-pages-challenge-arboygo.arboy.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-ARBoyGo.arboy.json => _github-pages-challenge-arboygo.arboy.json} (100%) diff --git a/domains/_github-pages-challenge-ARBoyGo.arboy.json b/domains/_github-pages-challenge-arboygo.arboy.json similarity index 100% rename from domains/_github-pages-challenge-ARBoyGo.arboy.json rename to domains/_github-pages-challenge-arboygo.arboy.json From 4d113ed7901624c7bdd9a2a7abb71c4404cd6031 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 10 Aug 2023 08:54:11 +0800 Subject: [PATCH 0952/1143] Update n4n5.json --- domains/n4n5.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/n4n5.json b/domains/n4n5.json index 1bdfbde69..43a37c462 100644 --- a/domains/n4n5.json +++ b/domains/n4n5.json @@ -4,7 +4,7 @@ "owner": { "username": "n4n5", "email": "", - "twitter": "Its-Just-Nans", + "twitter": "Its-Just-Nans" }, "record": { "URL": "https://n4n5.dev" From 96bdfe8c199c3592df62a2779ce6b907ea7f5aa4 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 10 Aug 2023 08:54:30 +0800 Subject: [PATCH 0953/1143] Update n4n5.json --- domains/n4n5.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/n4n5.json b/domains/n4n5.json index 43a37c462..09be0e216 100644 --- a/domains/n4n5.json +++ b/domains/n4n5.json @@ -2,7 +2,7 @@ "description": "redirects to my website", "repo": "https://github.com/Its-Just-Nans", "owner": { - "username": "n4n5", + "username": "Its-Just-Nans", "email": "", "twitter": "Its-Just-Nans" }, From 12782eef3abf2c302c049a5cf85c3573105ee8a1 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 10 Aug 2023 08:55:26 +0800 Subject: [PATCH 0954/1143] Update n4n5.json --- domains/n4n5.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/n4n5.json b/domains/n4n5.json index 09be0e216..75b8dbbe7 100644 --- a/domains/n4n5.json +++ b/domains/n4n5.json @@ -3,8 +3,7 @@ "repo": "https://github.com/Its-Just-Nans", "owner": { "username": "Its-Just-Nans", - "email": "", - "twitter": "Its-Just-Nans" + "email": "" }, "record": { "URL": "https://n4n5.dev" From 2363fa35ff12fd6d40b91ac68ee5adbcec775b8a Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 10 Aug 2023 08:55:51 +0800 Subject: [PATCH 0955/1143] Update mrgliff.json --- domains/mrgliff.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/mrgliff.json b/domains/mrgliff.json index f7f59e6a1..aebe6f1e9 100644 --- a/domains/mrgliff.json +++ b/domains/mrgliff.json @@ -4,6 +4,6 @@ "email": "dharminnagar@gmail.com" }, "record": { - "URL": "mrgliff.dev" + "URL": "https://mrgliff.dev" } } From d6abab1a4102c708a0ea4c6fdd6543bb9a6691f1 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 10 Aug 2023 08:58:57 +0800 Subject: [PATCH 0956/1143] Rename _github-pages-challenge-Bnyro.bnyro.json to _github-pages-challenge-bnyro.bnyro.json --- ...-Bnyro.bnyro.json => _github-pages-challenge-bnyro.bnyro.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-Bnyro.bnyro.json => _github-pages-challenge-bnyro.bnyro.json} (100%) diff --git a/domains/_github-pages-challenge-Bnyro.bnyro.json b/domains/_github-pages-challenge-bnyro.bnyro.json similarity index 100% rename from domains/_github-pages-challenge-Bnyro.bnyro.json rename to domains/_github-pages-challenge-bnyro.bnyro.json From 06637e20939ffd6042a39777d972c8a435d817be Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 10 Aug 2023 08:59:21 +0800 Subject: [PATCH 0957/1143] Discard changes to domains/krix.json --- domains/krix.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/krix.json b/domains/krix.json index b54adf49a..5707fea0c 100644 --- a/domains/krix.json +++ b/domains/krix.json @@ -1,9 +1,10 @@ { + "description": "Krix's portfolio", "owner": { "username": "Krix12", "email": "kristjan.kocevar89@gmail.com" }, "record": { - "TXT": "178ab459221fd277af8029cae84a63" + "CNAME": "krix12-github-io.pages.dev" } } From 25b0afbff3f5cb51dedd9514e2cf1dda6974018b Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 10 Aug 2023 08:59:31 +0800 Subject: [PATCH 0958/1143] Rename _github-pages-challenge-Krix12.krix.json to _github-pages-challenge-krix12.krix.json --- ...-Krix12.krix.json => _github-pages-challenge-krix12.krix.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-Krix12.krix.json => _github-pages-challenge-krix12.krix.json} (100%) diff --git a/domains/_github-pages-challenge-Krix12.krix.json b/domains/_github-pages-challenge-krix12.krix.json similarity index 100% rename from domains/_github-pages-challenge-Krix12.krix.json rename to domains/_github-pages-challenge-krix12.krix.json From 390d18380d2466f9d93185ca087320a3b6c4226c Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 10 Aug 2023 09:00:52 +0800 Subject: [PATCH 0959/1143] Rename _github-pages-challenge-Clay990.suraj to _github-pages-challenge-clay990.suraj.json --- ...e-Clay990.suraj => _github-pages-challenge-clay990.suraj.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-Clay990.suraj => _github-pages-challenge-clay990.suraj.json} (100%) diff --git a/domains/_github-pages-challenge-Clay990.suraj b/domains/_github-pages-challenge-clay990.suraj.json similarity index 100% rename from domains/_github-pages-challenge-Clay990.suraj rename to domains/_github-pages-challenge-clay990.suraj.json From f5afbd4f602e34488a107f882c527848e9c43e02 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 10 Aug 2023 09:04:58 +0800 Subject: [PATCH 0960/1143] Update akpi.json --- domains/akpi.json | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/domains/akpi.json b/domains/akpi.json index 1cdbd6c00..76866ea4a 100644 --- a/domains/akpi.json +++ b/domains/akpi.json @@ -5,9 +5,13 @@ "discord": "equus_quagga" }, "record": { - "CNAME": "akpi816218.github.io", - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ] + "A": [ + "185.199.110.153", + "185.199.108.153", + "185.199.111.153", + "185.199.109.153" + ], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~all" } +} From bf7cca56d4c25b24e653dfef5fd3a2b54503d2a2 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 10 Aug 2023 09:05:17 +0800 Subject: [PATCH 0961/1143] Update _github-pages-challenge-akpi816218.akpi.json --- domains/_github-pages-challenge-akpi816218.akpi.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/_github-pages-challenge-akpi816218.akpi.json b/domains/_github-pages-challenge-akpi816218.akpi.json index edd1888f9..2a1566dbb 100644 --- a/domains/_github-pages-challenge-akpi816218.akpi.json +++ b/domains/_github-pages-challenge-akpi816218.akpi.json @@ -3,7 +3,7 @@ "username": "akpi816218", "email": "", "discord": "equus_quagga" - } + }, "record": { "TXT": "83f74e3c71720aa4514d32cabe7324" } From faeb468d8c158fdfa669c4cc1930c8e2d679ea7e Mon Sep 17 00:00:00 2001 From: Mai1ii Date: Thu, 10 Aug 2023 09:06:33 +0800 Subject: [PATCH 0962/1143] feat(domain): sev.is-a.dev --- domains/sev.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/sev.json diff --git a/domains/sev.json b/domains/sev.json new file mode 100644 index 000000000..607164f58 --- /dev/null +++ b/domains/sev.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Mai1ii", + "email": "micomacabali14@gmail.com" + }, + "record": { + "CNAME": "cd.bio.link" + } +} From fab5b4a537260291e28ce5e8e38ab71758400f87 Mon Sep 17 00:00:00 2001 From: Mai1ii Date: Thu, 10 Aug 2023 09:10:43 +0800 Subject: [PATCH 0963/1143] feat(domain): mai.is-a.dev --- domains/mai.json | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/domains/mai.json b/domains/mai.json index 31fe3e938..16aaf240b 100644 --- a/domains/mai.json +++ b/domains/mai.json @@ -1,10 +1,9 @@ { - "description": "Mai's personal developer website", - "owner": { - "username": "Mai1ii", - "email": "mail@apexure.cf" - }, - "record": { - "CNAME": "mai1ii.github.io" - } + "owner": { + "username": "Mai1ii", + "email": "micomacabali14@gmail.com" + }, + "record": { + "CNAME": "hosts.is-a.dev" + } } From f49f63b5473c28f21afb8dc3e8f7ee47802fae42 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 10 Aug 2023 09:12:25 +0800 Subject: [PATCH 0964/1143] Update and rename _github-pages-challenge-Habeel06.habeel.json to _github-pages-challenge-habeel06.habeel.json --- ....habeel.json => _github-pages-challenge-habeel06.habeel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename _github-pages-challenge-Habeel06.habeel.json => _github-pages-challenge-habeel06.habeel.json (84%) diff --git a/_github-pages-challenge-Habeel06.habeel.json b/_github-pages-challenge-habeel06.habeel.json similarity index 84% rename from _github-pages-challenge-Habeel06.habeel.json rename to _github-pages-challenge-habeel06.habeel.json index 483c59818..a8d160e24 100644 --- a/_github-pages-challenge-Habeel06.habeel.json +++ b/_github-pages-challenge-habeel06.habeel.json @@ -1,7 +1,7 @@ { "owner": { "username": "habeel06", - "email": "nil" + "email": "" }, "record": { "TXT": "6bbac3351ea3d8ad90603e1318c7ff" From 32f077bd9f3962d720ce818f9323050a09b0bf78 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 10 Aug 2023 09:12:51 +0800 Subject: [PATCH 0965/1143] Rename _github-pages-challenge-habeel06.habeel.json to domains/_github-pages-challenge-habeel06.habeel.json --- .../_github-pages-challenge-habeel06.habeel.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename _github-pages-challenge-habeel06.habeel.json => domains/_github-pages-challenge-habeel06.habeel.json (100%) diff --git a/_github-pages-challenge-habeel06.habeel.json b/domains/_github-pages-challenge-habeel06.habeel.json similarity index 100% rename from _github-pages-challenge-habeel06.habeel.json rename to domains/_github-pages-challenge-habeel06.habeel.json From ecfa468198380a27ebeb2c6fd8e2fecd4958f7d4 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 10 Aug 2023 09:17:45 +0800 Subject: [PATCH 0966/1143] Update sev.json --- domains/sev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/sev.json b/domains/sev.json index 607164f58..8dc8e5252 100644 --- a/domains/sev.json +++ b/domains/sev.json @@ -4,6 +4,6 @@ "email": "micomacabali14@gmail.com" }, "record": { - "CNAME": "cd.bio.link" + "URL": "https://bio.link/sevi" } } From a690a6f444901b22a85cadf63189c022da2a8c61 Mon Sep 17 00:00:00 2001 From: Eden <62473844+EdenQwQ@users.noreply.github.com> Date: Thu, 10 Aug 2023 09:53:02 +0800 Subject: [PATCH 0967/1143] Create _github-pages-challenge-EdenQwQ.eden.json --- domains/_github-pages-challenge-EdenQwQ.eden.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-EdenQwQ.eden.json diff --git a/domains/_github-pages-challenge-EdenQwQ.eden.json b/domains/_github-pages-challenge-EdenQwQ.eden.json new file mode 100644 index 000000000..ca0b4f684 --- /dev/null +++ b/domains/_github-pages-challenge-EdenQwQ.eden.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "EdenQwQ", + "email": "lsahlm1eden@gmail.com" + }, + "record": { + "TXT": "2babcf1b4a0ae8e0f7bc801719d6af" + } +} From 558dbcc2ab5dadd0cb06f00194f9b5c79df82416 Mon Sep 17 00:00:00 2001 From: Eden <62473844+EdenQwQ@users.noreply.github.com> Date: Thu, 10 Aug 2023 09:54:03 +0800 Subject: [PATCH 0968/1143] Update eden.json --- domains/eden.json | 1 + 1 file changed, 1 insertion(+) diff --git a/domains/eden.json b/domains/eden.json index 071e4478f..c5521af52 100644 --- a/domains/eden.json +++ b/domains/eden.json @@ -1,4 +1,5 @@ { + "repo": "https://github.com/edenqwq/edenqwq.github.io", "owner": { "username": "EdenQwQ", "email": "lsahlm1eden@gmail.com" From ed5cfed62d6bcd1dda56f78cddec5ec72643cf76 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 10 Aug 2023 10:50:46 +0800 Subject: [PATCH 0969/1143] Update and rename _github-pages-challenge-EdenQwQ.eden.json to _github-pages-challenge-edenqwq.eden.json --- ...nQwQ.eden.json => _github-pages-challenge-edenqwq.eden.json} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename domains/{_github-pages-challenge-EdenQwQ.eden.json => _github-pages-challenge-edenqwq.eden.json} (72%) diff --git a/domains/_github-pages-challenge-EdenQwQ.eden.json b/domains/_github-pages-challenge-edenqwq.eden.json similarity index 72% rename from domains/_github-pages-challenge-EdenQwQ.eden.json rename to domains/_github-pages-challenge-edenqwq.eden.json index ca0b4f684..a80ea98b0 100644 --- a/domains/_github-pages-challenge-EdenQwQ.eden.json +++ b/domains/_github-pages-challenge-edenqwq.eden.json @@ -4,6 +4,6 @@ "email": "lsahlm1eden@gmail.com" }, "record": { - "TXT": "2babcf1b4a0ae8e0f7bc801719d6af" + "TXT": "2babcf1b4a0ae8e0f7bc801719d6af" } } From 078e831afc5da6d8e8156b3acb783397434af002 Mon Sep 17 00:00:00 2001 From: William Harrison <115670568+WDH-2@users.noreply.github.com> Date: Thu, 10 Aug 2023 10:57:43 +0800 Subject: [PATCH 0970/1143] feat: prettier --- domains/207.json | 14 +++++----- ...s-challenge-aakankshabhende.aakanksha.json | 2 +- ...ithub-pages-challenge-akpi816218.akpi.json | 16 +++++------ ...b-pages-challenge-ananth-swamy.ananth.json | 2 +- ...ithub-pages-challenge-andyfaizan.andy.json | 2 +- ...hub-pages-challenge-antton-dev.antton.json | 6 ++--- ...challenge-armoredvortex.armoredvortex.json | 4 +-- ...s-challenge-boredcodebyk.boredcodebyk.json | 14 +++++----- ...ges-challenge-chethanyadav456.chethan.json | 2 +- ...pages-challenge-clumzyofficial.adarsh.json | 2 +- ...pages-challenge-crystalbajgai.crystal.json | 2 +- ...ges-challenge-deltafumble.deltafumble.json | 18 ++++++------- ...pages-challenge-dushmanta05.dushmanta.json | 2 +- .../_github-pages-challenge-edenqwq.eden.json | 2 +- .../_github-pages-challenge-iakzs.iakzs.json | 6 ++--- domains/_github-pages-challenge-iakzs.kz.json | 6 ++--- ...thub-pages-challenge-iamrony777.ronit.json | 20 +++++++------- ...b-pages-challenge-icky17.jairomorales.json | 2 +- .../_github-pages-challenge-icm185.icm.json | 2 +- ...-pages-challenge-impratik7.pratikmali.json | 14 +++++----- ..._github-pages-challenge-inkilu.inkilu.json | 2 +- ...s-challenge-itsnicecraft.itsnicecraft.json | 18 ++++++------- ...ithub-pages-challenge-itsvick.itsvick.json | 11 ++++---- ...-challenge-jcgaming-official.jcquieta.json | 18 ++++++------- ..._github-pages-challenge-jeymen.jeymen.json | 2 +- ...pages-challenge-joythejoystick1.glqch.json | 6 ++--- ...pages-challenge-not-a-ethan.not-ethan.json | 6 ++--- ...ub-pages-challenge-not-coded.notcoded.json | 2 +- ...challenge-patrickzhou1234.patrickzhou.json | 16 +++++------ ...b-pages-challenge-pixelgeek.pixelgeek.json | 18 ++++++------- ...challenge-proudmuslim-dev.proudmuslim.json | 2 +- ...thub-pages-challenge-roktim32.yourdad.json | 1 - .../_github-pages-challenge-rv178.rv178.json | 2 +- ...b-pages-challenge-sekharmalla.chandra.json | 3 +-- ...github-pages-challenge-seriaati.seria.json | 2 +- ..._github-pages-challenge-shays24.shays.json | 2 +- ...ub-pages-challenge-shinyzenith.aakash.json | 2 +- ..._github-pages-challenge-spaxly.spaxly.json | 2 +- ...b-pages-challenge-studiousgamer.natya.json | 2 +- ...s-challenge-tclement0922.tclement0922.json | 18 ++++++------- ...thub-pages-challenge-thehatkid.hatkid.json | 2 +- ...hub-pages-challenge-thesanju.thesanju.json | 16 +++++------ ...thub-pages-challenge-thesct22.sharath.json | 15 +++++------ ...pages-challenge-thisisthamizh.thamizh.json | 18 ++++++------- ...hub-pages-challenge-thunder-coding.cd.json | 16 +++++------ ...thub-pages-challenge-turquoisetnt.tnt.json | 12 ++++----- ...allenge-vasilismylonas.vasilismylonas.json | 4 +-- ...hub-pages-challenge-vivek-oraon.vivek.json | 18 ++++++------- ...ub-pages-challenge-vj-abishek.abishek.json | 2 +- ..._github-pages-challenge-yorodm.yorodm.json | 2 +- domains/aadi.json | 2 +- domains/aakash.json | 2 +- domains/abegehr.json | 2 +- domains/adarsh.json | 2 +- domains/aditya-awasthi.json | 2 +- domains/afp.json | 22 +++++++-------- domains/afton.json | 2 +- domains/agamjot-singh.json | 2 +- domains/ahmad-muhajir.json | 2 +- domains/ahuja-m.json | 18 ++++++------- domains/aikoo7.json | 15 +++++------ domains/akpi.json | 25 +++++++---------- domains/albuman.json | 15 +++++------ domains/ale1x.json | 14 +++++----- domains/alephdiallo.json | 7 +---- domains/almuqbel.json | 15 +++++------ domains/analytics.json | 3 +-- domains/ananth.json | 2 +- domains/anon.json | 6 ++--- domains/ansari-atharnadim.json | 18 ++++++------- domains/api.taoanhdep.json | 15 +++++------ domains/arwi.json | 2 +- domains/aryamaan.json | 7 +---- domains/ashesh.json | 2 +- domains/asif.json | 14 +++++----- domains/astrix.json | 6 ++--- domains/aswin-vs.json | 22 +++++++-------- domains/ataim.json | 2 +- domains/axviii3.json | 7 +---- domains/b0q.json | 6 ++--- domains/ba9.json | 7 ++--- domains/bare1.json | 15 +++++------ domains/bday-list.suki.json | 15 +++++------ domains/bdfd.json | 6 ++--- domains/benediktreck.json | 2 +- domains/bibhu.json | 20 +++++++------- domains/bing-chilling.json | 12 ++++----- domains/blankparticle.json | 14 +++++----- domains/blek.json | 4 +-- domains/blog.aditya.json | 7 +---- domains/blog.crystal.json | 2 +- domains/blog.itznesbro.json | 14 +++++----- domains/bmhien.json | 2 +- domains/bob.json | 2 +- domains/bovas.json | 12 ++++----- domains/boxey.json | 2 +- domains/bug-writer.json | 6 ++--- domains/bur.json | 23 +++++++--------- domains/c00l.json | 1 - domains/caodoc.json | 2 +- domains/cd.json | 20 +++++++------- domains/cdn.akai.json | 18 ++++++------- domains/chethan.json | 2 +- domains/chirag.json | 14 +++++----- domains/chouhict.json | 7 +---- domains/codesz.json | 2 +- domains/contentbot.json | 18 ++++++------- domains/copysland.json | 15 +++++------ domains/cristianmihai.json | 22 +++++++-------- domains/cs.json | 2 +- domains/cyr.json | 6 ++--- domains/cz.json | 15 +++++------ domains/d3c.json | 19 ++++++------- domains/daanschenkel.json | 2 +- domains/damned.json | 2 +- domains/darkdevil.json | 7 +---- domains/darrem.json | 15 +++++------ domains/datamind.json | 2 +- domains/deepak.json | 22 +++++++-------- domains/delasheras.json | 16 +++++------ domains/deltafumble.json | 24 ++++++++--------- domains/demongamez.json | 6 ++--- domains/demonplayz.json | 6 ++--- domains/deva.json | 2 +- domains/devfate.json | 16 +++++------ domains/dhaval-kareliya.json | 18 ++++++------- domains/dhruvil.json | 7 +---- domains/dirgha-ukani.json | 18 ++++++------- domains/dmmay.json | 7 +---- domains/dommor.json | 16 +++++------ domains/donate.gornostay25.json | 7 +---- domains/donno2048.json | 3 +-- domains/dqmn.json | 18 ++++++------- domains/dr-therapy.json | 6 ++--- domains/drpleaserespect.json | 6 ++--- domains/drtherapy.json | 15 +++++------ domains/dumprr.json | 2 +- domains/duyeric.json | 15 +++++------ domains/dylanmarsili.json | 2 +- domains/edmonddevera.json | 22 +++++++-------- domains/elbenja.json | 6 ++--- domains/elbernaoui.json | 2 +- domains/elixss.json | 15 +++++------ domains/enderpoint.json | 22 +++++++-------- domains/erdem.json | 2 +- domains/eren.json | 6 ++--- domains/ermal.json | 7 +---- domains/error404.json | 2 +- domains/esp.json | 2 +- domains/ethereal.json | 20 +++++++------- domains/evelio.json | 7 +---- domains/falguni-prajapati.json | 18 ++++++------- domains/files.dqmn.json | 16 +++++------ domains/files.hosts.json | 6 ++--- domains/fitrahmunir.json | 18 ++++++------- domains/fjuro.json | 15 +++++------ domains/flazepe.json | 16 +++++------ domains/flymeth.json | 18 ++++++------- domains/foxie.arman.json | 7 +---- domains/g-pratik.json | 18 ++++++------- domains/gabimaciel.json | 6 +---- domains/gigwanoob.json | 6 ++--- domains/gitninja.json | 15 +++++------ domains/gizzy.json | 27 +++++++++---------- domains/glqch.json | 7 +++-- domains/gooplancton.json | 2 +- domains/habeel.json | 2 +- domains/hackerhawks.json | 19 ++++++------- domains/hanchow.json | 2 +- domains/hashir.json | 22 +++++++-------- domains/hatkid.json | 2 +- domains/haubaka.json | 2 +- domains/hcs.json | 7 +++-- domains/hero.json | 2 +- domains/hilmansyah.json | 4 +-- domains/himanshusri.json | 15 +++++------ domains/hiwind.json | 15 +++++------ domains/hoang3409.json | 20 +++++++------- domains/hotspot.json | 6 ++--- domains/hozzywozzy.json | 18 ++++++------- domains/hs50.json | 22 +++++++-------- domains/hvlxh.json | 16 +++++------ domains/hyderite.json | 14 +++++----- domains/hzf.json | 15 +++++------ domains/iakzs.json | 7 +---- domains/iamchoiiril.json | 2 +- domains/iammithani.json | 14 +++++----- domains/ikd.json | 22 +++++++-------- domains/ikraiyan.json | 2 +- domains/imzihad21.json | 18 ++++++------- domains/inf.json | 14 +++++----- domains/infinitelearning.json | 15 +++++------ domains/invalidnoah.json | 2 +- domains/ipuppyyt.json | 7 +---- domains/isa.json | 2 +- domains/isabelrosillo.json | 16 +++++------ domains/itsmealdo.json | 2 +- domains/iucc.json | 15 +++++------ domains/jackson.json | 7 +---- domains/jairomorales.json | 2 +- domains/jake.json | 2 +- domains/janmb.json | 6 ++--- domains/javier.json | 2 +- domains/jayg.json | 5 +--- domains/jcarpenter.json | 2 +- domains/jdszekeres.json | 2 +- domains/jean-arthur.json | 3 +-- domains/jefferson.json | 2 +- domains/jeymen.json | 13 ++------- domains/jj.json | 7 +---- domains/jlalfonso21.json | 15 +++++------ domains/joesjourney.json | 10 +------ domains/johna.json | 2 +- domains/just-muzz.json | 2 +- domains/jzitnik.json | 9 ++----- domains/kaden.json | 2 +- domains/kamishi.json | 16 +++++------ domains/kapoor.json | 22 +++++++-------- domains/karan.json | 6 ++--- domains/kashif-kadri.json | 18 ++++++------- domains/kaustubh.json | 2 +- domains/keirnegn.json | 6 ++--- domains/kerlos.json | 15 +++++------ domains/kevvyyn.json | 15 +++++------ domains/keyaan.json | 6 ++--- domains/killerf.json | 18 ++++++------- domains/korigamik.json | 2 +- domains/kuba.json | 16 +++++------ domains/kuyacarlos.json | 20 +++++++------- domains/kz.json | 6 ++--- domains/latealways.json | 2 +- domains/learn-to-code-now.json | 15 +++++------ domains/likalium.json | 22 +++++++-------- domains/liztochekcode.json | 12 ++++----- domains/lndr2501.json | 16 +++++------ domains/loser.json | 7 +---- domains/losr.json | 7 +---- domains/lrmn.json | 22 +++++++-------- domains/madhavgupta.json | 15 +++++------ domains/madhavjhawar.json | 2 +- domains/madhead341.json | 7 +---- domains/magniquick.json | 7 +---- domains/mahmoud.json | 27 ++++++++----------- domains/mail.aditya.json | 7 +---- domains/mail.arman.json | 7 +---- domains/mail.badboy.json | 7 +---- domains/mail.mxnticek.json | 5 +--- domains/mail.rika.json | 7 +---- domains/mako.json | 15 +++++------ domains/manas.json | 2 +- domains/manga.json | 2 +- domains/match.json | 7 +---- domains/mattdestroyer.json | 16 +++++------ domains/maxired.json | 15 +++++------ domains/mayank-rathva.json | 18 ++++++------- domains/mayerfried.json | 18 ++++++------- domains/mbenetta.json | 16 +++++------ domains/mbg.json | 2 +- domains/mcgraph.json | 14 +++++----- domains/meenbeese.json | 2 +- domains/minh2000.json | 6 ++--- domains/minhmmb.json | 14 +++++----- domains/minnb-bit.json | 6 ++--- domains/mizu.json | 2 +- domains/mohdsohel.json | 2 +- domains/molai777.json | 2 +- domains/mosa.json | 2 +- domains/mosaab.json | 12 ++------- domains/mqhirr.json | 18 ++++++------- domains/mthia.json | 22 +++++++-------- domains/mudee.json | 2 +- domains/narayana.json | 16 +++++------ domains/neelsani.json | 1 - domains/nengsriaryati.json | 15 +++++------ domains/neon.json | 12 ++------- domains/nhemgomia.json | 8 +++--- domains/nidhis-patel.json | 18 ++++++------- domains/niemiets.json | 6 ++--- domains/nino.json | 2 +- domains/nischay.json | 7 +---- domains/njfamirm.json | 16 +++++------ domains/nonograms.talinsharma.json | 15 +++++------ domains/noob.json | 6 ++--- domains/nooz.json | 7 +---- domains/notgoogle.json | 16 +++++------ domains/notify-api.json | 6 ++--- domains/notjadeja.json | 7 +---- domains/nxyy.json | 2 +- domains/ofv.json | 16 +++++------ domains/ohqte.json | 5 +--- domains/omera.json | 16 +++++------ domains/orestsaban.json | 7 +---- domains/otter.json | 2 +- domains/p3nguin.json | 15 +++++------ domains/paiva.json | 6 ++--- domains/panchal-meet.json | 18 ++++++------- domains/patel-komal.json | 18 ++++++------- domains/patel-monal.json | 18 ++++++------- domains/patel-parthiv.json | 2 +- domains/patrickzhou.json | 16 +++++------ domains/penguin.json | 7 +---- domains/pixelgeek.json | 14 +++++----- domains/pratikmali.json | 14 +++++----- domains/pratikp-patel.json | 18 ++++++------- domains/qnm1.json | 15 +++++------ domains/rahul-rabari.json | 18 ++++++------- domains/raofin.json | 14 +++++----- domains/raven.json | 16 +++++------ domains/rdc.json | 16 +++++------ domains/reading.json | 2 +- domains/refactoring.json | 2 +- domains/ren.json | 18 ++++++------- domains/replit.json | 2 +- domains/riannegreiros.json | 2 +- domains/riko.json | 15 +++++------ domains/rikosnapse.json | 15 +++++------ domains/rnv.json | 2 +- domains/rohansharma.json | 2 +- domains/rpj.json | 2 +- domains/rrrokhtar.json | 2 +- domains/rudra.json | 22 +++++++-------- domains/ruu3f.json | 16 +++++------ domains/ryan.ginut.json | 2 +- domains/ryun.json | 15 +++++------ domains/s4ib0t.json | 6 ++--- domains/saifrahman.json | 2 +- domains/sanidhya.json | 22 +++++++-------- domains/sarang.json | 14 +++++----- domains/scott.json | 15 +++++------ domains/sebastian.json | 7 +---- domains/semant.json | 7 +---- domains/seria.json | 2 +- domains/serstars.json | 2 +- domains/shake.json | 2 +- domains/sharafat.json | 1 - domains/shashankag.json | 2 +- domains/shept.json | 2 +- domains/shift.json | 15 +++++------ domains/shin.json | 7 +---- domains/silicoflare.json | 6 ++--- domains/simple.json | 6 ++--- domains/simplebank.json | 14 +++++----- domains/snowyid.json | 2 +- domains/soap.json | 2 +- domains/soeren.json | 15 +++++------ domains/sourov-khan-nahid.json | 14 +++++----- domains/spaxly.json | 13 +++------ domains/spicywars.json | 14 +++++----- domains/spyrisk.json | 15 +++++------ domains/sreevikram.json | 8 +++--- domains/sreevikramr.json | 8 +++--- domains/stev.json | 6 ++--- domains/strafe.json | 6 ++--- domains/sua.json | 14 +++++----- domains/suki.json | 22 +++++++-------- domains/sunpodder.json | 2 +- domains/sylestic.json | 16 +++++------ domains/takase.json | 18 ++++++------- domains/talinsharma.json | 15 +++++------ domains/tanos.json | 18 ++++++------- domains/tanyalai.json | 2 +- domains/tcxone.json | 2 +- domains/tdkchat.json | 15 +++++------ domains/tech-geek-united.json | 23 +++++++--------- domains/teletvbis.json | 6 ++--- domains/ten.json | 2 +- domains/teriko.json | 20 +++++++------- domains/thaihung.json | 7 +---- domains/therealgeodash.json | 17 ++++++------ domains/thesanju.json | 2 +- domains/thesct22.json | 16 +++++------ domains/thetechnikfreak.json | 11 ++------ domains/tiwknowsall.json | 15 +++++------ domains/tolis.json | 6 ++--- domains/tomgxz.json | 2 +- domains/tomteck.json | 12 ++++----- domains/totoygamingyt.json | 18 ++++++------- domains/tranthanhlong.json | 2 +- domains/turvenuija.json | 15 +++++------ domains/uberkey.json | 2 +- domains/uiopler.json | 2 +- domains/ultimatemedia.json | 7 +---- domains/usingh.json | 16 +++++------ domains/utsav.json | 14 +++++----- domains/uynilo9.json | 2 +- domains/valowolf.json | 2 +- domains/vamsi.json | 14 +++++----- domains/victorvickie.json | 6 ++--- domains/vimalsaraswat.json | 2 +- domains/viplav-mistry.json | 1 - domains/viraj.json | 20 +++++++------- domains/vivek.json | 7 +---- domains/vk.json | 6 ++--- domains/vsecoder.json | 2 +- domains/wansie.json | 1 - domains/wansies.json | 2 +- domains/whine.json | 7 +---- domains/william.json | 20 +++++++------- domains/willo.json | 7 +---- domains/windfarms.json | 22 +++++++-------- domains/wiredmind.json | 14 +++++----- domains/woundrite.json | 7 +---- domains/xanudu.json | 18 ++++++------- domains/yassin.json | 24 ++++++++--------- domains/yokaicord.json | 14 +++++----- domains/yose.json | 26 +++++++++--------- domains/yourdad.json | 16 +++++------ domains/yurikawa.json | 7 +---- domains/yuuto.json | 2 +- domains/zaid-kadri.json | 18 ++++++------- domains/zaydocs.json | 2 +- domains/zhu.json | 2 +- 412 files changed, 1783 insertions(+), 2156 deletions(-) diff --git a/domains/207.json b/domains/207.json index 92fec3e09..69067d1b4 100644 --- a/domains/207.json +++ b/domains/207.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "merakesh207", - "email": "merakesh207@gmail.com" - }, - "record": { - "URL": "https://behance.net/merakesh207" - } + "owner": { + "username": "merakesh207", + "email": "merakesh207@gmail.com" + }, + "record": { + "URL": "https://behance.net/merakesh207" + } } diff --git a/domains/_github-pages-challenge-aakankshabhende.aakanksha.json b/domains/_github-pages-challenge-aakankshabhende.aakanksha.json index 351c155ee..275ab5b10 100644 --- a/domains/_github-pages-challenge-aakankshabhende.aakanksha.json +++ b/domains/_github-pages-challenge-aakankshabhende.aakanksha.json @@ -7,4 +7,4 @@ "record": { "TXT": "0e195a2a30854573db976207e5f2f2" } -} \ No newline at end of file +} diff --git a/domains/_github-pages-challenge-akpi816218.akpi.json b/domains/_github-pages-challenge-akpi816218.akpi.json index 2a1566dbb..b02648add 100644 --- a/domains/_github-pages-challenge-akpi816218.akpi.json +++ b/domains/_github-pages-challenge-akpi816218.akpi.json @@ -1,10 +1,10 @@ { - "owner": { - "username": "akpi816218", - "email": "", - "discord": "equus_quagga" - }, - "record": { - "TXT": "83f74e3c71720aa4514d32cabe7324" - } + "owner": { + "username": "akpi816218", + "email": "", + "discord": "equus_quagga" + }, + "record": { + "TXT": "83f74e3c71720aa4514d32cabe7324" + } } diff --git a/domains/_github-pages-challenge-ananth-swamy.ananth.json b/domains/_github-pages-challenge-ananth-swamy.ananth.json index 0fe3c7a2c..018df0818 100644 --- a/domains/_github-pages-challenge-ananth-swamy.ananth.json +++ b/domains/_github-pages-challenge-ananth-swamy.ananth.json @@ -8,4 +8,4 @@ "record": { "TXT": "cb106acbe8da52273b1a5807fb1d9f" } -} +} diff --git a/domains/_github-pages-challenge-andyfaizan.andy.json b/domains/_github-pages-challenge-andyfaizan.andy.json index 05f0de9ca..b9d80f2af 100644 --- a/domains/_github-pages-challenge-andyfaizan.andy.json +++ b/domains/_github-pages-challenge-andyfaizan.andy.json @@ -6,4 +6,4 @@ "record": { "TXT": "8c35e4942c57ea0659a1b4c0cae798" } -} \ No newline at end of file +} diff --git a/domains/_github-pages-challenge-antton-dev.antton.json b/domains/_github-pages-challenge-antton-dev.antton.json index ec5db1b16..f644d9a2e 100644 --- a/domains/_github-pages-challenge-antton-dev.antton.json +++ b/domains/_github-pages-challenge-antton-dev.antton.json @@ -1,9 +1,9 @@ { "owner": { - "username": "antton-dev", - "email": "antton.chevrier@etik.com" + "username": "antton-dev", + "email": "antton.chevrier@etik.com" }, "record": { - "TXT": "a3787429898a0a8bb9b3cbffa253fa" + "TXT": "a3787429898a0a8bb9b3cbffa253fa" } } diff --git a/domains/_github-pages-challenge-armoredvortex.armoredvortex.json b/domains/_github-pages-challenge-armoredvortex.armoredvortex.json index 1f76ed4cc..e4b981af1 100644 --- a/domains/_github-pages-challenge-armoredvortex.armoredvortex.json +++ b/domains/_github-pages-challenge-armoredvortex.armoredvortex.json @@ -1,7 +1,7 @@ { "owner": { - "username": "armoredvortex", - "email": "rachitpandey@protonmail.com" + "username": "armoredvortex", + "email": "rachitpandey@protonmail.com" }, "record": { "TXT": "f333cd13b1edfcaa51d5413b7fd05f" diff --git a/domains/_github-pages-challenge-boredcodebyk.boredcodebyk.json b/domains/_github-pages-challenge-boredcodebyk.boredcodebyk.json index d32c795e4..08a7feb51 100644 --- a/domains/_github-pages-challenge-boredcodebyk.boredcodebyk.json +++ b/domains/_github-pages-challenge-boredcodebyk.boredcodebyk.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "boredcodebyk", - "email": "khromabyk+dev@gmail.com" - }, - "record": { - "TXT": "18eddbb722418d4b62eb8976f91621" - } + "owner": { + "username": "boredcodebyk", + "email": "khromabyk+dev@gmail.com" + }, + "record": { + "TXT": "18eddbb722418d4b62eb8976f91621" + } } diff --git a/domains/_github-pages-challenge-chethanyadav456.chethan.json b/domains/_github-pages-challenge-chethanyadav456.chethan.json index 2cf2f46e7..ffea13a10 100644 --- a/domains/_github-pages-challenge-chethanyadav456.chethan.json +++ b/domains/_github-pages-challenge-chethanyadav456.chethan.json @@ -4,6 +4,6 @@ "email": "rockchethan1111@gmail.com" }, "record": { - "TXT": "9781ed4422557bd427d0eff2c17b99" + "TXT": "9781ed4422557bd427d0eff2c17b99" } } diff --git a/domains/_github-pages-challenge-clumzyofficial.adarsh.json b/domains/_github-pages-challenge-clumzyofficial.adarsh.json index eb311ade9..283b85328 100644 --- a/domains/_github-pages-challenge-clumzyofficial.adarsh.json +++ b/domains/_github-pages-challenge-clumzyofficial.adarsh.json @@ -3,7 +3,7 @@ "username": "clumzyofficial", "email": "adarshshukla0344@gmail.com" }, - + "record": { "TXT": "b37649c87b3dc3594b1c44139e420a" } diff --git a/domains/_github-pages-challenge-crystalbajgai.crystal.json b/domains/_github-pages-challenge-crystalbajgai.crystal.json index 7c635498a..a356970af 100644 --- a/domains/_github-pages-challenge-crystalbajgai.crystal.json +++ b/domains/_github-pages-challenge-crystalbajgai.crystal.json @@ -4,6 +4,6 @@ "email": "crystalbajgai@gmail.com" }, "record": { - "TXT": "6fbb6593b607699c01a1c17c8c2849" + "TXT": "6fbb6593b607699c01a1c17c8c2849" } } diff --git a/domains/_github-pages-challenge-deltafumble.deltafumble.json b/domains/_github-pages-challenge-deltafumble.deltafumble.json index b8dfc7341..81a444eda 100644 --- a/domains/_github-pages-challenge-deltafumble.deltafumble.json +++ b/domains/_github-pages-challenge-deltafumble.deltafumble.json @@ -1,9 +1,9 @@ -{ - "owner": { - "username": "deltafumble", - "email": "deltafumblecontact@skiff.com" - }, - "record": { - "TXT": "39cc94cea6bb9c128a442df111f0c9" - } -} +{ + "owner": { + "username": "deltafumble", + "email": "deltafumblecontact@skiff.com" + }, + "record": { + "TXT": "39cc94cea6bb9c128a442df111f0c9" + } +} diff --git a/domains/_github-pages-challenge-dushmanta05.dushmanta.json b/domains/_github-pages-challenge-dushmanta05.dushmanta.json index 354d2d348..8f3394198 100644 --- a/domains/_github-pages-challenge-dushmanta05.dushmanta.json +++ b/domains/_github-pages-challenge-dushmanta05.dushmanta.json @@ -4,6 +4,6 @@ "email": "dushmanta.dev@gmail.com" }, "record": { - "TXT": "259ff2c88b910f54c7a1ec2d0da405" + "TXT": "259ff2c88b910f54c7a1ec2d0da405" } } diff --git a/domains/_github-pages-challenge-edenqwq.eden.json b/domains/_github-pages-challenge-edenqwq.eden.json index a80ea98b0..6fd94688a 100644 --- a/domains/_github-pages-challenge-edenqwq.eden.json +++ b/domains/_github-pages-challenge-edenqwq.eden.json @@ -4,6 +4,6 @@ "email": "lsahlm1eden@gmail.com" }, "record": { - "TXT": "2babcf1b4a0ae8e0f7bc801719d6af" + "TXT": "2babcf1b4a0ae8e0f7bc801719d6af" } } diff --git a/domains/_github-pages-challenge-iakzs.iakzs.json b/domains/_github-pages-challenge-iakzs.iakzs.json index 8a372ceb6..906e52d2a 100644 --- a/domains/_github-pages-challenge-iakzs.iakzs.json +++ b/domains/_github-pages-challenge-iakzs.iakzs.json @@ -1,8 +1,8 @@ { "owner": { - "username": "iakzs", - "email": "iakzs@protonmail.com", - "discord": "622795838032314388" + "username": "iakzs", + "email": "iakzs@protonmail.com", + "discord": "622795838032314388" }, "record": { diff --git a/domains/_github-pages-challenge-iakzs.kz.json b/domains/_github-pages-challenge-iakzs.kz.json index fe4f5b0df..7e672213f 100644 --- a/domains/_github-pages-challenge-iakzs.kz.json +++ b/domains/_github-pages-challenge-iakzs.kz.json @@ -1,8 +1,8 @@ { "owner": { - "username": "iakzs", - "email": "iakzs@protonmail.com", - "discord": "622795838032314388" + "username": "iakzs", + "email": "iakzs@protonmail.com", + "discord": "622795838032314388" }, "record": { diff --git a/domains/_github-pages-challenge-iamrony777.ronit.json b/domains/_github-pages-challenge-iamrony777.ronit.json index 22817830e..585d900e8 100644 --- a/domains/_github-pages-challenge-iamrony777.ronit.json +++ b/domains/_github-pages-challenge-iamrony777.ronit.json @@ -1,10 +1,10 @@ -{ - "owner": { - "username": "iamrony777", - "email": "iamrony777@pm.me" - }, - - "record": { - "TXT": "702edaf64e30be353646b4988cbc26" - } -} \ No newline at end of file +{ + "owner": { + "username": "iamrony777", + "email": "iamrony777@pm.me" + }, + + "record": { + "TXT": "702edaf64e30be353646b4988cbc26" + } +} diff --git a/domains/_github-pages-challenge-icky17.jairomorales.json b/domains/_github-pages-challenge-icky17.jairomorales.json index 411611754..0e731476e 100644 --- a/domains/_github-pages-challenge-icky17.jairomorales.json +++ b/domains/_github-pages-challenge-icky17.jairomorales.json @@ -4,6 +4,6 @@ "email": "jairomoralesperez0@gmail.com" }, "record": { - "TXT": "bdff1e7214b7ebd125f3b9e9e9f1cd" + "TXT": "bdff1e7214b7ebd125f3b9e9e9f1cd" } } diff --git a/domains/_github-pages-challenge-icm185.icm.json b/domains/_github-pages-challenge-icm185.icm.json index cef6148a5..9c8bbd25e 100644 --- a/domains/_github-pages-challenge-icm185.icm.json +++ b/domains/_github-pages-challenge-icm185.icm.json @@ -4,6 +4,6 @@ "email": "ironcladmonster185@gmail.com" }, "record": { - "TXT":"0a7797274484306ed45f07548705fa" + "TXT": "0a7797274484306ed45f07548705fa" } } diff --git a/domains/_github-pages-challenge-impratik7.pratikmali.json b/domains/_github-pages-challenge-impratik7.pratikmali.json index 53c529cb3..cfbfea095 100644 --- a/domains/_github-pages-challenge-impratik7.pratikmali.json +++ b/domains/_github-pages-challenge-impratik7.pratikmali.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "impratik7", - "email": "malipratik09@gmail.com" - }, - "record": { - "TXT": "31f203aa7f5e0f5c0d7e984a718bc7" - } + "owner": { + "username": "impratik7", + "email": "malipratik09@gmail.com" + }, + "record": { + "TXT": "31f203aa7f5e0f5c0d7e984a718bc7" + } } diff --git a/domains/_github-pages-challenge-inkilu.inkilu.json b/domains/_github-pages-challenge-inkilu.inkilu.json index 28f5c4dec..29c4c880b 100644 --- a/domains/_github-pages-challenge-inkilu.inkilu.json +++ b/domains/_github-pages-challenge-inkilu.inkilu.json @@ -4,6 +4,6 @@ "email": "gauthamgkm@gmail.com" }, "record": { - "TXT": "d84cc8928b4a48588344fd7d279fd6" + "TXT": "d84cc8928b4a48588344fd7d279fd6" } } diff --git a/domains/_github-pages-challenge-itsnicecraft.itsnicecraft.json b/domains/_github-pages-challenge-itsnicecraft.itsnicecraft.json index f1d38f8e6..6b21937d0 100644 --- a/domains/_github-pages-challenge-itsnicecraft.itsnicecraft.json +++ b/domains/_github-pages-challenge-itsnicecraft.itsnicecraft.json @@ -1,9 +1,9 @@ -{ - "owner": { - "username": "itsnicecraft", - "email": "itsnicecraft@protonmail.com" - }, - "record": { - "TXT": "af298352953860816795903319fbc9" - } -} +{ + "owner": { + "username": "itsnicecraft", + "email": "itsnicecraft@protonmail.com" + }, + "record": { + "TXT": "af298352953860816795903319fbc9" + } +} diff --git a/domains/_github-pages-challenge-itsvick.itsvick.json b/domains/_github-pages-challenge-itsvick.itsvick.json index 0987c873d..23c499b7e 100644 --- a/domains/_github-pages-challenge-itsvick.itsvick.json +++ b/domains/_github-pages-challenge-itsvick.itsvick.json @@ -1,11 +1,10 @@ - - { - "owner": { +{ + "owner": { "username": "itsvick", "email": "vivek_kasture@techjoomla.com" - }, + }, - "record": { + "record": { "TXT": "6cccc8b9552901f383cdc6a606b185" - } } +} diff --git a/domains/_github-pages-challenge-jcgaming-official.jcquieta.json b/domains/_github-pages-challenge-jcgaming-official.jcquieta.json index 2341f2a23..9d88ddde9 100644 --- a/domains/_github-pages-challenge-jcgaming-official.jcquieta.json +++ b/domains/_github-pages-challenge-jcgaming-official.jcquieta.json @@ -1,9 +1,9 @@ -{ - "owner": { - "username": "jcgaming-official", - "email": "quieta.johncarl158@gmail.com" - }, - "record": { - "TXT": "c7ad513bd1a641f4be43d3ea718a5e" - } -} \ No newline at end of file +{ + "owner": { + "username": "jcgaming-official", + "email": "quieta.johncarl158@gmail.com" + }, + "record": { + "TXT": "c7ad513bd1a641f4be43d3ea718a5e" + } +} diff --git a/domains/_github-pages-challenge-jeymen.jeymen.json b/domains/_github-pages-challenge-jeymen.jeymen.json index b1ea47149..6d20e50fc 100644 --- a/domains/_github-pages-challenge-jeymen.jeymen.json +++ b/domains/_github-pages-challenge-jeymen.jeymen.json @@ -4,6 +4,6 @@ "email": "jeymen11@proton.me" }, "record": { - "TXT": "d01c3f5f2e886990f511ffb0dc7fcb" + "TXT": "d01c3f5f2e886990f511ffb0dc7fcb" } } diff --git a/domains/_github-pages-challenge-joythejoystick1.glqch.json b/domains/_github-pages-challenge-joythejoystick1.glqch.json index e3ebe9ee0..7b95efe3b 100644 --- a/domains/_github-pages-challenge-joythejoystick1.glqch.json +++ b/domains/_github-pages-challenge-joythejoystick1.glqch.json @@ -1,9 +1,9 @@ { "owner": { - "username": "joythejoystick1", - "email": "midoayoub778@gmail.com" + "username": "joythejoystick1", + "email": "midoayoub778@gmail.com" }, "record": { - "TXT": "eb682c2a35bd6139b653df86f7d248" + "TXT": "eb682c2a35bd6139b653df86f7d248" } } diff --git a/domains/_github-pages-challenge-not-a-ethan.not-ethan.json b/domains/_github-pages-challenge-not-a-ethan.not-ethan.json index 87dfb2fd6..8d3dad05e 100644 --- a/domains/_github-pages-challenge-not-a-ethan.not-ethan.json +++ b/domains/_github-pages-challenge-not-a-ethan.not-ethan.json @@ -1,8 +1,8 @@ { "owner": { - "username": "not-a-ethan", - "email": "", - "discord": "not_ethan." + "username": "not-a-ethan", + "email": "", + "discord": "not_ethan." }, "record": { "TXT": "72fd44f779f6bd6ad363ff20bdeffb" diff --git a/domains/_github-pages-challenge-not-coded.notcoded.json b/domains/_github-pages-challenge-not-coded.notcoded.json index 6c29551cf..cd471292d 100644 --- a/domains/_github-pages-challenge-not-coded.notcoded.json +++ b/domains/_github-pages-challenge-not-coded.notcoded.json @@ -1,6 +1,6 @@ { "owner": { - "username": "not-coded", + "username": "not-coded", "email": "", "discord": "notcoded", "discordUserID": "620662953347121163" diff --git a/domains/_github-pages-challenge-patrickzhou1234.patrickzhou.json b/domains/_github-pages-challenge-patrickzhou1234.patrickzhou.json index 6a9d91dbd..12a6c27ee 100644 --- a/domains/_github-pages-challenge-patrickzhou1234.patrickzhou.json +++ b/domains/_github-pages-challenge-patrickzhou1234.patrickzhou.json @@ -1,10 +1,10 @@ { - "owner": { - "username": "patrickzhou1234", - "email": "", - "discord": "moist__nugget" - }, - "record": { - "TXT": "d7c5e799b2dc38d36cb2345dd0e78d" - } + "owner": { + "username": "patrickzhou1234", + "email": "", + "discord": "moist__nugget" + }, + "record": { + "TXT": "d7c5e799b2dc38d36cb2345dd0e78d" + } } diff --git a/domains/_github-pages-challenge-pixelgeek.pixelgeek.json b/domains/_github-pages-challenge-pixelgeek.pixelgeek.json index d733dc0ac..cc1ca36ad 100644 --- a/domains/_github-pages-challenge-pixelgeek.pixelgeek.json +++ b/domains/_github-pages-challenge-pixelgeek.pixelgeek.json @@ -1,9 +1,9 @@ -{ - "owner": { - "username": "pixelgeek", - "email": "pxe.geek+github@gmail.com" - }, - "record": { - "TXT": "6ca9401189820db4d366aacc7832c3" - } -} \ No newline at end of file +{ + "owner": { + "username": "pixelgeek", + "email": "pxe.geek+github@gmail.com" + }, + "record": { + "TXT": "6ca9401189820db4d366aacc7832c3" + } +} diff --git a/domains/_github-pages-challenge-proudmuslim-dev.proudmuslim.json b/domains/_github-pages-challenge-proudmuslim-dev.proudmuslim.json index 4d2ff57ff..d7a137996 100644 --- a/domains/_github-pages-challenge-proudmuslim-dev.proudmuslim.json +++ b/domains/_github-pages-challenge-proudmuslim-dev.proudmuslim.json @@ -4,6 +4,6 @@ "email": "proudmuslim-dev@protonmail.com" }, "record": { - "TXT": "47cff427b2b6f1e86c38ea84e341f2" + "TXT": "47cff427b2b6f1e86c38ea84e341f2" } } diff --git a/domains/_github-pages-challenge-roktim32.yourdad.json b/domains/_github-pages-challenge-roktim32.yourdad.json index bea2e39eb..ba5758f00 100644 --- a/domains/_github-pages-challenge-roktim32.yourdad.json +++ b/domains/_github-pages-challenge-roktim32.yourdad.json @@ -1,4 +1,3 @@ - { "owner": { "username": "roktim32", diff --git a/domains/_github-pages-challenge-rv178.rv178.json b/domains/_github-pages-challenge-rv178.rv178.json index 865c3fe72..6d75e0244 100644 --- a/domains/_github-pages-challenge-rv178.rv178.json +++ b/domains/_github-pages-challenge-rv178.rv178.json @@ -4,6 +4,6 @@ "email": "idliyout@gmail.com" }, "record": { - "TXT": "e90b3dc10573fa656898bbbf08108c" + "TXT": "e90b3dc10573fa656898bbbf08108c" } } diff --git a/domains/_github-pages-challenge-sekharmalla.chandra.json b/domains/_github-pages-challenge-sekharmalla.chandra.json index c787e5921..ffeee5e5f 100644 --- a/domains/_github-pages-challenge-sekharmalla.chandra.json +++ b/domains/_github-pages-challenge-sekharmalla.chandra.json @@ -4,7 +4,6 @@ "email": "sekharmalla.vfx@gmail.com" }, "record": { - "TXT": "11ecb44a01a667c78ba76d704d9fc5" + "TXT": "11ecb44a01a667c78ba76d704d9fc5" } } - diff --git a/domains/_github-pages-challenge-seriaati.seria.json b/domains/_github-pages-challenge-seriaati.seria.json index ce11250a5..4755dc59d 100644 --- a/domains/_github-pages-challenge-seriaati.seria.json +++ b/domains/_github-pages-challenge-seriaati.seria.json @@ -4,6 +4,6 @@ "email": "seria.ati@gmail.com" }, "record": { - "TXT": "2b63f16e0af54ee011fd27e02091a0" + "TXT": "2b63f16e0af54ee011fd27e02091a0" } } diff --git a/domains/_github-pages-challenge-shays24.shays.json b/domains/_github-pages-challenge-shays24.shays.json index 9f8ab0531..13e1d9a4a 100644 --- a/domains/_github-pages-challenge-shays24.shays.json +++ b/domains/_github-pages-challenge-shays24.shays.json @@ -6,4 +6,4 @@ "record": { "TXT": "16d1b82e4e76d05a0301fbf7a80f9b" } -} +} diff --git a/domains/_github-pages-challenge-shinyzenith.aakash.json b/domains/_github-pages-challenge-shinyzenith.aakash.json index 338833c6b..d014fec6f 100644 --- a/domains/_github-pages-challenge-shinyzenith.aakash.json +++ b/domains/_github-pages-challenge-shinyzenith.aakash.json @@ -4,6 +4,6 @@ "email": "aakashsensharma@gmail.com" }, "record": { - "TXT": "6f217d98c6a92f084c092bab59d8b1" + "TXT": "6f217d98c6a92f084c092bab59d8b1" } } diff --git a/domains/_github-pages-challenge-spaxly.spaxly.json b/domains/_github-pages-challenge-spaxly.spaxly.json index fbf142def..cf7bc9338 100644 --- a/domains/_github-pages-challenge-spaxly.spaxly.json +++ b/domains/_github-pages-challenge-spaxly.spaxly.json @@ -4,6 +4,6 @@ "email": "ohmrc2545@gmail.com" }, "record": { - "TXT": "94c657ca404ce17483065583db2e61" + "TXT": "94c657ca404ce17483065583db2e61" } } diff --git a/domains/_github-pages-challenge-studiousgamer.natya.json b/domains/_github-pages-challenge-studiousgamer.natya.json index 03ace2d3f..f10969e60 100644 --- a/domains/_github-pages-challenge-studiousgamer.natya.json +++ b/domains/_github-pages-challenge-studiousgamer.natya.json @@ -4,6 +4,6 @@ "email": "natyavidhanbiswas10@gmail.com" }, "record": { - "TXT": "4bab75757c1cd0f3fc332eadf5e1a9" + "TXT": "4bab75757c1cd0f3fc332eadf5e1a9" } } diff --git a/domains/_github-pages-challenge-tclement0922.tclement0922.json b/domains/_github-pages-challenge-tclement0922.tclement0922.json index ffa72a653..cc5b7e8d7 100644 --- a/domains/_github-pages-challenge-tclement0922.tclement0922.json +++ b/domains/_github-pages-challenge-tclement0922.tclement0922.json @@ -1,9 +1,9 @@ -{ - "owner": { - "username": "tclement0922", - "email": "thibault.clement09@gmail.com" - }, - "record": { - "TXT": "9e402ea7933ed1c8da4935e5454fac" - } -} +{ + "owner": { + "username": "tclement0922", + "email": "thibault.clement09@gmail.com" + }, + "record": { + "TXT": "9e402ea7933ed1c8da4935e5454fac" + } +} diff --git a/domains/_github-pages-challenge-thehatkid.hatkid.json b/domains/_github-pages-challenge-thehatkid.hatkid.json index 674fba7aa..30f3eabd4 100644 --- a/domains/_github-pages-challenge-thehatkid.hatkid.json +++ b/domains/_github-pages-challenge-thehatkid.hatkid.json @@ -6,4 +6,4 @@ "record": { "TXT": "20405c421d70798fcddcbe0bb3d06d" } -} \ No newline at end of file +} diff --git a/domains/_github-pages-challenge-thesanju.thesanju.json b/domains/_github-pages-challenge-thesanju.thesanju.json index 99c62d95f..505e1b7fe 100644 --- a/domains/_github-pages-challenge-thesanju.thesanju.json +++ b/domains/_github-pages-challenge-thesanju.thesanju.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "thesanju", - "email": "sanjayjr1official@gmail.com" - }, - "record": { - "TXT": "1ef563891d9e0572cd59f4a3e80b42" - } -} \ No newline at end of file + "owner": { + "username": "thesanju", + "email": "sanjayjr1official@gmail.com" + }, + "record": { + "TXT": "1ef563891d9e0572cd59f4a3e80b42" + } +} diff --git a/domains/_github-pages-challenge-thesct22.sharath.json b/domains/_github-pages-challenge-thesct22.sharath.json index 436e63297..e178a474c 100644 --- a/domains/_github-pages-challenge-thesct22.sharath.json +++ b/domains/_github-pages-challenge-thesct22.sharath.json @@ -1,10 +1,9 @@ { - "owner": { - "username": "thesct22", - "email": "sharathct22@gmail.com" - }, - "record": { - "TXT": "1cfa8b70882ea9cdf466e7b40dbe81" - } + "owner": { + "username": "thesct22", + "email": "sharathct22@gmail.com" + }, + "record": { + "TXT": "1cfa8b70882ea9cdf466e7b40dbe81" } - \ No newline at end of file +} diff --git a/domains/_github-pages-challenge-thisisthamizh.thamizh.json b/domains/_github-pages-challenge-thisisthamizh.thamizh.json index 418e11a0a..b6aa6a5d1 100644 --- a/domains/_github-pages-challenge-thisisthamizh.thamizh.json +++ b/domains/_github-pages-challenge-thisisthamizh.thamizh.json @@ -1,9 +1,9 @@ -{ - "owner": { - "username": "ThisisThamizh", - "email": "venthank88@gmail.com" - }, - "record": { - "TXT": "55f7385e475bf5148e262bf6a07289" - } -} +{ + "owner": { + "username": "ThisisThamizh", + "email": "venthank88@gmail.com" + }, + "record": { + "TXT": "55f7385e475bf5148e262bf6a07289" + } +} diff --git a/domains/_github-pages-challenge-thunder-coding.cd.json b/domains/_github-pages-challenge-thunder-coding.cd.json index c4385549c..0997b0279 100644 --- a/domains/_github-pages-challenge-thunder-coding.cd.json +++ b/domains/_github-pages-challenge-thunder-coding.cd.json @@ -1,10 +1,10 @@ { - "owner": { - "username": "thunder-coding", - "email": "yakshbari4@gmail.com", - "discord": "codingthunder" - }, - "record": { - "TXT": "f56bab0740238435ae2bfe3a7d9283" - } + "owner": { + "username": "thunder-coding", + "email": "yakshbari4@gmail.com", + "discord": "codingthunder" + }, + "record": { + "TXT": "f56bab0740238435ae2bfe3a7d9283" + } } diff --git a/domains/_github-pages-challenge-turquoisetnt.tnt.json b/domains/_github-pages-challenge-turquoisetnt.tnt.json index 55bcde6f9..97919665f 100644 --- a/domains/_github-pages-challenge-turquoisetnt.tnt.json +++ b/domains/_github-pages-challenge-turquoisetnt.tnt.json @@ -1,11 +1,9 @@ - - { - "owner": { +{ + "owner": { "username": "TurquoiseTNT", "email": "turquoisetntmultimedia@gmail.com" - }, - "record": { + }, + "record": { "TXT": "a70919bec5e292800f53b8bd87da03" - } } - +} diff --git a/domains/_github-pages-challenge-vasilismylonas.vasilismylonas.json b/domains/_github-pages-challenge-vasilismylonas.vasilismylonas.json index fb263377d..9030562df 100644 --- a/domains/_github-pages-challenge-vasilismylonas.vasilismylonas.json +++ b/domains/_github-pages-challenge-vasilismylonas.vasilismylonas.json @@ -1,7 +1,7 @@ { "owner": { - "username": "VasilisMylonas", - "email": "vasilismylonas@protonmail.com" + "username": "VasilisMylonas", + "email": "vasilismylonas@protonmail.com" }, "record": { "TXT": "2d79d108f14d2a9587952c4682b285" diff --git a/domains/_github-pages-challenge-vivek-oraon.vivek.json b/domains/_github-pages-challenge-vivek-oraon.vivek.json index fb3d5ca1c..af7fe02fc 100644 --- a/domains/_github-pages-challenge-vivek-oraon.vivek.json +++ b/domains/_github-pages-challenge-vivek-oraon.vivek.json @@ -1,9 +1,9 @@ -{ - "owner": { - "username": "vivek-oraon", - "email": "vivekoraon@pm.me" - }, - "record": { - "TXT": "99d887f6958e3be7f2e1972d9ec212" - } -} +{ + "owner": { + "username": "vivek-oraon", + "email": "vivekoraon@pm.me" + }, + "record": { + "TXT": "99d887f6958e3be7f2e1972d9ec212" + } +} diff --git a/domains/_github-pages-challenge-vj-abishek.abishek.json b/domains/_github-pages-challenge-vj-abishek.abishek.json index ced98b773..7a4e5fed6 100644 --- a/domains/_github-pages-challenge-vj-abishek.abishek.json +++ b/domains/_github-pages-challenge-vj-abishek.abishek.json @@ -6,4 +6,4 @@ "record": { "TXT": "fe9c9b544613d7bf05295ad995cbaa" } -} \ No newline at end of file +} diff --git a/domains/_github-pages-challenge-yorodm.yorodm.json b/domains/_github-pages-challenge-yorodm.yorodm.json index 8b2596e60..6a24ccb0c 100644 --- a/domains/_github-pages-challenge-yorodm.yorodm.json +++ b/domains/_github-pages-challenge-yorodm.yorodm.json @@ -6,4 +6,4 @@ "record": { "TXT": "4e4101d7a9a7606d96f9757829a24d" } -} \ No newline at end of file +} diff --git a/domains/aadi.json b/domains/aadi.json index d07a533bc..87147f0ea 100644 --- a/domains/aadi.json +++ b/domains/aadi.json @@ -8,4 +8,4 @@ "record": { "CNAME": "ringholder.github.io" } -} +} diff --git a/domains/aakash.json b/domains/aakash.json index cc9b8c121..3c0c2c0ad 100644 --- a/domains/aakash.json +++ b/domains/aakash.json @@ -1,5 +1,5 @@ { - "repo": "https://github.com/shinyzenith/website", + "repo": "https://github.com/shinyzenith/website", "owner": { "username": "Shinyzenith", "email": "aakashsensharma@gmail.com" diff --git a/domains/abegehr.json b/domains/abegehr.json index f6a99ac85..1aaa3b06c 100644 --- a/domains/abegehr.json +++ b/domains/abegehr.json @@ -9,4 +9,4 @@ "record": { "CNAME": "abegehr.github.io" } -} +} diff --git a/domains/adarsh.json b/domains/adarsh.json index a1ad810d0..e77137895 100644 --- a/domains/adarsh.json +++ b/domains/adarsh.json @@ -4,6 +4,6 @@ "email": "adarshshukla0344@gmail.com" }, "record": { - "CNAME": "clumzyofficial.github.io" + "CNAME": "clumzyofficial.github.io" } } diff --git a/domains/aditya-awasthi.json b/domains/aditya-awasthi.json index 1f4e390b7..01e7a379b 100644 --- a/domains/aditya-awasthi.json +++ b/domains/aditya-awasthi.json @@ -8,4 +8,4 @@ "record": { "CNAME": "adityyaaa.github.io" } -} \ No newline at end of file +} diff --git a/domains/afp.json b/domains/afp.json index e9b9c21db..ca40eafd9 100644 --- a/domains/afp.json +++ b/domains/afp.json @@ -1,11 +1,11 @@ -{ - "owner": { - "username": "AndreasFxPro", - "email": "", - "discord": "AndreasFxPro#9330" - }, - "description": "this is-a.dev page is for me, i'll post my projects", - "record": { - "A": ["140.238.175.208"] - } -} +{ + "owner": { + "username": "AndreasFxPro", + "email": "", + "discord": "AndreasFxPro#9330" + }, + "description": "this is-a.dev page is for me, i'll post my projects", + "record": { + "A": ["140.238.175.208"] + } +} diff --git a/domains/afton.json b/domains/afton.json index 9e2fec6c8..4ec7acdc6 100644 --- a/domains/afton.json +++ b/domains/afton.json @@ -9,4 +9,4 @@ "record": { "CNAME": "williamafton-codes.github.io" } -} +} diff --git a/domains/agamjot-singh.json b/domains/agamjot-singh.json index c152dcbfb..3a18e21b3 100644 --- a/domains/agamjot-singh.json +++ b/domains/agamjot-singh.json @@ -9,4 +9,4 @@ "record": { "CNAME": "agamjotsingh18.github.io" } -} +} diff --git a/domains/ahmad-muhajir.json b/domains/ahmad-muhajir.json index d62572d90..fd270c337 100644 --- a/domains/ahmad-muhajir.json +++ b/domains/ahmad-muhajir.json @@ -8,4 +8,4 @@ "record": { "CNAME": "JeremyJFN71.github.io" } -} +} diff --git a/domains/ahuja-m.json b/domains/ahuja-m.json index 9c030d54f..a21f5cb83 100644 --- a/domains/ahuja-m.json +++ b/domains/ahuja-m.json @@ -1,11 +1,11 @@ { - "description": "This is a user", - "repo": "https://github.com/ahuja-m/ahuja-m.github.io", - "owner": { - "username": "ahuja-m", - "email": "" - }, - "record": { - "CNAME": "ahuja-m.github.io" - } + "description": "This is a user", + "repo": "https://github.com/ahuja-m/ahuja-m.github.io", + "owner": { + "username": "ahuja-m", + "email": "" + }, + "record": { + "CNAME": "ahuja-m.github.io" + } } diff --git a/domains/aikoo7.json b/domains/aikoo7.json index bb894b1fa..b1f682a22 100644 --- a/domains/aikoo7.json +++ b/domains/aikoo7.json @@ -1,10 +1,9 @@ { - "owner": { - "username": "aikooo7", - "email": "prozinhopro1973@gmail.com" - }, - "record": { - "CNAME": "aikooo7.github.io" - } + "owner": { + "username": "aikooo7", + "email": "prozinhopro1973@gmail.com" + }, + "record": { + "CNAME": "aikooo7.github.io" } - \ No newline at end of file +} diff --git a/domains/akpi.json b/domains/akpi.json index 76866ea4a..0790a324e 100644 --- a/domains/akpi.json +++ b/domains/akpi.json @@ -1,17 +1,12 @@ { - "owner": { - "username": "akpi816218", - "email": "", - "discord": "equus_quagga" - }, - "record": { - "A": [ - "185.199.110.153", - "185.199.108.153", - "185.199.111.153", - "185.199.109.153" - ], - "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], - "TXT": "v=spf1 include:spf.improvmx.com ~all" - } + "owner": { + "username": "akpi816218", + "email": "", + "discord": "equus_quagga" + }, + "record": { + "A": ["185.199.110.153", "185.199.108.153", "185.199.111.153", "185.199.109.153"], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } } diff --git a/domains/albuman.json b/domains/albuman.json index cf501ae3e..d4e163ff4 100644 --- a/domains/albuman.json +++ b/domains/albuman.json @@ -1,10 +1,9 @@ { - "owner": { - "username": "AlbumanO", - "email": "oliver.young4@student.education.wa.edu.au" - }, - "record": { - "CNAME": "albuman.000.pe" - } + "owner": { + "username": "AlbumanO", + "email": "oliver.young4@student.education.wa.edu.au" + }, + "record": { + "CNAME": "albuman.000.pe" } - +} diff --git a/domains/ale1x.json b/domains/ale1x.json index b1a9135d6..ddf69879b 100644 --- a/domains/ale1x.json +++ b/domains/ale1x.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "Ale1x", - "email": "info@ale1x.com" - }, - "record": { - "URL": "https://alee1x.repl.co" - } + "owner": { + "username": "Ale1x", + "email": "info@ale1x.com" + }, + "record": { + "URL": "https://alee1x.repl.co" + } } diff --git a/domains/alephdiallo.json b/domains/alephdiallo.json index 958b0d6fc..8add0f2c9 100644 --- a/domains/alephdiallo.json +++ b/domains/alephdiallo.json @@ -6,12 +6,7 @@ }, "record": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ], + "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], diff --git a/domains/almuqbel.json b/domains/almuqbel.json index 061439bea..0896bebd8 100644 --- a/domains/almuqbel.json +++ b/domains/almuqbel.json @@ -1,10 +1,9 @@ { - "owner": { - "username": "AMAZINGMAN2", - "email": "Hashim.almuqbel@gmail.com" - }, - "record": { - "A": ["185.176.43.100"] - } + "owner": { + "username": "AMAZINGMAN2", + "email": "Hashim.almuqbel@gmail.com" + }, + "record": { + "A": ["185.176.43.100"] } - +} diff --git a/domains/analytics.json b/domains/analytics.json index 744084eea..df90b568a 100644 --- a/domains/analytics.json +++ b/domains/analytics.json @@ -1,5 +1,4 @@ - - { +{ "owner": { "username": "is-a-dev", "email": "phenax5@gmail.com" diff --git a/domains/ananth.json b/domains/ananth.json index a8ceae1fc..4b3b51064 100644 --- a/domains/ananth.json +++ b/domains/ananth.json @@ -8,4 +8,4 @@ "record": { "CNAME": "ananth-swamy.github.io" } -} +} diff --git a/domains/anon.json b/domains/anon.json index 0013638a9..11d521260 100644 --- a/domains/anon.json +++ b/domains/anon.json @@ -6,8 +6,8 @@ "email": "contact@anonym-dev.tk" }, "record": { - "A": ["216.24.57.1"], - "MX": ["4e7b2afdee66dc77.mx1.emailprofi.seznam.cz", "4e7b2afdee66dc77.mx2.emailprofi.seznam.cz"], - "TXT": "v=spf1 include:spf.seznam.cz ~all" + "A": ["216.24.57.1"], + "MX": ["4e7b2afdee66dc77.mx1.emailprofi.seznam.cz", "4e7b2afdee66dc77.mx2.emailprofi.seznam.cz"], + "TXT": "v=spf1 include:spf.seznam.cz ~all" } } diff --git a/domains/ansari-atharnadim.json b/domains/ansari-atharnadim.json index a133e0ccf..f5a717a63 100644 --- a/domains/ansari-atharnadim.json +++ b/domains/ansari-atharnadim.json @@ -1,11 +1,11 @@ { - "description": "This is my website", - "repo": "https://github.com/ansari-atharnadim/ansari-atharnadim.github.io", - "owner": { - "username": "ansari-atharnadim", - "email": "" - }, - "record": { - "CNAME": "ansari-atharnadim.github.io" - } + "description": "This is my website", + "repo": "https://github.com/ansari-atharnadim/ansari-atharnadim.github.io", + "owner": { + "username": "ansari-atharnadim", + "email": "" + }, + "record": { + "CNAME": "ansari-atharnadim.github.io" + } } diff --git a/domains/api.taoanhdep.json b/domains/api.taoanhdep.json index 053c6e1ab..6fb447243 100644 --- a/domains/api.taoanhdep.json +++ b/domains/api.taoanhdep.json @@ -1,10 +1,9 @@ { - "owner": { - "username": "bracou", - "email": "bracoui809@gmail.com" - }, - "record": { - "CNAME": "f9fbfdf8-17b8-4bce-be7f-34c1f919bb92.id.repl.co" - } + "owner": { + "username": "bracou", + "email": "bracoui809@gmail.com" + }, + "record": { + "CNAME": "f9fbfdf8-17b8-4bce-be7f-34c1f919bb92.id.repl.co" } - \ No newline at end of file +} diff --git a/domains/arwi.json b/domains/arwi.json index 4c4bc1128..01e36ac38 100644 --- a/domains/arwi.json +++ b/domains/arwi.json @@ -8,4 +8,4 @@ "record": { "CNAME": "arwichok.github.io" } -} +} diff --git a/domains/aryamaan.json b/domains/aryamaan.json index d32032699..691d90fc4 100644 --- a/domains/aryamaan.json +++ b/domains/aryamaan.json @@ -4,12 +4,7 @@ "email": "9236.stkabirdio@gmail.com" }, "record": { - "A": [ - "185.199.110.153", - "185.199.108.153", - "185.199.111.153", - "185.199.109.153" - ], + "A": ["185.199.110.153", "185.199.108.153", "185.199.111.153", "185.199.109.153"], "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } diff --git a/domains/ashesh.json b/domains/ashesh.json index bbcadaf98..27c38f7c4 100644 --- a/domains/ashesh.json +++ b/domains/ashesh.json @@ -4,6 +4,6 @@ "email": "ashesh1708@gmail.com" }, "record": { - "CNAME": "ashesh3.github.io" + "CNAME": "ashesh3.github.io" } } diff --git a/domains/asif.json b/domains/asif.json index e2e9a07af..7b000624e 100644 --- a/domains/asif.json +++ b/domains/asif.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "Asif404", - "email": "asifmohammed4000@gmail.com" - }, - "record": { - "CNAME": "asif-bq8.pages.dev" - } + "owner": { + "username": "Asif404", + "email": "asifmohammed4000@gmail.com" + }, + "record": { + "CNAME": "asif-bq8.pages.dev" } +} diff --git a/domains/astrix.json b/domains/astrix.json index 3df190a1a..8d446cff0 100644 --- a/domains/astrix.json +++ b/domains/astrix.json @@ -1,8 +1,8 @@ { "owner": { - "username": "LeGi0N09", - "email": "priyanshmodi9@gmail.com", - "discord": "712212307585007677" + "username": "LeGi0N09", + "email": "priyanshmodi9@gmail.com", + "discord": "712212307585007677" }, "record": { diff --git a/domains/aswin-vs.json b/domains/aswin-vs.json index a749747b8..da7f5ed2f 100644 --- a/domains/aswin-vs.json +++ b/domains/aswin-vs.json @@ -1,11 +1,11 @@ -{ - "description": "Portfolio of Aswin V S", - "repo": "https://github.com/aswin-vs/Portfolio", - "owner": { - "username": "aswin-vs", - "email": "aswinvs.nitt@gmail.com" - }, - "record": { - "CNAME": "aswin-vs.github.io" - } -} \ No newline at end of file +{ + "description": "Portfolio of Aswin V S", + "repo": "https://github.com/aswin-vs/Portfolio", + "owner": { + "username": "aswin-vs", + "email": "aswinvs.nitt@gmail.com" + }, + "record": { + "CNAME": "aswin-vs.github.io" + } +} diff --git a/domains/ataim.json b/domains/ataim.json index 7de1afc5a..6e098d7ae 100644 --- a/domains/ataim.json +++ b/domains/ataim.json @@ -8,4 +8,4 @@ "record": { "CNAME": "ataim9999.github.io" } -} +} diff --git a/domains/axviii3.json b/domains/axviii3.json index 343179a7c..47c35c9e6 100644 --- a/domains/axviii3.json +++ b/domains/axviii3.json @@ -4,12 +4,7 @@ "email": "anirbanrc2286@gmail.com" }, "record": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ], + "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" } diff --git a/domains/b0q.json b/domains/b0q.json index 7b808ee28..d8f361965 100644 --- a/domains/b0q.json +++ b/domains/b0q.json @@ -1,8 +1,8 @@ { "owner": { - "username": "qbebo", - "email": "qqqbeboo@yahoo.com", - "discord": "897238854510211143" + "username": "qbebo", + "email": "qqqbeboo@yahoo.com", + "discord": "897238854510211143" }, "record": { diff --git a/domains/ba9.json b/domains/ba9.json index 0fff49587..e3eb54898 100644 --- a/domains/ba9.json +++ b/domains/ba9.json @@ -4,10 +4,7 @@ "email": "d2a59.ce26a.1@gmail.com" }, "record": { - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } -} \ No newline at end of file +} diff --git a/domains/bare1.json b/domains/bare1.json index 8eb2b6f5d..1e74f15b9 100644 --- a/domains/bare1.json +++ b/domains/bare1.json @@ -1,10 +1,9 @@ { - "owner": { - "username": "tiwlinkskwazeh", - "email": "kwazehh@proton.me" - }, - "record": { - "A": ["18.215.144.92"] - } + "owner": { + "username": "tiwlinkskwazeh", + "email": "kwazehh@proton.me" + }, + "record": { + "A": ["18.215.144.92"] } - \ No newline at end of file +} diff --git a/domains/bday-list.suki.json b/domains/bday-list.suki.json index 32612e58d..e35fc4390 100644 --- a/domains/bday-list.suki.json +++ b/domains/bday-list.suki.json @@ -1,10 +1,9 @@ { - "owner": { - "username": "SukiPlayz", - "email": "suki@suki.is-a.dev" - }, - "record": { - "URL": "https://bday-list.tagesrevelio.repl.co" - } + "owner": { + "username": "SukiPlayz", + "email": "suki@suki.is-a.dev" + }, + "record": { + "URL": "https://bday-list.tagesrevelio.repl.co" } - \ No newline at end of file +} diff --git a/domains/bdfd.json b/domains/bdfd.json index 3b798a970..c48353767 100644 --- a/domains/bdfd.json +++ b/domains/bdfd.json @@ -1,8 +1,8 @@ { "owner": { - "username": "wansie1", - "email": "msc2tvdn@duck.com", - "discord": "962788530336178236" + "username": "wansie1", + "email": "msc2tvdn@duck.com", + "discord": "962788530336178236" }, "record": { diff --git a/domains/benediktreck.json b/domains/benediktreck.json index 4afc5309f..604c5ded1 100644 --- a/domains/benediktreck.json +++ b/domains/benediktreck.json @@ -4,6 +4,6 @@ "email": "benedikt.reck@oesdorf.de" }, "record": { - "CNAME": "hosts.is-a.dev" + "CNAME": "hosts.is-a.dev" } } diff --git a/domains/bibhu.json b/domains/bibhu.json index f9407749b..b984c7e89 100644 --- a/domains/bibhu.json +++ b/domains/bibhu.json @@ -1,10 +1,10 @@ -{ - "owner": { - "username": "bibs24", - "email": "bibhuprasadsaha4@gmail.com" - }, - "record": { - "CNAME": "bibs24.github.io" - }, - "description": "Personal Portfolio" -} \ No newline at end of file +{ + "owner": { + "username": "bibs24", + "email": "bibhuprasadsaha4@gmail.com" + }, + "record": { + "CNAME": "bibs24.github.io" + }, + "description": "Personal Portfolio" +} diff --git a/domains/bing-chilling.json b/domains/bing-chilling.json index 99fdd57a9..58d1a3ccd 100644 --- a/domains/bing-chilling.json +++ b/domains/bing-chilling.json @@ -1,10 +1,10 @@ { "owner": { - "username": "TheUnium", - "email": "ooooooooooooothereal@gmail.com" - }, + "username": "TheUnium", + "email": "ooooooooooooothereal@gmail.com" + }, - "record": { - "CNAME": "theunium.github.io" - } + "record": { + "CNAME": "theunium.github.io" + } } diff --git a/domains/blankparticle.json b/domains/blankparticle.json index b7569a880..5cf5c8339 100644 --- a/domains/blankparticle.json +++ b/domains/blankparticle.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "BlankParticle", - "email": "hello@blankparticle.me" - }, - "record": { - "URL": "https://www.blankparticle.me" - } + "owner": { + "username": "BlankParticle", + "email": "hello@blankparticle.me" + }, + "record": { + "URL": "https://www.blankparticle.me" + } } diff --git a/domains/blek.json b/domains/blek.json index 3e45c4c06..3ed49412d 100644 --- a/domains/blek.json +++ b/domains/blek.json @@ -2,9 +2,9 @@ "description": "blek is a dev", "owner": { "username": "b1ek", - "email": "me@blek.codes" + "email": "me@blek.codes" }, "record": { - "A": [ "185.130.226.115" ] + "A": ["185.130.226.115"] } } diff --git a/domains/blog.aditya.json b/domains/blog.aditya.json index 571526b5f..592ac2fec 100644 --- a/domains/blog.aditya.json +++ b/domains/blog.aditya.json @@ -7,11 +7,6 @@ "twitter": "CodeWithAadi" }, "record": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ] + "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"] } } diff --git a/domains/blog.crystal.json b/domains/blog.crystal.json index 6d5ffa2a9..346c63b1f 100644 --- a/domains/blog.crystal.json +++ b/domains/blog.crystal.json @@ -4,6 +4,6 @@ "email": "crystalbajgai@gmail.com" }, "record": { - "CNAME": "hashnode.network" + "CNAME": "hashnode.network" } } diff --git a/domains/blog.itznesbro.json b/domains/blog.itznesbro.json index 9219d3238..cd70d939b 100644 --- a/domains/blog.itznesbro.json +++ b/domains/blog.itznesbro.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "ItzNesbroDev", - "email": "asnesbeer3@gmail.com" - }, - "record": { - "CNAME": "hashnode.network" - } + "owner": { + "username": "ItzNesbroDev", + "email": "asnesbeer3@gmail.com" + }, + "record": { + "CNAME": "hashnode.network" + } } diff --git a/domains/bmhien.json b/domains/bmhien.json index 5ba75d1b5..f8e3db3bb 100644 --- a/domains/bmhien.json +++ b/domains/bmhien.json @@ -4,6 +4,6 @@ "email": "buiminhhien001@gmail.com" }, "record": { - "CNAME": "bm-hien.github.io" + "CNAME": "bm-hien.github.io" } } diff --git a/domains/bob.json b/domains/bob.json index faabbf279..2418f306f 100644 --- a/domains/bob.json +++ b/domains/bob.json @@ -9,4 +9,4 @@ "record": { "CNAME": "rubinskiy.github.io" } -} +} diff --git a/domains/bovas.json b/domains/bovas.json index 339def193..6f55a92df 100644 --- a/domains/bovas.json +++ b/domains/bovas.json @@ -1,10 +1,10 @@ { "owner": { - "username": "bovas", - "email": "bovaskjacobb2009@gmail.com" - }, + "username": "bovas", + "email": "bovaskjacobb2009@gmail.com" + }, - "record": { - "URL": "https://dev.bovas.repl.co" - } + "record": { + "URL": "https://dev.bovas.repl.co" + } } diff --git a/domains/boxey.json b/domains/boxey.json index 079b76b58..85b77fcbc 100644 --- a/domains/boxey.json +++ b/domains/boxey.json @@ -4,6 +4,6 @@ "email": "gramcooker@gmail.com" }, "record": { - "URL": "https://sites.google.com/view/boxey-dev/home?authuser=0" + "URL": "https://sites.google.com/view/boxey-dev/home?authuser=0" } } diff --git a/domains/bug-writer.json b/domains/bug-writer.json index d8d23a1f2..9b317de89 100644 --- a/domains/bug-writer.json +++ b/domains/bug-writer.json @@ -1,8 +1,8 @@ { "owner": { - "username": "KeIrNeGn", - "email": "terminatorx5e@gmail.com", - "discord": "499592235772280842" + "username": "KeIrNeGn", + "email": "terminatorx5e@gmail.com", + "discord": "499592235772280842" }, "record": { diff --git a/domains/bur.json b/domains/bur.json index cab2abf79..ef7e46335 100644 --- a/domains/bur.json +++ b/domains/bur.json @@ -1,16 +1,11 @@ { - "owner": { - "username": "burandby", - "email": "bur.and.by@gmail.com", - "twitter": "burandby", - "discord": "burandby" - }, - "record": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ] - } + "owner": { + "username": "burandby", + "email": "bur.and.by@gmail.com", + "twitter": "burandby", + "discord": "burandby" + }, + "record": { + "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"] + } } diff --git a/domains/c00l.json b/domains/c00l.json index fa7c57df9..bdd33ad63 100644 --- a/domains/c00l.json +++ b/domains/c00l.json @@ -1,4 +1,3 @@ - { "description": "Heyayyu' game developer", "repo": "https://github.com/heyayyu/heyyayu.github.io", diff --git a/domains/caodoc.json b/domains/caodoc.json index e5aba3242..8682070a5 100644 --- a/domains/caodoc.json +++ b/domains/caodoc.json @@ -4,6 +4,6 @@ "email": "dochicao2306@gmail.com" }, "record": { - "CNAME": "caodoc.github.io" + "CNAME": "caodoc.github.io" } } diff --git a/domains/cd.json b/domains/cd.json index 2ef6d8b23..3c40f5f81 100644 --- a/domains/cd.json +++ b/domains/cd.json @@ -1,12 +1,12 @@ { - "description": "Personal website of Yaksh Bariya", - "repo": "https://github.com/thunder-coding/CodingThunder", - "owner": { - "username": "thunder-coding", - "email": "yakshbari4@gmail.com", - "discord": "codingthunder" - }, - "record": { - "CNAME": "thunder-coding.github.io" - } + "description": "Personal website of Yaksh Bariya", + "repo": "https://github.com/thunder-coding/CodingThunder", + "owner": { + "username": "thunder-coding", + "email": "yakshbari4@gmail.com", + "discord": "codingthunder" + }, + "record": { + "CNAME": "thunder-coding.github.io" + } } diff --git a/domains/cdn.akai.json b/domains/cdn.akai.json index e8745388a..f3d419188 100644 --- a/domains/cdn.akai.json +++ b/domains/cdn.akai.json @@ -1,11 +1,11 @@ { - "owner": { - "username": "AmazingAkai", - "email": "", - "discord": "Akai#8199" - }, - "record": { - "A": ["45.79.247.123"], - "TXT": "7Yuu0bep" - } + "owner": { + "username": "AmazingAkai", + "email": "", + "discord": "Akai#8199" + }, + "record": { + "A": ["45.79.247.123"], + "TXT": "7Yuu0bep" + } } diff --git a/domains/chethan.json b/domains/chethan.json index 97b69bdbc..75ee85d6e 100644 --- a/domains/chethan.json +++ b/domains/chethan.json @@ -10,4 +10,4 @@ "record": { "CNAME": "chethanyadav456.github.io" } -} +} diff --git a/domains/chirag.json b/domains/chirag.json index 273a69ea3..efbc7cd47 100644 --- a/domains/chirag.json +++ b/domains/chirag.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "ChiragAgg5k", - "email": "chiragaggarwal5k@gmail.com" - }, - "record": { - "CNAME": "profile-website-5qr.pages.dev" - } + "owner": { + "username": "ChiragAgg5k", + "email": "chiragaggarwal5k@gmail.com" + }, + "record": { + "CNAME": "profile-website-5qr.pages.dev" + } } diff --git a/domains/chouhict.json b/domains/chouhict.json index 3841d94d9..73561fe2f 100644 --- a/domains/chouhict.json +++ b/domains/chouhict.json @@ -6,12 +6,7 @@ }, "record": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ], + "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], diff --git a/domains/codesz.json b/domains/codesz.json index 711a0ab5c..46eb03696 100644 --- a/domains/codesz.json +++ b/domains/codesz.json @@ -5,6 +5,6 @@ }, "repo": "https://github.com/codeszsoft/codeszsoft.github.io", "record": { - "CNAME": "codeszsoft.github.io" + "CNAME": "codeszsoft.github.io" } } diff --git a/domains/contentbot.json b/domains/contentbot.json index b33d5fc15..8abfa1dd0 100644 --- a/domains/contentbot.json +++ b/domains/contentbot.json @@ -1,11 +1,11 @@ { - "owner": { - "username": "Fqcxn", - "email": "", - "twitter": "FqcxnLmao", - "discord": "hong.kong" - }, - "record": { - "CNAME": "fqcxn.com" - } + "owner": { + "username": "Fqcxn", + "email": "", + "twitter": "FqcxnLmao", + "discord": "hong.kong" + }, + "record": { + "CNAME": "fqcxn.com" + } } diff --git a/domains/copysland.json b/domains/copysland.json index 32be4f208..f776f83f2 100644 --- a/domains/copysland.json +++ b/domains/copysland.json @@ -1,10 +1,9 @@ { - "owner": { - "username": "Hillzacky", - "email": "Hilm4nsyah@gmail.com" - }, - "record": { - "CNAME": "copysland.github.io" - } + "owner": { + "username": "Hillzacky", + "email": "Hilm4nsyah@gmail.com" + }, + "record": { + "CNAME": "copysland.github.io" } - \ No newline at end of file +} diff --git a/domains/cristianmihai.json b/domains/cristianmihai.json index 22e178f03..ac8b77d9e 100644 --- a/domains/cristianmihai.json +++ b/domains/cristianmihai.json @@ -1,11 +1,11 @@ -{ - "description": "My personal dev website.", - "repo": "https://github.com/CristianEduardMihai/is-a.dev.github.io", - "owner": { - "username": "CristianEduardMihai", - "email": "cristianeduardmihai@gmail.com" - }, - "record": { - "CNAME": "cristianeduardmihai.github.io" - } -} +{ + "description": "My personal dev website.", + "repo": "https://github.com/CristianEduardMihai/is-a.dev.github.io", + "owner": { + "username": "CristianEduardMihai", + "email": "cristianeduardmihai@gmail.com" + }, + "record": { + "CNAME": "cristianeduardmihai.github.io" + } +} diff --git a/domains/cs.json b/domains/cs.json index 433f05500..0f765b1d7 100644 --- a/domains/cs.json +++ b/domains/cs.json @@ -8,4 +8,4 @@ "record": { "CNAME": "shorecn.github.io" } -} +} diff --git a/domains/cyr.json b/domains/cyr.json index f38a99955..a63186f42 100644 --- a/domains/cyr.json +++ b/domains/cyr.json @@ -1,8 +1,8 @@ { "owner": { - "username": "SoulUchiha", - "email": "gameracsyt707@gmail.com", - "discord": "978601368950542397" + "username": "SoulUchiha", + "email": "gameracsyt707@gmail.com", + "discord": "978601368950542397" }, "record": { diff --git a/domains/cz.json b/domains/cz.json index e34164ac8..235d26771 100644 --- a/domains/cz.json +++ b/domains/cz.json @@ -1,10 +1,9 @@ { - "owner": { - "username": "ac009527", - "email": "18571853917@163.com" - }, - "record": { - "A": ["193.111.31.120"] - } + "owner": { + "username": "ac009527", + "email": "18571853917@163.com" + }, + "record": { + "A": ["193.111.31.120"] } - +} diff --git a/domains/d3c.json b/domains/d3c.json index 3da1902cc..9daeb5bbb 100644 --- a/domains/d3c.json +++ b/domains/d3c.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "czb8", - "email": "czb8.a1@gmail.com" - }, - "record": { - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], - "TXT": "v=spf1 include:spf.improvmx.com ~all" - } + "owner": { + "username": "czb8", + "email": "czb8.a1@gmail.com" + }, + "record": { + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } } diff --git a/domains/daanschenkel.json b/domains/daanschenkel.json index 5383f21e3..33851d31e 100644 --- a/domains/daanschenkel.json +++ b/domains/daanschenkel.json @@ -4,6 +4,6 @@ "email": "daan@daanschenkel.nl" }, "record": { - "URL": "https://daanschenkel.nl" + "URL": "https://daanschenkel.nl" } } diff --git a/domains/damned.json b/domains/damned.json index 586a76bc3..af720af97 100644 --- a/domains/damned.json +++ b/domains/damned.json @@ -8,4 +8,4 @@ "record": { "CNAME": "damnedstudios.github.io" } -} +} diff --git a/domains/darkdevil.json b/domains/darkdevil.json index b70b4b89b..811bff878 100644 --- a/domains/darkdevil.json +++ b/domains/darkdevil.json @@ -7,12 +7,7 @@ "discord": "LRxDark Dare Devil#0001" }, "record": { - "A": [ - "185.199.109.153", - "185.199.110.153", - "185.199.111.153", - "185.199.108.153" - ], + "A": ["185.199.109.153", "185.199.110.153", "185.199.111.153", "185.199.108.153"], "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } diff --git a/domains/darrem.json b/domains/darrem.json index b8bbce169..53371c867 100644 --- a/domains/darrem.json +++ b/domains/darrem.json @@ -1,10 +1,9 @@ { - "owner": { - "username": "DarremMolko", - "email": "justdarrem@gmail.com" - }, - "record": { - "CNAME": "darrem.alwaysdata.net" - } + "owner": { + "username": "DarremMolko", + "email": "justdarrem@gmail.com" + }, + "record": { + "CNAME": "darrem.alwaysdata.net" } - \ No newline at end of file +} diff --git a/domains/datamind.json b/domains/datamind.json index b27443de8..4e8d9c915 100644 --- a/domains/datamind.json +++ b/domains/datamind.json @@ -9,4 +9,4 @@ "record": { "CNAME": "dataminddev.github.io" } -} +} diff --git a/domains/deepak.json b/domains/deepak.json index 1e6cd02ba..f031c76cd 100644 --- a/domains/deepak.json +++ b/domains/deepak.json @@ -1,11 +1,11 @@ -{ - "description": "Deepak's Personal Site", - "repo": "https://github.com/marchinghunter/marchinghunter.github.io", - "owner": { - "username": "marchinghunter", - "email": "dm6593120@gmail.com" - }, - "record": { - "CNAME": "marchinghunter.github.io" - } -} +{ + "description": "Deepak's Personal Site", + "repo": "https://github.com/marchinghunter/marchinghunter.github.io", + "owner": { + "username": "marchinghunter", + "email": "dm6593120@gmail.com" + }, + "record": { + "CNAME": "marchinghunter.github.io" + } +} diff --git a/domains/delasheras.json b/domains/delasheras.json index 9dc9857e6..2794d8db2 100644 --- a/domains/delasheras.json +++ b/domains/delasheras.json @@ -1,11 +1,9 @@ { - "owner":{ - "username":"ruben-as", - "email":"ruben.aja.85@gmail.com" - }, - "record":{ - "A":[ - "212.227.32.105" - ] - } + "owner": { + "username": "ruben-as", + "email": "ruben.aja.85@gmail.com" + }, + "record": { + "A": ["212.227.32.105"] + } } diff --git a/domains/deltafumble.json b/domains/deltafumble.json index 3e49b5c49..e8450990a 100644 --- a/domains/deltafumble.json +++ b/domains/deltafumble.json @@ -1,12 +1,12 @@ -{ - "description": "My blog", - "repo": "https://github.com/deltafumble/deltafumble.github.io", - "owner": { - "username": "deltafumble", - "email": "deltafumblecontact@skiff.com", - "twitter": "deltafumble" - }, - "record": { - "CNAME": "deltafumble.github.io" - } -} +{ + "description": "My blog", + "repo": "https://github.com/deltafumble/deltafumble.github.io", + "owner": { + "username": "deltafumble", + "email": "deltafumblecontact@skiff.com", + "twitter": "deltafumble" + }, + "record": { + "CNAME": "deltafumble.github.io" + } +} diff --git a/domains/demongamez.json b/domains/demongamez.json index 52511eb4e..8bab6eb0f 100644 --- a/domains/demongamez.json +++ b/domains/demongamez.json @@ -1,8 +1,8 @@ { "owner": { - "username": "ShadowPlayzYT22", - "email": "peterwyneg@gmail.com", - "discord": "1038747272701292584" + "username": "ShadowPlayzYT22", + "email": "peterwyneg@gmail.com", + "discord": "1038747272701292584" }, "record": { diff --git a/domains/demonplayz.json b/domains/demonplayz.json index 52511eb4e..8bab6eb0f 100644 --- a/domains/demonplayz.json +++ b/domains/demonplayz.json @@ -1,8 +1,8 @@ { "owner": { - "username": "ShadowPlayzYT22", - "email": "peterwyneg@gmail.com", - "discord": "1038747272701292584" + "username": "ShadowPlayzYT22", + "email": "peterwyneg@gmail.com", + "discord": "1038747272701292584" }, "record": { diff --git a/domains/deva.json b/domains/deva.json index 978c09918..738d70968 100644 --- a/domains/deva.json +++ b/domains/deva.json @@ -8,4 +8,4 @@ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } -} +} diff --git a/domains/devfate.json b/domains/devfate.json index 0bb9c1a2a..f9e1047d6 100644 --- a/domains/devfate.json +++ b/domains/devfate.json @@ -1,10 +1,10 @@ { - "owner":{ - "username":"blackpandan", - "email": "", - "twitter": "camzy_l" - }, - "record":{ - "CNAME":"blackpandan.github.io" - } + "owner": { + "username": "blackpandan", + "email": "", + "twitter": "camzy_l" + }, + "record": { + "CNAME": "blackpandan.github.io" + } } diff --git a/domains/dhaval-kareliya.json b/domains/dhaval-kareliya.json index e7e0654c5..6b1eb3c61 100644 --- a/domains/dhaval-kareliya.json +++ b/domains/dhaval-kareliya.json @@ -1,11 +1,11 @@ { - "description": "This is a personal website", - "repo": "https://github.com/dhaval-kareliya/dhaval-kareliya.github.io", - "owner": { - "username": "dhaval-kareliya", - "email": "" - }, - "record": { - "CNAME": "dhaval-kareliya.github.io" - } + "description": "This is a personal website", + "repo": "https://github.com/dhaval-kareliya/dhaval-kareliya.github.io", + "owner": { + "username": "dhaval-kareliya", + "email": "" + }, + "record": { + "CNAME": "dhaval-kareliya.github.io" + } } diff --git a/domains/dhruvil.json b/domains/dhruvil.json index dbdb03796..04702b8e7 100644 --- a/domains/dhruvil.json +++ b/domains/dhruvil.json @@ -6,12 +6,7 @@ "email": "dhruvil1808@gmail.com" }, "record": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ], + "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" } diff --git a/domains/dirgha-ukani.json b/domains/dirgha-ukani.json index 78ca848dd..aacb530ee 100644 --- a/domains/dirgha-ukani.json +++ b/domains/dirgha-ukani.json @@ -1,11 +1,11 @@ { - "description": "This is personal website", - "repo": "https://github.com/dirgha-ukani/dirgha-ukani.github.io", - "owner": { - "username": "dirgha-ukani", - "email": "" - }, - "record": { - "CNAME": "dirgha-ukani.github.io" - } + "description": "This is personal website", + "repo": "https://github.com/dirgha-ukani/dirgha-ukani.github.io", + "owner": { + "username": "dirgha-ukani", + "email": "" + }, + "record": { + "CNAME": "dirgha-ukani.github.io" + } } diff --git a/domains/dmmay.json b/domains/dmmay.json index 70e9a7441..364f2bc30 100644 --- a/domains/dmmay.json +++ b/domains/dmmay.json @@ -4,11 +4,6 @@ "email": "azura22@skiff.com" }, "record": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ] + "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"] } } diff --git a/domains/dommor.json b/domains/dommor.json index 9dc9857e6..2794d8db2 100644 --- a/domains/dommor.json +++ b/domains/dommor.json @@ -1,11 +1,9 @@ { - "owner":{ - "username":"ruben-as", - "email":"ruben.aja.85@gmail.com" - }, - "record":{ - "A":[ - "212.227.32.105" - ] - } + "owner": { + "username": "ruben-as", + "email": "ruben.aja.85@gmail.com" + }, + "record": { + "A": ["212.227.32.105"] + } } diff --git a/domains/donate.gornostay25.json b/domains/donate.gornostay25.json index f2ad0d0b6..3636d58ab 100644 --- a/domains/donate.gornostay25.json +++ b/domains/donate.gornostay25.json @@ -4,11 +4,6 @@ "email": "me@gornostay25.is-a.dev" }, "record": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ] + "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"] } } diff --git a/domains/donno2048.json b/domains/donno2048.json index f073cb941..f78df4f7a 100644 --- a/domains/donno2048.json +++ b/domains/donno2048.json @@ -1,4 +1,3 @@ - { "owner": { "username": "donno2048", @@ -7,4 +6,4 @@ "record": { "URL": "https://donno2048.github.io/Portfolio/" } -} +} diff --git a/domains/dqmn.json b/domains/dqmn.json index 1121848e0..f8cb5eedc 100644 --- a/domains/dqmn.json +++ b/domains/dqmn.json @@ -1,11 +1,11 @@ { - "description": "dqmn.is-a.dev", - "repo": "https://github.com/dqmn/dqmn.github.io", - "owner": { - "username": "dqmn", - "email": "dqmnbackup@gmail.com" - }, - "record": { - "CNAME": "dqmn.github.io" - } + "description": "dqmn.is-a.dev", + "repo": "https://github.com/dqmn/dqmn.github.io", + "owner": { + "username": "dqmn", + "email": "dqmnbackup@gmail.com" + }, + "record": { + "CNAME": "dqmn.github.io" + } } diff --git a/domains/dr-therapy.json b/domains/dr-therapy.json index 1f94a2706..b7dede2db 100644 --- a/domains/dr-therapy.json +++ b/domains/dr-therapy.json @@ -1,8 +1,8 @@ { "owner": { - "username": "drtherapy2023", - "email": "sitehesap@proton.me", - "discord": "706419336235188264" + "username": "drtherapy2023", + "email": "sitehesap@proton.me", + "discord": "706419336235188264" }, "record": { diff --git a/domains/drpleaserespect.json b/domains/drpleaserespect.json index cc3ea775d..5ca6c4b45 100644 --- a/domains/drpleaserespect.json +++ b/domains/drpleaserespect.json @@ -1,8 +1,8 @@ { "owner": { - "username": "DrPleaseRespect", - "email": "juliannayr2007@gmail.com", - "discord": "300641942646161409" + "username": "DrPleaseRespect", + "email": "juliannayr2007@gmail.com", + "discord": "300641942646161409" }, "record": { diff --git a/domains/drtherapy.json b/domains/drtherapy.json index a113b651d..a589a2654 100644 --- a/domains/drtherapy.json +++ b/domains/drtherapy.json @@ -1,10 +1,9 @@ { - "owner": { - "username": "drtherapy2023", - "email": "sitehesap@proton.me" - }, - "record": { - "CNAME": "drtherapy2023.github.io" - } + "owner": { + "username": "drtherapy2023", + "email": "sitehesap@proton.me" + }, + "record": { + "CNAME": "drtherapy2023.github.io" } - \ No newline at end of file +} diff --git a/domains/dumprr.json b/domains/dumprr.json index a95581448..e02aa7a2b 100644 --- a/domains/dumprr.json +++ b/domains/dumprr.json @@ -1,5 +1,5 @@ { - "repo": "https://github.com/dumprr/dumprr.github.io", + "repo": "https://github.com/dumprr/dumprr.github.io", "owner": { "username": "dumprr", "email": "duhhhmprr@proton.me" diff --git a/domains/duyeric.json b/domains/duyeric.json index b0f5fa4de..998d83e96 100644 --- a/domains/duyeric.json +++ b/domains/duyeric.json @@ -1,10 +1,9 @@ { - "owner": { - "username": "duyeric", - "email": "duyericmmo@gmail.com" - }, - "record": { - "A": ["172.245.139.131"] - } + "owner": { + "username": "duyeric", + "email": "duyericmmo@gmail.com" + }, + "record": { + "A": ["172.245.139.131"] } - +} diff --git a/domains/dylanmarsili.json b/domains/dylanmarsili.json index 806a7d125..d27a31aec 100644 --- a/domains/dylanmarsili.json +++ b/domains/dylanmarsili.json @@ -9,4 +9,4 @@ "record": { "CNAME": "dylan-marsili.github.io" } -} +} diff --git a/domains/edmonddevera.json b/domains/edmonddevera.json index a017288b4..8fe1e6321 100644 --- a/domains/edmonddevera.json +++ b/domains/edmonddevera.json @@ -1,11 +1,11 @@ -{ - "description": "To create a portfolio and use in web development ", - "repo": "https://tsuuukiii.github.io/PortfolioWebsite", - "owner": { - "username": "Tsuuukiii", - "email": "deverajan6@gmail.com" - }, - "record": { - "CNAME": "tsuuukiii.github.io" - } -} +{ + "description": "To create a portfolio and use in web development ", + "repo": "https://tsuuukiii.github.io/PortfolioWebsite", + "owner": { + "username": "Tsuuukiii", + "email": "deverajan6@gmail.com" + }, + "record": { + "CNAME": "tsuuukiii.github.io" + } +} diff --git a/domains/elbenja.json b/domains/elbenja.json index 34b563feb..9f1fae5db 100644 --- a/domains/elbenja.json +++ b/domains/elbenja.json @@ -1,8 +1,8 @@ { "owner": { - "username": "iakzs", - "email": "iakzs@protonmail.com", - "discord": "622795838032314388" + "username": "iakzs", + "email": "iakzs@protonmail.com", + "discord": "622795838032314388" }, "record": { diff --git a/domains/elbernaoui.json b/domains/elbernaoui.json index 13e5ce133..31d9ff7a8 100644 --- a/domains/elbernaoui.json +++ b/domains/elbernaoui.json @@ -9,4 +9,4 @@ "record": { "CNAME": "el-bernaoui.github.io" } -} +} diff --git a/domains/elixss.json b/domains/elixss.json index 31c52ce55..25cb935ef 100644 --- a/domains/elixss.json +++ b/domains/elixss.json @@ -1,10 +1,9 @@ { - "owner": { - "username": "elixss", - "email": "elias.jaeger2004@gmail.com" - }, - "record": { - "A": ["45.81.232.16"] - } + "owner": { + "username": "elixss", + "email": "elias.jaeger2004@gmail.com" + }, + "record": { + "A": ["45.81.232.16"] } - \ No newline at end of file +} diff --git a/domains/enderpoint.json b/domains/enderpoint.json index e02cbad16..7770ee2a1 100644 --- a/domains/enderpoint.json +++ b/domains/enderpoint.json @@ -1,13 +1,13 @@ { - "description": "EnderPoint's dev site", - "repo": "https://github.com/EnderPoint07/EnderPoint07.github.io", - "owner": { - "username": "EnderPoint07", - "email": "", - "discord": "DotM38#5497", - "instagram": "enderpoint07" - }, - "record": { - "CNAME": "enderpoint07.github.io" - } + "description": "EnderPoint's dev site", + "repo": "https://github.com/EnderPoint07/EnderPoint07.github.io", + "owner": { + "username": "EnderPoint07", + "email": "", + "discord": "DotM38#5497", + "instagram": "enderpoint07" + }, + "record": { + "CNAME": "enderpoint07.github.io" + } } diff --git a/domains/erdem.json b/domains/erdem.json index c9009269f..e73f3d0cb 100644 --- a/domains/erdem.json +++ b/domains/erdem.json @@ -9,4 +9,4 @@ "record": { "URL": "https://erdem.js.org" } -} +} diff --git a/domains/eren.json b/domains/eren.json index 93d42c42a..c3364f4fc 100644 --- a/domains/eren.json +++ b/domains/eren.json @@ -1,8 +1,8 @@ { "owner": { - "username": "KeIrNeGn", - "email": "terminatorx5e@gmail.com", - "discord": "499592235772280842" + "username": "KeIrNeGn", + "email": "terminatorx5e@gmail.com", + "discord": "499592235772280842" }, "record": { diff --git a/domains/ermal.json b/domains/ermal.json index d54a575ab..45ba4f7c4 100644 --- a/domains/ermal.json +++ b/domains/ermal.json @@ -6,12 +6,7 @@ "email": "ermalhasani15@gmail.com" }, "record": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ], + "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" } diff --git a/domains/error404.json b/domains/error404.json index 830132fb4..10e108849 100644 --- a/domains/error404.json +++ b/domains/error404.json @@ -9,4 +9,4 @@ "record": { "CNAME": "cabrothers.github.io" } -} +} diff --git a/domains/esp.json b/domains/esp.json index 797cca0c7..a2db3432b 100644 --- a/domains/esp.json +++ b/domains/esp.json @@ -8,4 +8,4 @@ "record": { "A": ["144.91.110.55"] } -} +} diff --git a/domains/ethereal.json b/domains/ethereal.json index a0d7c6bd8..45e7ccfa4 100644 --- a/domains/ethereal.json +++ b/domains/ethereal.json @@ -1,11 +1,11 @@ -{ - "owner": { - "username": "EtherealTheDev", - "email": "", - "twitter": "EtherealTheDev", - "discord": "Ethereal#0908" - }, - "record": { - "CNAME": "92073eed-80b5-4f2f-b84a-0121b7ec69bb.id.repl.co" - } +{ + "owner": { + "username": "EtherealTheDev", + "email": "", + "twitter": "EtherealTheDev", + "discord": "Ethereal#0908" + }, + "record": { + "CNAME": "92073eed-80b5-4f2f-b84a-0121b7ec69bb.id.repl.co" + } } diff --git a/domains/evelio.json b/domains/evelio.json index 564cf902d..fc0f69022 100644 --- a/domains/evelio.json +++ b/domains/evelio.json @@ -7,12 +7,7 @@ "discord": "SrEvelioツ#3906" }, "record": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ], + "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" } diff --git a/domains/falguni-prajapati.json b/domains/falguni-prajapati.json index faea36c15..c012b9bd8 100644 --- a/domains/falguni-prajapati.json +++ b/domains/falguni-prajapati.json @@ -1,11 +1,11 @@ { - "description": "This is falguni prajapati", - "repo": "https://github.com/falguni-prajapati/falguni-prajapati.github.io", - "owner": { - "username": "falguni-prajapati", - "email": "" - }, - "record": { - "CNAME": "falguni-prajapati.github.io" - } + "description": "This is falguni prajapati", + "repo": "https://github.com/falguni-prajapati/falguni-prajapati.github.io", + "owner": { + "username": "falguni-prajapati", + "email": "" + }, + "record": { + "CNAME": "falguni-prajapati.github.io" + } } diff --git a/domains/files.dqmn.json b/domains/files.dqmn.json index cd09f820c..00a56a724 100644 --- a/domains/files.dqmn.json +++ b/domains/files.dqmn.json @@ -1,10 +1,10 @@ { - "description": "files.dqmn.is-a.dev - this will be my 'cloud' for files", - "owner": { - "username": "dqmn", - "email": "dqmnbackup@gmail.com" - }, - "record": { - "CNAME": "dqmnfiles.000webhostapp.com" - } + "description": "files.dqmn.is-a.dev - this will be my 'cloud' for files", + "owner": { + "username": "dqmn", + "email": "dqmnbackup@gmail.com" + }, + "record": { + "CNAME": "dqmnfiles.000webhostapp.com" + } } diff --git a/domains/files.hosts.json b/domains/files.hosts.json index a4a627553..6ec5353f8 100644 --- a/domains/files.hosts.json +++ b/domains/files.hosts.json @@ -1,8 +1,8 @@ { "owner": { - "username": "is-a-dev-bot", - "email": "is-a-dev@win11react.com", - "discord": "1094272477137481810" + "username": "is-a-dev-bot", + "email": "is-a-dev@win11react.com", + "discord": "1094272477137481810" }, "record": { diff --git a/domains/fitrahmunir.json b/domains/fitrahmunir.json index dc4117aa5..bab2e1793 100644 --- a/domains/fitrahmunir.json +++ b/domains/fitrahmunir.json @@ -1,11 +1,11 @@ { - "description": "FitrahFM's .is-a.dev domain", - "repo": "https://github.com/fitrahfm", - "owner": { - "username": "fitrahfm", - "email": "fitrhmnr+is-a-dev@gmail.com" - }, - "record": { - "CNAME": "fitrahmunir.pages.dev" - } + "description": "FitrahFM's .is-a.dev domain", + "repo": "https://github.com/fitrahfm", + "owner": { + "username": "fitrahfm", + "email": "fitrhmnr+is-a-dev@gmail.com" + }, + "record": { + "CNAME": "fitrahmunir.pages.dev" + } } diff --git a/domains/fjuro.json b/domains/fjuro.json index 188405224..d6c77f408 100644 --- a/domains/fjuro.json +++ b/domains/fjuro.json @@ -1,10 +1,9 @@ { - "owner": { - "username": "Fjuro", - "email": "ifjuro@proton.me" - }, - "record": { - "CNAME": "fjuro.github.io" - } + "owner": { + "username": "Fjuro", + "email": "ifjuro@proton.me" + }, + "record": { + "CNAME": "fjuro.github.io" } - \ No newline at end of file +} diff --git a/domains/flazepe.json b/domains/flazepe.json index a51351960..69cb91e4d 100644 --- a/domains/flazepe.json +++ b/domains/flazepe.json @@ -1,10 +1,10 @@ { - "owner": { - "username": "flazepe", - "email": "", - "discord": "flazepe" - }, - "record": { - "CNAME": "flazepe.github.io" - } + "owner": { + "username": "flazepe", + "email": "", + "discord": "flazepe" + }, + "record": { + "CNAME": "flazepe.github.io" + } } diff --git a/domains/flymeth.json b/domains/flymeth.json index 599fc81c2..9b5e94c12 100644 --- a/domains/flymeth.json +++ b/domains/flymeth.json @@ -1,11 +1,11 @@ { - "record": { - "URL": "https://flymeth.net" - }, - "owner": { - "username": "Flymeth", - "email": "flymeth.yt@gmail.com", - "twitter": "flymeth" - }, - "description": "I'm a dev and I love to be that" + "record": { + "URL": "https://flymeth.net" + }, + "owner": { + "username": "Flymeth", + "email": "flymeth.yt@gmail.com", + "twitter": "flymeth" + }, + "description": "I'm a dev and I love to be that" } diff --git a/domains/foxie.arman.json b/domains/foxie.arman.json index 90023567d..47665244c 100644 --- a/domains/foxie.arman.json +++ b/domains/foxie.arman.json @@ -6,11 +6,6 @@ "email": "contact@mail.arman.is-a.dev" }, "record": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ] + "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"] } } diff --git a/domains/g-pratik.json b/domains/g-pratik.json index dc793000b..8659f82e0 100644 --- a/domains/g-pratik.json +++ b/domains/g-pratik.json @@ -1,11 +1,11 @@ { - "description": "This is my website", - "repo": "https://github.com/g-pratik/g-pratik.github.io", - "owner": { - "username": "g-pratik", - "email": "" - }, - "record": { - "CNAME": "g-pratik.github.io" - } + "description": "This is my website", + "repo": "https://github.com/g-pratik/g-pratik.github.io", + "owner": { + "username": "g-pratik", + "email": "" + }, + "record": { + "CNAME": "g-pratik.github.io" + } } diff --git a/domains/gabimaciel.json b/domains/gabimaciel.json index 0e253e615..06411540b 100644 --- a/domains/gabimaciel.json +++ b/domains/gabimaciel.json @@ -7,10 +7,6 @@ }, "record": { "A": ["147.182.139.182"], - "MX": [ - "ns1.digitalocean.com", - "ns2.digitalocean.com", - "ns3.digitalocean.com" - ] + "MX": ["ns1.digitalocean.com", "ns2.digitalocean.com", "ns3.digitalocean.com"] } } diff --git a/domains/gigwanoob.json b/domains/gigwanoob.json index 22c7a69e0..bc2770252 100644 --- a/domains/gigwanoob.json +++ b/domains/gigwanoob.json @@ -1,8 +1,8 @@ { "owner": { - "username": "gigwanoobstudios", - "email": "tplink3116@gmail.com", - "discord": "820962361787285534" + "username": "gigwanoobstudios", + "email": "tplink3116@gmail.com", + "discord": "820962361787285534" }, "record": { diff --git a/domains/gitninja.json b/domains/gitninja.json index f51cac85c..f5d16fdcf 100644 --- a/domains/gitninja.json +++ b/domains/gitninja.json @@ -1,10 +1,9 @@ { - "owner": { - "username": "roktim32", - "email": "roktimsenapoty2@gmail.com" - }, - "record": { - "CNAME": "roktim32.github.io" - } + "owner": { + "username": "roktim32", + "email": "roktimsenapoty2@gmail.com" + }, + "record": { + "CNAME": "roktim32.github.io" } - \ No newline at end of file +} diff --git a/domains/gizzy.json b/domains/gizzy.json index 2b17f8147..afb595e09 100644 --- a/domains/gizzy.json +++ b/domains/gizzy.json @@ -1,15 +1,12 @@ -{ - "description": "gizzy.is-a.dev", - "owner": { - "username": "NeroGizmoUwU", - "email": "nerop455@gmail.com", - "discord": "gizzyuwu" - }, - "record": { - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], - "TXT": "v=spf1 include:spf.improvmx.com ~all" - } -} \ No newline at end of file +{ + "description": "gizzy.is-a.dev", + "owner": { + "username": "NeroGizmoUwU", + "email": "nerop455@gmail.com", + "discord": "gizzyuwu" + }, + "record": { + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +} diff --git a/domains/glqch.json b/domains/glqch.json index 99bbc1efc..cd6093a10 100644 --- a/domains/glqch.json +++ b/domains/glqch.json @@ -1,10 +1,9 @@ { "owner": { - "username": "joythejoystick1", - "email": "midoayoub778@gmail.com" + "username": "joythejoystick1", + "email": "midoayoub778@gmail.com" }, "record": { - "CNAME": "joythejoystick1.github.io" + "CNAME": "joythejoystick1.github.io" } } - diff --git a/domains/gooplancton.json b/domains/gooplancton.json index 4a9d0388a..afb478d9b 100644 --- a/domains/gooplancton.json +++ b/domains/gooplancton.json @@ -4,6 +4,6 @@ "email": "gooplancton@outlook.com" }, "record": { - "CNAME": "hosts.is-a.dev" + "CNAME": "hosts.is-a.dev" } } diff --git a/domains/habeel.json b/domains/habeel.json index b12856481..ffb9cf4df 100644 --- a/domains/habeel.json +++ b/domains/habeel.json @@ -9,4 +9,4 @@ "record": { "CNAME": "Habeel06.github.io" } -} +} diff --git a/domains/hackerhawks.json b/domains/hackerhawks.json index 5b51f3b2d..6830e4799 100644 --- a/domains/hackerhawks.json +++ b/domains/hackerhawks.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "HackerHawks", - "email": "robohawks.dev@gmail.com" - }, - "record": { - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], - "TXT": "v=spf1 include:spf.improvmx.com ~all" - } + "owner": { + "username": "HackerHawks", + "email": "robohawks.dev@gmail.com" + }, + "record": { + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } } diff --git a/domains/hanchow.json b/domains/hanchow.json index e073d643b..80c8b43c5 100644 --- a/domains/hanchow.json +++ b/domains/hanchow.json @@ -9,4 +9,4 @@ "record": { "CNAME": "zhhlmr.github.io" } -} +} diff --git a/domains/hashir.json b/domains/hashir.json index 920391b11..7aa4b07cb 100644 --- a/domains/hashir.json +++ b/domains/hashir.json @@ -1,11 +1,11 @@ -{ - "owner": { - "email": "harishbb168@gmail.com", - "username": "harish" - }, - "description": "My portfolio website", - "repo": "https://github.com/HarishB167/hs-app", - "record": { - "URL": "https://hmser.netlify.app" - } - } +{ + "owner": { + "email": "harishbb168@gmail.com", + "username": "harish" + }, + "description": "My portfolio website", + "repo": "https://github.com/HarishB167/hs-app", + "record": { + "URL": "https://hmser.netlify.app" + } +} diff --git a/domains/hatkid.json b/domains/hatkid.json index 331e0e503..14bb7fed7 100644 --- a/domains/hatkid.json +++ b/domains/hatkid.json @@ -9,4 +9,4 @@ "record": { "CNAME": "thehatkid.github.io" } -} \ No newline at end of file +} diff --git a/domains/haubaka.json b/domains/haubaka.json index 2a4f589a1..cca90542d 100644 --- a/domains/haubaka.json +++ b/domains/haubaka.json @@ -8,4 +8,4 @@ "record": { "CNAME": "haubaka.github.io" } -} +} diff --git a/domains/hcs.json b/domains/hcs.json index 969b0f3ed..1827deba9 100644 --- a/domains/hcs.json +++ b/domains/hcs.json @@ -1,10 +1,9 @@ { "owner": { - "username": "hcs1219", - "email": "hcskaiask@gmail.com" + "username": "hcs1219", + "email": "hcskaiask@gmail.com" }, "record": { - "A": ["5.196.239.158"] + "A": ["5.196.239.158"] } } - diff --git a/domains/hero.json b/domains/hero.json index cf80094c7..9f01c892a 100644 --- a/domains/hero.json +++ b/domains/hero.json @@ -4,6 +4,6 @@ "email": "maanya125@gmail.com" }, "record": { - "CNAME": "hosts.is-a.dev" + "CNAME": "hosts.is-a.dev" } } diff --git a/domains/hilmansyah.json b/domains/hilmansyah.json index f642afb18..893b3ca17 100644 --- a/domains/hilmansyah.json +++ b/domains/hilmansyah.json @@ -5,9 +5,9 @@ "username": "Hillzacky", "email": "hilmansyah@xhr.my.id", "twitter": "hillzacky", - "discord": "830349326785314846" + "discord": "830349326785314846" }, "record": { "CNAME": "hillzacky.github.io" } -} +} diff --git a/domains/himanshusri.json b/domains/himanshusri.json index 126ca7d4c..236382677 100644 --- a/domains/himanshusri.json +++ b/domains/himanshusri.json @@ -1,10 +1,9 @@ { - "owner": { - "username": "himanshuSri24", - "email": "himanshu20032002@gmail.com" - }, - "record": { - "CNAME": "himanshusri24.github.io" - } + "owner": { + "username": "himanshuSri24", + "email": "himanshu20032002@gmail.com" + }, + "record": { + "CNAME": "himanshusri24.github.io" } - \ No newline at end of file +} diff --git a/domains/hiwind.json b/domains/hiwind.json index 2351b1136..1c1326f20 100644 --- a/domains/hiwind.json +++ b/domains/hiwind.json @@ -1,10 +1,9 @@ { - "owner": { - "username": "jaydoublay", - "email": "jeremy@jaydoublay.com" - }, - "record": { - "URL": "https://www.hiwind.me" - } + "owner": { + "username": "jaydoublay", + "email": "jeremy@jaydoublay.com" + }, + "record": { + "URL": "https://www.hiwind.me" } - \ No newline at end of file +} diff --git a/domains/hoang3409.json b/domains/hoang3409.json index a57bfc244..d6323c21a 100644 --- a/domains/hoang3409.json +++ b/domains/hoang3409.json @@ -1,10 +1,10 @@ -{ - "description": "Portfolio redirect for Hoang3409", - "owner": { - "username": "hoang3409", - "email": "nvh.02021995@gmail.com" - }, - "record": { - "CNAME": "hoang3402.github.io" - } -} \ No newline at end of file +{ + "description": "Portfolio redirect for Hoang3409", + "owner": { + "username": "hoang3409", + "email": "nvh.02021995@gmail.com" + }, + "record": { + "CNAME": "hoang3402.github.io" + } +} diff --git a/domains/hotspot.json b/domains/hotspot.json index 18edaa87e..ca1821523 100644 --- a/domains/hotspot.json +++ b/domains/hotspot.json @@ -1,8 +1,8 @@ { "owner": { - "username": "wansie1", - "email": "msc2tvdn@duck.com", - "discord": "962788530336178236" + "username": "wansie1", + "email": "msc2tvdn@duck.com", + "discord": "962788530336178236" }, "record": { diff --git a/domains/hozzywozzy.json b/domains/hozzywozzy.json index 4d3a30839..dfe4605d0 100644 --- a/domains/hozzywozzy.json +++ b/domains/hozzywozzy.json @@ -1,11 +1,11 @@ { - "owner": { - "username": "hozzywozzy", - "email": "hozzywozzy@terrorist.lol" - }, - "description": "domain for testing purposes", - "repo": "https://github.com/hozzywozzy/hozzywozzy", - "record": { - "CNAME": "hozzywozzy.github.io" - } + "owner": { + "username": "hozzywozzy", + "email": "hozzywozzy@terrorist.lol" + }, + "description": "domain for testing purposes", + "repo": "https://github.com/hozzywozzy/hozzywozzy", + "record": { + "CNAME": "hozzywozzy.github.io" + } } diff --git a/domains/hs50.json b/domains/hs50.json index 5f509db6c..3cfef85ee 100644 --- a/domains/hs50.json +++ b/domains/hs50.json @@ -1,11 +1,11 @@ -{ - "description": "Another way to visit my website.", - "repo": "https://github.com/Naibuu/website", - "owner": { - "username": "Naibuu", - "email": "contact@hs50.cc" - }, - "record": { - "CNAME": "hs50.cc" - } -} \ No newline at end of file +{ + "description": "Another way to visit my website.", + "repo": "https://github.com/Naibuu/website", + "owner": { + "username": "Naibuu", + "email": "contact@hs50.cc" + }, + "record": { + "CNAME": "hs50.cc" + } +} diff --git a/domains/hvlxh.json b/domains/hvlxh.json index fbc86a328..0a38e3699 100644 --- a/domains/hvlxh.json +++ b/domains/hvlxh.json @@ -1,11 +1,11 @@ { - "owner": { - "username": "hvlxh", - "email": "monsta22019@gmail.com", - "discord": "hvlxh#0001" - }, + "owner": { + "username": "hvlxh", + "email": "monsta22019@gmail.com", + "discord": "hvlxh#0001" + }, - "record": { - "URL": "https://hvlxh.tk" - } + "record": { + "URL": "https://hvlxh.tk" + } } diff --git a/domains/hyderite.json b/domains/hyderite.json index 8372e867d..0ad231d0b 100644 --- a/domains/hyderite.json +++ b/domains/hyderite.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "Hyderite", - "email": "hyderiteyt@gmail.com" - }, - "record": { - "CNAME": "df204146-7b3d-4adf-8150-d9cbf33a4a73.id.repl.co" - } + "owner": { + "username": "Hyderite", + "email": "hyderiteyt@gmail.com" + }, + "record": { + "CNAME": "df204146-7b3d-4adf-8150-d9cbf33a4a73.id.repl.co" + } } diff --git a/domains/hzf.json b/domains/hzf.json index 37481496b..57e13a395 100644 --- a/domains/hzf.json +++ b/domains/hzf.json @@ -1,10 +1,9 @@ { - "owner": { - "username": "huhao0208", - "email": "123huzhifeng@163.com" - }, - "record": { - "A": ["124.90.69.145"] - } + "owner": { + "username": "huhao0208", + "email": "123huzhifeng@163.com" + }, + "record": { + "A": ["124.90.69.145"] } - \ No newline at end of file +} diff --git a/domains/iakzs.json b/domains/iakzs.json index 229cb8381..5ed05c4ca 100644 --- a/domains/iakzs.json +++ b/domains/iakzs.json @@ -6,12 +6,7 @@ "email": "iakzs@protonmail.com" }, "record": { - "A": [ - "185.199.109.153", - "185.199.110.153", - "185.199.111.153", - "185.199.108.153" - ], + "A": ["185.199.109.153", "185.199.110.153", "185.199.111.153", "185.199.108.153"], "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~allCOPY" } diff --git a/domains/iamchoiiril.json b/domains/iamchoiiril.json index a04312176..e1c0a9693 100644 --- a/domains/iamchoiiril.json +++ b/domains/iamchoiiril.json @@ -4,6 +4,6 @@ "email": "iamchoirilfk@gmail.com" }, "record": { - "CNAME": "cfhoiril.github.io" + "CNAME": "cfhoiril.github.io" } } diff --git a/domains/iammithani.json b/domains/iammithani.json index da7150b05..136dda0ab 100644 --- a/domains/iammithani.json +++ b/domains/iammithani.json @@ -1,11 +1,11 @@ { "owner": { - "username": "MuhammadUsmanMithani", - "email": "muhammadusmanmithani@gmail.com", - "note": "This record was created by is-a.dev Discord bot via discord id: 632157019960377349" - }, + "username": "MuhammadUsmanMithani", + "email": "muhammadusmanmithani@gmail.com", + "note": "This record was created by is-a.dev Discord bot via discord id: 632157019960377349" + }, - "record": { - "CNAME": "iammithani-portfolio.pages.dev" - } + "record": { + "CNAME": "iammithani-portfolio.pages.dev" + } } diff --git a/domains/ikd.json b/domains/ikd.json index 018ada623..299cae2f6 100644 --- a/domains/ikd.json +++ b/domains/ikd.json @@ -1,11 +1,11 @@ -{ - "owner": { - "username": "its-id", - "email": "", - "twitter": "its_ikD" - }, - - "record": { - "CNAME": "portfolio-main-production.up.railway.app" - } -} +{ + "owner": { + "username": "its-id", + "email": "", + "twitter": "its_ikD" + }, + + "record": { + "CNAME": "portfolio-main-production.up.railway.app" + } +} diff --git a/domains/ikraiyan.json b/domains/ikraiyan.json index 13480a4db..557edefbd 100644 --- a/domains/ikraiyan.json +++ b/domains/ikraiyan.json @@ -9,4 +9,4 @@ "record": { "CNAME": "ikraiyan.github.io" } -} +} diff --git a/domains/imzihad21.json b/domains/imzihad21.json index e94fb477c..80f3f1f2e 100644 --- a/domains/imzihad21.json +++ b/domains/imzihad21.json @@ -1,11 +1,11 @@ { - "owner": { - "username": "IMZihad21", - "email": "imzihad@gmail.com" - }, - "record": { - "A": ["52.77.224.107"], - "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], - "TXT": "forward-email=imzihad@gmail.com" - } + "owner": { + "username": "IMZihad21", + "email": "imzihad@gmail.com" + }, + "record": { + "A": ["52.77.224.107"], + "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], + "TXT": "forward-email=imzihad@gmail.com" + } } diff --git a/domains/inf.json b/domains/inf.json index cf6acd955..04169951f 100644 --- a/domains/inf.json +++ b/domains/inf.json @@ -1,10 +1,10 @@ { - "owner": { - "username": "InfinityDevTech", + "owner": { + "username": "InfinityDevTech", "email": "", - "discord": "inf5" - }, - "record": { - "URL": "https://infdev.netlify.app" - } + "discord": "inf5" + }, + "record": { + "URL": "https://infdev.netlify.app" + } } diff --git a/domains/infinitelearning.json b/domains/infinitelearning.json index 2fc5bed0e..1e74f15b9 100644 --- a/domains/infinitelearning.json +++ b/domains/infinitelearning.json @@ -1,10 +1,9 @@ { - "owner": { - "username": "tiwlinkskwazeh", - "email": "kwazehh@proton.me" - }, - "record": { - "A": ["18.215.144.92"] - } + "owner": { + "username": "tiwlinkskwazeh", + "email": "kwazehh@proton.me" + }, + "record": { + "A": ["18.215.144.92"] } - +} diff --git a/domains/invalidnoah.json b/domains/invalidnoah.json index 5c75c72a5..d5a14efe5 100644 --- a/domains/invalidnoah.json +++ b/domains/invalidnoah.json @@ -9,4 +9,4 @@ "record": { "CNAME": "invalidnoah.github.io" } -} +} diff --git a/domains/ipuppyyt.json b/domains/ipuppyyt.json index a2d56dd85..cc652b18d 100644 --- a/domains/ipuppyyt.json +++ b/domains/ipuppyyt.json @@ -7,12 +7,7 @@ "discord": "iPuppyYT#3684" }, "record": { - "A": [ - "185.199.110.153", - "185.199.108.153", - "185.199.111.153", - "185.199.109.153" - ], + "A": ["185.199.110.153", "185.199.108.153", "185.199.111.153", "185.199.109.153"], "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } diff --git a/domains/isa.json b/domains/isa.json index 959d310ed..16a4c20ee 100644 --- a/domains/isa.json +++ b/domains/isa.json @@ -9,4 +9,4 @@ "record": { "CNAME": "nottisa.github.io" } -} +} diff --git a/domains/isabelrosillo.json b/domains/isabelrosillo.json index 9dc9857e6..2794d8db2 100644 --- a/domains/isabelrosillo.json +++ b/domains/isabelrosillo.json @@ -1,11 +1,9 @@ { - "owner":{ - "username":"ruben-as", - "email":"ruben.aja.85@gmail.com" - }, - "record":{ - "A":[ - "212.227.32.105" - ] - } + "owner": { + "username": "ruben-as", + "email": "ruben.aja.85@gmail.com" + }, + "record": { + "A": ["212.227.32.105"] + } } diff --git a/domains/itsmealdo.json b/domains/itsmealdo.json index 0dc4ce2b0..54bf5594f 100644 --- a/domains/itsmealdo.json +++ b/domains/itsmealdo.json @@ -8,4 +8,4 @@ "record": { "CNAME": "itsmealdo.github.io" } -} +} diff --git a/domains/iucc.json b/domains/iucc.json index 4553b6813..fa92c3cd7 100644 --- a/domains/iucc.json +++ b/domains/iucc.json @@ -1,10 +1,9 @@ { - "owner": { - "username": "IuCC123", - "email": "raccoon.pw.main@gmail.com" - }, - "record": { - "CNAME": "1e080129-14d6-480b-9abb-390879d573cf.id.repl.co" - } + "owner": { + "username": "IuCC123", + "email": "raccoon.pw.main@gmail.com" + }, + "record": { + "CNAME": "1e080129-14d6-480b-9abb-390879d573cf.id.repl.co" } - \ No newline at end of file +} diff --git a/domains/jackson.json b/domains/jackson.json index ef55172d6..292e2b55b 100644 --- a/domains/jackson.json +++ b/domains/jackson.json @@ -5,11 +5,6 @@ "discord": "jackson!#0001" }, "record": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ] + "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"] } } diff --git a/domains/jairomorales.json b/domains/jairomorales.json index 244826fd7..15ebc8074 100644 --- a/domains/jairomorales.json +++ b/domains/jairomorales.json @@ -9,4 +9,4 @@ "record": { "CNAME": "icky17.github.io" } -} \ No newline at end of file +} diff --git a/domains/jake.json b/domains/jake.json index 8bdb58422..13d7afcd1 100644 --- a/domains/jake.json +++ b/domains/jake.json @@ -8,4 +8,4 @@ "record": { "CNAME": "jakeanto.pages.dev" } -} +} diff --git a/domains/janmb.json b/domains/janmb.json index 18edaa87e..ca1821523 100644 --- a/domains/janmb.json +++ b/domains/janmb.json @@ -1,8 +1,8 @@ { "owner": { - "username": "wansie1", - "email": "msc2tvdn@duck.com", - "discord": "962788530336178236" + "username": "wansie1", + "email": "msc2tvdn@duck.com", + "discord": "962788530336178236" }, "record": { diff --git a/domains/javier.json b/domains/javier.json index 87b7f3b12..be9ad7ff2 100644 --- a/domains/javier.json +++ b/domains/javier.json @@ -9,4 +9,4 @@ "record": { "CNAME": "jzaleta.github.io" } -} +} diff --git a/domains/jayg.json b/domains/jayg.json index cbf36d580..f23d0a0a8 100644 --- a/domains/jayg.json +++ b/domains/jayg.json @@ -8,10 +8,7 @@ }, "record": { "URL": "https://jayg.top", - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } } diff --git a/domains/jcarpenter.json b/domains/jcarpenter.json index debc073aa..0be501ccb 100644 --- a/domains/jcarpenter.json +++ b/domains/jcarpenter.json @@ -8,4 +8,4 @@ "record": { "CNAME": "jcarpenter48.github.io" } -} +} diff --git a/domains/jdszekeres.json b/domains/jdszekeres.json index aba19acf6..fadf7dabf 100644 --- a/domains/jdszekeres.json +++ b/domains/jdszekeres.json @@ -7,4 +7,4 @@ "record": { "CNAME": "jdszekeres.github.io" } -} +} diff --git a/domains/jean-arthur.json b/domains/jean-arthur.json index fecf7925e..9bd5d7dd1 100644 --- a/domains/jean-arthur.json +++ b/domains/jean-arthur.json @@ -1,4 +1,3 @@ - { "description": "Part of my portfolio website", "repo": "https://github.com/8n9ght/univers", @@ -9,4 +8,4 @@ "record": { "CNAME": "8n9ght.github.io" } -} +} diff --git a/domains/jefferson.json b/domains/jefferson.json index a747e33ef..b8bc13ce6 100644 --- a/domains/jefferson.json +++ b/domains/jefferson.json @@ -8,4 +8,4 @@ "record": { "URL": "https://github.com/jeffersonjpr/jeffersonjpr" } -} \ No newline at end of file +} diff --git a/domains/jeymen.json b/domains/jeymen.json index c7c4c5fc2..9d6b6d25c 100644 --- a/domains/jeymen.json +++ b/domains/jeymen.json @@ -4,17 +4,8 @@ "email": "jeymen11@proton.me" }, "record": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ], + "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], - "MX": [ - "mx.zoho.eu", - "mx2.zoho.eu", - "mx3.zoho.eu" - ] + "MX": ["mx.zoho.eu", "mx2.zoho.eu", "mx3.zoho.eu"] } } diff --git a/domains/jj.json b/domains/jj.json index 33574b092..a05eda828 100644 --- a/domains/jj.json +++ b/domains/jj.json @@ -6,12 +6,7 @@ "email": "TheBotlyNoob@gmail.com" }, "record": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.111.153", - "185.199.110.153" - ], + "A": ["185.199.108.153", "185.199.109.153", "185.199.111.153", "185.199.110.153"], "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } diff --git a/domains/jlalfonso21.json b/domains/jlalfonso21.json index e5c1da1d2..2ca0563b0 100644 --- a/domains/jlalfonso21.json +++ b/domains/jlalfonso21.json @@ -1,10 +1,9 @@ { - "owner": { - "username": "jlalfonso21", - "email": "jlalfonso21@gmail.com" - }, - "record": { - "A": ["89.147.111.78"] - } + "owner": { + "username": "jlalfonso21", + "email": "jlalfonso21@gmail.com" + }, + "record": { + "A": ["89.147.111.78"] } - \ No newline at end of file +} diff --git a/domains/joesjourney.json b/domains/joesjourney.json index 68e3484ac..aa69ddf65 100644 --- a/domains/joesjourney.json +++ b/domains/joesjourney.json @@ -5,15 +5,7 @@ }, "record": { - "A": [ - "185.199.108.153", - - "185.199.109.153", - - "185.199.110.153", - - "185.199.111.153" - ], + "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], "MX": ["mx.mailtie.com"], "TXT": "mailtie=joesjourney500@gmail.com" } diff --git a/domains/johna.json b/domains/johna.json index b2a708be9..dfd3b98fd 100644 --- a/domains/johna.json +++ b/domains/johna.json @@ -8,4 +8,4 @@ "record": { "URL": "https://johna.is-a-fullstack.dev" } -} +} diff --git a/domains/just-muzz.json b/domains/just-muzz.json index 7a1e4e67f..a64ecbd10 100644 --- a/domains/just-muzz.json +++ b/domains/just-muzz.json @@ -9,4 +9,4 @@ "record": { "CNAME": "just-muzz.github.io" } -} +} diff --git a/domains/jzitnik.json b/domains/jzitnik.json index ae16e0934..a23342b0c 100644 --- a/domains/jzitnik.json +++ b/domains/jzitnik.json @@ -5,12 +5,7 @@ "discord": "KLIND#1906" }, "record": { - "A": [ - "216.24.57.1" - ], - "MX": [ - "a257fec0e9137cd3.mx2.emailprofi.seznam.cz", - "a257fec0e9137cd3.mx1.emailprofi.seznam.cz" - ] + "A": ["216.24.57.1"], + "MX": ["a257fec0e9137cd3.mx2.emailprofi.seznam.cz", "a257fec0e9137cd3.mx1.emailprofi.seznam.cz"] } } diff --git a/domains/kaden.json b/domains/kaden.json index 4a8d2861b..905fb46a3 100644 --- a/domains/kaden.json +++ b/domains/kaden.json @@ -4,6 +4,6 @@ "email": "kadeinwales@gmail.com" }, "record": { - "CNAME": "hosts.is-a.dev" + "CNAME": "hosts.is-a.dev" } } diff --git a/domains/kamishi.json b/domains/kamishi.json index 105651c3d..c2de37447 100644 --- a/domains/kamishi.json +++ b/domains/kamishi.json @@ -1,10 +1,10 @@ { - "owner": { - "username": "KamishiRewrote", - "email": "", - "discord": "kamishi_x" - }, - "record": { - "CNAME": "kamishi.kamishiyt.repl.co" - } + "owner": { + "username": "KamishiRewrote", + "email": "", + "discord": "kamishi_x" + }, + "record": { + "CNAME": "kamishi.kamishiyt.repl.co" + } } diff --git a/domains/kapoor.json b/domains/kapoor.json index a2bce61a6..eb5a37762 100644 --- a/domains/kapoor.json +++ b/domains/kapoor.json @@ -1,11 +1,11 @@ -{ - "owner": { - "username": "kapoorsaumitra", - "email": "saumitrakapoor24@gmail.com", - "twitter": "0xKapoor" - }, - - "record": { - "URL": "https://kapoorportfolio.vercel.app" - } -} +{ + "owner": { + "username": "kapoorsaumitra", + "email": "saumitrakapoor24@gmail.com", + "twitter": "0xKapoor" + }, + + "record": { + "URL": "https://kapoorportfolio.vercel.app" + } +} diff --git a/domains/karan.json b/domains/karan.json index 27fb3a59a..1ec48f2f3 100644 --- a/domains/karan.json +++ b/domains/karan.json @@ -1,8 +1,8 @@ { "owner": { - "username": "Karandev2007", - "email": "karangamerz207@gmail.com", - "discord": "1045275588434337843" + "username": "Karandev2007", + "email": "karangamerz207@gmail.com", + "discord": "1045275588434337843" }, "record": { diff --git a/domains/kashif-kadri.json b/domains/kashif-kadri.json index 2e92c4aea..e87b6ce5a 100644 --- a/domains/kashif-kadri.json +++ b/domains/kashif-kadri.json @@ -1,11 +1,11 @@ { - "description": "This is personal website", - "repo": "https://github.com/kashif-kadri/kashif-kadri.github.io", - "owner": { - "username": "kashif-kadri", - "email": "" - }, - "record": { - "URL": "https://kashif-kadri.github.io" - } + "description": "This is personal website", + "repo": "https://github.com/kashif-kadri/kashif-kadri.github.io", + "owner": { + "username": "kashif-kadri", + "email": "" + }, + "record": { + "URL": "https://kashif-kadri.github.io" + } } diff --git a/domains/kaustubh.json b/domains/kaustubh.json index 134106d5f..ae152c53d 100644 --- a/domains/kaustubh.json +++ b/domains/kaustubh.json @@ -9,4 +9,4 @@ "record": { "CNAME": "kaustubhkharvi.github.io" } -} +} diff --git a/domains/keirnegn.json b/domains/keirnegn.json index 93d42c42a..c3364f4fc 100644 --- a/domains/keirnegn.json +++ b/domains/keirnegn.json @@ -1,8 +1,8 @@ { "owner": { - "username": "KeIrNeGn", - "email": "terminatorx5e@gmail.com", - "discord": "499592235772280842" + "username": "KeIrNeGn", + "email": "terminatorx5e@gmail.com", + "discord": "499592235772280842" }, "record": { diff --git a/domains/kerlos.json b/domains/kerlos.json index caf7b3684..3e261b8ce 100644 --- a/domains/kerlos.json +++ b/domains/kerlos.json @@ -1,10 +1,9 @@ { - "owner": { - "username": "kerlos", - "email": "ker.los@hotmail.com" - }, - "record": { - "URL": "https://github.com/kerlos" - } + "owner": { + "username": "kerlos", + "email": "ker.los@hotmail.com" + }, + "record": { + "URL": "https://github.com/kerlos" } - \ No newline at end of file +} diff --git a/domains/kevvyyn.json b/domains/kevvyyn.json index 21b790322..83d1df3b9 100644 --- a/domains/kevvyyn.json +++ b/domains/kevvyyn.json @@ -1,10 +1,9 @@ { - "owner": { - "username": "BiometricGlitch", - "email": "smellysocks0147@gmail.com" - }, - "record": { - "CNAME": "19e5bf8c-21c4-458c-aade-3d247b901526.id.repl.co" - } + "owner": { + "username": "BiometricGlitch", + "email": "smellysocks0147@gmail.com" + }, + "record": { + "CNAME": "19e5bf8c-21c4-458c-aade-3d247b901526.id.repl.co" } - \ No newline at end of file +} diff --git a/domains/keyaan.json b/domains/keyaan.json index e020b8528..dd2c1497b 100644 --- a/domains/keyaan.json +++ b/domains/keyaan.json @@ -1,8 +1,8 @@ { "owner": { - "username": "keyhacker786", - "email": "keyhacker786@gmail.com", - "discord": "693533573105451089" + "username": "keyhacker786", + "email": "keyhacker786@gmail.com", + "discord": "693533573105451089" }, "record": { diff --git a/domains/killerf.json b/domains/killerf.json index 00deef209..dcc4e7dd6 100644 --- a/domains/killerf.json +++ b/domains/killerf.json @@ -1,11 +1,11 @@ { - "description": "The Person Who Hacked QLASH RP And got away with it with nothing to lose, An Exploiter to say the least; Welcome to Grove Street", - "repo": "https://discord.gg/groove-community-875725991551569960", - "owner": { - "username": "MohamexDR", - "email": "loliehentaixd@gmail.com" - }, - "record": { - "URL": "https://discord.gg/groove-community-875725991551569960" - } + "description": "The Person Who Hacked QLASH RP And got away with it with nothing to lose, An Exploiter to say the least; Welcome to Grove Street", + "repo": "https://discord.gg/groove-community-875725991551569960", + "owner": { + "username": "MohamexDR", + "email": "loliehentaixd@gmail.com" + }, + "record": { + "URL": "https://discord.gg/groove-community-875725991551569960" + } } diff --git a/domains/korigamik.json b/domains/korigamik.json index 314e08c09..5abd47d36 100644 --- a/domains/korigamik.json +++ b/domains/korigamik.json @@ -9,4 +9,4 @@ "record": { "CNAME": "korigamik.github.io" } -} +} diff --git a/domains/kuba.json b/domains/kuba.json index 76651a44c..1f6b0e6d5 100644 --- a/domains/kuba.json +++ b/domains/kuba.json @@ -1,10 +1,10 @@ { - "owner": { - "username": "kob-kuba", - "telegram": "kob_kuba", - "email": "admin@kobb.tech" - }, - "record": { - "URL": "https://kob.gay" - } + "owner": { + "username": "kob-kuba", + "telegram": "kob_kuba", + "email": "admin@kobb.tech" + }, + "record": { + "URL": "https://kob.gay" + } } diff --git a/domains/kuyacarlos.json b/domains/kuyacarlos.json index 5b3f73673..dab4ac778 100644 --- a/domains/kuyacarlos.json +++ b/domains/kuyacarlos.json @@ -1,10 +1,10 @@ -{ - "description": "A personal portfolio to showcase my skills", - "owner": { - "username": "CarlosNatanauan", - "email": "carlosbenedictn@gmail.com" - }, - "record": { - "CNAME": "CarlosNatanauan.github.io" - } -} +{ + "description": "A personal portfolio to showcase my skills", + "owner": { + "username": "CarlosNatanauan", + "email": "carlosbenedictn@gmail.com" + }, + "record": { + "CNAME": "CarlosNatanauan.github.io" + } +} diff --git a/domains/kz.json b/domains/kz.json index dfa408221..2f7184e83 100644 --- a/domains/kz.json +++ b/domains/kz.json @@ -1,8 +1,8 @@ { "owner": { - "username": "iakzs", - "email": "iakzs@protonmail.com", - "discord": "622795838032314388" + "username": "iakzs", + "email": "iakzs@protonmail.com", + "discord": "622795838032314388" }, "record": { diff --git a/domains/latealways.json b/domains/latealways.json index eda7f87d5..820ffc877 100644 --- a/domains/latealways.json +++ b/domains/latealways.json @@ -4,6 +4,6 @@ "email": "latealways@i-am-a.fuchsiax.dev" }, "record": { - "A": ["85.239.250.3"] + "A": ["85.239.250.3"] } } diff --git a/domains/learn-to-code-now.json b/domains/learn-to-code-now.json index 53650f301..8228b5a6c 100644 --- a/domains/learn-to-code-now.json +++ b/domains/learn-to-code-now.json @@ -1,10 +1,9 @@ { - "owner": { - "username": "qloakongithub", - "email": "7469931481@stu.gcsnc.com" - }, - "record": { - "CNAME": "qloakongithub.github.io" - } + "owner": { + "username": "qloakongithub", + "email": "7469931481@stu.gcsnc.com" + }, + "record": { + "CNAME": "qloakongithub.github.io" } - \ No newline at end of file +} diff --git a/domains/likalium.json b/domains/likalium.json index 782ee0b87..d8653bf85 100644 --- a/domains/likalium.json +++ b/domains/likalium.json @@ -1,13 +1,13 @@ { - "description": "Likalium's personal website", - "repo": "https://github.com/likalium/likalium.github.io", - "owner": { - "username": "likalium", - "email": "", - "twitter": "likalium", - "discord": "likalium#2870" - }, - "record" : { - "CNAME": "likalium.github.io" - } + "description": "Likalium's personal website", + "repo": "https://github.com/likalium/likalium.github.io", + "owner": { + "username": "likalium", + "email": "", + "twitter": "likalium", + "discord": "likalium#2870" + }, + "record": { + "CNAME": "likalium.github.io" + } } diff --git a/domains/liztochekcode.json b/domains/liztochekcode.json index 869827228..2071b9a2f 100644 --- a/domains/liztochekcode.json +++ b/domains/liztochekcode.json @@ -1,10 +1,10 @@ { "owner": { - "username": "LiztochekCode", - "email": "liztochekcode@gmail.com" - }, + "username": "LiztochekCode", + "email": "liztochekcode@gmail.com" + }, - "record": { - "URL": "https://liztochekcode.epizy.com" - } + "record": { + "URL": "https://liztochekcode.epizy.com" + } } diff --git a/domains/lndr2501.json b/domains/lndr2501.json index bbf5e3f2f..5057158d8 100644 --- a/domains/lndr2501.json +++ b/domains/lndr2501.json @@ -1,10 +1,10 @@ { - "owner": { - "username": "Lndr2501", - "email": "" - }, - "repo": "https://github.com/Lndr2501/Lndr2501", - "record": { - "CNAME": "lndr2501.github.io" - } + "owner": { + "username": "Lndr2501", + "email": "" + }, + "repo": "https://github.com/Lndr2501/Lndr2501", + "record": { + "CNAME": "lndr2501.github.io" + } } diff --git a/domains/loser.json b/domains/loser.json index 24919c764..de3c186ce 100644 --- a/domains/loser.json +++ b/domains/loser.json @@ -6,12 +6,7 @@ }, "record": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ], + "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], diff --git a/domains/losr.json b/domains/losr.json index 24919c764..de3c186ce 100644 --- a/domains/losr.json +++ b/domains/losr.json @@ -6,12 +6,7 @@ }, "record": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ], + "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], diff --git a/domains/lrmn.json b/domains/lrmn.json index 532c9e1a0..330959adc 100644 --- a/domains/lrmn.json +++ b/domains/lrmn.json @@ -1,11 +1,11 @@ -{ - "description": "lrmn.is-a.dev", - "repo": "https://github.com/lrmn7/lrmn7.github.io", - "owner": { - "username": "lrmn7", - "email": "lrmnid@gmail.com" - }, - "record": { - "CNAME": "lrmn7.github.io" - } -} \ No newline at end of file +{ + "description": "lrmn.is-a.dev", + "repo": "https://github.com/lrmn7/lrmn7.github.io", + "owner": { + "username": "lrmn7", + "email": "lrmnid@gmail.com" + }, + "record": { + "CNAME": "lrmn7.github.io" + } +} diff --git a/domains/madhavgupta.json b/domains/madhavgupta.json index d5b76f1ee..bd0bfbafa 100644 --- a/domains/madhavgupta.json +++ b/domains/madhavgupta.json @@ -1,10 +1,9 @@ { - "owner": { - "username": "M4dhav", - "email": "madhav.gupta7674@gmail.com" - }, - "record": { - "URL": "https://madhavgupta.vercel.app/" - } + "owner": { + "username": "M4dhav", + "email": "madhav.gupta7674@gmail.com" + }, + "record": { + "URL": "https://madhavgupta.vercel.app/" } - \ No newline at end of file +} diff --git a/domains/madhavjhawar.json b/domains/madhavjhawar.json index ef4fe1877..625c59111 100644 --- a/domains/madhavjhawar.json +++ b/domains/madhavjhawar.json @@ -8,4 +8,4 @@ "record": { "CNAME": "madhav32x.github.io" } -} +} diff --git a/domains/madhead341.json b/domains/madhead341.json index 24919c764..de3c186ce 100644 --- a/domains/madhead341.json +++ b/domains/madhead341.json @@ -6,12 +6,7 @@ }, "record": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ], + "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], diff --git a/domains/magniquick.json b/domains/magniquick.json index 031709adc..298b8f93d 100644 --- a/domains/magniquick.json +++ b/domains/magniquick.json @@ -7,12 +7,7 @@ "discord": "Magniquick#5003" }, "record": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ], + "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" } diff --git a/domains/mahmoud.json b/domains/mahmoud.json index 4d84e811b..d491fab63 100644 --- a/domains/mahmoud.json +++ b/domains/mahmoud.json @@ -1,18 +1,13 @@ { - "owner": { - "username": "oMvhmoud", - "email": "contact@mahmoud.is-a.dev", - "discord": "927876264826650684" - }, - "repo": "https://github.com/oMvhmoud/oMvhmoud.github.io", - "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" - } + "owner": { + "username": "oMvhmoud", + "email": "contact@mahmoud.is-a.dev", + "discord": "927876264826650684" + }, + "repo": "https://github.com/oMvhmoud/oMvhmoud.github.io", + "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" + } } diff --git a/domains/mail.aditya.json b/domains/mail.aditya.json index 0ea9ff1a9..c8dfe71e1 100644 --- a/domains/mail.aditya.json +++ b/domains/mail.aditya.json @@ -7,12 +7,7 @@ "twitter": "CodeWithAadi" }, "record": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ], + "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" } diff --git a/domains/mail.arman.json b/domains/mail.arman.json index df449b568..8ea8cf992 100644 --- a/domains/mail.arman.json +++ b/domains/mail.arman.json @@ -6,12 +6,7 @@ }, "repo": "https://github.com/ItzArman09/mail.git", "record": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ], + "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" } diff --git a/domains/mail.badboy.json b/domains/mail.badboy.json index ad3bc1e9f..701d48e10 100644 --- a/domains/mail.badboy.json +++ b/domains/mail.badboy.json @@ -8,12 +8,7 @@ "note": "My Discord ID is 445073800850046977." }, "record": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ], + "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", "URL": "https://badboy.is-a.dev/contact" diff --git a/domains/mail.mxnticek.json b/domains/mail.mxnticek.json index 72d6985c5..b0604cc9b 100644 --- a/domains/mail.mxnticek.json +++ b/domains/mail.mxnticek.json @@ -5,9 +5,6 @@ "email": "plainrock@seznam.cz" }, "record": { - "MX": [ - "d9025d2074984e72.mx2.emailprofi.seznam.cz", - "d9025d2074984e72.mx1.emailprofi.seznam.cz" - ] + "MX": ["d9025d2074984e72.mx2.emailprofi.seznam.cz", "d9025d2074984e72.mx1.emailprofi.seznam.cz"] } } diff --git a/domains/mail.rika.json b/domains/mail.rika.json index abdd6fd62..922042038 100644 --- a/domains/mail.rika.json +++ b/domains/mail.rika.json @@ -6,12 +6,7 @@ "email": "cainiao1509@gmail.com" }, "record": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ], + "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" } diff --git a/domains/mako.json b/domains/mako.json index 2453296fa..332c2795d 100644 --- a/domains/mako.json +++ b/domains/mako.json @@ -1,10 +1,9 @@ { - "owner": { - "username": "GoldenFire2317", - "email": "buttersword2017@gmail.com" - }, - "record": { - "CNAME": "mako.mkoca.org" - } + "owner": { + "username": "GoldenFire2317", + "email": "buttersword2017@gmail.com" + }, + "record": { + "CNAME": "mako.mkoca.org" } - \ No newline at end of file +} diff --git a/domains/manas.json b/domains/manas.json index a8a52f055..58a2e319c 100644 --- a/domains/manas.json +++ b/domains/manas.json @@ -8,4 +8,4 @@ "record": { "CNAME": "manas140.github.io" } -} +} diff --git a/domains/manga.json b/domains/manga.json index ffdb48f71..45475b8a4 100644 --- a/domains/manga.json +++ b/domains/manga.json @@ -4,6 +4,6 @@ "email": "zarqi.ezzoubair@etu.uae.ac.ma" }, "record": { - "CNAME": "hosts.is-a.dev" + "CNAME": "hosts.is-a.dev" } } diff --git a/domains/match.json b/domains/match.json index 415ff8eec..d235b0afd 100644 --- a/domains/match.json +++ b/domains/match.json @@ -6,11 +6,6 @@ "email": "imad.kh@outlook.com" }, "record": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ] + "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"] } } diff --git a/domains/mattdestroyer.json b/domains/mattdestroyer.json index 02bd4151e..474eae765 100644 --- a/domains/mattdestroyer.json +++ b/domains/mattdestroyer.json @@ -1,10 +1,10 @@ { - "description": "Matt-DESTROYER's Website", - "owner": { - "username": "Matt-DESTROYER", - "email": "mattdestroyerpro@gmail.com" - }, - "record": { - "URL": "https://mattdestroyer.replit.app" - } + "description": "Matt-DESTROYER's Website", + "owner": { + "username": "Matt-DESTROYER", + "email": "mattdestroyerpro@gmail.com" + }, + "record": { + "URL": "https://mattdestroyer.replit.app" + } } diff --git a/domains/maxired.json b/domains/maxired.json index 0fd0f957a..e0f2bfa64 100644 --- a/domains/maxired.json +++ b/domains/maxired.json @@ -1,10 +1,9 @@ { - "owner": { - "username": "maxired", - "email": "github@maxired.fr" - }, - "record": { - "CNAME": "www.maxired.fr" - } + "owner": { + "username": "maxired", + "email": "github@maxired.fr" + }, + "record": { + "CNAME": "www.maxired.fr" } - \ No newline at end of file +} diff --git a/domains/mayank-rathva.json b/domains/mayank-rathva.json index cec200e71..84948dd07 100644 --- a/domains/mayank-rathva.json +++ b/domains/mayank-rathva.json @@ -1,11 +1,11 @@ { - "description": "This is personal website", - "repo": "https://github.com/mayank-rathva/mayank-rathva.github.io", - "owner": { - "username": "mayank-rathva", - "email": "" - }, - "record": { - "CNAME": "mayank-rathva.github.io" - } + "description": "This is personal website", + "repo": "https://github.com/mayank-rathva/mayank-rathva.github.io", + "owner": { + "username": "mayank-rathva", + "email": "" + }, + "record": { + "CNAME": "mayank-rathva.github.io" + } } diff --git a/domains/mayerfried.json b/domains/mayerfried.json index 85b531275..2adcfa228 100644 --- a/domains/mayerfried.json +++ b/domains/mayerfried.json @@ -1,11 +1,11 @@ { - "description": "Mayer Fried Is A Dev", - "repo": "https://github.com/mfried40", - "owner": { - "username": "mfried40", - "email": "mayer@mayerfried.com" - }, - "record": { - "CNAME": "me.mayerfried.com" - } + "description": "Mayer Fried Is A Dev", + "repo": "https://github.com/mfried40", + "owner": { + "username": "mfried40", + "email": "mayer@mayerfried.com" + }, + "record": { + "CNAME": "me.mayerfried.com" + } } diff --git a/domains/mbenetta.json b/domains/mbenetta.json index 9dc9857e6..2794d8db2 100644 --- a/domains/mbenetta.json +++ b/domains/mbenetta.json @@ -1,11 +1,9 @@ { - "owner":{ - "username":"ruben-as", - "email":"ruben.aja.85@gmail.com" - }, - "record":{ - "A":[ - "212.227.32.105" - ] - } + "owner": { + "username": "ruben-as", + "email": "ruben.aja.85@gmail.com" + }, + "record": { + "A": ["212.227.32.105"] + } } diff --git a/domains/mbg.json b/domains/mbg.json index 5d939fce6..b4c01c595 100644 --- a/domains/mbg.json +++ b/domains/mbg.json @@ -4,6 +4,6 @@ "email": "MBGx1337@gmail.com" }, "record": { - "A": ["3.120.250.108"] + "A": ["3.120.250.108"] } } diff --git a/domains/mcgraph.json b/domains/mcgraph.json index b01696408..043e6a35f 100644 --- a/domains/mcgraph.json +++ b/domains/mcgraph.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "playstation452", - "email": "oscarlin1026@gmail.com" - }, - "record": { - "CNAME": "justaminecraftgraph.swapniladhikari.com.np" - } + "owner": { + "username": "playstation452", + "email": "oscarlin1026@gmail.com" + }, + "record": { + "CNAME": "justaminecraftgraph.swapniladhikari.com.np" + } } diff --git a/domains/meenbeese.json b/domains/meenbeese.json index 627c66add..3650d4b63 100644 --- a/domains/meenbeese.json +++ b/domains/meenbeese.json @@ -6,4 +6,4 @@ "record": { "CNAME": "meenbeese.github.io" } -} \ No newline at end of file +} diff --git a/domains/minh2000.json b/domains/minh2000.json index 9921fa314..d639e5be6 100644 --- a/domains/minh2000.json +++ b/domains/minh2000.json @@ -1,8 +1,8 @@ { "owner": { - "username": "minnb-bit", - "email": "mn9173024@gmail.com", - "discord": "634263941153030175" + "username": "minnb-bit", + "email": "mn9173024@gmail.com", + "discord": "634263941153030175" }, "record": { diff --git a/domains/minhmmb.json b/domains/minhmmb.json index 3d516cb07..266f16992 100644 --- a/domains/minhmmb.json +++ b/domains/minhmmb.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "minnb-bit", - "email": "mn9173024@gmail.com" - }, - "record": { - "CNAME": "minnb-bit.github.io" - } + "owner": { + "username": "minnb-bit", + "email": "mn9173024@gmail.com" + }, + "record": { + "CNAME": "minnb-bit.github.io" + } } diff --git a/domains/minnb-bit.json b/domains/minnb-bit.json index 9921fa314..d639e5be6 100644 --- a/domains/minnb-bit.json +++ b/domains/minnb-bit.json @@ -1,8 +1,8 @@ { "owner": { - "username": "minnb-bit", - "email": "mn9173024@gmail.com", - "discord": "634263941153030175" + "username": "minnb-bit", + "email": "mn9173024@gmail.com", + "discord": "634263941153030175" }, "record": { diff --git a/domains/mizu.json b/domains/mizu.json index 2a4dd4913..cec93ebfa 100644 --- a/domains/mizu.json +++ b/domains/mizu.json @@ -10,4 +10,4 @@ "record": { "CNAME": "miyagawamizu.github.io" } -} +} diff --git a/domains/mohdsohel.json b/domains/mohdsohel.json index 10fda800f..ae062d7de 100644 --- a/domains/mohdsohel.json +++ b/domains/mohdsohel.json @@ -9,4 +9,4 @@ "record": { "CNAME": "realsohel.github.io" } -} +} diff --git a/domains/molai777.json b/domains/molai777.json index a672420c3..2514d322c 100644 --- a/domains/molai777.json +++ b/domains/molai777.json @@ -4,6 +4,6 @@ "email": "mahir@molai.dev" }, "record": { - "CNAME": "hosts.is-a.dev" + "CNAME": "hosts.is-a.dev" } } diff --git a/domains/mosa.json b/domains/mosa.json index 80c980b39..2c26d4a80 100644 --- a/domains/mosa.json +++ b/domains/mosa.json @@ -7,4 +7,4 @@ "record": { "A": ["130.162.168.84"] } -} +} diff --git a/domains/mosaab.json b/domains/mosaab.json index c46686309..fed1d604e 100644 --- a/domains/mosaab.json +++ b/domains/mosaab.json @@ -6,16 +6,8 @@ "email": "mosaabgka@outlook.com" }, "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" - ], + "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" } } diff --git a/domains/mqhirr.json b/domains/mqhirr.json index ae6e8ae4c..56b14d7eb 100644 --- a/domains/mqhirr.json +++ b/domains/mqhirr.json @@ -1,12 +1,12 @@ { - "owner": { - "username": "mqhirr", - "email": "", - "discord": "mqhirr" - }, + "owner": { + "username": "mqhirr", + "email": "", + "discord": "mqhirr" + }, - "repo": "https://github.com/mqhirr/webnn_live", - "record": { - "CNAME": "mqhirr.github.io" - } + "repo": "https://github.com/mqhirr/webnn_live", + "record": { + "CNAME": "mqhirr.github.io" + } } diff --git a/domains/mthia.json b/domains/mthia.json index 52a8bd50c..278b6b128 100644 --- a/domains/mthia.json +++ b/domains/mthia.json @@ -1,11 +1,11 @@ -{ - "description": "mthia page", - "owner": { - "username": "Mthia727", - "email": "mthia@xdd.moe", - "discord": "443794213524733962" - }, - "record": { - "CNAME": "mthia.xdd.moe" - } -} +{ + "description": "mthia page", + "owner": { + "username": "Mthia727", + "email": "mthia@xdd.moe", + "discord": "443794213524733962" + }, + "record": { + "CNAME": "mthia.xdd.moe" + } +} diff --git a/domains/mudee.json b/domains/mudee.json index ddd97bb30..f29492c4d 100644 --- a/domains/mudee.json +++ b/domains/mudee.json @@ -4,6 +4,6 @@ "email": "NotMudee@proton.me" }, "record": { - "CNAME": "hosts.is-a.dev" + "CNAME": "hosts.is-a.dev" } } diff --git a/domains/narayana.json b/domains/narayana.json index eb747b6c6..6a99954bd 100644 --- a/domains/narayana.json +++ b/domains/narayana.json @@ -1,10 +1,10 @@ { - "description": "I am going to use it to test out my creations and share with my friends. As a student, I can't get actual domains, so I will be using this.", - "owner": { - "username": "nvnarayna", - "email": "nemaninarayna@gmail.com" - }, - "record": { - "CNAME": "proxy.divahosting.net" - } + "description": "I am going to use it to test out my creations and share with my friends. As a student, I can't get actual domains, so I will be using this.", + "owner": { + "username": "nvnarayna", + "email": "nemaninarayna@gmail.com" + }, + "record": { + "CNAME": "proxy.divahosting.net" + } } diff --git a/domains/neelsani.json b/domains/neelsani.json index 011aa5eaa..78fa6bac7 100644 --- a/domains/neelsani.json +++ b/domains/neelsani.json @@ -4,7 +4,6 @@ "owner": { "username": "neelsani", "email": "neel2645s@gmail.com" - }, "record": { "CNAME": "neelsani.github.io" diff --git a/domains/nengsriaryati.json b/domains/nengsriaryati.json index 132f7ed18..604ecab09 100644 --- a/domains/nengsriaryati.json +++ b/domains/nengsriaryati.json @@ -1,10 +1,9 @@ { - "owner": { - "username": "Hillzacky", - "email": "Hilm4nsyah@gmail.com" - }, - "record": { - "CNAME": "nengsriaryati.github.io" - } + "owner": { + "username": "Hillzacky", + "email": "Hilm4nsyah@gmail.com" + }, + "record": { + "CNAME": "nengsriaryati.github.io" } - \ No newline at end of file +} diff --git a/domains/neon.json b/domains/neon.json index 808dff17d..7531a0358 100644 --- a/domains/neon.json +++ b/domains/neon.json @@ -8,16 +8,8 @@ "email": "goodboyneon03@gmail.com" }, "record": { - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } } diff --git a/domains/nhemgomia.json b/domains/nhemgomia.json index b052188f0..a029c3689 100644 --- a/domains/nhemgomia.json +++ b/domains/nhemgomia.json @@ -2,11 +2,11 @@ "description": "Nhem Gomia portfolio website.", "repo": "https://github.com/nhemgomia/nhemgomia.github.io", "owner": { - "username": "nhemgomia", - "email": "", - "discord": "nhemdgaf" + "username": "nhemgomia", + "email": "", + "discord": "nhemdgaf" }, "record": { "CNAME": "nhemgomia.github.io" } -} +} diff --git a/domains/nidhis-patel.json b/domains/nidhis-patel.json index f384a7ea0..47e21b7b1 100644 --- a/domains/nidhis-patel.json +++ b/domains/nidhis-patel.json @@ -1,11 +1,11 @@ { - "description": "This is a personal", - "repo": "https://github.com/nidhis-patel/nidhis-patel.github.io", - "owner": { - "username": "nidhis-patel", - "email": "" - }, - "record": { - "URL": "https://nidhis-patel.github.io" - } + "description": "This is a personal", + "repo": "https://github.com/nidhis-patel/nidhis-patel.github.io", + "owner": { + "username": "nidhis-patel", + "email": "" + }, + "record": { + "URL": "https://nidhis-patel.github.io" + } } diff --git a/domains/niemiets.json b/domains/niemiets.json index fc95b5dc5..2dfb4826c 100644 --- a/domains/niemiets.json +++ b/domains/niemiets.json @@ -1,8 +1,8 @@ { "owner": { - "username": "Niemiets", - "email": "niemiec123123123@gmail.com", - "discord": "397074265708691456" + "username": "Niemiets", + "email": "niemiec123123123@gmail.com", + "discord": "397074265708691456" }, "record": { diff --git a/domains/nino.json b/domains/nino.json index 23ab8b52f..32cc48ea7 100644 --- a/domains/nino.json +++ b/domains/nino.json @@ -10,4 +10,4 @@ "record": { "CNAME": "TokisakiNinoVn.github.io" } -} +} diff --git a/domains/nischay.json b/domains/nischay.json index 0c4e67f6c..6468efc0d 100644 --- a/domains/nischay.json +++ b/domains/nischay.json @@ -9,12 +9,7 @@ "discord": "OGGY#9889" }, "record": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ], + "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" } diff --git a/domains/njfamirm.json b/domains/njfamirm.json index a54cc4233..00e382514 100644 --- a/domains/njfamirm.json +++ b/domains/njfamirm.json @@ -1,10 +1,10 @@ { - "owner": { - "username": "njfamirm", - "email": "njfamirm@gmail.com" - }, - "repo": "https://github.com/njfamirm/njfamirm.ir", - "record": { - "CNAME": "njfamirm.ir" - } + "owner": { + "username": "njfamirm", + "email": "njfamirm@gmail.com" + }, + "repo": "https://github.com/njfamirm/njfamirm.ir", + "record": { + "CNAME": "njfamirm.ir" + } } diff --git a/domains/nonograms.talinsharma.json b/domains/nonograms.talinsharma.json index a4d5f8e66..72577e571 100644 --- a/domains/nonograms.talinsharma.json +++ b/domains/nonograms.talinsharma.json @@ -1,10 +1,9 @@ { - "owner": { - "username": "TalinTheDev", - "email": "talinsharma.dev@gmail.com" - }, - "record": { - "CNAME": "talinthedev.github.io" - } + "owner": { + "username": "TalinTheDev", + "email": "talinsharma.dev@gmail.com" + }, + "record": { + "CNAME": "talinthedev.github.io" } - \ No newline at end of file +} diff --git a/domains/noob.json b/domains/noob.json index d8d23a1f2..9b317de89 100644 --- a/domains/noob.json +++ b/domains/noob.json @@ -1,8 +1,8 @@ { "owner": { - "username": "KeIrNeGn", - "email": "terminatorx5e@gmail.com", - "discord": "499592235772280842" + "username": "KeIrNeGn", + "email": "terminatorx5e@gmail.com", + "discord": "499592235772280842" }, "record": { diff --git a/domains/nooz.json b/domains/nooz.json index 9caa10ce7..68b2023c2 100644 --- a/domains/nooz.json +++ b/domains/nooz.json @@ -7,12 +7,7 @@ "discord": "Nooz#0816" }, "record": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ], + "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" } diff --git a/domains/notgoogle.json b/domains/notgoogle.json index cf03fa5d9..396dc59f4 100644 --- a/domains/notgoogle.json +++ b/domains/notgoogle.json @@ -1,10 +1,10 @@ { - "owner": { - "username": "uugghhwhy", - "email": "", - "discord": "[]#4604" - }, - "record": { - "CNAME": "873cf0d8-4ae8-4a9c-9a48-b58ac4c67f3d.id.repl.co" - } + "owner": { + "username": "uugghhwhy", + "email": "", + "discord": "[]#4604" + }, + "record": { + "CNAME": "873cf0d8-4ae8-4a9c-9a48-b58ac4c67f3d.id.repl.co" + } } diff --git a/domains/notify-api.json b/domains/notify-api.json index fa3c8951a..ef2dd2748 100644 --- a/domains/notify-api.json +++ b/domains/notify-api.json @@ -4,7 +4,7 @@ "email": "phenax5@gmail.com" }, - "record": { - "CNAME": "dns.beadman-network.com" - } + "record": { + "CNAME": "dns.beadman-network.com" + } } diff --git a/domains/notjadeja.json b/domains/notjadeja.json index d32032699..691d90fc4 100644 --- a/domains/notjadeja.json +++ b/domains/notjadeja.json @@ -4,12 +4,7 @@ "email": "9236.stkabirdio@gmail.com" }, "record": { - "A": [ - "185.199.110.153", - "185.199.108.153", - "185.199.111.153", - "185.199.109.153" - ], + "A": ["185.199.110.153", "185.199.108.153", "185.199.111.153", "185.199.109.153"], "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } diff --git a/domains/nxyy.json b/domains/nxyy.json index 176a6ce37..8d5dea42c 100644 --- a/domains/nxyy.json +++ b/domains/nxyy.json @@ -4,6 +4,6 @@ "email": "nxyylol@protonmail.com" }, "record": { - "CNAME": "hosts.is-a.dev" + "CNAME": "hosts.is-a.dev" } } diff --git a/domains/ofv.json b/domains/ofv.json index 9dc9857e6..2794d8db2 100644 --- a/domains/ofv.json +++ b/domains/ofv.json @@ -1,11 +1,9 @@ { - "owner":{ - "username":"ruben-as", - "email":"ruben.aja.85@gmail.com" - }, - "record":{ - "A":[ - "212.227.32.105" - ] - } + "owner": { + "username": "ruben-as", + "email": "ruben.aja.85@gmail.com" + }, + "record": { + "A": ["212.227.32.105"] + } } diff --git a/domains/ohqte.json b/domains/ohqte.json index 5e36b62c6..def7881ea 100644 --- a/domains/ohqte.json +++ b/domains/ohqte.json @@ -5,10 +5,7 @@ }, "record": { "URL": "https://ohqte.vercel.app", - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } } diff --git a/domains/omera.json b/domains/omera.json index 9dc9857e6..2794d8db2 100644 --- a/domains/omera.json +++ b/domains/omera.json @@ -1,11 +1,9 @@ { - "owner":{ - "username":"ruben-as", - "email":"ruben.aja.85@gmail.com" - }, - "record":{ - "A":[ - "212.227.32.105" - ] - } + "owner": { + "username": "ruben-as", + "email": "ruben.aja.85@gmail.com" + }, + "record": { + "A": ["212.227.32.105"] + } } diff --git a/domains/orestsaban.json b/domains/orestsaban.json index 5e424a540..14609db3e 100644 --- a/domains/orestsaban.json +++ b/domains/orestsaban.json @@ -5,12 +5,7 @@ "email": "OrestSaban@OrestSaban.is-a.dev" }, "record": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ], + "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], "MX": ["mx1.improvmx.com", "mx2.improvmx.com"] } } diff --git a/domains/otter.json b/domains/otter.json index e10a93302..828c268f7 100644 --- a/domains/otter.json +++ b/domains/otter.json @@ -8,4 +8,4 @@ "record": { "CNAME": "ottercodes101.github.io" } -} +} diff --git a/domains/p3nguin.json b/domains/p3nguin.json index 743333e13..565b0bf41 100644 --- a/domains/p3nguin.json +++ b/domains/p3nguin.json @@ -1,10 +1,9 @@ { - "owner": { - "username": "p3nguin-kun", - "email": "p3nguinkun@proton.me" - }, - "record": { - "CNAME": "p3nguin-kun.github.io" - } + "owner": { + "username": "p3nguin-kun", + "email": "p3nguinkun@proton.me" + }, + "record": { + "CNAME": "p3nguin-kun.github.io" } - +} diff --git a/domains/paiva.json b/domains/paiva.json index 607ce9409..d865fda03 100644 --- a/domains/paiva.json +++ b/domains/paiva.json @@ -1,8 +1,8 @@ { "owner": { - "username": "dpaiv0", - "email": "david.paiva+github@my.istec.pt", - "discord": "764778654626349086" + "username": "dpaiv0", + "email": "david.paiva+github@my.istec.pt", + "discord": "764778654626349086" }, "record": { diff --git a/domains/panchal-meet.json b/domains/panchal-meet.json index c9d5c9c40..6b5029311 100644 --- a/domains/panchal-meet.json +++ b/domains/panchal-meet.json @@ -1,11 +1,11 @@ { - "description": "This is a panchal meet", - "repo": "https://github.com/panchal-meet/panchal-meet.github.io", - "owner": { - "username": "panchal-meet", - "email": "" - }, - "record": { - "CNAME": "panchal-meet.github.io" - } + "description": "This is a panchal meet", + "repo": "https://github.com/panchal-meet/panchal-meet.github.io", + "owner": { + "username": "panchal-meet", + "email": "" + }, + "record": { + "CNAME": "panchal-meet.github.io" + } } diff --git a/domains/patel-komal.json b/domains/patel-komal.json index 5e6625cb2..0b186a899 100644 --- a/domains/patel-komal.json +++ b/domains/patel-komal.json @@ -1,11 +1,11 @@ { - "description": "This is komal patel", - "repo": "https://github.com/patel-komal/patel-komal.github.io", - "owner": { - "username": "patel-komal", - "email": "" - }, - "record": { - "CNAME": "patel-komal.github.io" - } + "description": "This is komal patel", + "repo": "https://github.com/patel-komal/patel-komal.github.io", + "owner": { + "username": "patel-komal", + "email": "" + }, + "record": { + "CNAME": "patel-komal.github.io" + } } diff --git a/domains/patel-monal.json b/domains/patel-monal.json index 1a9a80ccb..11e9e3c21 100644 --- a/domains/patel-monal.json +++ b/domains/patel-monal.json @@ -1,11 +1,11 @@ { - "description": "This is personal website", - "repo": "https://github.com/patel-monal/patel-monal.github.io", - "owner": { - "username": "patel-monal", - "email": "" - }, - "record": { - "CNAME": "patel-monal.github.io" - } + "description": "This is personal website", + "repo": "https://github.com/patel-monal/patel-monal.github.io", + "owner": { + "username": "patel-monal", + "email": "" + }, + "record": { + "CNAME": "patel-monal.github.io" + } } diff --git a/domains/patel-parthiv.json b/domains/patel-parthiv.json index ee84827b8..a2865d43e 100644 --- a/domains/patel-parthiv.json +++ b/domains/patel-parthiv.json @@ -6,6 +6,6 @@ "email": "" }, "record": { - "CNAME": "patel-parthiv.github.io" + "CNAME": "patel-parthiv.github.io" } } diff --git a/domains/patrickzhou.json b/domains/patrickzhou.json index 39ef1e18c..a97febea4 100644 --- a/domains/patrickzhou.json +++ b/domains/patrickzhou.json @@ -1,10 +1,10 @@ { - "owner": { - "username": "patrickzhou1234", - "email": "", - "discord": "moist__nugget" - }, - "record": { - "CNAME": "patrickzhou1234.github.io" - } + "owner": { + "username": "patrickzhou1234", + "email": "", + "discord": "moist__nugget" + }, + "record": { + "CNAME": "patrickzhou1234.github.io" + } } diff --git a/domains/penguin.json b/domains/penguin.json index 70d9fccdb..915899352 100644 --- a/domains/penguin.json +++ b/domains/penguin.json @@ -4,12 +4,7 @@ "email": "br14n.universe@gmail.com" }, "record": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ], + "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], "MX": ["mx.zoho.com.au", "mx2.zoho.com.au", "mx3.zoho.com.au"], "TXT": "v=spf1 include:zoho.com.au ~all" } diff --git a/domains/pixelgeek.json b/domains/pixelgeek.json index 2fbfcedec..dafa90bd6 100644 --- a/domains/pixelgeek.json +++ b/domains/pixelgeek.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "pixelgeek", - "email": "pxe.geek+github@gmail.com" - }, - "record": { - "CNAME": "pixelgeek.github.io" - } + "owner": { + "username": "pixelgeek", + "email": "pxe.geek+github@gmail.com" + }, + "record": { + "CNAME": "pixelgeek.github.io" + } } diff --git a/domains/pratikmali.json b/domains/pratikmali.json index 5f9ad85d3..0db647f19 100644 --- a/domains/pratikmali.json +++ b/domains/pratikmali.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "impratik7", - "email": "malipratik09@gmail.com" - }, - "record": { - "CNAME": "impratik7.github.io" - } + "owner": { + "username": "impratik7", + "email": "malipratik09@gmail.com" + }, + "record": { + "CNAME": "impratik7.github.io" + } } diff --git a/domains/pratikp-patel.json b/domains/pratikp-patel.json index 3f6311ed9..97cd353dd 100644 --- a/domains/pratikp-patel.json +++ b/domains/pratikp-patel.json @@ -1,11 +1,11 @@ { - "description": "This is a website", - "repo": "https://github.com/pratikp-patel/pratikp-patel.github.io", - "owner": { - "username": "pratikp-patel", - "email": "" - }, - "record": { - "CNAME": "pratikp-patel.github.io" - } + "description": "This is a website", + "repo": "https://github.com/pratikp-patel/pratikp-patel.github.io", + "owner": { + "username": "pratikp-patel", + "email": "" + }, + "record": { + "CNAME": "pratikp-patel.github.io" + } } diff --git a/domains/qnm1.json b/domains/qnm1.json index 6a953aea0..799056a0b 100644 --- a/domains/qnm1.json +++ b/domains/qnm1.json @@ -1,10 +1,9 @@ { - "owner": { - "username": "questonomemio1", - "email": "lorenzomusto.dbz@gmail.com" - }, - "record": { - "URL": "https://dev-questonomemio1.pantheonsite.io/" - } + "owner": { + "username": "questonomemio1", + "email": "lorenzomusto.dbz@gmail.com" + }, + "record": { + "URL": "https://dev-questonomemio1.pantheonsite.io/" } - \ No newline at end of file +} diff --git a/domains/rahul-rabari.json b/domains/rahul-rabari.json index 5a171c90d..07c8f6430 100644 --- a/domains/rahul-rabari.json +++ b/domains/rahul-rabari.json @@ -1,11 +1,11 @@ { - "description": "This is personal website", - "repo": "https://github.com/rahul-rabari/rahul-rabari.github.io", - "owner": { - "username": "rahul-rabari", - "email": "" - }, - "record": { - "CNAME": "rahul-rabari.github.io" - } + "description": "This is personal website", + "repo": "https://github.com/rahul-rabari/rahul-rabari.github.io", + "owner": { + "username": "rahul-rabari", + "email": "" + }, + "record": { + "CNAME": "rahul-rabari.github.io" + } } diff --git a/domains/raofin.json b/domains/raofin.json index 3073e98c7..50455cdcc 100644 --- a/domains/raofin.json +++ b/domains/raofin.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "raofin", - "email": "contact@raofin.net" - }, - "record": { - "CNAME": "rao-dev.pages.dev" - } + "owner": { + "username": "raofin", + "email": "contact@raofin.net" + }, + "record": { + "CNAME": "rao-dev.pages.dev" + } } diff --git a/domains/raven.json b/domains/raven.json index fe24aaa2f..7c38585da 100644 --- a/domains/raven.json +++ b/domains/raven.json @@ -1,10 +1,10 @@ { - "owner": { - "username": "bubby932", - "email": "raven@az-raven.com" - }, - "description": "Redirection domain for https://az-raven.com.", - "record": { - "URL": "https://az-raven.com" - } + "owner": { + "username": "bubby932", + "email": "raven@az-raven.com" + }, + "description": "Redirection domain for https://az-raven.com.", + "record": { + "URL": "https://az-raven.com" + } } diff --git a/domains/rdc.json b/domains/rdc.json index 9dc9857e6..2794d8db2 100644 --- a/domains/rdc.json +++ b/domains/rdc.json @@ -1,11 +1,9 @@ { - "owner":{ - "username":"ruben-as", - "email":"ruben.aja.85@gmail.com" - }, - "record":{ - "A":[ - "212.227.32.105" - ] - } + "owner": { + "username": "ruben-as", + "email": "ruben.aja.85@gmail.com" + }, + "record": { + "A": ["212.227.32.105"] + } } diff --git a/domains/reading.json b/domains/reading.json index 17bb56ee2..64c0fde4d 100644 --- a/domains/reading.json +++ b/domains/reading.json @@ -9,4 +9,4 @@ "record": { "CNAME": "ReadandProgress.github.io" } -} +} diff --git a/domains/refactoring.json b/domains/refactoring.json index d54a32d33..bbf235f6f 100644 --- a/domains/refactoring.json +++ b/domains/refactoring.json @@ -4,6 +4,6 @@ "email": "renflenpersonal@gmail.com" }, "record": { - "CNAME": "hosts.is-a.dev" + "CNAME": "hosts.is-a.dev" } } diff --git a/domains/ren.json b/domains/ren.json index 196e25e11..966df3d9c 100644 --- a/domains/ren.json +++ b/domains/ren.json @@ -1,11 +1,11 @@ { - "description": "is-a.dev subdomain for my portfolio", - "repo": "https://github.com/rendotpy/portfolio", - "owner": { - "username": "rendotpy", - "email": "arugh3@gmail.com" - }, - "record": { - "CNAME": "rendotpy.github.io" - } + "description": "is-a.dev subdomain for my portfolio", + "repo": "https://github.com/rendotpy/portfolio", + "owner": { + "username": "rendotpy", + "email": "arugh3@gmail.com" + }, + "record": { + "CNAME": "rendotpy.github.io" + } } diff --git a/domains/replit.json b/domains/replit.json index 373ada593..e4b56d679 100644 --- a/domains/replit.json +++ b/domains/replit.json @@ -7,4 +7,4 @@ "record": { "CNAME": "ff4ced07-325d-4fbd-8fcc-d3ae663f2a60.id.repl.co" } -} +} diff --git a/domains/riannegreiros.json b/domains/riannegreiros.json index f2ddda3e5..04b9c38f9 100644 --- a/domains/riannegreiros.json +++ b/domains/riannegreiros.json @@ -4,6 +4,6 @@ "email": "riannegreiros@gmail.com" }, "record": { - "CNAME": "blog-client-66ki.onrender.com" + "CNAME": "blog-client-66ki.onrender.com" } } diff --git a/domains/riko.json b/domains/riko.json index a450bd3c5..9029c0da9 100644 --- a/domains/riko.json +++ b/domains/riko.json @@ -1,10 +1,9 @@ { - "owner": { - "username": "GoldenFire2317", - "email": "buttersword2017@gmail.com" - }, - "record": { - "CNAME": "riko.mkoca.org" - } + "owner": { + "username": "GoldenFire2317", + "email": "buttersword2017@gmail.com" + }, + "record": { + "CNAME": "riko.mkoca.org" } - \ No newline at end of file +} diff --git a/domains/rikosnapse.json b/domains/rikosnapse.json index a450bd3c5..9029c0da9 100644 --- a/domains/rikosnapse.json +++ b/domains/rikosnapse.json @@ -1,10 +1,9 @@ { - "owner": { - "username": "GoldenFire2317", - "email": "buttersword2017@gmail.com" - }, - "record": { - "CNAME": "riko.mkoca.org" - } + "owner": { + "username": "GoldenFire2317", + "email": "buttersword2017@gmail.com" + }, + "record": { + "CNAME": "riko.mkoca.org" } - \ No newline at end of file +} diff --git a/domains/rnv.json b/domains/rnv.json index d5b7a01ff..062bd1e9e 100644 --- a/domains/rnv.json +++ b/domains/rnv.json @@ -4,6 +4,6 @@ "email": "arnavp651@gmail.com" }, "record": { - "CNAME": "zerodeaths379-github-io.pages.dev" + "CNAME": "zerodeaths379-github-io.pages.dev" } } diff --git a/domains/rohansharma.json b/domains/rohansharma.json index 4a1b80b97..a9a47bcc7 100644 --- a/domains/rohansharma.json +++ b/domains/rohansharma.json @@ -4,6 +4,6 @@ "email": "rohansharma.developer@gmail.com" }, "record": { - "URL": "https://rohansharma.me" + "URL": "https://rohansharma.me" } } diff --git a/domains/rpj.json b/domains/rpj.json index 1d090920f..35c20f966 100644 --- a/domains/rpj.json +++ b/domains/rpj.json @@ -9,4 +9,4 @@ "record": { "CNAME": "rpj09.github.io" } -} +} diff --git a/domains/rrrokhtar.json b/domains/rrrokhtar.json index fb469485f..8fd8b3235 100644 --- a/domains/rrrokhtar.json +++ b/domains/rrrokhtar.json @@ -9,4 +9,4 @@ "record": { "CNAME": "rrrokhtar.github.io" } -} +} diff --git a/domains/rudra.json b/domains/rudra.json index a39151cb4..e74556b0d 100644 --- a/domains/rudra.json +++ b/domains/rudra.json @@ -1,14 +1,12 @@ { - "owner": { - "username": "FireHead90544", - "email": "rudranshjoshi1806@gmail.com", - "discord": "#2022" - }, - "description": "Domain for my personal portfolio written w/ Django & TailwindCSS", - "repo": "https://github.com/FireHead90544/rudra-django/", - "record": { - "A": [ - "20.219.132.8" - ] - } + "owner": { + "username": "FireHead90544", + "email": "rudranshjoshi1806@gmail.com", + "discord": "#2022" + }, + "description": "Domain for my personal portfolio written w/ Django & TailwindCSS", + "repo": "https://github.com/FireHead90544/rudra-django/", + "record": { + "A": ["20.219.132.8"] + } } diff --git a/domains/ruu3f.json b/domains/ruu3f.json index b502cb4cc..0ced44472 100644 --- a/domains/ruu3f.json +++ b/domains/ruu3f.json @@ -1,10 +1,10 @@ { - "owner": { - "username": "Ruu3f", - "email": "", - "discord": "Ruu3f#7942" - }, - "record": { - "CNAME": "ruu3f.github.io" - } + "owner": { + "username": "Ruu3f", + "email": "", + "discord": "Ruu3f#7942" + }, + "record": { + "CNAME": "ruu3f.github.io" + } } diff --git a/domains/ryan.ginut.json b/domains/ryan.ginut.json index cbf4b6c8a..f394ad535 100644 --- a/domains/ryan.ginut.json +++ b/domains/ryan.ginut.json @@ -5,6 +5,6 @@ }, "record": { - "MX": ["mx1.improvmx.com","mx2.improvmx.com"] + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"] } } diff --git a/domains/ryun.json b/domains/ryun.json index 658825095..1bfae5a46 100644 --- a/domains/ryun.json +++ b/domains/ryun.json @@ -1,10 +1,9 @@ { - "owner": { - "username": "ryun", - "email": "humtech@gmail.com" - }, - "record": { - "CNAME": "humboldtweb.com" - } + "owner": { + "username": "ryun", + "email": "humtech@gmail.com" + }, + "record": { + "CNAME": "humboldtweb.com" } - \ No newline at end of file +} diff --git a/domains/s4ib0t.json b/domains/s4ib0t.json index 1c022a7a2..c0dddb4f2 100644 --- a/domains/s4ib0t.json +++ b/domains/s4ib0t.json @@ -1,8 +1,8 @@ { "owner": { - "username": "Hillzacky", - "email": "Hilm4nsyah@gmail.com", - "discord": "830349326785314846" + "username": "Hillzacky", + "email": "Hilm4nsyah@gmail.com", + "discord": "830349326785314846" }, "record": { diff --git a/domains/saifrahman.json b/domains/saifrahman.json index 428c1a6f5..a2d73093a 100644 --- a/domains/saifrahman.json +++ b/domains/saifrahman.json @@ -9,4 +9,4 @@ "record": { "CNAME": "saifrahmn.github.io" } -} +} diff --git a/domains/sanidhya.json b/domains/sanidhya.json index 1f729f4df..212ea4550 100644 --- a/domains/sanidhya.json +++ b/domains/sanidhya.json @@ -1,13 +1,13 @@ { - "description": "This is my personal Website of portfolio", - "repo": "https://github.com/CoderSoNet/codersonetwebsite.github.io", - "owner": { - "username": "CoderSoNet", - "email": "sonetspprt@gmail.com", - "twitter": "ShanuUniyal_On", - "discord": "781127625263415326" - }, - "record": { - "CNAME": "3303bc99-e9eb-489a-96c3-138398c9dae5.id.repl.co" - } + "description": "This is my personal Website of portfolio", + "repo": "https://github.com/CoderSoNet/codersonetwebsite.github.io", + "owner": { + "username": "CoderSoNet", + "email": "sonetspprt@gmail.com", + "twitter": "ShanuUniyal_On", + "discord": "781127625263415326" + }, + "record": { + "CNAME": "3303bc99-e9eb-489a-96c3-138398c9dae5.id.repl.co" + } } diff --git a/domains/sarang.json b/domains/sarang.json index 4828492e2..f13285897 100644 --- a/domains/sarang.json +++ b/domains/sarang.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "i-supermario", - "email": "sarang1699@gmail.com" - }, - "record": { - "URL": "https://main--sarang-portfolio-site.netlify.app" - } + "owner": { + "username": "i-supermario", + "email": "sarang1699@gmail.com" + }, + "record": { + "URL": "https://main--sarang-portfolio-site.netlify.app" + } } diff --git a/domains/scott.json b/domains/scott.json index 2b5b6717b..426cc7e7f 100644 --- a/domains/scott.json +++ b/domains/scott.json @@ -1,10 +1,9 @@ { - "owner": { - "username": "scott1991", - "email": "cakepbm@gmail.com" - }, - "record": { - "A": ["128.22.136.213"] - } + "owner": { + "username": "scott1991", + "email": "cakepbm@gmail.com" + }, + "record": { + "A": ["128.22.136.213"] } - \ No newline at end of file +} diff --git a/domains/sebastian.json b/domains/sebastian.json index 3bf831ee6..82bb17628 100644 --- a/domains/sebastian.json +++ b/domains/sebastian.json @@ -4,12 +4,7 @@ "email": "wwpoqpua@anonaddy.me" }, "record": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ], + "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" } diff --git a/domains/semant.json b/domains/semant.json index 366e13b09..8ad7632e7 100644 --- a/domains/semant.json +++ b/domains/semant.json @@ -6,12 +6,7 @@ "email": "contact@semant.is-a.dev" }, "record": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ], + "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" } diff --git a/domains/seria.json b/domains/seria.json index 01abb4362..c8debfa29 100644 --- a/domains/seria.json +++ b/domains/seria.json @@ -9,4 +9,4 @@ "record": { "CNAME": "seriaati.github.io" } -} +} diff --git a/domains/serstars.json b/domains/serstars.json index 6d284c553..15eb6cb34 100644 --- a/domains/serstars.json +++ b/domains/serstars.json @@ -8,4 +8,4 @@ "record": { "CNAME": "serstars.github.io" } -} +} diff --git a/domains/shake.json b/domains/shake.json index d0b2414d2..0859fa268 100644 --- a/domains/shake.json +++ b/domains/shake.json @@ -4,6 +4,6 @@ "email": "taio6@duck.com" }, "record": { - "URL": "https://shake-1.gitbook.io/shake-documentation/" + "URL": "https://shake-1.gitbook.io/shake-documentation/" } } diff --git a/domains/sharafat.json b/domains/sharafat.json index f1ca4e131..3a7756cb8 100644 --- a/domains/sharafat.json +++ b/domains/sharafat.json @@ -9,4 +9,3 @@ "CNAME": "sharafat.pages.dev" } } - diff --git a/domains/shashankag.json b/domains/shashankag.json index 82aaf9a4f..960bf16b1 100644 --- a/domains/shashankag.json +++ b/domains/shashankag.json @@ -8,4 +8,4 @@ "record": { "CNAME": "ershashankgit.github.io" } -} +} diff --git a/domains/shept.json b/domains/shept.json index 18a9f8457..bc5c9338c 100644 --- a/domains/shept.json +++ b/domains/shept.json @@ -4,6 +4,6 @@ "email": "maxiheinrich007@yahoo.com" }, "record": { - "CNAME": "mcshept.github.io" + "CNAME": "mcshept.github.io" } } diff --git a/domains/shift.json b/domains/shift.json index 5a8a1a501..9f915744b 100644 --- a/domains/shift.json +++ b/domains/shift.json @@ -1,10 +1,9 @@ { - "owner": { - "username": "mkshift", - "email": "mkshift@tuta.io" - }, - "record": { - "CNAME": "mkshift.github.io" - } + "owner": { + "username": "mkshift", + "email": "mkshift@tuta.io" + }, + "record": { + "CNAME": "mkshift.github.io" } - \ No newline at end of file +} diff --git a/domains/shin.json b/domains/shin.json index 030f21f70..c544a6f56 100644 --- a/domains/shin.json +++ b/domains/shin.json @@ -7,12 +7,7 @@ "twitter": "tachib_shin" }, "record": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ], + "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], "TXT": "forward-email=tachibshin@duck.com" } diff --git a/domains/silicoflare.json b/domains/silicoflare.json index 95a23368e..06da26f04 100644 --- a/domains/silicoflare.json +++ b/domains/silicoflare.json @@ -1,8 +1,8 @@ { "owner": { - "username": "SilicoFlare", - "email": "silicoflare@gmail.com", - "discord": "832485162847305728" + "username": "SilicoFlare", + "email": "silicoflare@gmail.com", + "discord": "832485162847305728" }, "record": { diff --git a/domains/simple.json b/domains/simple.json index 382f851e0..83310c7ba 100644 --- a/domains/simple.json +++ b/domains/simple.json @@ -1,8 +1,8 @@ { "owner": { - "username": "reecebenson", - "email": "me@reecebenson.me", - "discord": "166705872473423872" + "username": "reecebenson", + "email": "me@reecebenson.me", + "discord": "166705872473423872" }, "record": { diff --git a/domains/simplebank.json b/domains/simplebank.json index 4b86f6feb..023e8fe85 100644 --- a/domains/simplebank.json +++ b/domains/simplebank.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "jotabf", - "email": "jotabe.150@gmail.com" - }, - "record": { - "CNAME": "a53880df71ece4c268070f082ce00d37-1008813240.sa-east-1.elb.amazonaws.com" - } + "owner": { + "username": "jotabf", + "email": "jotabe.150@gmail.com" + }, + "record": { + "CNAME": "a53880df71ece4c268070f082ce00d37-1008813240.sa-east-1.elb.amazonaws.com" + } } diff --git a/domains/snowyid.json b/domains/snowyid.json index 7c6597d7a..e2f7460ff 100644 --- a/domains/snowyid.json +++ b/domains/snowyid.json @@ -8,4 +8,4 @@ "record": { "URL": "https://homepage-revisiakhir.vercel.app" } -} +} diff --git a/domains/soap.json b/domains/soap.json index 32481084a..f84c811d5 100644 --- a/domains/soap.json +++ b/domains/soap.json @@ -8,4 +8,4 @@ "record": { "CNAME": "hmonsterg.github.io" } -} +} diff --git a/domains/soeren.json b/domains/soeren.json index ffd34cb2a..099e1cece 100644 --- a/domains/soeren.json +++ b/domains/soeren.json @@ -1,10 +1,9 @@ { - "owner": { - "username": "HSoeren", - "email": "soeren.helms1@gmail.com" - }, - "record": { - "CNAME": "soeren-helms.de" - } + "owner": { + "username": "HSoeren", + "email": "soeren.helms1@gmail.com" + }, + "record": { + "CNAME": "soeren-helms.de" } - \ No newline at end of file +} diff --git a/domains/sourov-khan-nahid.json b/domains/sourov-khan-nahid.json index 2acefc029..98bfbfa98 100644 --- a/domains/sourov-khan-nahid.json +++ b/domains/sourov-khan-nahid.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "SOUROVKHANNAHID", - "email": "SourovKhanNahid@gmail.com" - }, - "record": { - "CNAME": "SOUROVKHANNAHID.github.io" - } + "owner": { + "username": "SOUROVKHANNAHID", + "email": "SourovKhanNahid@gmail.com" + }, + "record": { + "CNAME": "SOUROVKHANNAHID.github.io" + } } diff --git a/domains/spaxly.json b/domains/spaxly.json index e5f8c84c2..fae8b72cb 100644 --- a/domains/spaxly.json +++ b/domains/spaxly.json @@ -1,17 +1,12 @@ { "owner": { - "username": "Spaxly", - "email": "ohmrc2545@gmail.com", - "discord": "569920282546929694" + "username": "Spaxly", + "email": "ohmrc2545@gmail.com", + "discord": "569920282546929694" }, "record": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ], + "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], diff --git a/domains/spicywars.json b/domains/spicywars.json index 46066e12f..9df1b2c73 100644 --- a/domains/spicywars.json +++ b/domains/spicywars.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "NoodlesWow", - "email": "noodlesnomm@gmail.com" - }, - "record": { - "CNAME": "spicywarsuwu.onrender.com" - } + "owner": { + "username": "NoodlesWow", + "email": "noodlesnomm@gmail.com" + }, + "record": { + "CNAME": "spicywarsuwu.onrender.com" + } } diff --git a/domains/spyrisk.json b/domains/spyrisk.json index 85add6404..22c506f57 100644 --- a/domains/spyrisk.json +++ b/domains/spyrisk.json @@ -1,10 +1,9 @@ { - "owner": { - "username": "SpauriRosso", - "email": "spy456@zoho.com" - }, - "record": { - "URL": "https://spyrisk.fr" - } + "owner": { + "username": "SpauriRosso", + "email": "spy456@zoho.com" + }, + "record": { + "URL": "https://spyrisk.fr" } - \ No newline at end of file +} diff --git a/domains/sreevikram.json b/domains/sreevikram.json index 873a18eeb..b56747c05 100644 --- a/domains/sreevikram.json +++ b/domains/sreevikram.json @@ -1,10 +1,10 @@ { "owner": { - "username": "SreevikramR", - "email": "sreevikram.r@gmail.com", - "discord": "therealviki" + "username": "SreevikramR", + "email": "sreevikram.r@gmail.com", + "discord": "therealviki" }, "record": { "CNAME": "nextjs-production-a65b.up.railway.app" } -} \ No newline at end of file +} diff --git a/domains/sreevikramr.json b/domains/sreevikramr.json index 873a18eeb..b56747c05 100644 --- a/domains/sreevikramr.json +++ b/domains/sreevikramr.json @@ -1,10 +1,10 @@ { "owner": { - "username": "SreevikramR", - "email": "sreevikram.r@gmail.com", - "discord": "therealviki" + "username": "SreevikramR", + "email": "sreevikram.r@gmail.com", + "discord": "therealviki" }, "record": { "CNAME": "nextjs-production-a65b.up.railway.app" } -} \ No newline at end of file +} diff --git a/domains/stev.json b/domains/stev.json index e6366fdec..d9f92082d 100644 --- a/domains/stev.json +++ b/domains/stev.json @@ -1,8 +1,8 @@ { "owner": { - "username": "yoomiraa", - "email": "i@miraaaa.my.id", - "discord": "834618584331190343" + "username": "yoomiraa", + "email": "i@miraaaa.my.id", + "discord": "834618584331190343" }, "record": { diff --git a/domains/strafe.json b/domains/strafe.json index d6d086e2c..76aac5718 100644 --- a/domains/strafe.json +++ b/domains/strafe.json @@ -1,8 +1,8 @@ { "owner": { - "username": "StrafeCode", - "email": "strafecode@gmail.com", - "discord": "931243168630972516" + "username": "StrafeCode", + "email": "strafecode@gmail.com", + "discord": "931243168630972516" }, "record": { diff --git a/domains/sua.json b/domains/sua.json index 5f5084bdd..c69187c08 100644 --- a/domains/sua.json +++ b/domains/sua.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "SamiaIslamSua", - "email": "SamiaIslamSua@gmail.com" - }, - "record": { - "CNAME": "SamiaIslamSua.github.io" - } + "owner": { + "username": "SamiaIslamSua", + "email": "SamiaIslamSua@gmail.com" + }, + "record": { + "CNAME": "SamiaIslamSua.github.io" + } } diff --git a/domains/suki.json b/domains/suki.json index 364a2fe6a..e6ea0c987 100644 --- a/domains/suki.json +++ b/domains/suki.json @@ -1,13 +1,13 @@ { - "description": "A cool website", - "repo": "https://github.com/SukiPlayz/hello-world", - "owner": { - "username": "SukiPlayz", - "email": "sukimayoo@outlook.com" - }, - "record": { - "A": ["212.193.3.66"], - "TXT": "v=spf1 a mx ip4:212.193.3.66 include:spf.improvmx.com ~all", - "MX": ["mx1.improvmx.com.", "mx2.improvmx.com."] - } + "description": "A cool website", + "repo": "https://github.com/SukiPlayz/hello-world", + "owner": { + "username": "SukiPlayz", + "email": "sukimayoo@outlook.com" + }, + "record": { + "A": ["212.193.3.66"], + "TXT": "v=spf1 a mx ip4:212.193.3.66 include:spf.improvmx.com ~all", + "MX": ["mx1.improvmx.com.", "mx2.improvmx.com."] + } } diff --git a/domains/sunpodder.json b/domains/sunpodder.json index e8229d518..0d14a548e 100644 --- a/domains/sunpodder.json +++ b/domains/sunpodder.json @@ -2,7 +2,7 @@ "owner": { "username": "SunPodder", "email": "", - "discord": "sunpodder" + "discord": "sunpodder" }, "record": { "CNAME": "sunpodder.github.io" diff --git a/domains/sylestic.json b/domains/sylestic.json index 191f96064..15a09742c 100644 --- a/domains/sylestic.json +++ b/domains/sylestic.json @@ -1,10 +1,10 @@ { - "owner": { - "username": "Sylestic", - "email": "", - "discord": "Sylestic#4231" - }, - "record": { - "CNAME": "sylestic.github.io" - } + "owner": { + "username": "Sylestic", + "email": "", + "discord": "Sylestic#4231" + }, + "record": { + "CNAME": "sylestic.github.io" + } } diff --git a/domains/takase.json b/domains/takase.json index 3d80740a9..cd1d1399e 100644 --- a/domains/takase.json +++ b/domains/takase.json @@ -1,11 +1,11 @@ { - "description": "Takase's personal website", - "repo": "https://github.com/takase1121/takase1121.github.io", - "owner": { - "username": "takase1121", - "email": "takase1121@proton.me" - }, - "record": { - "CNAME": "takase1121.github.io" - } + "description": "Takase's personal website", + "repo": "https://github.com/takase1121/takase1121.github.io", + "owner": { + "username": "takase1121", + "email": "takase1121@proton.me" + }, + "record": { + "CNAME": "takase1121.github.io" + } } diff --git a/domains/talinsharma.json b/domains/talinsharma.json index adabcaccb..72577e571 100644 --- a/domains/talinsharma.json +++ b/domains/talinsharma.json @@ -1,10 +1,9 @@ { - "owner": { - "username": "TalinTheDev", - "email": "talinsharma.dev@gmail.com" - }, - "record": { - "CNAME": "talinthedev.github.io" - } + "owner": { + "username": "TalinTheDev", + "email": "talinsharma.dev@gmail.com" + }, + "record": { + "CNAME": "talinthedev.github.io" } - \ No newline at end of file +} diff --git a/domains/tanos.json b/domains/tanos.json index 20fcb2ad9..d131cce0c 100644 --- a/domains/tanos.json +++ b/domains/tanos.json @@ -1,11 +1,11 @@ { - "description": "portfolio website", - "repo": "https://TacoGit.github.io", - "owner": { - "username": "TacoGit", - "email": "opmijloly@gmail.com" - }, - "record": { - "CNAME": "TacoGit.github.io" - } + "description": "portfolio website", + "repo": "https://TacoGit.github.io", + "owner": { + "username": "TacoGit", + "email": "opmijloly@gmail.com" + }, + "record": { + "CNAME": "TacoGit.github.io" + } } diff --git a/domains/tanyalai.json b/domains/tanyalai.json index 0dcc79645..556aa308f 100644 --- a/domains/tanyalai.json +++ b/domains/tanyalai.json @@ -9,4 +9,4 @@ "record": { "CNAME": "tanyalai.github.io" } -} +} diff --git a/domains/tcxone.json b/domains/tcxone.json index bf77e1fc7..c0efe0e54 100644 --- a/domains/tcxone.json +++ b/domains/tcxone.json @@ -9,4 +9,4 @@ "record": { "CNAME": "tcxone.github.io" } -} +} diff --git a/domains/tdkchat.json b/domains/tdkchat.json index fef556d41..c8badb6a1 100644 --- a/domains/tdkchat.json +++ b/domains/tdkchat.json @@ -1,10 +1,9 @@ { - "owner": { - "username": "MattTheTekie", - "email": "Mattmason2211@gmail.com" - }, - "record": { - "CNAME": "test72.eu.org" - } + "owner": { + "username": "MattTheTekie", + "email": "Mattmason2211@gmail.com" + }, + "record": { + "CNAME": "test72.eu.org" } - \ No newline at end of file +} diff --git a/domains/tech-geek-united.json b/domains/tech-geek-united.json index 3634622f5..1651b7f2e 100644 --- a/domains/tech-geek-united.json +++ b/domains/tech-geek-united.json @@ -1,15 +1,12 @@ { - "owner": { - "username": "TechGeekUnited", - "email": "TGUyt.dev@gmail.com", - "discord": "TechGeekUnited#4329" - }, - "record": { - "URL": "https://techgeekunited.github.io", - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], - "TXT": "v=spf1 include:spf.improvmx.com ~all" - } + "owner": { + "username": "TechGeekUnited", + "email": "TGUyt.dev@gmail.com", + "discord": "TechGeekUnited#4329" + }, + "record": { + "URL": "https://techgeekunited.github.io", + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } } diff --git a/domains/teletvbis.json b/domains/teletvbis.json index d20df25eb..c78d6cd98 100644 --- a/domains/teletvbis.json +++ b/domains/teletvbis.json @@ -1,8 +1,8 @@ { "owner": { - "username": "Necesku", - "email": "105011954+Necesku@users.noreply.github.com", - "discord": "702682685713416222" + "username": "Necesku", + "email": "105011954+Necesku@users.noreply.github.com", + "discord": "702682685713416222" }, "record": { diff --git a/domains/ten.json b/domains/ten.json index e8349394c..5b504c974 100644 --- a/domains/ten.json +++ b/domains/ten.json @@ -9,4 +9,4 @@ "record": { "CNAME": "tendrilll.github.io" } -} +} diff --git a/domains/teriko.json b/domains/teriko.json index 2de1f9a30..c3f6722ec 100644 --- a/domains/teriko.json +++ b/domains/teriko.json @@ -1,13 +1,11 @@ { - "owner": { - "username": "exelenuwu", - "email": "", - "twitter": "terikopog", - "discord": "teriko." - }, - "record": { - "A": [ - "45.8.22.34" - ] - } + "owner": { + "username": "exelenuwu", + "email": "", + "twitter": "terikopog", + "discord": "teriko." + }, + "record": { + "A": ["45.8.22.34"] + } } diff --git a/domains/thaihung.json b/domains/thaihung.json index f18842afb..332bdc0f0 100644 --- a/domains/thaihung.json +++ b/domains/thaihung.json @@ -6,12 +6,7 @@ }, "record": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ], + "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], diff --git a/domains/therealgeodash.json b/domains/therealgeodash.json index 652978f52..66f351656 100644 --- a/domains/therealgeodash.json +++ b/domains/therealgeodash.json @@ -1,11 +1,10 @@ { - "owner": { - "username": "TheRealGeoDash2019", - "email": "therealgeodash@lhost.dev", - "discord": "710268763844640839" - }, - "record": { - "CNAME": "lhost.dev" - } + "owner": { + "username": "TheRealGeoDash2019", + "email": "therealgeodash@lhost.dev", + "discord": "710268763844640839" + }, + "record": { + "CNAME": "lhost.dev" } - \ No newline at end of file +} diff --git a/domains/thesanju.json b/domains/thesanju.json index effbd3d1a..cceee6cec 100644 --- a/domains/thesanju.json +++ b/domains/thesanju.json @@ -9,4 +9,4 @@ "record": { "CNAME": "thesanju.github.io" } -} +} diff --git a/domains/thesct22.json b/domains/thesct22.json index d2c8a29f2..902888a4c 100644 --- a/domains/thesct22.json +++ b/domains/thesct22.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "thesct22", - "email": "sharathct22@gmail.com" - }, - "record": { - "CNAME": "thesct22.github.io" - } -} \ No newline at end of file + "owner": { + "username": "thesct22", + "email": "sharathct22@gmail.com" + }, + "record": { + "CNAME": "thesct22.github.io" + } +} diff --git a/domains/thetechnikfreak.json b/domains/thetechnikfreak.json index f6fff7181..df2f4e4b7 100644 --- a/domains/thetechnikfreak.json +++ b/domains/thetechnikfreak.json @@ -5,14 +5,7 @@ "discord": "TheTechnikFreak#3314" }, "record": { - "A": [ - "52.21.33.16", - "18.184.197.212" - ], - "MX": [ - "mx.zoho.eu", - "mx2.zoho.eu", - "mx3.zoho.eu" - ] + "A": ["52.21.33.16", "18.184.197.212"], + "MX": ["mx.zoho.eu", "mx2.zoho.eu", "mx3.zoho.eu"] } } diff --git a/domains/tiwknowsall.json b/domains/tiwknowsall.json index 8fc13bb97..2e2de4af0 100644 --- a/domains/tiwknowsall.json +++ b/domains/tiwknowsall.json @@ -1,10 +1,9 @@ { - "owner": { - "username": "tiwlinkskwazeh", - "email": "kwazehh@proton.me" - }, - "record": { - "URL": "https://tiw2.pages.dev/" - } + "owner": { + "username": "tiwlinkskwazeh", + "email": "kwazehh@proton.me" + }, + "record": { + "URL": "https://tiw2.pages.dev/" } - \ No newline at end of file +} diff --git a/domains/tolis.json b/domains/tolis.json index 7740ffeff..d88401ff1 100644 --- a/domains/tolis.json +++ b/domains/tolis.json @@ -4,7 +4,7 @@ "username": "tolisdev", "email": "apostolos@tolisuwu.xyz" }, - "record": { - "A": ["167.235.239.76"] - } + "record": { + "A": ["167.235.239.76"] + } } diff --git a/domains/tomgxz.json b/domains/tomgxz.json index 9c57b54a2..6f91c475c 100644 --- a/domains/tomgxz.json +++ b/domains/tomgxz.json @@ -4,6 +4,6 @@ "email": "tomgxz138@gmail.com" }, "record": { - "URL":"https://tomgxz.repl.co/" + "URL": "https://tomgxz.repl.co/" } } diff --git a/domains/tomteck.json b/domains/tomteck.json index 4b73f129f..18b33e256 100644 --- a/domains/tomteck.json +++ b/domains/tomteck.json @@ -1,11 +1,9 @@ - - { - "owner": { +{ + "owner": { "username": "shandralor", "email": "tom.teck@gmail.com" - }, - "record": { + }, + "record": { "CNAME": "shandralor.github.io" - } } - \ No newline at end of file +} diff --git a/domains/totoygamingyt.json b/domains/totoygamingyt.json index 9d60eff37..f0dd10dae 100644 --- a/domains/totoygamingyt.json +++ b/domains/totoygamingyt.json @@ -1,11 +1,11 @@ { - "owner": { - "username": "totoygamingyt", - "email": "hello@totoygamingyt.com", - "twitter": "TotoyGamingYT", - "discord": "totoygamingyt" - }, - "record": { - "CNAME": "totoygamingyt.pages.dev" - } + "owner": { + "username": "totoygamingyt", + "email": "hello@totoygamingyt.com", + "twitter": "TotoyGamingYT", + "discord": "totoygamingyt" + }, + "record": { + "CNAME": "totoygamingyt.pages.dev" + } } diff --git a/domains/tranthanhlong.json b/domains/tranthanhlong.json index 8d46e0781..555b4834a 100644 --- a/domains/tranthanhlong.json +++ b/domains/tranthanhlong.json @@ -8,4 +8,4 @@ "record": { "CNAME": "iamthanhlong.github.io" } -} +} diff --git a/domains/turvenuija.json b/domains/turvenuija.json index 2b1748ba2..797332159 100644 --- a/domains/turvenuija.json +++ b/domains/turvenuija.json @@ -1,10 +1,9 @@ { - "owner": { - "username": "turvenuija1", - "email": "turvenuija@skidd.xyz" - }, - "record": { - "CNAME": "turvenuija1.github.io" - } + "owner": { + "username": "turvenuija1", + "email": "turvenuija@skidd.xyz" + }, + "record": { + "CNAME": "turvenuija1.github.io" } - +} diff --git a/domains/uberkey.json b/domains/uberkey.json index 46892cefa..a98db0e7c 100644 --- a/domains/uberkey.json +++ b/domains/uberkey.json @@ -4,6 +4,6 @@ "email": "postmordial@gmail.com" }, "record": { - "CNAME": "uberkey.github.io" + "CNAME": "uberkey.github.io" } } diff --git a/domains/uiopler.json b/domains/uiopler.json index 534199887..ec6aa65be 100644 --- a/domains/uiopler.json +++ b/domains/uiopler.json @@ -9,4 +9,4 @@ "record": { "CNAME": "uiopler.github.io" } -} +} diff --git a/domains/ultimatemedia.json b/domains/ultimatemedia.json index 12cc3c992..dcb8c3df8 100644 --- a/domains/ultimatemedia.json +++ b/domains/ultimatemedia.json @@ -6,12 +6,7 @@ "email": "coreyw.ultimatemedia@gmail.com" }, "record": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ], + "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" } diff --git a/domains/usingh.json b/domains/usingh.json index 8fccd0431..de94c6fb8 100644 --- a/domains/usingh.json +++ b/domains/usingh.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "dr-hofstadter", - "email": "utsav.raj.338@gmail.com" - }, - "record": { - "CNAME": "dr-hofstadter.github.io" - } -} \ No newline at end of file + "owner": { + "username": "dr-hofstadter", + "email": "utsav.raj.338@gmail.com" + }, + "record": { + "CNAME": "dr-hofstadter.github.io" + } +} diff --git a/domains/utsav.json b/domains/utsav.json index 669dc4a20..de94c6fb8 100644 --- a/domains/utsav.json +++ b/domains/utsav.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "dr-hofstadter", - "email": "utsav.raj.338@gmail.com" - }, - "record": { - "CNAME": "dr-hofstadter.github.io" - } + "owner": { + "username": "dr-hofstadter", + "email": "utsav.raj.338@gmail.com" + }, + "record": { + "CNAME": "dr-hofstadter.github.io" + } } diff --git a/domains/uynilo9.json b/domains/uynilo9.json index 50a548fc7..0f2885bba 100644 --- a/domains/uynilo9.json +++ b/domains/uynilo9.json @@ -9,4 +9,4 @@ "record": { "URL": "https://uynilo9.netlify.app" } -} +} diff --git a/domains/valowolf.json b/domains/valowolf.json index 066166319..f424798b7 100644 --- a/domains/valowolf.json +++ b/domains/valowolf.json @@ -4,6 +4,6 @@ "email": "starfleet.valowolf@gmail.com" }, "record": { - "CNAME": "hosts.is-a.dev" + "CNAME": "hosts.is-a.dev" } } diff --git a/domains/vamsi.json b/domains/vamsi.json index c49fab7f0..7a9882f10 100644 --- a/domains/vamsi.json +++ b/domains/vamsi.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "vamsieth", - "email": "svamsi.tech@gmail.com" - }, - "record": { - "CNAME": "240d43d7-5eea-4fdd-a568-efa5978f8d80.id.repl.co" - } + "owner": { + "username": "vamsieth", + "email": "svamsi.tech@gmail.com" + }, + "record": { + "CNAME": "240d43d7-5eea-4fdd-a568-efa5978f8d80.id.repl.co" + } } diff --git a/domains/victorvickie.json b/domains/victorvickie.json index 7e7f45109..27079b922 100644 --- a/domains/victorvickie.json +++ b/domains/victorvickie.json @@ -1,8 +1,8 @@ { "owner": { - "username": "VICTORVICKIE", - "email": "s.vickie14@gmail.com", - "discord": "448131424655114250" + "username": "VICTORVICKIE", + "email": "s.vickie14@gmail.com", + "discord": "448131424655114250" }, "record": { diff --git a/domains/vimalsaraswat.json b/domains/vimalsaraswat.json index a53772f82..7d6da684e 100644 --- a/domains/vimalsaraswat.json +++ b/domains/vimalsaraswat.json @@ -9,4 +9,4 @@ "record": { "CNAME": "vimalsaraswat.github.io" } -} +} diff --git a/domains/viplav-mistry.json b/domains/viplav-mistry.json index be235bee8..e937fd6cb 100644 --- a/domains/viplav-mistry.json +++ b/domains/viplav-mistry.json @@ -9,4 +9,3 @@ "CNAME": "viplav-mistry.github.io" } } - diff --git a/domains/viraj.json b/domains/viraj.json index 2df06bdb6..5099b81fd 100644 --- a/domains/viraj.json +++ b/domains/viraj.json @@ -1,11 +1,11 @@ { - "owner": { - "username": "Viraj2722", - "email": "virajwalavalkar90982@gmail.com", - "twitter": "WalavalkarViraj" - }, - "description": "my website", - "record": { - "CNAME": "viraj2722.github.io" - } -} \ No newline at end of file + "owner": { + "username": "Viraj2722", + "email": "virajwalavalkar90982@gmail.com", + "twitter": "WalavalkarViraj" + }, + "description": "my website", + "record": { + "CNAME": "viraj2722.github.io" + } +} diff --git a/domains/vivek.json b/domains/vivek.json index 0abada45c..af6c7aaae 100644 --- a/domains/vivek.json +++ b/domains/vivek.json @@ -6,12 +6,7 @@ "email": "vivekoraon@pm.me" }, "record": { - "A": [ - "185.199.109.153", - "185.199.108.153", - "185.199.111.153", - "185.199.110.153" - ], + "A": ["185.199.109.153", "185.199.108.153", "185.199.111.153", "185.199.110.153"], "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } diff --git a/domains/vk.json b/domains/vk.json index 58dcfda84..ce960e880 100644 --- a/domains/vk.json +++ b/domains/vk.json @@ -1,8 +1,8 @@ { "owner": { - "username": "VICTORVICKIE", - "email": "s.vickie14@gmail.com", - "discord": "448131424655114250" + "username": "VICTORVICKIE", + "email": "s.vickie14@gmail.com", + "discord": "448131424655114250" }, "record": { diff --git a/domains/vsecoder.json b/domains/vsecoder.json index 298541b34..db6d926e4 100644 --- a/domains/vsecoder.json +++ b/domains/vsecoder.json @@ -9,4 +9,4 @@ "record": { "CNAME": "vsecoder.github.io" } -} +} diff --git a/domains/wansie.json b/domains/wansie.json index a69086051..e6a147a94 100644 --- a/domains/wansie.json +++ b/domains/wansie.json @@ -7,6 +7,5 @@ "record": { "CNAME": "2cf5a77a-3918-4448-ba3e-e1d73a99155f.id.repl.co" - } } diff --git a/domains/wansies.json b/domains/wansies.json index ce79317f7..343bb4601 100644 --- a/domains/wansies.json +++ b/domains/wansies.json @@ -4,6 +4,6 @@ "email": "Janeiscool4ever@web.de" }, "record": { - "URL": "https://helix-pullover-d4c.notion.site/wansie-3655baf5f6de40cc8be7aa8cbf67f095" + "URL": "https://helix-pullover-d4c.notion.site/wansie-3655baf5f6de40cc8be7aa8cbf67f095" } } diff --git a/domains/whine.json b/domains/whine.json index 989e4ab21..5a883e14a 100644 --- a/domains/whine.json +++ b/domains/whine.json @@ -7,12 +7,7 @@ "twitter": "whi_nyaan" }, "record": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ], + "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" } diff --git a/domains/william.json b/domains/william.json index 890a72d9b..74ee0d3ed 100644 --- a/domains/william.json +++ b/domains/william.json @@ -1,10 +1,10 @@ -{ - "owner": { - "username": "WilliamDavidHarrison", - "email": "william@williamharrison.dev" - }, - - "record": { - "CNAME": "hosts.is-a.dev" - } -} +{ + "owner": { + "username": "WilliamDavidHarrison", + "email": "william@williamharrison.dev" + }, + + "record": { + "CNAME": "hosts.is-a.dev" + } +} diff --git a/domains/willo.json b/domains/willo.json index 63a4082df..e3e249498 100644 --- a/domains/willo.json +++ b/domains/willo.json @@ -7,12 +7,7 @@ "twitter": "willoizcitron" }, "record": { - "A": [ - "185.199.109.153", - "185.199.108.153", - "185.199.111.153", - "185.199.110.153" - ], + "A": ["185.199.109.153", "185.199.108.153", "185.199.111.153", "185.199.110.153"], "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } diff --git a/domains/windfarms.json b/domains/windfarms.json index 92117b3db..aff2fa0a9 100644 --- a/domains/windfarms.json +++ b/domains/windfarms.json @@ -1,11 +1,11 @@ -{ - "description": "WindFarms offical website", - "repo": "https://github.com/windfarms/windfarms.github.io", - "owner": { - "username": "windfarms", - "email": "windfarms@andrealicheri.anonaddy.com" - }, - "record": { - "CNAME": "windfarms.github.io" - } -} \ No newline at end of file +{ + "description": "WindFarms offical website", + "repo": "https://github.com/windfarms/windfarms.github.io", + "owner": { + "username": "windfarms", + "email": "windfarms@andrealicheri.anonaddy.com" + }, + "record": { + "CNAME": "windfarms.github.io" + } +} diff --git a/domains/wiredmind.json b/domains/wiredmind.json index b3fb028f1..b88e1903e 100644 --- a/domains/wiredmind.json +++ b/domains/wiredmind.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "WiredMind2", - "email": "admin@tetrazero.com" - }, - "record": { - "URL": "https://tetrazero.com" - } + "owner": { + "username": "WiredMind2", + "email": "admin@tetrazero.com" + }, + "record": { + "URL": "https://tetrazero.com" + } } diff --git a/domains/woundrite.json b/domains/woundrite.json index bb3a0ab3f..f3a53148b 100644 --- a/domains/woundrite.json +++ b/domains/woundrite.json @@ -4,11 +4,6 @@ "email": "ndbendale2004@gmail.com" }, "record": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ] + "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"] } } diff --git a/domains/xanudu.json b/domains/xanudu.json index b291adc2e..710f867a6 100644 --- a/domains/xanudu.json +++ b/domains/xanudu.json @@ -1,11 +1,11 @@ { - "description": "Xanudu Buster's Website", - "repo": "https://xanudubuster.github.io", - "owner": { - "username": "XanuduBuster", - "email": "xanubuster@proton.me" - }, - "record": { - "CNAME": "xanudubuster.github.io" - } + "description": "Xanudu Buster's Website", + "repo": "https://xanudubuster.github.io", + "owner": { + "username": "XanuduBuster", + "email": "xanubuster@proton.me" + }, + "record": { + "CNAME": "xanudubuster.github.io" + } } diff --git a/domains/yassin.json b/domains/yassin.json index 8af17448f..2aac3bc04 100644 --- a/domains/yassin.json +++ b/domains/yassin.json @@ -1,12 +1,12 @@ -{ - "description": "my bio", - "repo": "https://github.com/ycssin/bio", - "owner": { - "username": "ycssin", - "email": "", - "twitter": "ycssin" - }, - "record": { - "CNAME": "ycssin.github.io" - } -} +{ + "description": "my bio", + "repo": "https://github.com/ycssin/bio", + "owner": { + "username": "ycssin", + "email": "", + "twitter": "ycssin" + }, + "record": { + "CNAME": "ycssin.github.io" + } +} diff --git a/domains/yokaicord.json b/domains/yokaicord.json index 2a24c1a70..defa72f30 100644 --- a/domains/yokaicord.json +++ b/domains/yokaicord.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "zxPau", - "email": "pauu123123123@gmail.com" - }, - "record": { - "CNAME": "zxpau.github.io" - } + "owner": { + "username": "zxPau", + "email": "pauu123123123@gmail.com" + }, + "record": { + "CNAME": "zxpau.github.io" + } } diff --git a/domains/yose.json b/domains/yose.json index c717ff345..8a06a608d 100644 --- a/domains/yose.json +++ b/domains/yose.json @@ -1,13 +1,13 @@ -{ - "description": "A one-page portfolio website", - "repo": "https://github.com/yohn-maistre/yohn-maistre.github.io", - "owner": { - "username": "yohn-maistre", - "email": "", - "twitter": "jind0sh", - "discord": "jind0sh#5330" - }, - "record": { - "CNAME": "yohn-maistre.github.io" - } -} +{ + "description": "A one-page portfolio website", + "repo": "https://github.com/yohn-maistre/yohn-maistre.github.io", + "owner": { + "username": "yohn-maistre", + "email": "", + "twitter": "jind0sh", + "discord": "jind0sh#5330" + }, + "record": { + "CNAME": "yohn-maistre.github.io" + } +} diff --git a/domains/yourdad.json b/domains/yourdad.json index 073d430bd..f5d16fdcf 100644 --- a/domains/yourdad.json +++ b/domains/yourdad.json @@ -1,11 +1,9 @@ { - "owner": { - "username": "roktim32", - "email": "roktimsenapoty2@gmail.com" - }, - "record": { - "CNAME": "roktim32.github.io" - } - + "owner": { + "username": "roktim32", + "email": "roktimsenapoty2@gmail.com" + }, + "record": { + "CNAME": "roktim32.github.io" } - +} diff --git a/domains/yurikawa.json b/domains/yurikawa.json index 20d880463..2c11ee304 100644 --- a/domains/yurikawa.json +++ b/domains/yurikawa.json @@ -6,11 +6,6 @@ "email": "kaskus45@protonmail.com" }, "record": { - "A": [ - "164.132.74.251", - "164.132.75.251", - "164.132.76.251", - "164.132.77.251" - ] + "A": ["164.132.74.251", "164.132.75.251", "164.132.76.251", "164.132.77.251"] } } diff --git a/domains/yuuto.json b/domains/yuuto.json index bf8660a4f..f8426828c 100644 --- a/domains/yuuto.json +++ b/domains/yuuto.json @@ -9,4 +9,4 @@ "record": { "CNAME": "user93485.github.io" } -} +} diff --git a/domains/zaid-kadri.json b/domains/zaid-kadri.json index 3783cd1c9..579115611 100644 --- a/domains/zaid-kadri.json +++ b/domains/zaid-kadri.json @@ -1,11 +1,11 @@ { - "description": "This is my website", - "repo": "https://github.com/zaid-kadri/zaid-kadri.github.io", - "owner": { - "username": "zaid-kadri", - "email": "" - }, - "record": { - "URL": "https://zaid-kadri.github.io" - } + "description": "This is my website", + "repo": "https://github.com/zaid-kadri/zaid-kadri.github.io", + "owner": { + "username": "zaid-kadri", + "email": "" + }, + "record": { + "URL": "https://zaid-kadri.github.io" + } } diff --git a/domains/zaydocs.json b/domains/zaydocs.json index 8c0b5d638..d6832a255 100644 --- a/domains/zaydocs.json +++ b/domains/zaydocs.json @@ -4,6 +4,6 @@ "email": "codemonkeymann@gmail.com" }, "record": { - "CNAME": "hosts.is-a.dev" + "CNAME": "hosts.is-a.dev" } } diff --git a/domains/zhu.json b/domains/zhu.json index f6e82b368..850d638e4 100644 --- a/domains/zhu.json +++ b/domains/zhu.json @@ -9,4 +9,4 @@ "record": { "CNAME": "azhu021.github.io" } -} +} From fee12ea302571ae74fdc8ff7a2e36ffd91cf9961 Mon Sep 17 00:00:00 2001 From: William Harrison <115670568+WDH-2@users.noreply.github.com> Date: Thu, 10 Aug 2023 10:58:10 +0800 Subject: [PATCH 0971/1143] chore(prettier): remove excess `/` --- domains/asriel.json | 2 +- domains/bmh.json | 2 +- domains/donno2048.json | 2 +- domains/harsh-mehta.json | 2 +- domains/i2rys.json | 2 +- domains/lamnotadev.json | 2 +- domains/madhavgupta.json | 2 +- domains/minto.json | 2 +- domains/mosaab.json | 2 +- domains/notaussie.json | 2 +- domains/pixie.json | 2 +- domains/qnm1.json | 2 +- domains/richard.json | 2 +- domains/rpj.json | 2 +- domains/rudra.json | 2 +- domains/saeful.json | 2 +- domains/senzore.json | 2 +- domains/shake.json | 2 +- domains/tanmay.json | 2 +- domains/themagicmush.json | 2 +- domains/tiwknowsall.json | 2 +- domains/tomgxz.json | 2 +- domains/vigkrishna.json | 2 +- domains/whoischoiiril.json | 2 +- 24 files changed, 24 insertions(+), 24 deletions(-) diff --git a/domains/asriel.json b/domains/asriel.json index 9fbdf5162..1016b1dfc 100644 --- a/domains/asriel.json +++ b/domains/asriel.json @@ -1,6 +1,6 @@ { "description": "asriel.is-a.dev", - "repo": "https://github.com/asrielthegoat/asrielthegoat.github.io/", + "repo": "https://github.com/asrielthegoat/asrielthegoat.github.io", "owner": { "username": "AsrieltheGoat", "email": "admin@dreemurrs.eu.org", diff --git a/domains/bmh.json b/domains/bmh.json index 4d5779d68..99bb03bc0 100644 --- a/domains/bmh.json +++ b/domains/bmh.json @@ -4,6 +4,6 @@ "email": "buiminhhien001@gmail.com" }, "record": { - "URL": "https://bm-hien.github.io/" + "URL": "https://bm-hien.github.io" } } diff --git a/domains/donno2048.json b/domains/donno2048.json index f78df4f7a..9738ca276 100644 --- a/domains/donno2048.json +++ b/domains/donno2048.json @@ -4,6 +4,6 @@ "email": "just4now666666@gmail.com" }, "record": { - "URL": "https://donno2048.github.io/Portfolio/" + "URL": "https://donno2048.github.io/Portfolio" } } diff --git a/domains/harsh-mehta.json b/domains/harsh-mehta.json index 8460b5b84..7f9d23fc1 100644 --- a/domains/harsh-mehta.json +++ b/domains/harsh-mehta.json @@ -1,6 +1,6 @@ { "description": "harsh-mehta.is-a.dev", - "repo": "https://harsh05dev.github.io/My_Portfolio_2023/", + "repo": "https://harsh05dev.github.io/My_Portfolio_2023", "owner": { "username": "Harsh05dev", "email": "harshmehta1505@gmail.com" diff --git a/domains/i2rys.json b/domains/i2rys.json index 0cfb5db82..2a1e9802d 100644 --- a/domains/i2rys.json +++ b/domains/i2rys.json @@ -4,6 +4,6 @@ "email": "i2rys@protonmail.com" }, "record": { - "URL": "https://i2rys.vercel.app/" + "URL": "https://i2rys.vercel.app" } } diff --git a/domains/lamnotadev.json b/domains/lamnotadev.json index 867e61844..f350eb719 100644 --- a/domains/lamnotadev.json +++ b/domains/lamnotadev.json @@ -4,6 +4,6 @@ "email": "nguyenlamyou@gmail.com" }, "record": { - "URL": "https://thelastprofilecard.pages.dev/" + "URL": "https://thelastprofilecard.pages.dev" } } diff --git a/domains/madhavgupta.json b/domains/madhavgupta.json index bd0bfbafa..0f62be966 100644 --- a/domains/madhavgupta.json +++ b/domains/madhavgupta.json @@ -4,6 +4,6 @@ "email": "madhav.gupta7674@gmail.com" }, "record": { - "URL": "https://madhavgupta.vercel.app/" + "URL": "https://madhavgupta.vercel.app" } } diff --git a/domains/minto.json b/domains/minto.json index 7724feec3..a85df0c4e 100644 --- a/domains/minto.json +++ b/domains/minto.json @@ -4,6 +4,6 @@ "email": "yht413@i.softbank.jp" }, "record": { - "URL": "https://m1ntooo.com/" + "URL": "https://m1ntooo.com" } } diff --git a/domains/mosaab.json b/domains/mosaab.json index fed1d604e..f6e3e27f2 100644 --- a/domains/mosaab.json +++ b/domains/mosaab.json @@ -1,6 +1,6 @@ { "description": "Personal website of MosaabGKA", - "repo": "https://github.com/MosaabGKA/MosaabGKA.github.io/", + "repo": "https://github.com/MosaabGKA/MosaabGKA.github.io", "owner": { "username": "MosaabGKA", "email": "mosaabgka@outlook.com" diff --git a/domains/notaussie.json b/domains/notaussie.json index dc3011272..baeb70f8e 100644 --- a/domains/notaussie.json +++ b/domains/notaussie.json @@ -1,6 +1,6 @@ { "description": "Personal site / Portafolio.", - "repo": "https://github.com/NotAussie/NotAussieIsADev/", + "repo": "https://github.com/NotAussie/NotAussieIsADev", "owner": { "username": "NotAussie", "email": "Aussie_Okay@protonmail.com" diff --git a/domains/pixie.json b/domains/pixie.json index c4ec63fe1..fd7bebff6 100644 --- a/domains/pixie.json +++ b/domains/pixie.json @@ -4,6 +4,6 @@ "email": "soudeur-epicier.0x@icloud.com" }, "record": { - "URL": "https://html-starter-seven-umber.vercel.app/" + "URL": "https://html-starter-seven-umber.vercel.app" } } diff --git a/domains/qnm1.json b/domains/qnm1.json index 799056a0b..85f743039 100644 --- a/domains/qnm1.json +++ b/domains/qnm1.json @@ -4,6 +4,6 @@ "email": "lorenzomusto.dbz@gmail.com" }, "record": { - "URL": "https://dev-questonomemio1.pantheonsite.io/" + "URL": "https://dev-questonomemio1.pantheonsite.io" } } diff --git a/domains/richard.json b/domains/richard.json index bf38bc608..dd5a80e9e 100644 --- a/domains/richard.json +++ b/domains/richard.json @@ -1,6 +1,6 @@ { "description": "My Portfolio", - "link": "https://richardshaju.github.io/portfolio/", + "link": "https://richardshaju.github.io/portfolio", "owner": { "username": "richardshaju", "email": "richardshaju66@gmail.com", diff --git a/domains/rpj.json b/domains/rpj.json index 35c20f966..9188386e3 100644 --- a/domains/rpj.json +++ b/domains/rpj.json @@ -1,6 +1,6 @@ { "description": "Portfolio website", - "repo": "https://rpj09.github.io/Portfolio/", + "repo": "https://rpj09.github.io/Portfolio", "owner": { "username": "rpj09", "email": "singhripunjay09@gmail.com", diff --git a/domains/rudra.json b/domains/rudra.json index e74556b0d..c37c3dcf9 100644 --- a/domains/rudra.json +++ b/domains/rudra.json @@ -5,7 +5,7 @@ "discord": "#2022" }, "description": "Domain for my personal portfolio written w/ Django & TailwindCSS", - "repo": "https://github.com/FireHead90544/rudra-django/", + "repo": "https://github.com/FireHead90544/rudra-django", "record": { "A": ["20.219.132.8"] } diff --git a/domains/saeful.json b/domains/saeful.json index 92caa194f..df1b92940 100644 --- a/domains/saeful.json +++ b/domains/saeful.json @@ -4,6 +4,6 @@ "email": "saefulbarkah03@gmail.com" }, "record": { - "URL": "https://saefulbarkah.netlify.app/" + "URL": "https://saefulbarkah.netlify.app" } } diff --git a/domains/senzore.json b/domains/senzore.json index 3a7425120..39dbb2af0 100644 --- a/domains/senzore.json +++ b/domains/senzore.json @@ -4,6 +4,6 @@ "email": "sanjayakunz@gmail.com" }, "record": { - "URL": "https://senzore.carrd.co/" + "URL": "https://senzore.carrd.co" } } diff --git a/domains/shake.json b/domains/shake.json index 0859fa268..cc7b07b43 100644 --- a/domains/shake.json +++ b/domains/shake.json @@ -4,6 +4,6 @@ "email": "taio6@duck.com" }, "record": { - "URL": "https://shake-1.gitbook.io/shake-documentation/" + "URL": "https://shake-1.gitbook.io/shake-documentation" } } diff --git a/domains/tanmay.json b/domains/tanmay.json index 891565d80..42788d7c4 100644 --- a/domains/tanmay.json +++ b/domains/tanmay.json @@ -4,6 +4,6 @@ "email": "tanmayhp78@gmail.com" }, "record": { - "URL": "https://portfolio-site-nine-silk.vercel.app/" + "URL": "https://portfolio-site-nine-silk.vercel.app" } } diff --git a/domains/themagicmush.json b/domains/themagicmush.json index 367c6f555..2cd594052 100644 --- a/domains/themagicmush.json +++ b/domains/themagicmush.json @@ -5,6 +5,6 @@ "discord": "TheMagicMushoom#9999" }, "record": { - "URL": "https://its.themagicmush.repl.co/" + "URL": "https://its.themagicmush.repl.co" } } diff --git a/domains/tiwknowsall.json b/domains/tiwknowsall.json index 2e2de4af0..96d7f8773 100644 --- a/domains/tiwknowsall.json +++ b/domains/tiwknowsall.json @@ -4,6 +4,6 @@ "email": "kwazehh@proton.me" }, "record": { - "URL": "https://tiw2.pages.dev/" + "URL": "https://tiw2.pages.dev" } } diff --git a/domains/tomgxz.json b/domains/tomgxz.json index 6f91c475c..07e8dcdea 100644 --- a/domains/tomgxz.json +++ b/domains/tomgxz.json @@ -4,6 +4,6 @@ "email": "tomgxz138@gmail.com" }, "record": { - "URL": "https://tomgxz.repl.co/" + "URL": "https://tomgxz.repl.co" } } diff --git a/domains/vigkrishna.json b/domains/vigkrishna.json index 6a2530ce6..7b43aa653 100644 --- a/domains/vigkrishna.json +++ b/domains/vigkrishna.json @@ -1,6 +1,6 @@ { "description": "vigkrishna.is-a.dev", - "repo": "https://vigkrishna.github.io/Portfolio_2023/", + "repo": "https://vigkrishna.github.io/Portfolio_2023", "owner": { "username": "vigkrishna", "email": "vigkrishna@yahoo.com" diff --git a/domains/whoischoiiril.json b/domains/whoischoiiril.json index a021f608b..cfe6d85ed 100644 --- a/domains/whoischoiiril.json +++ b/domains/whoischoiiril.json @@ -4,6 +4,6 @@ "email": "iamchoirilfk@gmail.com" }, "record": { - "URL": "https://cfhoiril.github.io/who-is-choiril/" + "URL": "https://cfhoiril.github.io/who-is-choiril" } } From 4f980a2b24fd65ba3d03d83bbe6712524a8a8ba2 Mon Sep 17 00:00:00 2001 From: William Harrison <115670568+WDH-2@users.noreply.github.com> Date: Thu, 10 Aug 2023 11:00:08 +0800 Subject: [PATCH 0972/1143] feat: remove + clean up some files --- domains/arch.json | 2 +- domains/ashan.json | 2 +- domains/d3admanbot.json | 2 +- domains/joaovitorzv.json | 2 +- domains/mrprime.json | 2 +- domains/noxsin.json | 2 +- domains/nyan.json | 2 +- domains/samet.json | 2 +- domains/xqwtxon.json | 2 +- domains/yuk1ch.json | 2 +- domains/yuukari.json | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/domains/arch.json b/domains/arch.json index 53c1a5dcf..3ba605b85 100644 --- a/domains/arch.json +++ b/domains/arch.json @@ -5,7 +5,7 @@ "username": "Arch881010", "email": "c1yd4.arch@inbox.testmail.app", "discord": "arch1010", - "discordid": "410248634593050627" + "discord-id": "410248634593050627" }, "record": { "CNAME": "arch881010.github.io" diff --git a/domains/ashan.json b/domains/ashan.json index def2ebdc0..862eb5662 100644 --- a/domains/ashan.json +++ b/domains/ashan.json @@ -4,7 +4,7 @@ "owner": { "username": "SealedSlinger", "email": "infoxkingyt@gmail.com", - "twitter": "@AshanInduranga_" + "twitter": "AshanInduranga_" }, "record": { "CNAME": "SealedSlinger.github.io" diff --git a/domains/d3admanbot.json b/domains/d3admanbot.json index 1825961ea..dab4851c6 100644 --- a/domains/d3admanbot.json +++ b/domains/d3admanbot.json @@ -1,5 +1,5 @@ { - "description": "@D3ADVAU 's Telegram Bot | @D3ADMANBOT @D3ADVAU", + "description": "D3ADVAU 's Telegram Bot | @D3ADMANBOT @D3ADVAU", "owner": { "username": "D3ADVAU", "email": "deadmanofficial247@gmail.com" diff --git a/domains/joaovitorzv.json b/domains/joaovitorzv.json index e7d88731a..11cb87ab9 100644 --- a/domains/joaovitorzv.json +++ b/domains/joaovitorzv.json @@ -1,5 +1,5 @@ { - "description": "@joaovitorzv blog", + "description": "joaovitorzv blog", "repo": "https://github.com/joaovitorzv/joaovitorzv.github.io", "owner": { "username": "joaovitorzv", diff --git a/domains/mrprime.json b/domains/mrprime.json index 8462c7010..a61ad73a2 100644 --- a/domains/mrprime.json +++ b/domains/mrprime.json @@ -3,7 +3,7 @@ "owner": { "username": "MrPrimeDev", "email": "justmeprime@gmail.com", - "twitter": "@RealMrPrime", + "twitter": "RealMrPrime", "discord": "MrPrime#9636" }, "record": { diff --git a/domains/noxsin.json b/domains/noxsin.json index bd2c44a04..e15031fcb 100644 --- a/domains/noxsin.json +++ b/domains/noxsin.json @@ -4,7 +4,7 @@ "owner": { "username": "komysh", "email": "arcteac@gmail.com", - "telegram": "@mentolbot" + "telegram": "mentolbot" }, "record": { "CNAME": "komysh.github.io" diff --git a/domains/nyan.json b/domains/nyan.json index 2d479ccd9..ca556afbd 100644 --- a/domains/nyan.json +++ b/domains/nyan.json @@ -2,7 +2,7 @@ "owner": { "username": "aeongdesu", "email": "", - "revolt": "@Nyan", + "revolt": "Nyan", "discord": "Bread#2635", "note": "discord id: 548821619661864962" }, diff --git a/domains/samet.json b/domains/samet.json index 74edf7498..a9b912db7 100644 --- a/domains/samet.json +++ b/domains/samet.json @@ -5,7 +5,7 @@ "username": "Samett", "email": "sametak3210@gmail.com", "discord": "Samett#8519", - "discordID": "894594782897262635" + "discord-id": "894594782897262635" }, "record": { diff --git a/domains/xqwtxon.json b/domains/xqwtxon.json index 75dd5910b..dfc09f59b 100644 --- a/domains/xqwtxon.json +++ b/domains/xqwtxon.json @@ -5,7 +5,7 @@ "username": "xqwtxon", "email": "xqwtxon@hotmail.com", "twitter": "xqwtxon", - "keybase": "@xqwtxon" + "keybase": "xqwtxon" }, "record": { "CNAME": "xqwtxon.ml" diff --git a/domains/yuk1ch.json b/domains/yuk1ch.json index 695b794cf..b7d906db9 100644 --- a/domains/yuk1ch.json +++ b/domains/yuk1ch.json @@ -3,7 +3,7 @@ "username": "ImRaid", "email": "itsraidlol@gmail.com", "discord": "! Yuk1ch#7484", - "telegram": "@Yuk1ch" + "telegram": "Yuk1ch" }, "record": { "CNAME": "d1d16500-13c2-4fc8-a658-87d258da2316.id.repl.co" diff --git a/domains/yuukari.json b/domains/yuukari.json index 32e15c4d6..12f82471b 100644 --- a/domains/yuukari.json +++ b/domains/yuukari.json @@ -4,7 +4,7 @@ "owner": { "username": "Yuukari", "email": "yuukarichan@yandex.com", - "telegram": "@iamyuukari" + "telegram": "iamyuukari" }, "record": { "CNAME": "yuukari.github.io" From 7b3945c10f2f9a0967475271ab8229d5ac5ed452 Mon Sep 17 00:00:00 2001 From: Hector Vigil Date: Thu, 10 Aug 2023 00:43:53 -0400 Subject: [PATCH 0973/1143] Update and rename _github-pages-challenge-Hector-Vigil.hector-vigil.json to _github-pages-challenge-hector-vigil.hector-vigil.json --- ...n => _github-pages-challenge-hector-vigil.hector-vigil.json} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename domains/{_github-pages-challenge-Hector-Vigil.hector-vigil.json => _github-pages-challenge-hector-vigil.hector-vigil.json} (80%) diff --git a/domains/_github-pages-challenge-Hector-Vigil.hector-vigil.json b/domains/_github-pages-challenge-hector-vigil.hector-vigil.json similarity index 80% rename from domains/_github-pages-challenge-Hector-Vigil.hector-vigil.json rename to domains/_github-pages-challenge-hector-vigil.hector-vigil.json index 9494c7a67..e60ad7c0a 100644 --- a/domains/_github-pages-challenge-Hector-Vigil.hector-vigil.json +++ b/domains/_github-pages-challenge-hector-vigil.hector-vigil.json @@ -1,6 +1,6 @@ { "owner": { - "username": "Hector-Vigil", + "username": "hector-vigil", "email": "vigilescalera.h@gmail.com" }, "record": { From b612261b1a68e7eef11d6659d78997620d20a569 Mon Sep 17 00:00:00 2001 From: CrazyMax <127091629+Crazy-Max-Blog@users.noreply.github.com> Date: Thu, 10 Aug 2023 09:48:53 +0400 Subject: [PATCH 0974/1143] Rename _github-pages-challenge-Crazy-Max-Blog.crazy-max.json to _github-pages-challenge-crazy-max-blog.crazy-max.json --- ...json => _github-pages-challenge-crazy-max-blog.crazy-max.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-Crazy-Max-Blog.crazy-max.json => _github-pages-challenge-crazy-max-blog.crazy-max.json} (100%) diff --git a/domains/_github-pages-challenge-Crazy-Max-Blog.crazy-max.json b/domains/_github-pages-challenge-crazy-max-blog.crazy-max.json similarity index 100% rename from domains/_github-pages-challenge-Crazy-Max-Blog.crazy-max.json rename to domains/_github-pages-challenge-crazy-max-blog.crazy-max.json From a5751d703bcaaf0fa4b683c805499c4af53e9627 Mon Sep 17 00:00:00 2001 From: Emmanuel Frecon <9443924+efrecon@users.noreply.github.com> Date: Thu, 10 Aug 2023 08:05:34 +0200 Subject: [PATCH 0975/1143] Create efrecon.json Add top to allow for sub-domains --- domains/efrecon.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/efrecon.json diff --git a/domains/efrecon.json b/domains/efrecon.json new file mode 100644 index 000000000..c2c8c9e61 --- /dev/null +++ b/domains/efrecon.json @@ -0,0 +1,11 @@ +{ + "description": "efrecon's github", + "repo": "https://github.com/efrecon/", + "owner": { + "username": "efrecon", + "email": "efrecon+github@gmail.com" + }, + "record": { + "URL": "https://github.com/efrecon/" + } +} From 091d48d26fc76fc14e52db7f1390ac59ebde34aa Mon Sep 17 00:00:00 2001 From: Peaqcy Date: Thu, 10 Aug 2023 17:00:21 +1000 Subject: [PATCH 0976/1143] feat(domain): peacy.is-a.dev --- domains/peacy.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/peacy.json diff --git a/domains/peacy.json b/domains/peacy.json new file mode 100644 index 000000000..125924c29 --- /dev/null +++ b/domains/peacy.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Peaqcy", + "email": "kiwibird211@icloud.com" + }, + "record": { + "URL": "https://peacy.carrd.co/" + } +} From 36064d58172f7d55037a1359d08d094571d2bf31 Mon Sep 17 00:00:00 2001 From: Peaqcy Date: Thu, 10 Aug 2023 17:01:43 +1000 Subject: [PATCH 0977/1143] feat(domain): 1.is-a.dev --- domains/1.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/1.json diff --git a/domains/1.json b/domains/1.json new file mode 100644 index 000000000..125924c29 --- /dev/null +++ b/domains/1.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Peaqcy", + "email": "kiwibird211@icloud.com" + }, + "record": { + "URL": "https://peacy.carrd.co/" + } +} From e363456922a72e407a24bd27179f3e1f7a650213 Mon Sep 17 00:00:00 2001 From: OrangeLeafDev Date: Thu, 10 Aug 2023 15:34:42 +0800 Subject: [PATCH 0978/1143] feat(domain): orangeleaf36.is-a.dev --- domains/orangeleaf36.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/orangeleaf36.json diff --git a/domains/orangeleaf36.json b/domains/orangeleaf36.json new file mode 100644 index 000000000..fd071cb3a --- /dev/null +++ b/domains/orangeleaf36.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "OrangeLeafDev", + "email": "caluzajacob07@gmail.com" + }, + "record": { + "CNAME": "orangeleafdev.github.io" + } +} From 6c2fafd7a68a38aeac94c82498ab874385587513 Mon Sep 17 00:00:00 2001 From: Window5000 Date: Thu, 10 Aug 2023 09:42:41 +0200 Subject: [PATCH 0979/1143] feat(domain): _github-pages-challenge-Window5000.window5.is-a.dev --- domains/_github-pages-challenge-Window5000.window5.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-Window5000.window5.json diff --git a/domains/_github-pages-challenge-Window5000.window5.json b/domains/_github-pages-challenge-Window5000.window5.json new file mode 100644 index 000000000..f59ec13f1 --- /dev/null +++ b/domains/_github-pages-challenge-Window5000.window5.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Window5000", + "email": "spam.window5.spam@gmail.com" + }, + "record": { + "TXT": "e0f44964a7e707b4d78755bb66b3e4" + } +} From 6fb1c0e971edb5282abd2467597d7e98fdafcbf3 Mon Sep 17 00:00:00 2001 From: Shaunak-Pandya Date: Thu, 10 Aug 2023 13:42:41 +0530 Subject: [PATCH 0980/1143] File renamed to all lower-cases --- ...k.json => _github-pages-challenge-shaunak-pandya.shaunak.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-Shaunak-Pandya.shaunak.json => _github-pages-challenge-shaunak-pandya.shaunak.json} (100%) diff --git a/domains/_github-pages-challenge-Shaunak-Pandya.shaunak.json b/domains/_github-pages-challenge-shaunak-pandya.shaunak.json similarity index 100% rename from domains/_github-pages-challenge-Shaunak-Pandya.shaunak.json rename to domains/_github-pages-challenge-shaunak-pandya.shaunak.json From 641897c726a54f827e5c62f57a3e0cbc3cc1333c Mon Sep 17 00:00:00 2001 From: Marco Andronaco Date: Thu, 10 Aug 2023 10:15:47 +0200 Subject: [PATCH 0981/1143] feat(domain): add `_github-pages-challenge-birabittoh.birabittoh.is-a.dev` --- .../_github-pages-challenge-birabittoh.birabittoh.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_github-pages-challenge-birabittoh.birabittoh.json diff --git a/domains/_github-pages-challenge-birabittoh.birabittoh.json b/domains/_github-pages-challenge-birabittoh.birabittoh.json new file mode 100644 index 000000000..50565643e --- /dev/null +++ b/domains/_github-pages-challenge-birabittoh.birabittoh.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "BiRabittoh", + "email": "andronacomarco@gmail.com" + }, + + "record": { + "TXT": "9b7611136c86e6ff35c8292b8f6a34" + } +} From af0f6ea5792817baa26bf5af945b9aede307a389 Mon Sep 17 00:00:00 2001 From: Jeymen Date: Thu, 10 Aug 2023 12:19:38 +0300 Subject: [PATCH 0982/1143] feat(domain): jeymen.is-a.dev --- domains/jeymen.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/domains/jeymen.json b/domains/jeymen.json index 9d6b6d25c..85cc54897 100644 --- a/domains/jeymen.json +++ b/domains/jeymen.json @@ -4,8 +4,6 @@ "email": "jeymen11@proton.me" }, "record": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], - - "MX": ["mx.zoho.eu", "mx2.zoho.eu", "mx3.zoho.eu"] + "TXT": "spf.improvmx.com" } } From 1bee5feccbf69f43614dba75a2d978add3ae7c98 Mon Sep 17 00:00:00 2001 From: Jeymen <109573368+Jeymen@users.noreply.github.com> Date: Thu, 10 Aug 2023 12:26:58 +0300 Subject: [PATCH 0983/1143] feat(jey): Update jeymen.json --- domains/jeymen.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/domains/jeymen.json b/domains/jeymen.json index 85cc54897..033d1e1d5 100644 --- a/domains/jeymen.json +++ b/domains/jeymen.json @@ -5,5 +5,20 @@ }, "record": { "TXT": "spf.improvmx.com" + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], + + "MX": [ + "mx.zoho.eu", + "mx2.zoho.eu", + "mx3.zoho.eu", + "mx1.improvmx.com", + "mx2.improvmx.com" + ] + } } } From d742cb5c36bd6e8711cb2493a4e088de34340b03 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 10 Aug 2023 17:46:30 +0800 Subject: [PATCH 0984/1143] Update jeymen.json --- domains/jeymen.json | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/domains/jeymen.json b/domains/jeymen.json index 033d1e1d5..b42e8405d 100644 --- a/domains/jeymen.json +++ b/domains/jeymen.json @@ -4,21 +4,18 @@ "email": "jeymen11@proton.me" }, "record": { - "TXT": "spf.improvmx.com" - "A": [ + "A": [ "185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153" ], - "MX": [ - "mx.zoho.eu", - "mx2.zoho.eu", - "mx3.zoho.eu", + "MX": [ "mx1.improvmx.com", "mx2.improvmx.com" - ] - } + ], + + "TXT": "spf.improvmx.com" } } From 76e6a0dde0ba381613abc73180a6bfb2c4a1768d Mon Sep 17 00:00:00 2001 From: SpaceProjects Date: Thu, 10 Aug 2023 13:47:59 +0300 Subject: [PATCH 0985/1143] feat(domain): nedosite.is-a.dev --- domains/nedosite.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/nedosite.json diff --git a/domains/nedosite.json b/domains/nedosite.json new file mode 100644 index 000000000..9911cbb9f --- /dev/null +++ b/domains/nedosite.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "SpaceProjects", + "email": "maksim1961space@gmail.com" + }, + "record": { + "A": ["185.228.233.148"] + } +} From 4bb4ecf10d2950231f8d1876a96992e36c4e37a6 Mon Sep 17 00:00:00 2001 From: gooplancton Date: Thu, 10 Aug 2023 13:43:02 +0200 Subject: [PATCH 0986/1143] feat(domain): gooplancton.is-a.dev --- domains/gooplancton.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/gooplancton.json b/domains/gooplancton.json index 4a9d0388a..270ca6752 100644 --- a/domains/gooplancton.json +++ b/domains/gooplancton.json @@ -4,6 +4,6 @@ "email": "gooplancton@outlook.com" }, "record": { - "CNAME": "hosts.is-a.dev" + "A": "93.93.117.164" } } From 9e4a27d839f2647105cde456278e6f5d7371760a Mon Sep 17 00:00:00 2001 From: gooplancton Date: Thu, 10 Aug 2023 13:43:32 +0200 Subject: [PATCH 0987/1143] feat(domain): gooplancton.is-a.dev From 32d01519e8a16317c1c48eba0cfa99a5e26c779e Mon Sep 17 00:00:00 2001 From: Jeymen <109573368+Jeymen@users.noreply.github.com> Date: Thu, 10 Aug 2023 14:51:57 +0300 Subject: [PATCH 0988/1143] feat(jey): Update TXT record --- domains/jeymen.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/jeymen.json b/domains/jeymen.json index b42e8405d..ac99b4b5b 100644 --- a/domains/jeymen.json +++ b/domains/jeymen.json @@ -16,6 +16,6 @@ "mx2.improvmx.com" ], - "TXT": "spf.improvmx.com" + "TXT": "v=spf1 include:spf.improvmx.com ~all" } } From 8e1972292a27f5ad2fbf23acd059c7bc4a9c7136 Mon Sep 17 00:00:00 2001 From: Dinesh Kumar Date: Thu, 10 Aug 2023 17:52:19 +0530 Subject: [PATCH 0989/1143] Create _github-pages-challenge-eldinesh.eldinesh.json --- domains/_github-pages-challenge-eldinesh.eldinesh.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-eldinesh.eldinesh.json diff --git a/domains/_github-pages-challenge-eldinesh.eldinesh.json b/domains/_github-pages-challenge-eldinesh.eldinesh.json new file mode 100644 index 000000000..38a0488ad --- /dev/null +++ b/domains/_github-pages-challenge-eldinesh.eldinesh.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "eldinesh", + "email": "dseera6@gmail.com" + }, + "record": { + "TXT": "dafe75727b19da6bd62bf961a94c7d" + } + } From d137364b0fff327fb4b868702ee23b71d0a973eb Mon Sep 17 00:00:00 2001 From: Fabian <51055703+CreepsoOff@users.noreply.github.com> Date: Thu, 10 Aug 2023 15:42:41 +0200 Subject: [PATCH 0990/1143] Create _github-pages-challenge-CreepsoOff.creepso New Github change --- domains/_github-pages-challenge-CreepsoOff.creepso | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-CreepsoOff.creepso diff --git a/domains/_github-pages-challenge-CreepsoOff.creepso b/domains/_github-pages-challenge-CreepsoOff.creepso new file mode 100644 index 000000000..3f227a18d --- /dev/null +++ b/domains/_github-pages-challenge-CreepsoOff.creepso @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "CreepsoOff", + "email": "eternel_universite0s@icloud.com" + }, + "record": { + "TXT": "299e56541b39e06bef97fc4006974a" + } +} From 229c94a7909c112ace6ef31e0cc5c2cf87aec6f3 Mon Sep 17 00:00:00 2001 From: Fabian <51055703+CreepsoOff@users.noreply.github.com> Date: Thu, 10 Aug 2023 15:45:14 +0200 Subject: [PATCH 0991/1143] Rename _github-pages-challenge-CreepsoOff.creepso to _github-pages-challenge-CreepsoOff.creepso.json --- ...ff.creepso => _github-pages-challenge-CreepsoOff.creepso.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-CreepsoOff.creepso => _github-pages-challenge-CreepsoOff.creepso.json} (100%) diff --git a/domains/_github-pages-challenge-CreepsoOff.creepso b/domains/_github-pages-challenge-CreepsoOff.creepso.json similarity index 100% rename from domains/_github-pages-challenge-CreepsoOff.creepso rename to domains/_github-pages-challenge-CreepsoOff.creepso.json From 84daea33cd638caf7c2828686eb74634156be70e Mon Sep 17 00:00:00 2001 From: MrWeez Date: Thu, 10 Aug 2023 16:51:24 +0300 Subject: [PATCH 0992/1143] feat(domain): mrweez.is-a.dev --- domains/mrweez.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/mrweez.json b/domains/mrweez.json index 3d2efd80d..9671d7f2f 100644 --- a/domains/mrweez.json +++ b/domains/mrweez.json @@ -4,6 +4,6 @@ "email": "arsenyplis2018@gmail.com" }, "record": { - "URL": "https://depcloud.xyz" + "CNAME": "mrweez.depcloud.xyz" } } From de954887627c306621c6c71a2abc955b1739f513 Mon Sep 17 00:00:00 2001 From: Giovanni Santini Date: Thu, 10 Aug 2023 16:11:58 +0200 Subject: [PATCH 0993/1143] Added Github challenge for giovanni.is-a.dev As per title, added the relevant file. --- domains/_github-pages-challenge-itachisan.giovanni.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-itachisan.giovanni.json diff --git a/domains/_github-pages-challenge-itachisan.giovanni.json b/domains/_github-pages-challenge-itachisan.giovanni.json new file mode 100644 index 000000000..f24f41cbe --- /dev/null +++ b/domains/_github-pages-challenge-itachisan.giovanni.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ItachiSan", + "email": "giovannisantini93@yahoo.it" + }, + "record": { + "TXT": "e7997ccdbdbbd94187efc184b3acc3" + } +} From 32771a560dc10fe8b091bcb29c26af2c0eb4cb2a Mon Sep 17 00:00:00 2001 From: Syxaaa Date: Thu, 10 Aug 2023 21:51:08 +0700 Subject: [PATCH 0994/1143] feat(domain): lam.is-a.dev --- domains/lam.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/lam.json b/domains/lam.json index f350eb719..ee627a3ae 100644 --- a/domains/lam.json +++ b/domains/lam.json @@ -4,6 +4,6 @@ "email": "nguyenlamyou@gmail.com" }, "record": { - "URL": "https://thelastprofilecard.pages.dev" + "CNAME": "hosts.is-a.dev" } } From 79a165837d2adf33a2cb38ca6b29ea2aa9710a50 Mon Sep 17 00:00:00 2001 From: Sxya <96788682+Syxaaa@users.noreply.github.com> Date: Thu, 10 Aug 2023 21:53:13 +0700 Subject: [PATCH 0995/1143] Update lam.json --- domains/lam.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/lam.json b/domains/lam.json index ee627a3ae..ff23456c3 100644 --- a/domains/lam.json +++ b/domains/lam.json @@ -4,6 +4,6 @@ "email": "nguyenlamyou@gmail.com" }, "record": { - "CNAME": "hosts.is-a.dev" + "CNAME": "thelastprofilecard.pages.dev" } } From edeceddfe2e4d1042e5bca483092a2fbe46c4834 Mon Sep 17 00:00:00 2001 From: Syxaaa Date: Thu, 10 Aug 2023 21:57:20 +0700 Subject: [PATCH 0996/1143] feat(domain): lamnotadev.is-a.dev --- domains/lamnotadev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/lamnotadev.json b/domains/lamnotadev.json index 867e61844..c238b0184 100644 --- a/domains/lamnotadev.json +++ b/domains/lamnotadev.json @@ -4,6 +4,6 @@ "email": "nguyenlamyou@gmail.com" }, "record": { - "URL": "https://thelastprofilecard.pages.dev/" + "URL": "https://chubedanprofile.justtakarin.repl.co" } } From 638b443f668895ceb257c73a5a5110cd4f57832c Mon Sep 17 00:00:00 2001 From: Syxaaa Date: Thu, 10 Aug 2023 21:57:47 +0700 Subject: [PATCH 0997/1143] feat(domain): lamnotadev.is-a.dev --- domains/lamnotadev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/lamnotadev.json b/domains/lamnotadev.json index c238b0184..6895d1648 100644 --- a/domains/lamnotadev.json +++ b/domains/lamnotadev.json @@ -4,6 +4,6 @@ "email": "nguyenlamyou@gmail.com" }, "record": { - "URL": "https://chubedanprofile.justtakarin.repl.co" + "CNAME": "https://chubedanprofile.justtakarin.repl.co" } } From 11c0cb6b22698781b2592f5135e501b1a9c3b3b2 Mon Sep 17 00:00:00 2001 From: notomne Date: Thu, 10 Aug 2023 18:25:56 +0000 Subject: [PATCH 0998/1143] feat(domain): omne.is-a.dev --- domains/omne.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/omne.json diff --git a/domains/omne.json b/domains/omne.json new file mode 100644 index 000000000..5e19086cc --- /dev/null +++ b/domains/omne.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "notomne", + "email": "charmquark314@proton.me" + }, + "record": { + "A": ["54.245.108.240"] + } +} From 62acba75f29e7e6219b9b94fdd6d32ef9857ad2d Mon Sep 17 00:00:00 2001 From: jatinkumarg Date: Thu, 10 Aug 2023 20:13:30 -0400 Subject: [PATCH 0999/1143] feat(domain): jatinkr.is-a.dev --- domains/jatinkr.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/jatinkr.json diff --git a/domains/jatinkr.json b/domains/jatinkr.json new file mode 100644 index 000000000..ace384aa0 --- /dev/null +++ b/domains/jatinkr.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "jatinkumarg", + "email": "jatinkr@duck.com" + }, + "record": { + "CNAME": "jatinkumarg.github.io" + } +} From 15e4567a053019a9feb5401ebdba770a46fa1bad Mon Sep 17 00:00:00 2001 From: William Harrison Date: Fri, 11 Aug 2023 09:02:47 +0800 Subject: [PATCH 1000/1143] Rename _github-pages-challenge-CreepsoOff.creepso.json to _github-pages-challenge-creepsooff.creepso.json --- ...eepso.json => _github-pages-challenge-creepsooff.creepso.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-CreepsoOff.creepso.json => _github-pages-challenge-creepsooff.creepso.json} (100%) diff --git a/domains/_github-pages-challenge-CreepsoOff.creepso.json b/domains/_github-pages-challenge-creepsooff.creepso.json similarity index 100% rename from domains/_github-pages-challenge-CreepsoOff.creepso.json rename to domains/_github-pages-challenge-creepsooff.creepso.json From c25479f7944f0181eaa2d947402aaf74f23c610f Mon Sep 17 00:00:00 2001 From: William Harrison Date: Fri, 11 Aug 2023 09:05:01 +0800 Subject: [PATCH 1001/1143] Update lamnotadev.json --- domains/lamnotadev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/lamnotadev.json b/domains/lamnotadev.json index 6895d1648..5123e44d3 100644 --- a/domains/lamnotadev.json +++ b/domains/lamnotadev.json @@ -4,6 +4,6 @@ "email": "nguyenlamyou@gmail.com" }, "record": { - "CNAME": "https://chubedanprofile.justtakarin.repl.co" + "CNAME": "chubedanprofile.justtakarin.repl.co" } } From a345bac63381266e7c13a2da5fd04a91e12a23fc Mon Sep 17 00:00:00 2001 From: William Harrison Date: Fri, 11 Aug 2023 09:21:42 +0800 Subject: [PATCH 1002/1143] Delete 1.json --- domains/1.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/1.json diff --git a/domains/1.json b/domains/1.json deleted file mode 100644 index 125924c29..000000000 --- a/domains/1.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Peaqcy", - "email": "kiwibird211@icloud.com" - }, - "record": { - "URL": "https://peacy.carrd.co/" - } -} From 01b3b7cf314deb4f3c6528b9099daaaa14afacf4 Mon Sep 17 00:00:00 2001 From: OrangeLeafDev Date: Fri, 11 Aug 2023 09:54:37 +0800 Subject: [PATCH 1003/1143] feat(domain): _github-pages-challenge-OrangeLeafDev.orangeleaf36.is-a.dev --- ...ithub-pages-challenge-OrangeLeafDev.orangeleaf36.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-OrangeLeafDev.orangeleaf36.json diff --git a/domains/_github-pages-challenge-OrangeLeafDev.orangeleaf36.json b/domains/_github-pages-challenge-OrangeLeafDev.orangeleaf36.json new file mode 100644 index 000000000..3ebe04465 --- /dev/null +++ b/domains/_github-pages-challenge-OrangeLeafDev.orangeleaf36.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "OrangeLeafDev", + "email": "caluzajacob07@gmail.com" + }, + "record": { + "TXT": "46dcf591ef5db2595dc3ba5180bfc8" + } +} From 838d146743b83dac4b60954e9f5955f6ce25b0ce Mon Sep 17 00:00:00 2001 From: Jeymen <109573368+Jeymen@users.noreply.github.com> Date: Fri, 11 Aug 2023 13:56:00 +0300 Subject: [PATCH 1004/1143] feat(jey): Update MX and TXT records. --- domains/jeymen.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/domains/jeymen.json b/domains/jeymen.json index ac99b4b5b..17a476555 100644 --- a/domains/jeymen.json +++ b/domains/jeymen.json @@ -12,10 +12,11 @@ ], "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" + "mx.zoho.eu", + "mx2.zoho.eu", + "mx3.zoho.eu" ], - "TXT": "v=spf1 include:spf.improvmx.com ~all" + "TXT": "v=spf1 include:zoho.eu ~all" } } From 5b04770436c4e383c1650dda0c0efd2faa6d53cf Mon Sep 17 00:00:00 2001 From: Rwithik Manoj Date: Fri, 11 Aug 2023 18:29:41 +0530 Subject: [PATCH 1005/1143] Add TXT record for verification --- domains/_github-pages-challenge-rwithik.rwithik | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-rwithik.rwithik diff --git a/domains/_github-pages-challenge-rwithik.rwithik b/domains/_github-pages-challenge-rwithik.rwithik new file mode 100644 index 000000000..5e6acfc84 --- /dev/null +++ b/domains/_github-pages-challenge-rwithik.rwithik @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "rwithik", + "email": "rwithik@gmail.com" + }, + "record": { + "TXT": "7a912f12f50a5cd49fc6148d672574" + } +} From 03283761fe84ccec3451761a6278b736101ba69a Mon Sep 17 00:00:00 2001 From: niceEli Date: Fri, 11 Aug 2023 09:12:00 -0400 Subject: [PATCH 1006/1143] feat(domain): niceeli.is-a.dev --- domains/niceeli.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/niceeli.json b/domains/niceeli.json index aa349f195..cedcc93fd 100644 --- a/domains/niceeli.json +++ b/domains/niceeli.json @@ -4,6 +4,6 @@ "email": "EliCardoso2009@gmail.com" }, "record": { - "A": ["99.254.123.29"] + "URL": "niceeli.github.io" } } From 17379af4584702a642e88949cf0b8d3fe4d33315 Mon Sep 17 00:00:00 2001 From: niceEli Date: Fri, 11 Aug 2023 09:21:57 -0400 Subject: [PATCH 1007/1143] feat(domain): niceeli.is-a.dev --- domains/niceeli.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/niceeli.json b/domains/niceeli.json index cedcc93fd..8c6d38da1 100644 --- a/domains/niceeli.json +++ b/domains/niceeli.json @@ -4,6 +4,6 @@ "email": "EliCardoso2009@gmail.com" }, "record": { - "URL": "niceeli.github.io" + "CNAME": "niceeli.github.io" } } From 2b46907bb266290c1cf23cd4d58b72885ee656d7 Mon Sep 17 00:00:00 2001 From: zerolandcode Date: Fri, 11 Aug 2023 16:39:48 +0300 Subject: [PATCH 1008/1143] feat(domain): zerolandcode.is-a.dev --- domains/zerolandcode.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/zerolandcode.json diff --git a/domains/zerolandcode.json b/domains/zerolandcode.json new file mode 100644 index 000000000..001e35f57 --- /dev/null +++ b/domains/zerolandcode.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "zerolandcode", + "email": "rolteoln@gmail.com" + }, + "record": { + "URL": "https://zerolandcode.github.io/zerolandcodesite/" + } +} From 3ad4d171d18923b1131e69e6c2fc34524f89cc81 Mon Sep 17 00:00:00 2001 From: inkilu Date: Fri, 11 Aug 2023 19:21:46 +0530 Subject: [PATCH 1009/1143] Create _github-pages-challenge-inkilu.gautham.json --- domains/_github-pages-challenge-inkilu.gautham.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-inkilu.gautham.json diff --git a/domains/_github-pages-challenge-inkilu.gautham.json b/domains/_github-pages-challenge-inkilu.gautham.json new file mode 100644 index 000000000..b140d7ed7 --- /dev/null +++ b/domains/_github-pages-challenge-inkilu.gautham.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "inkilu", + "email": "gauthamgkm@gmail.com" + }, + "record": { + "TXT": "c49ff3bbd82885e942c6785d410fd0" + } +} \ No newline at end of file From 5f0e1def22cafefe31f46dc6e6a4c4ec86f2e4e4 Mon Sep 17 00:00:00 2001 From: Rwithik Manoj Date: Fri, 11 Aug 2023 14:30:24 +0000 Subject: [PATCH 1010/1143] fix: filename --- ...ithik.rwithik => _github-pages-challenge-rwithik.rwithik.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-rwithik.rwithik => _github-pages-challenge-rwithik.rwithik.json} (100%) diff --git a/domains/_github-pages-challenge-rwithik.rwithik b/domains/_github-pages-challenge-rwithik.rwithik.json similarity index 100% rename from domains/_github-pages-challenge-rwithik.rwithik rename to domains/_github-pages-challenge-rwithik.rwithik.json From a5f18c09bb5a7556ae4a273610153a8a00c39031 Mon Sep 17 00:00:00 2001 From: Blob2763 <88489444+Blob2763@users.noreply.github.com> Date: Fri, 11 Aug 2023 15:32:22 +0100 Subject: [PATCH 1011/1143] Create _github-pages-challenge-Blob2763.blob2763.json --- domains/_github-pages-challenge-Blob2763.blob2763.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-Blob2763.blob2763.json diff --git a/domains/_github-pages-challenge-Blob2763.blob2763.json b/domains/_github-pages-challenge-Blob2763.blob2763.json new file mode 100644 index 000000000..fad6d3d7a --- /dev/null +++ b/domains/_github-pages-challenge-Blob2763.blob2763.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Blob2763", + "email": "blob2763@gmail.com" + }, + "record": { + "TXT": "a658c7bf2ffa85c1e1c68cb3776ef7" + } +} From b1f98d535a1e0cd5e6b3b7fec811cff1e2446c88 Mon Sep 17 00:00:00 2001 From: HmonsterG Date: Fri, 11 Aug 2023 15:47:39 +0100 Subject: [PATCH 1012/1143] feat(domain): _github-pages-challenge-HmonsterG.soap.is-a.dev --- domains/_github-pages-challenge-HmonsterG.soap.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-HmonsterG.soap.json diff --git a/domains/_github-pages-challenge-HmonsterG.soap.json b/domains/_github-pages-challenge-HmonsterG.soap.json new file mode 100644 index 000000000..85ccb3fe3 --- /dev/null +++ b/domains/_github-pages-challenge-HmonsterG.soap.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "HmonsterG", + "email": "Plzdontgethacked@outlook.com" + }, + "record": { + "TXT": "e97c07c8d241804c777b23d7015d00" + } +} From 56251298b2394d596b4b5618fd127bbb7a3c051f Mon Sep 17 00:00:00 2001 From: Mizu <71164002+MiyagawaMizu@users.noreply.github.com> Date: Fri, 11 Aug 2023 22:55:39 +0700 Subject: [PATCH 1013/1143] Update mizu.json --- domains/mizu.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/mizu.json b/domains/mizu.json index 577ef45ca..e9613eee4 100644 --- a/domains/mizu.json +++ b/domains/mizu.json @@ -8,7 +8,7 @@ "discord": "miyagawamizu" }, "record": { - "CNAME": "miyagawamizu.github.io" + "CNAME": "mizunee.pages.dev" } } From f9260fd6f1d815b70adc83e262c2fc3109d529ff Mon Sep 17 00:00:00 2001 From: sannidhyaroy Date: Fri, 11 Aug 2023 22:06:30 +0530 Subject: [PATCH 1014/1143] feat(domain): sannidhya.is-a.dev --- domains/sannidhya.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/sannidhya.json diff --git a/domains/sannidhya.json b/domains/sannidhya.json new file mode 100644 index 000000000..882b46ae1 --- /dev/null +++ b/domains/sannidhya.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "sannidhyaroy", + "email": "roysannidhya@gmail.com" + }, + "record": { + "URL": "https://sanni.is-a.dev" + } +} From 17aee35eccf3936b14923e605ec1fd7ea892e82e Mon Sep 17 00:00:00 2001 From: Atr-e Date: Fri, 11 Aug 2023 11:40:23 -0700 Subject: [PATCH 1015/1143] feat(domain): devel.is-a.dev --- domains/devel.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/devel.json diff --git a/domains/devel.json b/domains/devel.json new file mode 100644 index 000000000..a099cacac --- /dev/null +++ b/domains/devel.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Atr-e", + "email": "eatr577@gmail.com" + }, + "record": { + "MX": ["mx1.improvmx.com"] + } +} From 1cd8d63a1aac8feb234708a3270435b5ad769377 Mon Sep 17 00:00:00 2001 From: Blob2763 <88489444+Blob2763@users.noreply.github.com> Date: Fri, 11 Aug 2023 19:55:06 +0100 Subject: [PATCH 1016/1143] Create _github-pages-challenge-Blob2763.utils.json --- domains/_github-pages-challenge-Blob2763.utils.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-Blob2763.utils.json diff --git a/domains/_github-pages-challenge-Blob2763.utils.json b/domains/_github-pages-challenge-Blob2763.utils.json new file mode 100644 index 000000000..b0595747d --- /dev/null +++ b/domains/_github-pages-challenge-Blob2763.utils.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Blob2763", + "email": "blob2763@gmail.com" + }, + "record": { + "TXT": "bac9fea219f8e188022d1c5f70a6c7" + } +} From 198195d473680a44a4be05dcab0c1bde086ccce3 Mon Sep 17 00:00:00 2001 From: justdont0 Date: Sat, 12 Aug 2023 01:07:40 +0300 Subject: [PATCH 1017/1143] feat(domain): akuto.is-a.dev --- domains/akuto.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/akuto.json diff --git a/domains/akuto.json b/domains/akuto.json new file mode 100644 index 000000000..b7850970e --- /dev/null +++ b/domains/akuto.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "justdont0", + "email": "hello.and.ios@gmail.com" + }, + "record": { + "TXT": "akuto" + } +} From b8f0883662c03dc8ea8bb1295cbdf304818e7066 Mon Sep 17 00:00:00 2001 From: P0rc0D10 Date: Sat, 12 Aug 2023 01:48:35 +0200 Subject: [PATCH 1018/1143] feat(domain): reizy.is-a.dev --- domains/reizy.json | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/domains/reizy.json b/domains/reizy.json index b75ddee82..759c7bdba 100644 --- a/domains/reizy.json +++ b/domains/reizy.json @@ -1,11 +1,9 @@ - - { - "owner": { +{ + "owner": { "username": "P0rc0D10", "email": "grazioligiuliano52@gmail.com" - }, - "record": { - "URL": "https://reizy.eu" - } + }, + "record": { + "CNAME": "hosts.is-a.dev" } - \ No newline at end of file +} From 757b9760cd4d9387c62c4e6b0f67832b217f6243 Mon Sep 17 00:00:00 2001 From: P0rc0D10 Date: Sat, 12 Aug 2023 01:49:56 +0200 Subject: [PATCH 1019/1143] feat(domain): malfunzionato.is-a.dev --- domains/malfunzionato.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/malfunzionato.json diff --git a/domains/malfunzionato.json b/domains/malfunzionato.json new file mode 100644 index 000000000..382a331d5 --- /dev/null +++ b/domains/malfunzionato.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "P0rc0D10", + "email": "grazioligiuliano52@gmail.com" + }, + "record": { + "URL": "https://github.com/p0rc0d10" + } +} From 88eed09dfd81fd0fbb2062976c1813b6eb621024 Mon Sep 17 00:00:00 2001 From: FrosT2k5 Date: Sat, 12 Aug 2023 07:37:59 +0530 Subject: [PATCH 1020/1143] frost2k5: github pages challenge needs reverification Signed-off-by: FrosT2k5 --- domains/_github-pages-challenge-frost2k5.frost2k5.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-frost2k5.frost2k5.json diff --git a/domains/_github-pages-challenge-frost2k5.frost2k5.json b/domains/_github-pages-challenge-frost2k5.frost2k5.json new file mode 100644 index 000000000..3a74ce877 --- /dev/null +++ b/domains/_github-pages-challenge-frost2k5.frost2k5.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "FrosT2k5", + "email": "androygaming@gmail.com" + }, + "record": { + "TXT": "470d49eac00aadbe7f580a6c455ad9" + } +} From 8ef71791a79c67aae5dae1d428a6333fc4589816 Mon Sep 17 00:00:00 2001 From: ejaz4 Date: Sat, 12 Aug 2023 03:20:43 +0100 Subject: [PATCH 1021/1143] feat(domain): ejaz.is-a.dev --- domains/ejaz.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/domains/ejaz.json b/domains/ejaz.json index 060d912f0..47050836e 100644 --- a/domains/ejaz.json +++ b/domains/ejaz.json @@ -1,12 +1,9 @@ { - "description": "My personal portfolio site.", - "repo": "https://github.com/ejaz/ejaz4.github.io", "owner": { "username": "ejaz4", - "email": "ejaz@ceccun.com", - "twitter": "ejazaIi" + "email": "ejazali4@protonmail.ch" }, "record": { - "CNAME": "ejaz4.github.io" + "CNAME": "ejaz4.github.io" } } From bdb98dd92d5bff0db48b095dcf54a8c11b2578f7 Mon Sep 17 00:00:00 2001 From: ShadowPlayzYT22 Date: Sat, 12 Aug 2023 10:24:13 +0800 Subject: [PATCH 1022/1143] feat(domain): itsdemongamez.is-a.dev --- domains/itsdemongamez.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/itsdemongamez.json diff --git a/domains/itsdemongamez.json b/domains/itsdemongamez.json new file mode 100644 index 000000000..52511eb4e --- /dev/null +++ b/domains/itsdemongamez.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "ShadowPlayzYT22", + "email": "peterwyneg@gmail.com", + "discord": "1038747272701292584" + }, + + "record": { + "CNAME": "1330d861-7ea5-40e4-aeec-98267aebec75.id.repl.co" + } +} From b40df03c7256b3f72a19579596f5ca0af0382662 Mon Sep 17 00:00:00 2001 From: peter-schinske <36322869+pjschinske@users.noreply.github.com> Date: Fri, 11 Aug 2023 20:22:13 -0700 Subject: [PATCH 1023/1143] Create _github-pages-challenge-pjschinske.peter --- domains/_github-pages-challenge-pjschinske.peter | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_github-pages-challenge-pjschinske.peter diff --git a/domains/_github-pages-challenge-pjschinske.peter b/domains/_github-pages-challenge-pjschinske.peter new file mode 100644 index 000000000..2121a5953 --- /dev/null +++ b/domains/_github-pages-challenge-pjschinske.peter @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "pjschinske", + "email": "pjschinske@gmail.com" + }, + + "record": { + "TXT": "ae060fca298593aaf2b5cc7aec64e6" + } +} From f83092298e0dcd9f5ffd3f5309785d5bfa397bc7 Mon Sep 17 00:00:00 2001 From: peter-schinske <36322869+pjschinske@users.noreply.github.com> Date: Fri, 11 Aug 2023 20:22:48 -0700 Subject: [PATCH 1024/1143] Rename _github-pages-challenge-pjschinske.peter to _github-pages-challenge-pjschinske.peter.json --- ...hinske.peter => _github-pages-challenge-pjschinske.peter.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-pjschinske.peter => _github-pages-challenge-pjschinske.peter.json} (100%) diff --git a/domains/_github-pages-challenge-pjschinske.peter b/domains/_github-pages-challenge-pjschinske.peter.json similarity index 100% rename from domains/_github-pages-challenge-pjschinske.peter rename to domains/_github-pages-challenge-pjschinske.peter.json From f6dfee40c9894b7e38c8ff3b3bd2bb85e0026ab3 Mon Sep 17 00:00:00 2001 From: Mizu <71164002+MiyagawaMizu@users.noreply.github.com> Date: Sat, 12 Aug 2023 10:24:19 +0700 Subject: [PATCH 1025/1143] Update mizu.json --- domains/mizu.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/mizu.json b/domains/mizu.json index e9613eee4..7e4e94f0a 100644 --- a/domains/mizu.json +++ b/domains/mizu.json @@ -8,7 +8,7 @@ "discord": "miyagawamizu" }, "record": { - "CNAME": "mizunee.pages.dev" + "CNAME": "mizu.pages.dev" } } From d5fc095f1a50536aff02b5cd14bb1fad8926c17c Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 12 Aug 2023 11:28:36 +0800 Subject: [PATCH 1026/1143] Rename _github-pages-challenge-Blob2763.utils.json to _github-pages-challenge-blob2763.utils.json --- ...763.utils.json => _github-pages-challenge-blob2763.utils.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-Blob2763.utils.json => _github-pages-challenge-blob2763.utils.json} (100%) diff --git a/domains/_github-pages-challenge-Blob2763.utils.json b/domains/_github-pages-challenge-blob2763.utils.json similarity index 100% rename from domains/_github-pages-challenge-Blob2763.utils.json rename to domains/_github-pages-challenge-blob2763.utils.json From e12fdc5d818afdfcc2a6a1fe6369220997b4e305 Mon Sep 17 00:00:00 2001 From: Sanchay Kumar Date: Sat, 12 Aug 2023 09:00:33 +0530 Subject: [PATCH 1027/1143] Add github pages challenge for sanchay.is-a.dev --- domains/_github-pages-challenge-sanchay9.sanchay.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-sanchay9.sanchay.json diff --git a/domains/_github-pages-challenge-sanchay9.sanchay.json b/domains/_github-pages-challenge-sanchay9.sanchay.json new file mode 100644 index 000000000..02aa7cb59 --- /dev/null +++ b/domains/_github-pages-challenge-sanchay9.sanchay.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "sanchay9", + "email": "sanchaykumar9@gmail.com" + }, + "record": { + "TXT": "25bca04982f50f307259901d6f7688" + } +} From 130240c2f05711a826caabb82b393e59eb901020 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 12 Aug 2023 11:35:49 +0800 Subject: [PATCH 1028/1143] Rename _github-pages-challenge-Window5000.window5.json to _github-pages-challenge-window5000.window5.json --- ...ndow5.json => _github-pages-challenge-window5000.window5.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-Window5000.window5.json => _github-pages-challenge-window5000.window5.json} (100%) diff --git a/domains/_github-pages-challenge-Window5000.window5.json b/domains/_github-pages-challenge-window5000.window5.json similarity index 100% rename from domains/_github-pages-challenge-Window5000.window5.json rename to domains/_github-pages-challenge-window5000.window5.json From 4f467b7e6fd20b2fadf4f6dfccddfc4572ce6ef9 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 12 Aug 2023 11:40:04 +0800 Subject: [PATCH 1029/1143] Update gooplancton.json --- domains/gooplancton.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/gooplancton.json b/domains/gooplancton.json index 270ca6752..a92c329fc 100644 --- a/domains/gooplancton.json +++ b/domains/gooplancton.json @@ -4,6 +4,6 @@ "email": "gooplancton@outlook.com" }, "record": { - "A": "93.93.117.164" + "A": ["93.93.117.164"] } } From e298631c2180b95956d0def45d66f896a40d90fe Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 12 Aug 2023 11:42:50 +0800 Subject: [PATCH 1030/1143] Rename _github-pages-challenge-HmonsterG.soap.json to _github-pages-challenge-hmonsterg.soap.json --- ...terG.soap.json => _github-pages-challenge-hmonsterg.soap.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-HmonsterG.soap.json => _github-pages-challenge-hmonsterg.soap.json} (100%) diff --git a/domains/_github-pages-challenge-HmonsterG.soap.json b/domains/_github-pages-challenge-hmonsterg.soap.json similarity index 100% rename from domains/_github-pages-challenge-HmonsterG.soap.json rename to domains/_github-pages-challenge-hmonsterg.soap.json From 18285ebf4ee51938df656efe154438d02fdcb617 Mon Sep 17 00:00:00 2001 From: LRxDarkDevil Date: Sat, 12 Aug 2023 08:44:14 +0500 Subject: [PATCH 1031/1143] feat(domain): _github-pages-challenge-LRxDarkDevil.darkdevil.is-a.dev --- .../_github-pages-challenge-LRxDarkDevil.darkdevil.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-LRxDarkDevil.darkdevil.json diff --git a/domains/_github-pages-challenge-LRxDarkDevil.darkdevil.json b/domains/_github-pages-challenge-LRxDarkDevil.darkdevil.json new file mode 100644 index 000000000..97d9ca686 --- /dev/null +++ b/domains/_github-pages-challenge-LRxDarkDevil.darkdevil.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "LRxDarkDevil", + "email": "tahaadnanawan@gmail.com" + }, + "record": { + "TXT": "13dafb5731efc3b35b3e1fe1a20ac2" + } +} From efdf83d1a0be43cba2b38d71aed0e162e4b412db Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 12 Aug 2023 11:44:16 +0800 Subject: [PATCH 1032/1143] Rename _github-pages-challenge-OrangeLeafDev.orangeleaf36.json to _github-pages-challenge-orangeleafdev.orangeleaf36.json --- ...on => _github-pages-challenge-orangeleafdev.orangeleaf36.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-OrangeLeafDev.orangeleaf36.json => _github-pages-challenge-orangeleafdev.orangeleaf36.json} (100%) diff --git a/domains/_github-pages-challenge-OrangeLeafDev.orangeleaf36.json b/domains/_github-pages-challenge-orangeleafdev.orangeleaf36.json similarity index 100% rename from domains/_github-pages-challenge-OrangeLeafDev.orangeleaf36.json rename to domains/_github-pages-challenge-orangeleafdev.orangeleaf36.json From 8e6ff6fb2776efc7706ff3e1523cd96515925a2c Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 12 Aug 2023 11:48:16 +0800 Subject: [PATCH 1033/1143] Rename _github-pages-challenge-LRxDarkDevil.darkdevil.json to _github-pages-challenge-lrxdarkdevil.darkdevil.json --- ...l.json => _github-pages-challenge-lrxdarkdevil.darkdevil.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-LRxDarkDevil.darkdevil.json => _github-pages-challenge-lrxdarkdevil.darkdevil.json} (100%) diff --git a/domains/_github-pages-challenge-LRxDarkDevil.darkdevil.json b/domains/_github-pages-challenge-lrxdarkdevil.darkdevil.json similarity index 100% rename from domains/_github-pages-challenge-LRxDarkDevil.darkdevil.json rename to domains/_github-pages-challenge-lrxdarkdevil.darkdevil.json From c43a813424fdbd632847af4dc401578ec4978bb1 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 12 Aug 2023 11:59:46 +0800 Subject: [PATCH 1034/1143] Update zerolandcode.json --- domains/zerolandcode.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/zerolandcode.json b/domains/zerolandcode.json index 001e35f57..2c5e2fa58 100644 --- a/domains/zerolandcode.json +++ b/domains/zerolandcode.json @@ -4,6 +4,6 @@ "email": "rolteoln@gmail.com" }, "record": { - "URL": "https://zerolandcode.github.io/zerolandcodesite/" + "CNAME": "zerolandcode.github.io" } } From 9105fe88edc5a9d5cb39852e117093b8aa593d41 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 12 Aug 2023 12:07:44 +0800 Subject: [PATCH 1035/1143] Rename _github-pages-challenge-Blob2763.blob2763.json to _github-pages-challenge-blob2763.blob2763.json --- ...ob2763.json => _github-pages-challenge-blob2763.blob2763.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-Blob2763.blob2763.json => _github-pages-challenge-blob2763.blob2763.json} (100%) diff --git a/domains/_github-pages-challenge-Blob2763.blob2763.json b/domains/_github-pages-challenge-blob2763.blob2763.json similarity index 100% rename from domains/_github-pages-challenge-Blob2763.blob2763.json rename to domains/_github-pages-challenge-blob2763.blob2763.json From 6a163fb2e9b08f71b9d42bf39417829ceb36a6ff Mon Sep 17 00:00:00 2001 From: jcarpenter48 <70227084+jcarpenter48@users.noreply.github.com> Date: Sat, 12 Aug 2023 00:09:07 -0400 Subject: [PATCH 1036/1143] Create _github-pages-challenge-jcarpenter48.jcarpenter.json Create verification TXT record .json for jcarpenter48.is-a.dev --- .../_github-pages-challenge-jcarpenter48.jcarpenter.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-jcarpenter48.jcarpenter.json diff --git a/domains/_github-pages-challenge-jcarpenter48.jcarpenter.json b/domains/_github-pages-challenge-jcarpenter48.jcarpenter.json new file mode 100644 index 000000000..2d32ac0a9 --- /dev/null +++ b/domains/_github-pages-challenge-jcarpenter48.jcarpenter.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "jcarpenter48", + "email": "jcarpenter48@mail.com" + }, + "record": { + "TXT": "2b652a052305150f64e2df88a21d0f" + } +} From f36c09ba1c70d53e2e55b1ba14a6e5eb4782bd68 Mon Sep 17 00:00:00 2001 From: Vikram Vishwakarma Date: Sat, 12 Aug 2023 09:56:44 +0530 Subject: [PATCH 1037/1143] Create _github-pages-challenge-vikramv20.vikramv20.json --- domains/_github-pages-challenge-vikramv20.vikramv20.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-vikramv20.vikramv20.json diff --git a/domains/_github-pages-challenge-vikramv20.vikramv20.json b/domains/_github-pages-challenge-vikramv20.vikramv20.json new file mode 100644 index 000000000..5452fc57d --- /dev/null +++ b/domains/_github-pages-challenge-vikramv20.vikramv20.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "vikramv20", + "email": "vs423502@gmail.com" + }, + "record": { + "TXT": "14810aa9ee3adf44431d8a64abc84a" + } +} From 7ae69cc3fbea609c1fe3e7e5edfc55f392b84477 Mon Sep 17 00:00:00 2001 From: ShayokhShorfuddin Date: Sat, 12 Aug 2023 10:44:39 +0600 Subject: [PATCH 1038/1143] feat(domain): shayokh.is-a.dev --- domains/shayokh.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/shayokh.json diff --git a/domains/shayokh.json b/domains/shayokh.json new file mode 100644 index 000000000..8c5882a04 --- /dev/null +++ b/domains/shayokh.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ShayokhShorfuddin", + "email": "shayokhshuvro14@gmail.com" + }, + "record": { + "CNAME": "shayokhshorfuddin.github.io" + } +} From daeaf60cf4e6c7a4c2a542889a4c3b94d5de9688 Mon Sep 17 00:00:00 2001 From: Saurabh yadav <97775798+sohrubh@users.noreply.github.com> Date: Sat, 12 Aug 2023 10:27:58 +0530 Subject: [PATCH 1039/1143] Adding TXT record for github verification --- domains/_github-pages-challenge-sohrubh.saurabh.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-sohrubh.saurabh.json diff --git a/domains/_github-pages-challenge-sohrubh.saurabh.json b/domains/_github-pages-challenge-sohrubh.saurabh.json new file mode 100644 index 000000000..83dd2b1bf --- /dev/null +++ b/domains/_github-pages-challenge-sohrubh.saurabh.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "sohrubh", + "email": "saurabhyadav5931@gmail.com" + }, + "record": { + "TXT": "0c51849fbc5921380ddc445251597b" + } +} \ No newline at end of file From 6aa6d85596a993189f19ecc2fd44efb5918dc664 Mon Sep 17 00:00:00 2001 From: linuzzx Date: Sat, 12 Aug 2023 09:02:44 +0200 Subject: [PATCH 1040/1143] feat(domain): _github-pages-challenge-linuzzx.linusx.is-a.dev --- domains/_github-pages-challenge-linuzzx.linusx.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-linuzzx.linusx.json diff --git a/domains/_github-pages-challenge-linuzzx.linusx.json b/domains/_github-pages-challenge-linuzzx.linusx.json new file mode 100644 index 000000000..901232893 --- /dev/null +++ b/domains/_github-pages-challenge-linuzzx.linusx.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "linuzzx", + "email": "GalaxyLinus@gmail.com" + }, + "record": { + "TXT": "029ab228dfd885b308be6aef43066d" + } +} From 624ced35bb7f46726ea1802ffd1041c2f329104d Mon Sep 17 00:00:00 2001 From: justdont0 <97027325+justdont0@users.noreply.github.com> Date: Sat, 12 Aug 2023 10:05:18 +0300 Subject: [PATCH 1041/1143] Update akuto.json --- domains/akuto.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/akuto.json b/domains/akuto.json index b7850970e..cff42e68b 100644 --- a/domains/akuto.json +++ b/domains/akuto.json @@ -4,6 +4,6 @@ "email": "hello.and.ios@gmail.com" }, "record": { - "TXT": "akuto" + "CNAME": "https://akutosait.repl.co" } } From f789f44964deb6444db916a2aa3851a1d7e0f0de Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 12 Aug 2023 15:19:55 +0800 Subject: [PATCH 1042/1143] Update akuto.json --- domains/akuto.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/akuto.json b/domains/akuto.json index cff42e68b..3ce446203 100644 --- a/domains/akuto.json +++ b/domains/akuto.json @@ -4,6 +4,6 @@ "email": "hello.and.ios@gmail.com" }, "record": { - "CNAME": "https://akutosait.repl.co" + "CNAME": "akutosait.repl.co" } } From 5f2be8bf51820700f288fc617ebbe3cef54c5df6 Mon Sep 17 00:00:00 2001 From: justdont0 Date: Sat, 12 Aug 2023 10:41:20 +0300 Subject: [PATCH 1043/1143] feat(domain): akuto.is-a.dev --- domains/akuto.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/akuto.json b/domains/akuto.json index 3ce446203..3267fe125 100644 --- a/domains/akuto.json +++ b/domains/akuto.json @@ -4,6 +4,6 @@ "email": "hello.and.ios@gmail.com" }, "record": { - "CNAME": "akutosait.repl.co" + "CNAME": "akutosait.dsds6.repl.co" } } From ce0caa8940220f2d3238b37f6c75c62912e857a6 Mon Sep 17 00:00:00 2001 From: FoxsDenYT Date: Sat, 12 Aug 2023 17:54:27 +1000 Subject: [PATCH 1044/1143] feat(domain): foxsden.is-a.dev --- domains/foxsden.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/foxsden.json diff --git a/domains/foxsden.json b/domains/foxsden.json new file mode 100644 index 000000000..5fad1138c --- /dev/null +++ b/domains/foxsden.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "FoxsDenYT", + "email": "techseal14@gmail.com" + }, + "record": { + "CNAME": "foxsden.github.io" + } +} From f96960d737eb7e9202a39dc4749c805c225f5636 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 12 Aug 2023 16:41:39 +0800 Subject: [PATCH 1045/1143] Update foxsden.json --- domains/foxsden.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/foxsden.json b/domains/foxsden.json index 5fad1138c..8a5918d00 100644 --- a/domains/foxsden.json +++ b/domains/foxsden.json @@ -4,6 +4,6 @@ "email": "techseal14@gmail.com" }, "record": { - "CNAME": "foxsden.github.io" + "CNAME": "foxsdenyt.github.io" } } From a1b6e2b1bf00022d1d9149329f1c2c506e4357b5 Mon Sep 17 00:00:00 2001 From: William Harrison <115670568+WDH-2@users.noreply.github.com> Date: Sat, 12 Aug 2023 17:02:34 +0800 Subject: [PATCH 1046/1143] Update CONTRIBUTING.md --- CONTRIBUTING.md | 27 ++++++++++++--------------- 1 file changed, 12 insertions(+), 15 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 965261eda..4fa514e5b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,24 +1,21 @@ # Contributing When contributing to this repository, please first discuss the change you wish to make via issue before making a change. -You should also read up on this project's [code of conduct](./CODE_OF_CONDUCT.md). +You should also read up on this project's [code of conduct](https://github.com/is-a-dev/register/blob/main/CODE_OF_CONDUCT.md). ## Pull requests -You can create an pull request for the following reasons - -* Adding, changing or removing a domain file you own. -* Fixing a bug in the scripts or CI. -* Fix an error in the documentation. +- Adding, changing or removing a domain file you own. +- Fixing a bug in the scripts or CI. +- Fix an error in the documentation. #### Domains -Changes to domain files will follow the given process - -* PR will be reviewed and merged to `main` branch. -* The records will be published as soon as the PR is merged. -* The changes should reflect soon after publishing. - +- Your pull request will be reviewed and merged into `main` branch. +- The records will be published as soon as the PR is merged. +- The changes should reflect soon after publishing. ## Issues -* **Report an abusive domain** - Create a new issue with the label `report-abuse`. -* **Report a problem with your domain** - Create a new issue with the label `support`. -* **Suggestions** - Create a new issue with the label `suggestion`. -* **For any questions** - Create a new issue with the label `question`. -* **Report any other issues related to this repository** - Create a new issue with any label that fits. +- **Report an abusive domain** - Create a new issue with the label `report-abuse`. +- **Report a problem with your domain** - Create a new issue with the label `support`. +- **Suggestions** - Create a new issue with the label `suggestion`. +- **For any questions** - Create a new issue with the label `question`. +- **Report any other issues related to this repository** - Create a new issue with any label that fits. From a776348dcc74cf0af4eae9a87724b5bf70d82d98 Mon Sep 17 00:00:00 2001 From: William Harrison <115670568+WDH-2@users.noreply.github.com> Date: Sat, 12 Aug 2023 17:03:30 +0800 Subject: [PATCH 1047/1143] Update CODE_OF_CONDUCT.md --- CODE_OF_CONDUCT.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 31c61b68f..8baab2bf1 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -5,5 +5,7 @@ This is a Code of Conduct for any interactions in this repository. This includes - **Don't abuse the service** - This service is intended for developers to get a cleaner URL for their personal websites. - **No wrongful use** - Do not use this service as a way, to promote hacking, scams, fraud, and other illegal activites. -If you believe a domain that has been registered using this service is an abuse of this service, you can report it by creating an issue. -The abuse reports will be investigated and the necessary action will be taken! +## Reporting abuse +If you believe a domain that has been registered using this service is abusing our terms, you can report it by creating an issue. + +The abuse reports will be investigated and the necessary action will be taken. From 249ff01723b541f7139096ccc89139fb6b13d2f0 Mon Sep 17 00:00:00 2001 From: William Harrison <115670568+WDH-2@users.noreply.github.com> Date: Sat, 12 Aug 2023 17:04:20 +0800 Subject: [PATCH 1048/1143] Update SECURITY.md --- SECURITY.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index b382809f4..306969112 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -1,6 +1,6 @@ # Security Policy -## Reporting a Vulnerability - +## Reporting a vulnerability You can report low severity bugs as [issues](https://github.com/is-a-dev/register/issues/new/choose) on this repo. -For higher severity vulnerabilities and bugs, kindly email them to me at [akshay-n0@protonmail.com](mailto:akshay-n0@protonmail.com). + +For higher severity vulnerabilities and bugs, please email the service owner at [akshay-n0@protonmail.com](mailto:akshay-n0@protonmail.com). From 945b381dca8c9d9a7d696085db31301667f10eb9 Mon Sep 17 00:00:00 2001 From: William Harrison <115670568+WDH-2@users.noreply.github.com> Date: Sat, 12 Aug 2023 17:05:11 +0800 Subject: [PATCH 1049/1143] Update README.md --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index 58a770788..ba6cd6508 100644 --- a/README.md +++ b/README.md @@ -16,21 +16,14 @@ Discord Server

-# Issues - -If you have any problems then feel free to open a issue on github. -If you have an issue that contains confidental infomation then email hello@maintainers.is-a.dev any other emails will be ignored. - ## Register ### Automated Registration - Easiest method: Use the [manage website](https://manage.is-a.dev), sign in with your github account and click the register page in the navbar. Fill out some questions and it will all happen automagically! Another method is to join our [Discord](https://discord.gg/PZCGHz4RhQ) then head to the commands channel and do /register . The bot will ask you a few questions then will generate your PR and domain automaticly. The bot also allows for domain deletion and editing. ### Manual Registration - - [Fork](https://github.com/is-a-dev/register/fork) this repository. - Add a new file called `your-domain-name.json` in the `domains` folder to register `your-domain-name.is-a.dev`. - [Read the documentation](https://is-a.dev/docs). @@ -39,7 +32,6 @@ Another method is to join our [Discord](https://discord.gg/PZCGHz4RhQ) then head - Enjoy your new `.is-a.dev` domain! ### CLI Registration - For issues with the CLI, **DO NOT OPEN AN ISSUE ON THIS REPOSITORY**, instead open an issue [here](https://github.com/wdhdev/is-a-dev-cli/issues/new). Install the CLI: From 781ef2390e125244a4dc52d48177d425d88c82e5 Mon Sep 17 00:00:00 2001 From: William Harrison <115670568+WDH-2@users.noreply.github.com> Date: Sat, 12 Aug 2023 17:06:01 +0800 Subject: [PATCH 1050/1143] Update SECURITY.md --- SECURITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SECURITY.md b/SECURITY.md index 306969112..27e5fc6e0 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -3,4 +3,4 @@ ## Reporting a vulnerability You can report low severity bugs as [issues](https://github.com/is-a-dev/register/issues/new/choose) on this repo. -For higher severity vulnerabilities and bugs, please email the service owner at [akshay-n0@protonmail.com](mailto:akshay-n0@protonmail.com). +For higher severity vulnerabilities and bugs, please email the maintainers at [hello@maintainers.is-a.dev](mailto:hello@maintainers.is-a.dev). From 49e7a16519ad662cea62ceb9c69739554b8872cf Mon Sep 17 00:00:00 2001 From: Maritsu Date: Sat, 12 Aug 2023 11:39:13 +0200 Subject: [PATCH 1051/1143] feat(domain): janmikowa.is-a.dev --- domains/janmikowa.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/janmikowa.json diff --git a/domains/janmikowa.json b/domains/janmikowa.json new file mode 100644 index 000000000..3faf3a917 --- /dev/null +++ b/domains/janmikowa.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Maritsu", + "email": "maritsuqnn@gmail.com" + }, + "record": { + "CNAME": "maritsu.github.io" + } +} From bc90584b7a06db0c04b481af1b52de6508865d22 Mon Sep 17 00:00:00 2001 From: Dev-420 <109474310+Dev-420@users.noreply.github.com> Date: Sat, 12 Aug 2023 14:57:09 +0500 Subject: [PATCH 1052/1143] Update and rename hot-dev.json to dev-420.json --- domains/dev-420.json | 12 ++++++++++++ domains/hot-dev.json | 12 ------------ 2 files changed, 12 insertions(+), 12 deletions(-) create mode 100644 domains/dev-420.json delete mode 100644 domains/hot-dev.json diff --git a/domains/dev-420.json b/domains/dev-420.json new file mode 100644 index 000000000..8c029e4b8 --- /dev/null +++ b/domains/dev-420.json @@ -0,0 +1,12 @@ +{ + "description": "Just a website for me", + "repo": "https://github.com/Dev-420/dev-420.github.io", + "owner": { + "username": "Dev-420", + "email": "imakbss@gmail.com", + "discord":"hot_dev" + }, + "record": { + "CNAME": "dev-420.github.io" + } +} diff --git a/domains/hot-dev.json b/domains/hot-dev.json deleted file mode 100644 index 278c86764..000000000 --- a/domains/hot-dev.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "Just a website for me", - "repo": "https://github.com/gamerz420/gamerz420.github.io", - "owner": { - "username": "gamerz420", - "email": "imakbss@gmail.com", - "discord":"gamerz420#6200" - }, - "record": { - "CNAME": "gamerz420.github.io" - } -} From 69d470c8a773ddde0933107848a6c696d8a96f52 Mon Sep 17 00:00:00 2001 From: Dev-420 <109474310+Dev-420@users.noreply.github.com> Date: Sat, 12 Aug 2023 15:05:14 +0500 Subject: [PATCH 1053/1143] Create _github-pages-challenge-dev-420.dev-420 --- domains/_github-pages-challenge-dev-420.dev-420 | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-dev-420.dev-420 diff --git a/domains/_github-pages-challenge-dev-420.dev-420 b/domains/_github-pages-challenge-dev-420.dev-420 new file mode 100644 index 000000000..2751e7330 --- /dev/null +++ b/domains/_github-pages-challenge-dev-420.dev-420 @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Dev-420", + "email": "imakbss@gmail.com" + }, + "record": { + "TXT": "af648cf0502797580ddf061805dad3" + } +} From 563bf0ed39b60bcccb87fd71d7fc013c008d4ff5 Mon Sep 17 00:00:00 2001 From: Shreyas T <97907864+Shreyas-ITB@users.noreply.github.com> Date: Sat, 12 Aug 2023 15:35:28 +0530 Subject: [PATCH 1054/1143] Create _github-pages-challenge-Shreyas-ITB.shreyasitb.json --- ...github-pages-challenge-Shreyas-ITB.shreyasitb.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/_github-pages-challenge-Shreyas-ITB.shreyasitb.json diff --git a/domains/_github-pages-challenge-Shreyas-ITB.shreyasitb.json b/domains/_github-pages-challenge-Shreyas-ITB.shreyasitb.json new file mode 100644 index 000000000..530f5b885 --- /dev/null +++ b/domains/_github-pages-challenge-Shreyas-ITB.shreyasitb.json @@ -0,0 +1,11 @@ +{ + "description": "Personal site for github@bi0hazarDD (GH Pages verification)", + "repo": "https://github.com/Shreyas-ITB/Portfolio", + "owner": { + "username": "Shreyas-ITB", + "email": "shreyasbrillint@gmail.com" + }, + "record": { + "TXT": "737cf4521bb4d1c2a7530ce67a8304" + } +} From 90f1172a4f5fdac3d4693131d73570a4544736db Mon Sep 17 00:00:00 2001 From: Shreyas T <97907864+Shreyas-ITB@users.noreply.github.com> Date: Sat, 12 Aug 2023 15:38:07 +0530 Subject: [PATCH 1055/1143] Update _github-pages-challenge-Shreyas-ITB.shreyasitb.json --- domains/_github-pages-challenge-Shreyas-ITB.shreyasitb.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/_github-pages-challenge-Shreyas-ITB.shreyasitb.json b/domains/_github-pages-challenge-Shreyas-ITB.shreyasitb.json index 530f5b885..fecff0dae 100644 --- a/domains/_github-pages-challenge-Shreyas-ITB.shreyasitb.json +++ b/domains/_github-pages-challenge-Shreyas-ITB.shreyasitb.json @@ -1,5 +1,5 @@ { - "description": "Personal site for github@bi0hazarDD (GH Pages verification)", + "description": "Personal site for github@Shreyas-ITB (GH Pages verification)", "repo": "https://github.com/Shreyas-ITB/Portfolio", "owner": { "username": "Shreyas-ITB", From 582f176598bab1e80e3d13c817bdd5b0710e3ce1 Mon Sep 17 00:00:00 2001 From: inkilu Date: Sat, 12 Aug 2023 16:07:24 +0530 Subject: [PATCH 1056/1143] CNAME change for gautham.json --- domains/gautham.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/gautham.json b/domains/gautham.json index 09e26d726..61dc2a366 100644 --- a/domains/gautham.json +++ b/domains/gautham.json @@ -4,6 +4,6 @@ "email": "gauthamgkm@gmail.com" }, "record": { - "CNAME": "inkilu.github.io" + "CNAME": "inkilu.is-a.dev" } } From fa443bdc36228ce6641e478ce8f584af2ae63d23 Mon Sep 17 00:00:00 2001 From: Vithushan <63534975+ACuteWoof@users.noreply.github.com> Date: Sat, 12 Aug 2023 17:36:55 +0530 Subject: [PATCH 1057/1143] Create _github-pages-challenge-ACuteWoof.acutewoof.json --- domains/_github-pages-challenge-ACuteWoof.acutewoof.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-ACuteWoof.acutewoof.json diff --git a/domains/_github-pages-challenge-ACuteWoof.acutewoof.json b/domains/_github-pages-challenge-ACuteWoof.acutewoof.json new file mode 100644 index 000000000..4245b70a1 --- /dev/null +++ b/domains/_github-pages-challenge-ACuteWoof.acutewoof.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ACuteWoof", + "email": "sutharshanvithushan@gmail.com" + }, + "record": { + "TXT": "8a47d2fca716e0d7e0bcfd424d0784" + } +} From dc6d2be36fc890d2ecd7570b765b16ae24dffbf6 Mon Sep 17 00:00:00 2001 From: Levani Date: Sat, 12 Aug 2023 16:12:41 +0400 Subject: [PATCH 1058/1143] Create _github-pages-challenge-LevaniVashadze.levani.json --- .../_github-pages-challenge-LevaniVashadze.levani.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-LevaniVashadze.levani.json diff --git a/domains/_github-pages-challenge-LevaniVashadze.levani.json b/domains/_github-pages-challenge-LevaniVashadze.levani.json new file mode 100644 index 000000000..93a1a3eab --- /dev/null +++ b/domains/_github-pages-challenge-LevaniVashadze.levani.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "LevaniVashadze", + "email": "vashadzelevani11@gmail.com" + }, + "record": { + "TXT": "ed2358814bd1764933a1fb860ab339" + } +} From b779ece498f79931527449202567becca4c5fa43 Mon Sep 17 00:00:00 2001 From: beabzk Date: Sat, 12 Aug 2023 16:13:55 +0300 Subject: [PATCH 1059/1143] feat(domain): beabzk.is-a.dev --- domains/beabzk.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/beabzk.json diff --git a/domains/beabzk.json b/domains/beabzk.json new file mode 100644 index 000000000..b6ba68ba9 --- /dev/null +++ b/domains/beabzk.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "beabzk", + "email": "beabfekadz@gmail.com" + }, + "record": { + "CNAME": "beabzk.github.io" + } +} From c7390622485550dad6fc46326bed179393ce95ac Mon Sep 17 00:00:00 2001 From: "Andrew (Arch)" <111789310+Arch881010@users.noreply.github.com> Date: Sat, 12 Aug 2023 09:42:05 -0500 Subject: [PATCH 1060/1143] Feat: Create _github-pages-challenge and update arch.json to both have the same TXT record on file. --- .../_github-pages-challenge-Arch881010.arch.json | 14 ++++++++++++++ domains/arch.json | 3 ++- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 domains/_github-pages-challenge-Arch881010.arch.json diff --git a/domains/_github-pages-challenge-Arch881010.arch.json b/domains/_github-pages-challenge-Arch881010.arch.json new file mode 100644 index 000000000..03fe5387a --- /dev/null +++ b/domains/_github-pages-challenge-Arch881010.arch.json @@ -0,0 +1,14 @@ +{ + "description": "My personal website on arch.is-a.dev (main files in repo/repository)[Github Challenge].", + "repo": "https://github.com/Arch881010/Arch881010", + "owner": { + "username": "Arch881010", + "email": "c1yd4.arch@inbox.testmail.app", + "discord": "arch1010", + "discord-id": "410248634593050627" + }, + "record": { + "CNAME": "arch881010.github.io", + "TXT": "f7ef0429540150e9e2d26e968dc4de" + } +} diff --git a/domains/arch.json b/domains/arch.json index 3ba605b85..afeaa2231 100644 --- a/domains/arch.json +++ b/domains/arch.json @@ -8,6 +8,7 @@ "discord-id": "410248634593050627" }, "record": { - "CNAME": "arch881010.github.io" + "CNAME": "arch881010.github.io", + "TXT": "f7ef0429540150e9e2d26e968dc4de" } } From 6c348d539cc589f1e94f54830c1c3f76241f44ce Mon Sep 17 00:00:00 2001 From: rachmadsuharja Date: Sat, 12 Aug 2023 22:38:35 +0700 Subject: [PATCH 1061/1143] feat(domain): rachmadsuharja.is-a.dev --- domains/rachmadsuharja.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/rachmadsuharja.json diff --git a/domains/rachmadsuharja.json b/domains/rachmadsuharja.json new file mode 100644 index 000000000..eb178a153 --- /dev/null +++ b/domains/rachmadsuharja.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "rachmadsuharja", + "email": "rachmadsuharja123@gmail.com" + }, + "record": { + "CNAME": "rachmadsuharja.github.io" + } +} From 3e2c14f99ed581faa7edfc215971b20b71961290 Mon Sep 17 00:00:00 2001 From: UtsaV <98129499+UtsaVy@users.noreply.github.com> Date: Sat, 12 Aug 2023 22:02:47 +0530 Subject: [PATCH 1062/1143] feat(domain): add `albagra.is-a.dev` --- domains/albagra.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/albagra.json diff --git a/domains/albagra.json b/domains/albagra.json new file mode 100644 index 000000000..4cd038bca --- /dev/null +++ b/domains/albagra.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "UtsaVy", + "email": "utsavk681@gmail.com" + }, + + "record": { + "CNAME": "fake.dev" + } +} From 0d8c717ed51008d06423a2e57eb7c480e3261a9b Mon Sep 17 00:00:00 2001 From: UtsaV <98129499+UtsaVy@users.noreply.github.com> Date: Sat, 12 Aug 2023 22:15:47 +0530 Subject: [PATCH 1063/1143] feat(domain): add `al-bagra.is-a.dev` --- domains/al-bagra.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/al-bagra.json diff --git a/domains/al-bagra.json b/domains/al-bagra.json new file mode 100644 index 000000000..0f4444470 --- /dev/null +++ b/domains/al-bagra.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "UtsaVy", + "email": "utsavk681@gmail.com" + }, + + "record": { + "CNAME": "utsav.github.io" + } +} From 9eac41fa1164760423fb2059e318116390576d9f Mon Sep 17 00:00:00 2001 From: UtsaV <98129499+UtsaVy@users.noreply.github.com> Date: Sat, 12 Aug 2023 23:03:17 +0530 Subject: [PATCH 1064/1143] Delete albagra.json --- domains/albagra.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 domains/albagra.json diff --git a/domains/albagra.json b/domains/albagra.json deleted file mode 100644 index 4cd038bca..000000000 --- a/domains/albagra.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "UtsaVy", - "email": "utsavk681@gmail.com" - }, - - "record": { - "CNAME": "fake.dev" - } -} From 06f400bb6005c411035bf83a5a00d6c0f24c222b Mon Sep 17 00:00:00 2001 From: Kris Patel Date: Sat, 12 Aug 2023 23:26:12 +0530 Subject: [PATCH 1065/1143] kris-patel.json added for kris-patel.is-a.dev --- domains/kris-patel.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/kris-patel.json diff --git a/domains/kris-patel.json b/domains/kris-patel.json new file mode 100644 index 000000000..7c5fc33ae --- /dev/null +++ b/domains/kris-patel.json @@ -0,0 +1,12 @@ + +{ + "description": "Prorammer , Developer and Student", + "repo": "https://github.com/Kris0011", + "owner": { + "username": "Kris Patel", + "email": "krishp759@gmail.com" + }, + "record": { + "URL": "https://personalportfolio.kris-patelpatel.repl.co/" + } +} \ No newline at end of file From b400a3c856edcfdc1224b2960036513e1a06803b Mon Sep 17 00:00:00 2001 From: "Andrew (Arch)" <111789310+Arch881010@users.noreply.github.com> Date: Sat, 12 Aug 2023 13:37:08 -0500 Subject: [PATCH 1066/1143] Fix: Check Failure --- domains/_github-pages-challenge-Arch881010.arch.json | 1 - domains/arch.json | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/domains/_github-pages-challenge-Arch881010.arch.json b/domains/_github-pages-challenge-Arch881010.arch.json index 03fe5387a..180d212f0 100644 --- a/domains/_github-pages-challenge-Arch881010.arch.json +++ b/domains/_github-pages-challenge-Arch881010.arch.json @@ -8,7 +8,6 @@ "discord-id": "410248634593050627" }, "record": { - "CNAME": "arch881010.github.io", "TXT": "f7ef0429540150e9e2d26e968dc4de" } } diff --git a/domains/arch.json b/domains/arch.json index afeaa2231..3ba605b85 100644 --- a/domains/arch.json +++ b/domains/arch.json @@ -8,7 +8,6 @@ "discord-id": "410248634593050627" }, "record": { - "CNAME": "arch881010.github.io", - "TXT": "f7ef0429540150e9e2d26e968dc4de" + "CNAME": "arch881010.github.io" } } From 5537858bc0fcfddc0707e60d1c3d0f6f64fd4325 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sun, 13 Aug 2023 08:02:53 +0800 Subject: [PATCH 1067/1143] Rename _github-pages-challenge-dev-420.dev-420 to _github-pages-challenge-dev-420.dev-420.json --- ...v-420.dev-420 => _github-pages-challenge-dev-420.dev-420.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-dev-420.dev-420 => _github-pages-challenge-dev-420.dev-420.json} (100%) diff --git a/domains/_github-pages-challenge-dev-420.dev-420 b/domains/_github-pages-challenge-dev-420.dev-420.json similarity index 100% rename from domains/_github-pages-challenge-dev-420.dev-420 rename to domains/_github-pages-challenge-dev-420.dev-420.json From 5675c36c58d1b6d8c968f7308cfed39a5e872fcc Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sun, 13 Aug 2023 08:03:21 +0800 Subject: [PATCH 1068/1143] Discard changes to domains/hot-dev.json --- domains/hot-dev.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/hot-dev.json diff --git a/domains/hot-dev.json b/domains/hot-dev.json new file mode 100644 index 000000000..278c86764 --- /dev/null +++ b/domains/hot-dev.json @@ -0,0 +1,12 @@ +{ + "description": "Just a website for me", + "repo": "https://github.com/gamerz420/gamerz420.github.io", + "owner": { + "username": "gamerz420", + "email": "imakbss@gmail.com", + "discord":"gamerz420#6200" + }, + "record": { + "CNAME": "gamerz420.github.io" + } +} From 93ba26bc9ea3dfdd80350474dbafc83185f93358 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sun, 13 Aug 2023 08:03:56 +0800 Subject: [PATCH 1069/1143] Delete hot-dev.json --- domains/hot-dev.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 domains/hot-dev.json diff --git a/domains/hot-dev.json b/domains/hot-dev.json deleted file mode 100644 index be8316ea9..000000000 --- a/domains/hot-dev.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "Just a website for me", - "repo": "https://github.com/gamerz420/gamerz420.github.io", - "owner": { - "username": "gamerz420", - "email": "imakbss@gmail.com", - "discord": "gamerz420#6200" - }, - "record": { - "CNAME": "gamerz420.github.io" - } -} From b21ef56ad20e030c1454d06f481a16f20eb0c5fb Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sun, 13 Aug 2023 08:04:34 +0800 Subject: [PATCH 1070/1143] Rename _github-pages-challenge-Shreyas-ITB.shreyasitb.json to _github-pages-challenge-shreyas-itb.shreyasitb.json --- ...b.json => _github-pages-challenge-shreyas-itb.shreyasitb.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-Shreyas-ITB.shreyasitb.json => _github-pages-challenge-shreyas-itb.shreyasitb.json} (100%) diff --git a/domains/_github-pages-challenge-Shreyas-ITB.shreyasitb.json b/domains/_github-pages-challenge-shreyas-itb.shreyasitb.json similarity index 100% rename from domains/_github-pages-challenge-Shreyas-ITB.shreyasitb.json rename to domains/_github-pages-challenge-shreyas-itb.shreyasitb.json From 584e572f456e8d8c856246f8903a01eeb0d26147 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sun, 13 Aug 2023 08:04:44 +0800 Subject: [PATCH 1071/1143] Discard changes to domains/shreyasitb.json --- domains/shreyasitb.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/shreyasitb.json b/domains/shreyasitb.json index b9a59c9b9..c99534432 100644 --- a/domains/shreyasitb.json +++ b/domains/shreyasitb.json @@ -4,6 +4,6 @@ "email": "rstechbros@gmail.com" }, "record": { - "TXT": "737cf4521bb4d1c2a7530ce67a8304" + "CNAME": "shreyas-itb.github.io" } } From f2bdcd57dc2f3d29215e84643fee42c1c0959432 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sun, 13 Aug 2023 08:11:09 +0800 Subject: [PATCH 1072/1143] Rename _github-pages-challenge-ACuteWoof.acutewoof.json to _github-pages-challenge-acutewoof.acutewoof.json --- ...woof.json => _github-pages-challenge-acutewoof.acutewoof.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-ACuteWoof.acutewoof.json => _github-pages-challenge-acutewoof.acutewoof.json} (100%) diff --git a/domains/_github-pages-challenge-ACuteWoof.acutewoof.json b/domains/_github-pages-challenge-acutewoof.acutewoof.json similarity index 100% rename from domains/_github-pages-challenge-ACuteWoof.acutewoof.json rename to domains/_github-pages-challenge-acutewoof.acutewoof.json From 67c0e0eeee22d2876bfdb06dad40d8ea39196c69 Mon Sep 17 00:00:00 2001 From: X-Gorn Date: Sun, 13 Aug 2023 14:16:25 +0900 Subject: [PATCH 1073/1143] feat(domain): xgorn.is-a.dev --- domains/xgorn.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/xgorn.json diff --git a/domains/xgorn.json b/domains/xgorn.json new file mode 100644 index 000000000..1136bfe9f --- /dev/null +++ b/domains/xgorn.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "X-Gorn", + "email": "xgorntv@gmail.com" + }, + "record": { + "A": ["104.248.148.191"] + } +} From 7ac8aba0c7ff682fe645d88994536c009ba89124 Mon Sep 17 00:00:00 2001 From: wansies Date: Sun, 13 Aug 2023 11:27:43 +0200 Subject: [PATCH 1074/1143] feat(domain): wan.is-a.dev --- domains/wan.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/wan.json b/domains/wan.json index ad0c923ab..28ed11e47 100644 --- a/domains/wan.json +++ b/domains/wan.json @@ -4,6 +4,6 @@ "email": "taio6@duck.com" }, "record": { - "URL": "https://helix-pullover-d4c.notion.site/wansie-3655baf5f6de40cc8be7aa8cbf67f095" + "CNAME": "wansies.github.io" } } From 8f08974810c238d94863e9220d2d833e453a1f91 Mon Sep 17 00:00:00 2001 From: vysakh Date: Sun, 13 Aug 2023 15:46:46 +0530 Subject: [PATCH 1075/1143] for github domain reverification --- domains/_github-pages-challenge-vyshuks.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-vyshuks.json diff --git a/domains/_github-pages-challenge-vyshuks.json b/domains/_github-pages-challenge-vyshuks.json new file mode 100644 index 000000000..39476df3e --- /dev/null +++ b/domains/_github-pages-challenge-vyshuks.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "vyshuks", + "email": "vyshuks@gmail.com" + }, + "record": { + "TXT": "d1c7eb98e179173dee56d86aaf5e9a" + } +} From acea4c1ae42bc1210942c58cca285c8941fefd0d Mon Sep 17 00:00:00 2001 From: SquareSmp Date: Sun, 13 Aug 2023 16:16:12 +0530 Subject: [PATCH 1076/1143] feat(domain): akash.is-a.dev --- domains/akash.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/akash.json diff --git a/domains/akash.json b/domains/akash.json new file mode 100644 index 000000000..bffaee221 --- /dev/null +++ b/domains/akash.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "SquareSmp", + "email": "squaresmp@asia.com" + }, + "record": { + "CNAME": "8e7e5199-15ef-4f4d-8350-68c025df6616.id.repl.co" + } +} From 2e18aa21e733b0996cceb6b7fd80d099fdcce996 Mon Sep 17 00:00:00 2001 From: nxyoo Date: Sun, 13 Aug 2023 12:53:54 +0200 Subject: [PATCH 1077/1143] feat(domain): nxyoo.is-a.dev --- domains/nxyoo.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/nxyoo.json diff --git a/domains/nxyoo.json b/domains/nxyoo.json new file mode 100644 index 000000000..f75d2607f --- /dev/null +++ b/domains/nxyoo.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "nxyoo", + "email": "armqnd.pro@gmail.com" + }, + "record": { + "A": ["185.221.182.32"] + } +} From 5afdd8453a152bbe7f8b3f235e6741207028317f Mon Sep 17 00:00:00 2001 From: borboss Date: Sun, 13 Aug 2023 09:11:03 -0400 Subject: [PATCH 1078/1143] feat(domain): borboss.is-a.dev --- domains/borboss.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/borboss.json diff --git a/domains/borboss.json b/domains/borboss.json new file mode 100644 index 000000000..33dd07cc7 --- /dev/null +++ b/domains/borboss.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "borboss", + "email": "bobbarosshasnoemail@gmail.com" + }, + "record": { + "CNAME": "borboss.github.io" + } +} From 20dda80c14961f3a057cf830171bf52eca6bc424 Mon Sep 17 00:00:00 2001 From: Noma4321 Date: Sun, 13 Aug 2023 18:52:04 +0300 Subject: [PATCH 1079/1143] feat(domain): _github-pages-challenge-Noma4321.noma.is-a.dev --- domains/_github-pages-challenge-Noma4321.noma.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-Noma4321.noma.json diff --git a/domains/_github-pages-challenge-Noma4321.noma.json b/domains/_github-pages-challenge-Noma4321.noma.json new file mode 100644 index 000000000..4fc6c3265 --- /dev/null +++ b/domains/_github-pages-challenge-Noma4321.noma.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Noma4321", + "email": "noam.malka1yt@gmail.com" + }, + "record": { + "TXT": "3050b2d9504b6f7cab6049c0d11f64" + } +} From a7abce1a7c22083daf86d3c430be63773d73143a Mon Sep 17 00:00:00 2001 From: hilausfbrdhiiuhsdfh Date: Sun, 13 Aug 2023 13:57:07 -0400 Subject: [PATCH 1080/1143] feat(domain): tm-math.is-a.dev --- domains/tm-math.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/tm-math.json diff --git a/domains/tm-math.json b/domains/tm-math.json new file mode 100644 index 000000000..b0787c686 --- /dev/null +++ b/domains/tm-math.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "hilausfbrdhiiuhsdfh", + "email": "timedoutbusiness@gmail.com" + }, + "record": { + "URL": "https://timed-out-math.hop.sh/" + } +} From 6c091103753a753a0d834aff26f00816269c9cb6 Mon Sep 17 00:00:00 2001 From: SurvExe1Pc Date: Sun, 13 Aug 2023 15:50:10 -0400 Subject: [PATCH 1081/1143] feat(domain): surv.is-a.dev --- domains/surv.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/surv.json diff --git a/domains/surv.json b/domains/surv.json new file mode 100644 index 000000000..d5adf9796 --- /dev/null +++ b/domains/surv.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "SurvExe1Pc", + "email": "a_2oo@outlook.com" + }, + "record": { + "CNAME": "survexe1pc.github.io" + } +} From b323c0a2f589f4c180970b933e7c1e2f3ae84f91 Mon Sep 17 00:00:00 2001 From: is-a-dev-bot Date: Sun, 13 Aug 2023 21:20:45 +0100 Subject: [PATCH 1082/1143] feat(domain): is-a-dev-testing.is-a.dev --- domains/is-a-dev-testing.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/is-a-dev-testing.json diff --git a/domains/is-a-dev-testing.json b/domains/is-a-dev-testing.json new file mode 100644 index 000000000..e2a1cd34f --- /dev/null +++ b/domains/is-a-dev-testing.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "is-a-dev-bot", + "email": "is-a-dev@win11react.com" + }, + "record": { + "A": ["217.174.245.249"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", + "MX": "hosts.is-a.dev" + } +} \ No newline at end of file From 11727b4f1f03034690608923398baada75caed87 Mon Sep 17 00:00:00 2001 From: is-a-dev-bot Date: Sun, 13 Aug 2023 23:25:30 +0100 Subject: [PATCH 1083/1143] feat(domain): b69029a2925ad960f5af027cd6d10ed9.is-a.dev --- domains/b69029a2925ad960f5af027cd6d10ed9.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/b69029a2925ad960f5af027cd6d10ed9.json diff --git a/domains/b69029a2925ad960f5af027cd6d10ed9.json b/domains/b69029a2925ad960f5af027cd6d10ed9.json new file mode 100644 index 000000000..bef44eee2 --- /dev/null +++ b/domains/b69029a2925ad960f5af027cd6d10ed9.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "is-a-dev-bot", + "email": "is-a-dev@win11react.com" + }, + "record": { + "CNAME": "verify.bing.com" + } +} From fa17f31251315d51dcdb43446a7685112c70cbd8 Mon Sep 17 00:00:00 2001 From: willothy Date: Sun, 13 Aug 2023 17:04:04 -0700 Subject: [PATCH 1084/1143] feat(domain): willothy.is-a.dev --- domains/willothy.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/willothy.json diff --git a/domains/willothy.json b/domains/willothy.json new file mode 100644 index 000000000..b117237fd --- /dev/null +++ b/domains/willothy.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "willothy", + "email": "willothyh@gmail.com" + }, + "record": { + "URL": "https://willothy.com" + } +} From 93bd62e4f4044e2be2ee44fa87cb9ff3ba1875db Mon Sep 17 00:00:00 2001 From: vysakh Date: Mon, 14 Aug 2023 13:28:24 +0530 Subject: [PATCH 1085/1143] Rename _github-pages-challenge-vyshuks.json to _github-pages-challenge-vyshuks.vysakh.json --- ...vyshuks.json => _github-pages-challenge-vyshuks.vysakh.json} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename domains/{_github-pages-challenge-vyshuks.json => _github-pages-challenge-vyshuks.vysakh.json} (68%) diff --git a/domains/_github-pages-challenge-vyshuks.json b/domains/_github-pages-challenge-vyshuks.vysakh.json similarity index 68% rename from domains/_github-pages-challenge-vyshuks.json rename to domains/_github-pages-challenge-vyshuks.vysakh.json index 39476df3e..c90ab14b0 100644 --- a/domains/_github-pages-challenge-vyshuks.json +++ b/domains/_github-pages-challenge-vyshuks.vysakh.json @@ -4,6 +4,6 @@ "email": "vyshuks@gmail.com" }, "record": { - "TXT": "d1c7eb98e179173dee56d86aaf5e9a" + "TXT": "0cb8ba615b779ff95bfe738257a888" } } From 9fdefedebfebd16acc86d41ea516d05411476ea8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8A=B1=E5=AE=B6=E5=9C=B0=E5=B0=8F=E8=8D=89=E5=B8=BD?= Date: Mon, 14 Aug 2023 23:28:37 +0800 Subject: [PATCH 1086/1143] feat(domain): add `wusong.is-a.dev` --- domains/wusong.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/wusong.json diff --git a/domains/wusong.json b/domains/wusong.json new file mode 100644 index 000000000..3a742781c --- /dev/null +++ b/domains/wusong.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "bayunjiang", + "email": "master@bayun.org" + }, + + "record": { + "CNAME": "bayunjiang.github.io" + } +} From 5967f7328d5b0093b07b7457bef0eb253aef65fc Mon Sep 17 00:00:00 2001 From: Ken Wu Date: Mon, 14 Aug 2023 21:07:24 -0200 Subject: [PATCH 1087/1143] Update _github-pages-challenge-kenwuqianghao.kenwu.json --- domains/_github-pages-challenge-kenwuqianghao.kenwu.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/_github-pages-challenge-kenwuqianghao.kenwu.json b/domains/_github-pages-challenge-kenwuqianghao.kenwu.json index 14849215f..e4e4ccbab 100644 --- a/domains/_github-pages-challenge-kenwuqianghao.kenwu.json +++ b/domains/_github-pages-challenge-kenwuqianghao.kenwu.json @@ -7,6 +7,6 @@ "twitter": "KenWuqianghao" }, "record": { - "TXT": "15c0eb5d4a85c75c4b205ac26a4d31" + "TXT": "ddd9e6fce10cefd43829dc21e9bc09" } } From 776f66352acdb067e9b6cc8f96d52df90005ca28 Mon Sep 17 00:00:00 2001 From: noobshubham <55689986+noobshubham@users.noreply.github.com> Date: Tue, 15 Aug 2023 06:21:35 +0530 Subject: [PATCH 1088/1143] Update shubham.json Update the TXT Record! --- domains/shubham.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/shubham.json b/domains/shubham.json index b133e9d24..e8417de2d 100644 --- a/domains/shubham.json +++ b/domains/shubham.json @@ -6,6 +6,6 @@ "email": "noobshubham65@gmail.com" }, "record": { - "CNAME": "noobshubham.github.io" + "TXT": "d195c824403985d365b744c05663fb" } } From bea77dca93c848b10fd14a87d9840461966259fc Mon Sep 17 00:00:00 2001 From: FoxsDenYT Date: Tue, 15 Aug 2023 11:25:24 +1000 Subject: [PATCH 1089/1143] feat(domain): foxsden.is-a.dev --- domains/foxsden.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/foxsden.json b/domains/foxsden.json index 8a5918d00..ee7c4df74 100644 --- a/domains/foxsden.json +++ b/domains/foxsden.json @@ -4,6 +4,6 @@ "email": "techseal14@gmail.com" }, "record": { - "CNAME": "foxsdenyt.github.io" + "MX": "mx1.forwardemail.net" } } From ed35d83d087b71c098a0e5486af47833cb41fd55 Mon Sep 17 00:00:00 2001 From: FoxsDenYT Date: Tue, 15 Aug 2023 11:39:56 +1000 Subject: [PATCH 1090/1143] feat(domain): foxsden.is-a.dev --- domains/foxsden.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/foxsden.json b/domains/foxsden.json index ee7c4df74..2a979802c 100644 --- a/domains/foxsden.json +++ b/domains/foxsden.json @@ -4,6 +4,6 @@ "email": "techseal14@gmail.com" }, "record": { - "MX": "mx1.forwardemail.net" + "TXT": "forward-email=foxsdenyt@gmail.com" } } From abb5eb8d7595c5bb5356423bf3477fb39ad66ba6 Mon Sep 17 00:00:00 2001 From: FoxsDenYT Date: Tue, 15 Aug 2023 11:40:10 +1000 Subject: [PATCH 1091/1143] feat(domain): foxsden.is-a.dev From 525429ba809d25a4c4352824d16779d99155215d Mon Sep 17 00:00:00 2001 From: FoxsDenYT Date: Tue, 15 Aug 2023 12:25:52 +1000 Subject: [PATCH 1092/1143] feat(domain): foxsden.is-a.dev --- domains/foxsden.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/foxsden.json b/domains/foxsden.json index 2a979802c..5ad70e6f0 100644 --- a/domains/foxsden.json +++ b/domains/foxsden.json @@ -4,6 +4,6 @@ "email": "techseal14@gmail.com" }, "record": { - "TXT": "forward-email=foxsdenyt@gmail.com" + "TXT": " forward-email=foxsdenyt@gmail.com" } } From aa720407e976a9a9b124f3dd2b2a577830c82460 Mon Sep 17 00:00:00 2001 From: FoxsDenYT Date: Tue, 15 Aug 2023 12:29:26 +1000 Subject: [PATCH 1093/1143] feat(domain): foxsden.is-a.dev --- domains/foxsden.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/foxsden.json b/domains/foxsden.json index 5ad70e6f0..ee7c4df74 100644 --- a/domains/foxsden.json +++ b/domains/foxsden.json @@ -4,6 +4,6 @@ "email": "techseal14@gmail.com" }, "record": { - "TXT": " forward-email=foxsdenyt@gmail.com" + "MX": "mx1.forwardemail.net" } } From 1e047c7cbcb2ecb416b7be0f078e5b1046936010 Mon Sep 17 00:00:00 2001 From: Fox's Den <47910472+FoxsDenYT@users.noreply.github.com> Date: Tue, 15 Aug 2023 12:33:26 +1000 Subject: [PATCH 1094/1143] Update foxsden.json Sorry for the large ammonts of commits. the manage panel was screwing up so i gave up and edited the file this way --- domains/foxsden.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/domains/foxsden.json b/domains/foxsden.json index ee7c4df74..a8a9bfb72 100644 --- a/domains/foxsden.json +++ b/domains/foxsden.json @@ -5,5 +5,7 @@ }, "record": { "MX": "mx1.forwardemail.net" + "TXT": "forward-email=foxsdenyt@gmail.com", + "CNAME": "foxsdenyt.github.io" } } From 4cd5d84dbda4e891cc4bf5d3ee547d91b0dfc1ef Mon Sep 17 00:00:00 2001 From: FoxsDenYT Date: Tue, 15 Aug 2023 12:52:35 +1000 Subject: [PATCH 1095/1143] feat(domain): foxsden.is-a.dev --- domains/foxsden.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/domains/foxsden.json b/domains/foxsden.json index a8a9bfb72..22f407f46 100644 --- a/domains/foxsden.json +++ b/domains/foxsden.json @@ -4,8 +4,6 @@ "email": "techseal14@gmail.com" }, "record": { - "MX": "mx1.forwardemail.net" - "TXT": "forward-email=foxsdenyt@gmail.com", "CNAME": "foxsdenyt.github.io" } } From 94de09c2a3ab7494b02ff088dc709fc556647e4c Mon Sep 17 00:00:00 2001 From: FoxsDenYT Date: Tue, 15 Aug 2023 12:55:52 +1000 Subject: [PATCH 1096/1143] feat(domain): foxsden.is-a.dev From dc4b24b803948d9932f752081d8727b1c82189dd Mon Sep 17 00:00:00 2001 From: noobshubham <55689986+noobshubham@users.noreply.github.com> Date: Tue, 15 Aug 2023 09:01:29 +0530 Subject: [PATCH 1097/1143] Update shubham.json --- domains/shubham.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/shubham.json b/domains/shubham.json index e8417de2d..b133e9d24 100644 --- a/domains/shubham.json +++ b/domains/shubham.json @@ -6,6 +6,6 @@ "email": "noobshubham65@gmail.com" }, "record": { - "TXT": "d195c824403985d365b744c05663fb" + "CNAME": "noobshubham.github.io" } } From 301aa09543147931a0ce2b808c4b358cf6310dc6 Mon Sep 17 00:00:00 2001 From: noobshubham <55689986+noobshubham@users.noreply.github.com> Date: Tue, 15 Aug 2023 09:02:55 +0530 Subject: [PATCH 1098/1143] Create _github-pages-challenge-noobshubham.shubham.json for domain verification --- .../_github-pages-challenge-noobshubham.shubham.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/_github-pages-challenge-noobshubham.shubham.json diff --git a/domains/_github-pages-challenge-noobshubham.shubham.json b/domains/_github-pages-challenge-noobshubham.shubham.json new file mode 100644 index 000000000..a8882ab7e --- /dev/null +++ b/domains/_github-pages-challenge-noobshubham.shubham.json @@ -0,0 +1,11 @@ +{ + "description": "My Portfolio Website", + "repo": "https://github.com/noobshubham/Portfolio", + "owner": { + "username": "noobshubham", + "email": "noobshubham65@gmail.com" + }, + "record": { + "TXT": "d195c824403985d365b744c05663fb" + } +} From adaedc5d0374848b74bf8b97ab479273fb1ddfa5 Mon Sep 17 00:00:00 2001 From: FoxsDenYT Date: Tue, 15 Aug 2023 13:37:14 +1000 Subject: [PATCH 1099/1143] feat(domain): foxsden.is-a.dev --- domains/foxsden.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/foxsden.json b/domains/foxsden.json index 22f407f46..3fe719876 100644 --- a/domains/foxsden.json +++ b/domains/foxsden.json @@ -4,6 +4,6 @@ "email": "techseal14@gmail.com" }, "record": { - "CNAME": "foxsdenyt.github.io" + "MX": "10 mx1.forwardemail.net" } } From b5ff7a15789658510523f5bde440b7e32ed89832 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Tue, 15 Aug 2023 11:58:21 +0800 Subject: [PATCH 1100/1143] Update foxsden.json --- domains/foxsden.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/foxsden.json b/domains/foxsden.json index 3fe719876..721cddd27 100644 --- a/domains/foxsden.json +++ b/domains/foxsden.json @@ -4,6 +4,6 @@ "email": "techseal14@gmail.com" }, "record": { - "MX": "10 mx1.forwardemail.net" + "MX": ["mx1.forwardemail.net"] } } From 657b58a7c6d4b76db8c4b4910e079b892c174abb Mon Sep 17 00:00:00 2001 From: DemonGamez <110583995+ShadowPlayzYT22@users.noreply.github.com> Date: Tue, 15 Aug 2023 12:17:22 +0800 Subject: [PATCH 1101/1143] Update itsdemongamez.json --- domains/itsdemongamez.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/itsdemongamez.json b/domains/itsdemongamez.json index 52511eb4e..0c81aa947 100644 --- a/domains/itsdemongamez.json +++ b/domains/itsdemongamez.json @@ -6,6 +6,6 @@ }, "record": { - "CNAME": "1330d861-7ea5-40e4-aeec-98267aebec75.id.repl.co" + "CNAME": "Demon-Gamez-website.github.io" } } From 22773bdf1ace32ea4e7391e1a66ea5a809d445f2 Mon Sep 17 00:00:00 2001 From: SquareSmp Date: Tue, 15 Aug 2023 11:20:50 +0530 Subject: [PATCH 1102/1143] feat(domain): byte.is-a.dev --- domains/byte.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/byte.json diff --git a/domains/byte.json b/domains/byte.json new file mode 100644 index 000000000..b25114358 --- /dev/null +++ b/domains/byte.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "SquareSmp", + "email": "squaresmp@asia.com" + }, + "record": { + "URL": "https://squaresmp.github.io/" + } +} From 097ec359846611d149c68e34196edddaddee646e Mon Sep 17 00:00:00 2001 From: erdem85 Date: Tue, 15 Aug 2023 11:21:02 +0300 Subject: [PATCH 1103/1143] feat(domain): erdem.is-a.dev --- domains/erdem.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/domains/erdem.json b/domains/erdem.json index e73f3d0cb..b2c240100 100644 --- a/domains/erdem.json +++ b/domains/erdem.json @@ -1,12 +1,9 @@ { - "description": "erdem's personal website", - "repo": "https://github.com/erdem85/website", "owner": { "username": "erdem85", - "email": "erdm@disroot.org", - "twitter": "erdemhso" + "email": "erdm@disroot.org" }, "record": { - "URL": "https://erdem.js.org" + "TXT": "https://erdem.lol" } } From d67654e9c76c8a59a6a0810df1cb40458bc01fcd Mon Sep 17 00:00:00 2001 From: erdem Date: Tue, 15 Aug 2023 11:22:14 +0300 Subject: [PATCH 1104/1143] Update erdem.json --- domains/erdem.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/erdem.json b/domains/erdem.json index b2c240100..202405794 100644 --- a/domains/erdem.json +++ b/domains/erdem.json @@ -4,6 +4,6 @@ "email": "erdm@disroot.org" }, "record": { - "TXT": "https://erdem.lol" + "URL": "https://erdem.lol" } } From 87d0fe8453a64402e1c0ba2e22f02aa28c3d1737 Mon Sep 17 00:00:00 2001 From: drizion Date: Tue, 15 Aug 2023 13:42:21 -0300 Subject: [PATCH 1105/1143] feat(domain): drizion.is-a.dev --- domains/drizion.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/drizion.json diff --git a/domains/drizion.json b/domains/drizion.json new file mode 100644 index 000000000..70090b594 --- /dev/null +++ b/domains/drizion.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "drizion", + "email": "gabrieldasilvadevargas@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=drizion.is-a.dev,6f313e7f58cf1bdb9801" + } +} From 79aba434fcfdef67e76b5c533d7f9aa9e8238b39 Mon Sep 17 00:00:00 2001 From: X-Gorn Date: Wed, 16 Aug 2023 03:30:49 +0900 Subject: [PATCH 1106/1143] feat(domain): xgorn.is-a.dev --- domains/xgorn.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/xgorn.json b/domains/xgorn.json index 1136bfe9f..be34b401e 100644 --- a/domains/xgorn.json +++ b/domains/xgorn.json @@ -4,6 +4,6 @@ "email": "xgorntv@gmail.com" }, "record": { - "A": ["104.248.148.191"] + "CNAME": "x-gorn.github.io" } } From 38f48e86a4e2ea60c40950deafd9ef6fd72c35b6 Mon Sep 17 00:00:00 2001 From: is-a-dev-bot Date: Tue, 15 Aug 2023 20:26:07 +0100 Subject: [PATCH 1107/1143] feat(domain): hosting-test.is-a.dev --- domains/hosting-test.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/hosting-test.json diff --git a/domains/hosting-test.json b/domains/hosting-test.json new file mode 100644 index 000000000..e2a1cd34f --- /dev/null +++ b/domains/hosting-test.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "is-a-dev-bot", + "email": "is-a-dev@win11react.com" + }, + "record": { + "A": ["217.174.245.249"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", + "MX": "hosts.is-a.dev" + } +} \ No newline at end of file From a29d94fd3e4b345743d0c98e2324482484a2d804 Mon Sep 17 00:00:00 2001 From: is-a-dev-bot Date: Tue, 15 Aug 2023 20:55:31 +0100 Subject: [PATCH 1108/1143] feat(domain): test373.is-a.dev --- domains/test373.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/test373.json diff --git a/domains/test373.json b/domains/test373.json new file mode 100644 index 000000000..4b5a77dcc --- /dev/null +++ b/domains/test373.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "is-a-dev-bot", + "email": "is-a-dev@win11react.com" + }, + "record": { + "A": ["1.1.1.1"] + } +} From 3590938185973e4da875395a7c46da59c9e71ee9 Mon Sep 17 00:00:00 2001 From: is-a-dev-bot Date: Tue, 15 Aug 2023 21:30:00 +0100 Subject: [PATCH 1109/1143] feat(domain): test373.is-a.dev --- domains/test373.json | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/domains/test373.json b/domains/test373.json index 4b5a77dcc..987fc9a09 100644 --- a/domains/test373.json +++ b/domains/test373.json @@ -1,9 +1,11 @@ { - "owner": { - "username": "is-a-dev-bot", - "email": "is-a-dev@win11react.com" - }, - "record": { - "A": ["1.1.1.1"] - } -} + "owner": { + "username": "is-a-dev-bot", + "email": "is-a-dev@win11react.com" + }, + "record": { + "A": ["217.174.245.249"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", + "MX": "hosts.is-a.dev" + } + } \ No newline at end of file From 3aad08dd9afce448c4e9e765bc48dfcdf22ea18d Mon Sep 17 00:00:00 2001 From: SreevikramR Date: Tue, 15 Aug 2023 15:34:51 -0500 Subject: [PATCH 1110/1143] feat(domain): sreevikram.is-a.dev --- domains/sreevikram.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/domains/sreevikram.json b/domains/sreevikram.json index 873a18eeb..8758f238e 100644 --- a/domains/sreevikram.json +++ b/domains/sreevikram.json @@ -1,10 +1,11 @@ { - "owner": { - "username": "SreevikramR", - "email": "sreevikram.r@gmail.com", - "discord": "therealviki" - }, - "record": { - "CNAME": "nextjs-production-a65b.up.railway.app" - } -} \ No newline at end of file + "owner": { + "username": "SreevikramR", + "email": "sreevikram.r@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", + "MX": "hosts.is-a.dev" + } + } \ No newline at end of file From 6d001a668551a96de17f79b5caa68ff66fe3b2e8 Mon Sep 17 00:00:00 2001 From: juniorbutyeah Date: Tue, 15 Aug 2023 16:51:42 -0400 Subject: [PATCH 1111/1143] feat(domain): junior.is-a.dev --- domains/junior.json | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/domains/junior.json b/domains/junior.json index d69379ab9..5d947b544 100644 --- a/domains/junior.json +++ b/domains/junior.json @@ -1,9 +1,11 @@ { - "owner": { - "username": "juniorbutyeah", - "email": "junior4u@reborn.com" - }, - "record": { - "CNAME": "juniorlol.me" - } -} + "owner": { + "username": "juniorbutyeah", + "email": "junior4u@reborn.com" + }, + "record": { + "A": ["217.174.245.249"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", + "MX": "hosts.is-a.dev" + } + } \ No newline at end of file From f95393a11b406241ab54b7b5f443d207dec6a04c Mon Sep 17 00:00:00 2001 From: zarqizoubir Date: Wed, 16 Aug 2023 00:03:30 +0100 Subject: [PATCH 1112/1143] feat(domain): picosvelte.zarqi.is-a.dev --- domains/picosvelte.zarqi.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/picosvelte.zarqi.json diff --git a/domains/picosvelte.zarqi.json b/domains/picosvelte.zarqi.json new file mode 100644 index 000000000..66bd72ebc --- /dev/null +++ b/domains/picosvelte.zarqi.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "zarqizoubir", + "email": "zarqi.ezzoubair@etu.uae.ac.ma" + }, + "record": { + "CNAME": "zarqizoubir.github.io" + } +} From 8e914e3be47ec7dcbfdaa529852518b95306e46a Mon Sep 17 00:00:00 2001 From: SukiPlayz Date: Wed, 16 Aug 2023 07:29:20 +0530 Subject: [PATCH 1113/1143] feat(domain): suki.is-a.dev --- domains/suki.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/domains/suki.json b/domains/suki.json index e6ea0c987..8386510fa 100644 --- a/domains/suki.json +++ b/domains/suki.json @@ -1,13 +1,9 @@ { - "description": "A cool website", - "repo": "https://github.com/SukiPlayz/hello-world", "owner": { "username": "SukiPlayz", - "email": "sukimayoo@outlook.com" + "email": "suki@suki.is-a.dev" }, "record": { - "A": ["212.193.3.66"], - "TXT": "v=spf1 a mx ip4:212.193.3.66 include:spf.improvmx.com ~all", - "MX": ["mx1.improvmx.com.", "mx2.improvmx.com."] + "MX": "hosts.is-a.dev" } } From a6d4e07217697a265e2af8f5802ffccebf04745f Mon Sep 17 00:00:00 2001 From: Suki <93142236+SukiPlayz@users.noreply.github.com> Date: Wed, 16 Aug 2023 07:30:23 +0530 Subject: [PATCH 1114/1143] Update suki.json --- domains/suki.json | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/domains/suki.json b/domains/suki.json index 8386510fa..c9d638b44 100644 --- a/domains/suki.json +++ b/domains/suki.json @@ -1,9 +1,12 @@ { "owner": { - "username": "SukiPlayz", - "email": "suki@suki.is-a.dev" - }, - "record": { + "username": "SukiPlayz", + "email": "suki@suki.is-a.dev" + }, + "record": { + "A": ["217.174.245.249"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", "MX": "hosts.is-a.dev" + } } } From 2e27031cd5da89929aa08e7ba4508a517276eb0c Mon Sep 17 00:00:00 2001 From: Suki <93142236+SukiPlayz@users.noreply.github.com> Date: Wed, 16 Aug 2023 07:36:08 +0530 Subject: [PATCH 1115/1143] Update suki.json --- domains/suki.json | 1 - 1 file changed, 1 deletion(-) diff --git a/domains/suki.json b/domains/suki.json index c9d638b44..2ffb5d342 100644 --- a/domains/suki.json +++ b/domains/suki.json @@ -9,4 +9,3 @@ "MX": "hosts.is-a.dev" } } -} From 8e6976a73c565eca0a83feda65daa8aabe2643af Mon Sep 17 00:00:00 2001 From: hbk671104 Date: Wed, 16 Aug 2023 10:15:40 +0800 Subject: [PATCH 1116/1143] feat(domain): bk.is-a.dev --- domains/bk.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/bk.json diff --git a/domains/bk.json b/domains/bk.json new file mode 100644 index 000000000..e7d9f49df --- /dev/null +++ b/domains/bk.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "hbk671104", + "email": "hbk671104@gmail.com" + }, + "record": { + "CNAME": "hbk671104.github.io" + } +} From 420fcead818cf8ddac2b6053d2f27d58964fbcfd Mon Sep 17 00:00:00 2001 From: git-hoe Date: Tue, 15 Aug 2023 22:49:33 -0400 Subject: [PATCH 1117/1143] feat(domain): git-hoe.is-a.dev --- domains/git-hoe.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/git-hoe.json diff --git a/domains/git-hoe.json b/domains/git-hoe.json new file mode 100644 index 000000000..04d94fec4 --- /dev/null +++ b/domains/git-hoe.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "git-hoe", + "email": "haxer@disroot.org" + }, + "record": { + "A": ["217.174.245.249"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", + "MX": "hosts.is-a.dev" + } +} \ No newline at end of file From 30f546e7c9a797dfa6650dc5b8f1a0291793e1cc Mon Sep 17 00:00:00 2001 From: YouFoundAlpha Date: Wed, 16 Aug 2023 08:54:50 +0300 Subject: [PATCH 1118/1143] feat(domain): alphatest.is-a.dev --- domains/alphatest.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/alphatest.json diff --git a/domains/alphatest.json b/domains/alphatest.json new file mode 100644 index 000000000..bedeb69fe --- /dev/null +++ b/domains/alphatest.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "YouFoundAlpha", + "email": "sweepalf@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", + "MX": "hosts.is-a.dev" + } +} \ No newline at end of file From 6fc11e8c59076cb5dfb2e7d24d8fd21a076781bd Mon Sep 17 00:00:00 2001 From: genevera Date: Wed, 16 Aug 2023 03:04:57 -0400 Subject: [PATCH 1119/1143] feat(domain): genevera.is-a.dev --- domains/genevera.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/genevera.json diff --git a/domains/genevera.json b/domains/genevera.json new file mode 100644 index 000000000..ea65bda9a --- /dev/null +++ b/domains/genevera.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "genevera", + "email": "genevera.codes+github@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", + "MX": "hosts.is-a.dev" + } +} \ No newline at end of file From b7eb1d5800eb25985c697179f82ad98fd6857e97 Mon Sep 17 00:00:00 2001 From: nxyoo Date: Wed, 16 Aug 2023 10:31:39 +0200 Subject: [PATCH 1120/1143] feat(domain): nxyoo.is-a.dev --- domains/nxyoo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/nxyoo.json b/domains/nxyoo.json index f75d2607f..1e9e42b9a 100644 --- a/domains/nxyoo.json +++ b/domains/nxyoo.json @@ -4,6 +4,6 @@ "email": "armqnd.pro@gmail.com" }, "record": { - "A": ["185.221.182.32"] + "A": "is-a.dev" } } From 3a0f5434486d4ca93a4977af90c27d119384f679 Mon Sep 17 00:00:00 2001 From: nxyoo Date: Wed, 16 Aug 2023 10:32:53 +0200 Subject: [PATCH 1121/1143] feat(domain): nxyoo.is-a.dev --- domains/nxyoo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/nxyoo.json b/domains/nxyoo.json index 1e9e42b9a..bc4df3ae6 100644 --- a/domains/nxyoo.json +++ b/domains/nxyoo.json @@ -4,6 +4,6 @@ "email": "armqnd.pro@gmail.com" }, "record": { - "A": "is-a.dev" + "A": "68.65.123.44" } } From 0b6f34851f473ace1f84cc934dc8268a35c328bc Mon Sep 17 00:00:00 2001 From: schummler Date: Wed, 16 Aug 2023 10:41:31 +0200 Subject: [PATCH 1122/1143] feat(domain): rizky.is-a.dev --- domains/rizky.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/rizky.json diff --git a/domains/rizky.json b/domains/rizky.json new file mode 100644 index 000000000..a4a946a79 --- /dev/null +++ b/domains/rizky.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "schummler", + "email": "markwilkens102@gmail.com" + }, + "record": { + "CNAME": "schummler.github.io" + } +} From 7653db10dc2e7b961d6dbd5b2547c177c5181276 Mon Sep 17 00:00:00 2001 From: nxyoo Date: Wed, 16 Aug 2023 10:48:19 +0200 Subject: [PATCH 1123/1143] feat(domain): nxyoo.is-a.dev --- domains/nxyoo.json | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/domains/nxyoo.json b/domains/nxyoo.json index bc4df3ae6..b4c442275 100644 --- a/domains/nxyoo.json +++ b/domains/nxyoo.json @@ -1,9 +1,11 @@ { - "owner": { - "username": "nxyoo", - "email": "armqnd.pro@gmail.com" - }, - "record": { - "A": "68.65.123.44" - } -} + "owner": { + "username": "nxyoo", + "email": "armqnd.pro@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", + "MX": "hosts.is-a.dev" + } + } \ No newline at end of file From 7c166d9d812473e5117f2e2a69df5a10005cecf8 Mon Sep 17 00:00:00 2001 From: boomer4boomer Date: Wed, 16 Aug 2023 14:51:51 +0500 Subject: [PATCH 1124/1143] feat(domain): fasdaa.is-a.dev --- domains/fasdaa.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/fasdaa.json diff --git a/domains/fasdaa.json b/domains/fasdaa.json new file mode 100644 index 000000000..8b4d91399 --- /dev/null +++ b/domains/fasdaa.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "boomer4boomer", + "email": "abdulkx06epic@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", + "MX": "hosts.is-a.dev" + } +} \ No newline at end of file From 8301d0adb97e7b6954643024156e49da8e2e5d7c Mon Sep 17 00:00:00 2001 From: Eric-Pessoa Date: Wed, 16 Aug 2023 09:33:54 -0300 Subject: [PATCH 1125/1143] feat(domain): EricPessoa.is-a.dev --- domains/EricPessoa.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/EricPessoa.json diff --git a/domains/EricPessoa.json b/domains/EricPessoa.json new file mode 100644 index 000000000..0a0ef5a42 --- /dev/null +++ b/domains/EricPessoa.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Eric-Pessoa", + "email": "pessoa.eric@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", + "MX": "hosts.is-a.dev" + } +} \ No newline at end of file From 70ff116dba8fc04731ccbd55a924db379d861d6b Mon Sep 17 00:00:00 2001 From: andrewstech Date: Wed, 16 Aug 2023 15:27:48 +0100 Subject: [PATCH 1126/1143] Rename EricPessoa.json to ericpessoa.json --- domains/{EricPessoa.json => ericpessoa.json} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename domains/{EricPessoa.json => ericpessoa.json} (99%) diff --git a/domains/EricPessoa.json b/domains/ericpessoa.json similarity index 99% rename from domains/EricPessoa.json rename to domains/ericpessoa.json index 0a0ef5a42..0e599d0a5 100644 --- a/domains/EricPessoa.json +++ b/domains/ericpessoa.json @@ -8,4 +8,4 @@ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", "MX": "hosts.is-a.dev" } -} \ No newline at end of file +} From b40cac36dd08aef5d2cb7a8d485d7bf63f54cc04 Mon Sep 17 00:00:00 2001 From: Mikelikesgames1 Date: Wed, 16 Aug 2023 10:35:32 -0400 Subject: [PATCH 1127/1143] feat(domain): Kime.is-a.dev --- domains/Kime.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/Kime.json diff --git a/domains/Kime.json b/domains/Kime.json new file mode 100644 index 000000000..f5e7c54e8 --- /dev/null +++ b/domains/Kime.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Mikelikesgames1", + "email": "mikeyhackjob21@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", + "MX": "hosts.is-a.dev" + } +} \ No newline at end of file From 3ad0eb59555f74eec41f0137f240911cf3d17df2 Mon Sep 17 00:00:00 2001 From: andrewstech Date: Wed, 16 Aug 2023 16:13:18 +0100 Subject: [PATCH 1128/1143] Rename Kime.json to kime.json --- domains/{Kime.json => kime.json} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename domains/{Kime.json => kime.json} (99%) diff --git a/domains/Kime.json b/domains/kime.json similarity index 99% rename from domains/Kime.json rename to domains/kime.json index f5e7c54e8..169f51d21 100644 --- a/domains/Kime.json +++ b/domains/kime.json @@ -8,4 +8,4 @@ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", "MX": "hosts.is-a.dev" } -} \ No newline at end of file +} From 2bfa8f48cb7e4591fbb29ff9473b2d40dd928880 Mon Sep 17 00:00:00 2001 From: SaqlainBrawl Date: Wed, 16 Aug 2023 08:24:34 -0700 Subject: [PATCH 1129/1143] feat(domain): saqlainbrawl.is-a.dev --- domains/saqlainbrawl.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/saqlainbrawl.json diff --git a/domains/saqlainbrawl.json b/domains/saqlainbrawl.json new file mode 100644 index 000000000..b9ca235bc --- /dev/null +++ b/domains/saqlainbrawl.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "SaqlainBrawl", + "email": "saqlainbrawl@gmail.com" + }, + "record": { + "CNAME": "fb2fcda5-aed5-45b1-8aa4-31bc49356ffa.id.repl.co" + } +} From 1399b1a012cde6587a2542d8885ff47de2514b5e Mon Sep 17 00:00:00 2001 From: IS A DEV Date: Wed, 16 Aug 2023 20:11:26 +0100 Subject: [PATCH 1130/1143] Update arboy.json --- domains/arboy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/arboy.json b/domains/arboy.json index 5ac1933b3..75fb23a93 100644 --- a/domains/arboy.json +++ b/domains/arboy.json @@ -1,7 +1,7 @@ { "repo": "https://github.com/ARBoyGo/arboygo.github.io", "owner": { - "username": "arboygo", + "username": "ARBoyGo", "email": "arboygo@duck.com" }, "record": { From 6215f2f6ba2368e994f847078338697c5bac1d2d Mon Sep 17 00:00:00 2001 From: justdont0 Date: Wed, 16 Aug 2023 23:28:02 +0300 Subject: [PATCH 1131/1143] feat(domain): algoarchive.is-a.dev --- domains/algoarchive.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/algoarchive.json diff --git a/domains/algoarchive.json b/domains/algoarchive.json new file mode 100644 index 000000000..95ae15a2c --- /dev/null +++ b/domains/algoarchive.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "justdont0", + "email": "hello.and.ios@gmail.com", + "note": "This record was created by is-a.dev Discord bot via discord id: 981586348198735912" + }, + + "record": { + "CNAME": "698db1dc-bd48-452b-9497-4633804b4225.id.repl.co" + + } +} From 2011165b4c80d1a1f66262b7e31ad66d918955dc Mon Sep 17 00:00:00 2001 From: IS A DEV Date: Wed, 16 Aug 2023 22:41:02 +0100 Subject: [PATCH 1132/1143] Failover --- domains/maintainers.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/maintainers.json b/domains/maintainers.json index 0096a665f..e080ed5f4 100644 --- a/domains/maintainers.json +++ b/domains/maintainers.json @@ -6,6 +6,6 @@ "record": { "URL": "https://team.is-a.dev", "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], - "TXT": "forward-email=isdevmail.beadman-network.com" + "TXT": "forward-email=isdevmail.beadman-network.com,andrew@win11react.com" } } From 9e57bf5f1c2e6cf154d60f89ed018e07aa1f7101 Mon Sep 17 00:00:00 2001 From: ringo360 Date: Thu, 17 Aug 2023 23:41:55 +0900 Subject: [PATCH 1133/1143] feat(domain): ringoxd.is-a.dev --- domains/ringoxd.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/ringoxd.json diff --git a/domains/ringoxd.json b/domains/ringoxd.json new file mode 100644 index 000000000..778e67fb6 --- /dev/null +++ b/domains/ringoxd.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "ringo360", + "email": "nep360i@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", + "MX": "hosts.is-a.dev" + } +} \ No newline at end of file From df7063ab7d7dd0b4abd5820a98e5f84b52ac269f Mon Sep 17 00:00:00 2001 From: cabingory Date: Thu, 17 Aug 2023 16:20:51 +0100 Subject: [PATCH 1134/1143] feat(domain): blinx.is-a.dev --- domains/blinx.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/blinx.json diff --git a/domains/blinx.json b/domains/blinx.json new file mode 100644 index 000000000..0a12e69cd --- /dev/null +++ b/domains/blinx.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "cabingory", + "email": "blinxduh@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", + "MX": "hosts.is-a.dev" + } +} \ No newline at end of file From b61d0a1e9e8942dc1873b737e30bd0979fe92896 Mon Sep 17 00:00:00 2001 From: RoyalAhmed347 Date: Thu, 17 Aug 2023 10:58:56 -0700 Subject: [PATCH 1135/1143] feat(domain): royalahmed.is-a.dev --- domains/royalahmed.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/royalahmed.json diff --git a/domains/royalahmed.json b/domains/royalahmed.json new file mode 100644 index 000000000..af29887b3 --- /dev/null +++ b/domains/royalahmed.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "RoyalAhmed347", + "email": "bahiahmed347@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", + "MX": "hosts.is-a.dev" + } +} \ No newline at end of file From 28ce77a011daa49b1f51bba9a07288cc4bc14da2 Mon Sep 17 00:00:00 2001 From: Stacksyz Date: Thu, 17 Aug 2023 22:02:19 +0200 Subject: [PATCH 1136/1143] Update stacksyz.json --- domains/stacksyz.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/stacksyz.json b/domains/stacksyz.json index 12fe0f6bf..e550c067e 100644 --- a/domains/stacksyz.json +++ b/domains/stacksyz.json @@ -4,6 +4,6 @@ "email": "thedevmonke@gmail.com" }, "record": { - "CNAME": "83b4876d-be97-4b01-b48b-f133a84abd2f.id.repl.co" + "CNAME": "stacksyz.github.io" } } From 6358aa30d1cd764e1c261cecf47586e0a954aefe Mon Sep 17 00:00:00 2001 From: Stacksyz Date: Thu, 17 Aug 2023 22:08:03 +0200 Subject: [PATCH 1137/1143] Create _github-pages-challenge-Stacksyz.stacksyz.json --- domains/_github-pages-challenge-Stacksyz.stacksyz.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-Stacksyz.stacksyz.json diff --git a/domains/_github-pages-challenge-Stacksyz.stacksyz.json b/domains/_github-pages-challenge-Stacksyz.stacksyz.json new file mode 100644 index 000000000..f87475ea1 --- /dev/null +++ b/domains/_github-pages-challenge-Stacksyz.stacksyz.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Stacksyz", + "email": "thedevmonke@gmail.com" + }, + "record": { + "TXT": "121e8450b6aa5b9edbe73dd077ca57" + } +} From 5ecc88219f1bb399b9c887068b997afaa6aaa812 Mon Sep 17 00:00:00 2001 From: kryclopz-development Date: Thu, 17 Aug 2023 18:47:20 -0500 Subject: [PATCH 1138/1143] feat(domain): kryclopz.is-a.dev --- domains/kryclopz.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/kryclopz.json diff --git a/domains/kryclopz.json b/domains/kryclopz.json new file mode 100644 index 000000000..b3c366c73 --- /dev/null +++ b/domains/kryclopz.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "kryclopz-development", + "email": "officialkryclopz@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", + "MX": "hosts.is-a.dev" + } +} \ No newline at end of file From 356a55c81d1fc5c0a64d86d3a6cda33c2a569472 Mon Sep 17 00:00:00 2001 From: iMatx Date: Fri, 18 Aug 2023 03:21:11 +0200 Subject: [PATCH 1139/1143] feat(domain): imat.is-a.dev --- domains/imat.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/imat.json diff --git a/domains/imat.json b/domains/imat.json new file mode 100644 index 000000000..46c4d4795 --- /dev/null +++ b/domains/imat.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "iMatx", + "email": "adam.essakhi16+github@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", + "MX": "hosts.is-a.dev" + } +} \ No newline at end of file From 37e7e53cf8aee582cbd2015430513c621d1c1748 Mon Sep 17 00:00:00 2001 From: 005sunnysingh <005sunnysingh@gmail.com> Date: Fri, 18 Aug 2023 10:22:53 +0530 Subject: [PATCH 1140/1143] feat(domain): shuriken.is-a.dev --- domains/shuriken.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/shuriken.json b/domains/shuriken.json index df6eaf09a..f5d7248f7 100644 --- a/domains/shuriken.json +++ b/domains/shuriken.json @@ -4,6 +4,6 @@ "email": "005sunnysingh@gmail.com" }, "record": { - "A": ["94.130.165.222"] + "MX": "["hosts.is-a.dev"]" } } From a245ceeb77f4ab95b930713de302eb6ea03b3ec5 Mon Sep 17 00:00:00 2001 From: 005sunnysingh <005sunnysingh@gmail.com> Date: Fri, 18 Aug 2023 10:25:57 +0530 Subject: [PATCH 1141/1143] feat(domain): shuriken.is-a.dev From fdf5754eaa96f4cc652c4893760974dbb91c7cdc Mon Sep 17 00:00:00 2001 From: 005sunnysingh <005sunnysingh@gmail.com> Date: Fri, 18 Aug 2023 10:26:58 +0530 Subject: [PATCH 1142/1143] feat(domain): shuriken.is-a.dev From 7066e20b82274bb79b18c8280bd3ad3c4418a386 Mon Sep 17 00:00:00 2001 From: MaskDuck Date: Fri, 18 Aug 2023 13:38:28 +0700 Subject: [PATCH 1143/1143] Update shuriken.json --- domains/shuriken.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/shuriken.json b/domains/shuriken.json index f5d7248f7..dc49466e2 100644 --- a/domains/shuriken.json +++ b/domains/shuriken.json @@ -4,6 +4,6 @@ "email": "005sunnysingh@gmail.com" }, "record": { - "MX": "["hosts.is-a.dev"]" + "MX": ["hosts.is-a.dev"] } }