From e48e86e27b545091e54d73e503d00fb4afa0ea9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Van=20Den=20Bosch?= <104820589+tim-vdb@users.noreply.github.com> Date: Thu, 23 Jan 2025 20:37:01 +0100 Subject: [PATCH 01/80] Create _github-pages-challenge-tim-vdb.json --- domains/_github-pages-challenge-tim-vdb.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-tim-vdb.json diff --git a/domains/_github-pages-challenge-tim-vdb.json b/domains/_github-pages-challenge-tim-vdb.json new file mode 100644 index 000000000..240e38034 --- /dev/null +++ b/domains/_github-pages-challenge-tim-vdb.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "tim-vdb", + "email": "timotheevdbosch@gmail.com" + }, + "record": { + "TXT": "ccd9ff03f723b201d75c2ae79c3245" + } +} From 831e058d24833fe1ee2bb6f0b472008445cbe6df Mon Sep 17 00:00:00 2001 From: Hafeez Ur Rehman Date: Fri, 24 Jan 2025 10:49:05 +0530 Subject: [PATCH 02/80] Create hafeez.json --- domains/hafeez.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 domains/hafeez.json diff --git a/domains/hafeez.json b/domains/hafeez.json new file mode 100644 index 000000000..e5da5130b --- /dev/null +++ b/domains/hafeez.json @@ -0,0 +1 @@ +hafeez From f2cb4c89631bf141226699f9ec6c574359cc73fe Mon Sep 17 00:00:00 2001 From: Hafeez Ur Rehman Date: Fri, 24 Jan 2025 11:37:33 +0530 Subject: [PATCH 03/80] Subdomain configuration files for _vercel for Hafeez --- domains/_vercel.hafeez.json | 10 ++++++++++ domains/hafeez.json | 11 ++++++++++- 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 domains/_vercel.hafeez.json diff --git a/domains/_vercel.hafeez.json b/domains/_vercel.hafeez.json new file mode 100644 index 000000000..448c68552 --- /dev/null +++ b/domains/_vercel.hafeez.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "hamid1882", + "email": "hussainhafeez1100@gmail.com", + "discord": "hamid1882" + }, + "record": { + "TXT": "vc-domain-verify=hafeez.is-a.dev,2a3f79f801934e7298bf" + } +} diff --git a/domains/hafeez.json b/domains/hafeez.json index e5da5130b..cdee55675 100644 --- a/domains/hafeez.json +++ b/domains/hafeez.json @@ -1 +1,10 @@ -hafeez +{ + "owner": { + "username": "hamid1882", + "email": "hussainhafeez1100@gmail.com", + "discord": "hamid1882" + }, + "record": { + "CNAME": "hafeez-delta.vercel.app" + } +} From 6f9d4ddae049039f06fb604c782f1b52b39a5bb4 Mon Sep 17 00:00:00 2001 From: Ryan Baig <86055075+RyanBaig@users.noreply.github.com> Date: Sun, 26 Jan 2025 13:04:01 +0500 Subject: [PATCH 04/80] Update _vercel.ryanbaig.json and add correct TXT --- domains/_vercel.ryanbaig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/_vercel.ryanbaig.json b/domains/_vercel.ryanbaig.json index 668af2a35..0e7a80730 100644 --- a/domains/_vercel.ryanbaig.json +++ b/domains/_vercel.ryanbaig.json @@ -3,6 +3,6 @@ "username": "RyanBaig" }, "record": { - "TXT": ["vc-domain-verify=links.ryanbaig.is-a.dev,3fab80af0a1ed2fe6012"] + "TXT": ["vc-domain-verify=ryanbaig.is-a.dev,6611c040f39e1689070b"] } } From d23d54332376fd307846f03fa386aed8dc6f3f35 Mon Sep 17 00:00:00 2001 From: Ryan Baig <86055075+RyanBaig@users.noreply.github.com> Date: Sun, 26 Jan 2025 13:06:57 +0500 Subject: [PATCH 05/80] Create links.ryanbaig.json and add correct DNS --- domains/links.ryanbaig.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/links.ryanbaig.json diff --git a/domains/links.ryanbaig.json b/domains/links.ryanbaig.json new file mode 100644 index 000000000..6535caf29 --- /dev/null +++ b/domains/links.ryanbaig.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "RyanBaig" + }, + "record": { + "A": ["76.76.21.21"] + } +} From cb6e9353802a5289aae9b60f1e43fb43dd226fc4 Mon Sep 17 00:00:00 2001 From: Ansh Kabra Date: Sun, 26 Jan 2025 11:31:04 +0000 Subject: [PATCH 06/80] Create anshkabra.is-a.dev.json --- domains/anshkabra.is-a.dev.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/anshkabra.is-a.dev.json diff --git a/domains/anshkabra.is-a.dev.json b/domains/anshkabra.is-a.dev.json new file mode 100644 index 000000000..8f86b9fda --- /dev/null +++ b/domains/anshkabra.is-a.dev.json @@ -0,0 +1,12 @@ +{ + "$schema": "../schemas/domain.schema.json", + "subdomain": "anshkabra", + "owner": { + "email": "anshkabra.india@gmail.com", + "discord": "anshkabra2012" + }, + "records": { + "CNAME": "anshkabra2012.github.io" + }, + "proxied": false +} From 50e9dc501be11d571fe5a881c92183da417c7a29 Mon Sep 17 00:00:00 2001 From: Ansh Kabra Date: Sun, 26 Jan 2025 15:24:28 +0000 Subject: [PATCH 07/80] Rename anshkabra.is-a.dev.json to anshkabra.json --- domains/{anshkabra.is-a.dev.json => anshkabra.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{anshkabra.is-a.dev.json => anshkabra.json} (100%) diff --git a/domains/anshkabra.is-a.dev.json b/domains/anshkabra.json similarity index 100% rename from domains/anshkabra.is-a.dev.json rename to domains/anshkabra.json From dbf95f22c227c24aef8b9f8549f8b3d56fa9af59 Mon Sep 17 00:00:00 2001 From: Ansh Kabra Date: Sun, 26 Jan 2025 15:43:57 +0000 Subject: [PATCH 08/80] Update anshkabra.json --- domains/anshkabra.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/domains/anshkabra.json b/domains/anshkabra.json index 8f86b9fda..144cf9384 100644 --- a/domains/anshkabra.json +++ b/domains/anshkabra.json @@ -1,6 +1,3 @@ -{ - "$schema": "../schemas/domain.schema.json", - "subdomain": "anshkabra", "owner": { "email": "anshkabra.india@gmail.com", "discord": "anshkabra2012" From edbd05e898046ca02123452f383b9b6ab8647b94 Mon Sep 17 00:00:00 2001 From: Ansh Kabra Date: Sun, 26 Jan 2025 15:47:28 +0000 Subject: [PATCH 09/80] Update anshkabra.json --- domains/anshkabra.json | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/domains/anshkabra.json b/domains/anshkabra.json index 144cf9384..cd8eacb28 100644 --- a/domains/anshkabra.json +++ b/domains/anshkabra.json @@ -1,9 +1,12 @@ - "owner": { - "email": "anshkabra.india@gmail.com", - "discord": "anshkabra2012" - }, - "records": { - "CNAME": "anshkabra2012.github.io" - }, - "proxied": false +{ + "description": "For my portfolio", + "repo": "https://github.com/Anshkabra2012/portfolio", + "owner": { + "username": "AnshKabra2012", + "email": "anshkabra.india@gmail.com" + "discord": "anshkabra2012" + }, + "record": { + "CNAME": "anshkabra2012.github.io" + } } From 42587936827b041137cc7fd67710335d9bc81cd6 Mon Sep 17 00:00:00 2001 From: martinvruiz <158112662+martinvruiz@users.noreply.github.com> Date: Sun, 26 Jan 2025 13:51:05 -0300 Subject: [PATCH 10/80] Create _vercel.martinvruiz.json --- domains/_vercel.martinvruiz.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_vercel.martinvruiz.json diff --git a/domains/_vercel.martinvruiz.json b/domains/_vercel.martinvruiz.json new file mode 100644 index 000000000..7dbb137ed --- /dev/null +++ b/domains/_vercel.martinvruiz.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "martinvruiz", + "email": "martinvruiz10@gmail.com", + "discord": "martinvruiz10" + }, + "record": { + "TXT": "vc-domain-verify=martinvruiz.is-a.dev,16e98638bc17973af9e7" + } +} From f25ee1187290dbd3a3b661fde0982474fd486b55 Mon Sep 17 00:00:00 2001 From: Ansh Kabra Date: Sun, 26 Jan 2025 18:19:20 +0000 Subject: [PATCH 11/80] Update anshkabra.json --- domains/anshkabra.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/anshkabra.json b/domains/anshkabra.json index cd8eacb28..59ee87fab 100644 --- a/domains/anshkabra.json +++ b/domains/anshkabra.json @@ -3,7 +3,7 @@ "repo": "https://github.com/Anshkabra2012/portfolio", "owner": { "username": "AnshKabra2012", - "email": "anshkabra.india@gmail.com" + "email": "anshkabra.india@gmail.com", "discord": "anshkabra2012" }, "record": { From 0e91eca220cd6899bfdd14ca6ddd871338efd5f2 Mon Sep 17 00:00:00 2001 From: Pranjal Pandey Date: Mon, 27 Jan 2025 02:04:31 +0530 Subject: [PATCH 12/80] domain for hero --- domains/hero.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/hero.json diff --git a/domains/hero.json b/domains/hero.json new file mode 100644 index 000000000..e39274b20 --- /dev/null +++ b/domains/hero.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "heropj", + "email": "pranjalpandey1022003gmail.com" + }, + "record": { + "URL": "https://heroportfolio-two.vercel.app/" + } + } + \ No newline at end of file From 114b64a0460097e06efcb3e6b9c4fca933891db4 Mon Sep 17 00:00:00 2001 From: "winbo.yml" Date: Sun, 26 Jan 2025 21:46:26 +0100 Subject: [PATCH 13/80] Change CNAME to new GitHub pages link --- domains/winbo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/winbo.json b/domains/winbo.json index dc28d5dc9..98c0a2afe 100644 --- a/domains/winbo.json +++ b/domains/winbo.json @@ -4,6 +4,6 @@ "email": "winbo-yml-exe@outlook.com" }, "record": { - "CNAME": "winbo-yml-exe.github.io" + "CNAME": "winbo-yml.github.io" } } From c8febff3da2c646490e80d2d8fb57d81665fdf71 Mon Sep 17 00:00:00 2001 From: lycan Date: Mon, 27 Jan 2025 11:42:37 +0530 Subject: [PATCH 14/80] Added DNS TXT record --- domains/_github-pages-challenge-sneh-al.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-sneh-al.json diff --git a/domains/_github-pages-challenge-sneh-al.json b/domains/_github-pages-challenge-sneh-al.json new file mode 100644 index 000000000..d48b9beeb --- /dev/null +++ b/domains/_github-pages-challenge-sneh-al.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "sneh-al", + "email": "snehal1380@gmail.com" + }, + "record": { + "TXT": "c0b50465868652285e959813c2b5c9" + } +} \ No newline at end of file From ad762489af4991283cdf8559fae8789b2c3b5dc5 Mon Sep 17 00:00:00 2001 From: Amardeep Lakshkar Date: Mon, 27 Jan 2025 12:35:11 +0530 Subject: [PATCH 15/80] feat: amardeep.is-a.dev --- domains/_vercel.amardeep.json | 10 ++++++++++ domains/amardeep.json | 12 ++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 domains/_vercel.amardeep.json create mode 100644 domains/amardeep.json diff --git a/domains/_vercel.amardeep.json b/domains/_vercel.amardeep.json new file mode 100644 index 000000000..7667909a6 --- /dev/null +++ b/domains/_vercel.amardeep.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "amardeeplakshkar", + "email": "amardeep.devs@gmail.com", + "discord": "" + }, + "record": { + "TXT": "vc-domain-verify=amardeep.is-a.dev,3d113f019450ce88d3a8" + } + } \ No newline at end of file diff --git a/domains/amardeep.json b/domains/amardeep.json new file mode 100644 index 000000000..e39f90632 --- /dev/null +++ b/domains/amardeep.json @@ -0,0 +1,12 @@ +{ + "description": "Amardeep Lakshkar Portfolio", + "repo": "https://github.com/amardeeplakshkar/portfolio", + "owner": { + "username": "amardeeplakshkar", + "email": "amardeep.devs@gmail.com", + "discord": "" + }, + "record": { + "CNAME": "amardeep-portfolio.vercel.app" + } +} \ No newline at end of file From 4cd1df12f531e7338479232c826b27d930c0d305 Mon Sep 17 00:00:00 2001 From: Baibhav Kumar <61260582+Baibhavos@users.noreply.github.com> Date: Mon, 27 Jan 2025 16:46:56 +0530 Subject: [PATCH 16/80] Create baibhav Require is-a.dev for portfolio. --- domains/baibhav | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/baibhav diff --git a/domains/baibhav b/domains/baibhav new file mode 100644 index 000000000..fcbca6aa9 --- /dev/null +++ b/domains/baibhav @@ -0,0 +1,10 @@ +{ + "description": "For personal portfolio", + "owner": { + "username": "Baibhavos", + "email": "baibhavkumar303@gmail.com" + }, + "record": { + "CNAME": "https://new-portfolio-weld-sigma.vercel.app/" + } + } From 153ec4e33a5fa907b2a78fa30ebbd1e299f2f68d Mon Sep 17 00:00:00 2001 From: jefino9488 Date: Mon, 27 Jan 2025 16:47:17 +0530 Subject: [PATCH 17/80] add jefino.json --- domains/_vercel.jefino.json | 9 +++++++++ domains/jefino.json | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 domains/_vercel.jefino.json create mode 100644 domains/jefino.json diff --git a/domains/_vercel.jefino.json b/domains/_vercel.jefino.json new file mode 100644 index 000000000..be48d8741 --- /dev/null +++ b/domains/_vercel.jefino.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "jefino9488", + "email": "jefinojacob9488@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=jefino.is-a.dev,06a21d01141d355de2b1" + } +} \ No newline at end of file diff --git a/domains/jefino.json b/domains/jefino.json new file mode 100644 index 000000000..0d8e43a81 --- /dev/null +++ b/domains/jefino.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "jefino9488", + "email": "jefinojacob9488@gmail.com" + }, + "record": { + "CNAME": "cname.vercel-dns.com" + } +} \ No newline at end of file From 504bf418f678071828fbf2c10edc15b88da74c67 Mon Sep 17 00:00:00 2001 From: jefino9488 Date: Mon, 27 Jan 2025 16:56:20 +0530 Subject: [PATCH 18/80] add "jefino9488.vercel.app" --- domains/jefino.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/jefino.json b/domains/jefino.json index 0d8e43a81..fd8733df2 100644 --- a/domains/jefino.json +++ b/domains/jefino.json @@ -4,6 +4,6 @@ "email": "jefinojacob9488@gmail.com" }, "record": { - "CNAME": "cname.vercel-dns.com" + "CNAME": "jefino9488.vercel.app" } } \ No newline at end of file From 988d16d4e5b0adebc64a91572e7ff28599dbb0ee Mon Sep 17 00:00:00 2001 From: ghimiresk Date: Mon, 27 Jan 2025 17:16:53 +0545 Subject: [PATCH 19/80] Added a domain for is-a.dev --- domains/sushankghimire.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/sushankghimire.json diff --git a/domains/sushankghimire.json b/domains/sushankghimire.json new file mode 100644 index 000000000..3e508c85b --- /dev/null +++ b/domains/sushankghimire.json @@ -0,0 +1,11 @@ +{ + "description": "Sushank Ghimire", + "repo": "https://github.com/Sushank-ghimire/ghimiresushank.com.np", + "owner": { + "username": "Sushank-ghimire", + "email": "ghimiresushank08@gmail.com" + }, + "record": { + "URL": "https://www.ghimiresushank.com.np" + } +} \ No newline at end of file From 4b469502203fbb45c4cd823fed2a40068dbb85fa Mon Sep 17 00:00:00 2001 From: "cityji@popos" Date: Mon, 27 Jan 2025 17:25:54 +0530 Subject: [PATCH 20/80] added a new domain for nikhilji --- domains/nikhilji.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/nikhilji.json diff --git a/domains/nikhilji.json b/domains/nikhilji.json new file mode 100644 index 000000000..e5dcbcccf --- /dev/null +++ b/domains/nikhilji.json @@ -0,0 +1,12 @@ +{ + "description": "Nikhil Ji ki Website", + "repo": "https://github.com/cityji/cityji.github.io", + "owner": { + "username": "cityji", + "email": "mail.tiwarinikhil+domainIsADev@googlemail.com" + }, + "record": { + "CNAME": "cityji.github.io" + } + } + \ No newline at end of file From 42d5a3029a5aad26c29c33efb288fc711481b34a Mon Sep 17 00:00:00 2001 From: Millosaurs Date: Mon, 27 Jan 2025 18:37:31 +0530 Subject: [PATCH 21/80] new domain shrivatsav.is-a.dev --- domains/shrivatsav.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/shrivatsav.json diff --git a/domains/shrivatsav.json b/domains/shrivatsav.json new file mode 100644 index 000000000..4583b73f0 --- /dev/null +++ b/domains/shrivatsav.json @@ -0,0 +1,12 @@ +{ + "description": "nothing much here...", + "repo": "https://github.com/Millosaurs/portfolio", + "owner": { + "username": "Millosaurs", + "email": "sharanshrivatsav0@gmail.com" + }, + "record": { + "URL": "shrivatsav.vercel.app" + } +} + From f2ea408d8d7c56860318b9e324af66ecc38728d4 Mon Sep 17 00:00:00 2001 From: yywbadm <100027673+yywbadm@users.noreply.github.com> Date: Mon, 27 Jan 2025 22:18:18 +0800 Subject: [PATCH 22/80] Register gua.is-a.dev --- domains/gua.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/gua.json diff --git a/domains/gua.json b/domains/gua.json new file mode 100644 index 000000000..803fa131c --- /dev/null +++ b/domains/gua.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "yywbadm", + "discord": "849563829213593612", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.O62knFs7eQLZDKSjl1QUok_vd0iNXQEJVqDjfxRYJyMh6SBBWau4c-34j7mwYJJQCiig5dxl-0cmAQHprDtaCLyPv9ghabRTxNQJQXvF7ma_ron-4DeY9zI5o0hNKYV79qCQpt69FKFBbXvTIPL4grWpYaTVKoFwj2hWl3ZPU__5k3KhkMdZ6TLye-5qL713evGj3JNTYU3JQO4vR-d1VMnfeNHEfTOy1kmhbYuflBMFavXIKuPvqsy1JLg3gd7cD63jdHzG1OJsfUJvuIlTrSvlwA05DXRA0zB2ghUffmneHZfHPY2POWcGWZ2FWO0A1cRngeEjr1p9kTf2KKkauA.FDux7AQQpBXF5CT30_p1zw.vnxZM4mTxTdAb6UZ1Zz5gMJOX0Ody00WHJ8Fkt-IrUzpF_DpwROis9UmFsE9rbwxlD9lCMefKeNoIolm-Fn4DpMcsVy9gIOx4oR3hRw0TLs.XuBHoK_I8bzxVtE8vUBJbg" + }, + + "record": { + "CNAME": "yywbadm.github.io" + } + } + \ No newline at end of file From 628cc793fb7f974c0634840c303e458ef9e1ea24 Mon Sep 17 00:00:00 2001 From: Pranay Nidhi <66369444+pranaynidhi@users.noreply.github.com> Date: Mon, 27 Jan 2025 20:13:52 +0545 Subject: [PATCH 23/80] Create pranay.json --- pranay.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 pranay.json diff --git a/pranay.json b/pranay.json new file mode 100644 index 000000000..8ab1c3c02 --- /dev/null +++ b/pranay.json @@ -0,0 +1,10 @@ +{ + "description": "Website for my personal use", + "owner": { + "username": "pranaynidhi", + "email": "pranaynidhi@gmail.com" + }, + "record": { + "CNAME": "pranaynidhi.github.io" + }, +} From f5c131695004ea67c7f352651cf5254b70b68108 Mon Sep 17 00:00:00 2001 From: holux-design Date: Mon, 27 Jan 2025 16:02:36 +0100 Subject: [PATCH 24/80] add: holux --- domains/holux.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/holux.json diff --git a/domains/holux.json b/domains/holux.json new file mode 100644 index 000000000..6b41b9586 --- /dev/null +++ b/domains/holux.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "holux-design", + "email": "office@holux-design.at" + }, + "record": { + "URL": "https://holux-design.at" + } +} From ddc45de66b8d1ae3da509dc084497b7035454938 Mon Sep 17 00:00:00 2001 From: Saunak Ghosh Date: Mon, 27 Jan 2025 21:00:27 +0530 Subject: [PATCH 25/80] need a is a dev --- domains/saunak.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/saunak.json diff --git a/domains/saunak.json b/domains/saunak.json new file mode 100644 index 000000000..f6a10a951 --- /dev/null +++ b/domains/saunak.json @@ -0,0 +1,12 @@ +{ + "description": "my portfolio website", + "repo": "https://github.com/Saunakghosh10/dfolio.git", + "owner": { + "username": "Saunakghosh10", + "email": "saunakghosh710@gmail.com", + "discord": "695672697270829116" + }, + "record": { + "CNAME": "https://sgfolio-nu.vercel.app/" + } + } \ No newline at end of file From cb5a405b173edaeb802b4388b594ac4f3b680c90 Mon Sep 17 00:00:00 2001 From: SalmanIyad <110406908+SalmanIyad@users.noreply.github.com> Date: Mon, 27 Jan 2025 17:44:00 +0200 Subject: [PATCH 26/80] Add new subdomain --- domains/salman.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/salman.json diff --git a/domains/salman.json b/domains/salman.json new file mode 100644 index 000000000..ac321a55b --- /dev/null +++ b/domains/salman.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "salmaniyad", + "email": "eng.salmaniyad@gmail.com" + }, + "record": { + "CNAME": "salmans-digital-space-pro.vercel.app" + } +} \ No newline at end of file From 0684196119f334954930f95b677aba809d8d3dbe Mon Sep 17 00:00:00 2001 From: tuanthu2 <110244660+tuanthu1@users.noreply.github.com> Date: Mon, 27 Jan 2025 22:46:55 +0700 Subject: [PATCH 27/80] Create tuanthu1.json --- domains/tuanthu1.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/tuanthu1.json diff --git a/domains/tuanthu1.json b/domains/tuanthu1.json new file mode 100644 index 000000000..65bd1bf8c --- /dev/null +++ b/domains/tuanthu1.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "tuanthu1", + "email": "hoangtuanthu981@gmail.com" + }, + "record": { + "CNAME": "tuanthu1.github.io" + } +} From 438e95d2583894e72205dfa8deca463668f9de4e Mon Sep 17 00:00:00 2001 From: Luis Roque Date: Mon, 27 Jan 2025 13:08:40 -0300 Subject: [PATCH 28/80] Create _vercel.roque.json --- domains/_vercel.roque.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_vercel.roque.json diff --git a/domains/_vercel.roque.json b/domains/_vercel.roque.json new file mode 100644 index 000000000..0c8f6f67f --- /dev/null +++ b/domains/_vercel.roque.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "luisfroquez", + "email": "luisfroquez@gmail.com", + "discord": "lroque.dev" + }, + "record": { + "TXT": "vc-domain-verify=roque.is-a.dev,43b1a7bc843584779f24" + } +} From c4be2ed36e1345d4d75628300bc90391359f9e95 Mon Sep 17 00:00:00 2001 From: Luis Roque Date: Mon, 27 Jan 2025 13:18:38 -0300 Subject: [PATCH 29/80] Create roque.json --- domains/roque.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/roque.json diff --git a/domains/roque.json b/domains/roque.json new file mode 100644 index 000000000..8b55a15b4 --- /dev/null +++ b/domains/roque.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "luisfroquez", + "email": "luisfroquez", + "discord": "lroque.dev" + }, + "record": { + "A": ["76.76.21.21"] + } +} From f23df3aebf26ba93aab7b59dd912dfccb89e4c46 Mon Sep 17 00:00:00 2001 From: Matheus Faustino <104006185+matheusfdosan@users.noreply.github.com> Date: Mon, 27 Jan 2025 14:16:41 -0300 Subject: [PATCH 30/80] TXT verification file --- domains/_vercel.matheusdev.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_vercel.matheusdev.json diff --git a/domains/_vercel.matheusdev.json b/domains/_vercel.matheusdev.json new file mode 100644 index 000000000..c495bd2ef --- /dev/null +++ b/domains/_vercel.matheusdev.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "matheusfdosan", + "email": "matheusfaustinoe20@gmail.com", + "discord": "979816215281279019" + }, + "record": { + "TXT": "vc-domain-verify=matheusdev.is-a.dev,833172e5fe4b188e4883" + } +} From c48bc2b056b4ad4cbb6b9da94e332aa2d5b88809 Mon Sep 17 00:00:00 2001 From: Matheus Faustino <104006185+matheusfdosan@users.noreply.github.com> Date: Mon, 27 Jan 2025 14:18:58 -0300 Subject: [PATCH 31/80] new domain added --- domains/matheusdev.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/matheusdev.json diff --git a/domains/matheusdev.json b/domains/matheusdev.json new file mode 100644 index 000000000..c1054edb2 --- /dev/null +++ b/domains/matheusdev.json @@ -0,0 +1,12 @@ +{ + "description": "Web Developer Portifolio", + "repo": "https://github.com/matheusfdosan/portifolio/", + "owner": { + "username": "matheusfdosan", + "email": "matheusfaustinoe20@gmail.com", + "discord": "979816215281279019" + }, + "record": { + "CNAME": "portifolio-swart-five-65.vercel.app" + } +} From 0b9882d08481002913aa1a3882413c6226b58533 Mon Sep 17 00:00:00 2001 From: Alessandro Bellesia Date: Mon, 27 Jan 2025 18:55:07 +0100 Subject: [PATCH 32/80] Create alessandrobellesia.json --- domains/alessandrobellesia.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/alessandrobellesia.json diff --git a/domains/alessandrobellesia.json b/domains/alessandrobellesia.json new file mode 100644 index 000000000..7852bc21c --- /dev/null +++ b/domains/alessandrobellesia.json @@ -0,0 +1,10 @@ +{ + "description": "Alessandro Bellesia personal website", + "repo": "https://github.com/alessandrobellesia/alessandrobellesia.github.io", + "owner": { + "username": "alessandrobellesia" + }, + "record": { + "CNAME": "alessandrobellesia.github.io" + } +} From bde10cbd572aebb79c42be405507a59de8059daf Mon Sep 17 00:00:00 2001 From: Alessandro Bellesia Date: Mon, 27 Jan 2025 19:07:03 +0100 Subject: [PATCH 33/80] Update alessandrobellesia.json --- domains/alessandrobellesia.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/alessandrobellesia.json b/domains/alessandrobellesia.json index 7852bc21c..906c27f28 100644 --- a/domains/alessandrobellesia.json +++ b/domains/alessandrobellesia.json @@ -2,7 +2,8 @@ "description": "Alessandro Bellesia personal website", "repo": "https://github.com/alessandrobellesia/alessandrobellesia.github.io", "owner": { - "username": "alessandrobellesia" + "username": "alessandrobellesia", + "x": "@ale_bellesia" }, "record": { "CNAME": "alessandrobellesia.github.io" From 131fbb62777354eade4d470340a8e96bb5ed6d67 Mon Sep 17 00:00:00 2001 From: Ibrahim Asif Date: Tue, 28 Jan 2025 14:10:43 +0530 Subject: [PATCH 34/80] Add domain --- domains/ibru.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 domains/ibru.json diff --git a/domains/ibru.json b/domains/ibru.json new file mode 100644 index 000000000..e447be8a0 --- /dev/null +++ b/domains/ibru.json @@ -0,0 +1 @@ +{"owner":{"username":"satindar31","email":"satindar@satindar-is.me"},"record":{"URL":"https://satindar.is-a.dev"}} \ No newline at end of file From 327ede7bded057343a9c1247ecbae0bb6b1bd9c0 Mon Sep 17 00:00:00 2001 From: Shivananda Sai Date: Mon, 27 Jan 2025 23:37:08 +0530 Subject: [PATCH 35/80] adding a new domain --- domains/shivananda.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/shivananda.json diff --git a/domains/shivananda.json b/domains/shivananda.json new file mode 100644 index 000000000..d2eafb647 --- /dev/null +++ b/domains/shivananda.json @@ -0,0 +1,11 @@ +{ + "description": "My Portfolio Website", + "repo": "https://github.com/ssk090/portfolio-2024", + "owner": { + "username": "ssk090", + "email": "shivanandasai.38@gmail.com" + }, + "record": { + "URL": "https://www.shivanandasai.xyz/" + } +} \ No newline at end of file From 09fe98cf3ab70e8d176a4745004cf151c57ec4c6 Mon Sep 17 00:00:00 2001 From: 21Z <69188068+21Z@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:47:46 +0400 Subject: [PATCH 36/80] Update roque.json --- domains/roque.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/roque.json b/domains/roque.json index 8b55a15b4..bfea3cb50 100644 --- a/domains/roque.json +++ b/domains/roque.json @@ -1,7 +1,7 @@ { "owner": { "username": "luisfroquez", - "email": "luisfroquez", + "email": "luisfroque@gmail.com", "discord": "lroque.dev" }, "record": { From 883bddcfcc0d58301b86b880e7c860677becd311 Mon Sep 17 00:00:00 2001 From: Daniel Lozano Berben Date: Tue, 28 Jan 2025 19:19:20 +0100 Subject: [PATCH 37/80] Create daniellozano.json --- domains/daniellozano.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/daniellozano.json diff --git a/domains/daniellozano.json b/domains/daniellozano.json new file mode 100644 index 000000000..fd4924fbb --- /dev/null +++ b/domains/daniellozano.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "z4no", + "email": "danixt35@gmail.com" + }, + "record": { + "CNAME": "z4no.github.io" + } +} From e8eb2e8f9d4a06a1b6d9e4e01b89f1b34153e933 Mon Sep 17 00:00:00 2001 From: Roman A <121314722+GameRoMan@users.noreply.github.com> Date: Tue, 28 Jan 2025 20:42:34 +0000 Subject: [PATCH 38/80] Create rom.json --- domains/rom.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/rom.json diff --git a/domains/rom.json b/domains/rom.json new file mode 100644 index 000000000..43ade7d92 --- /dev/null +++ b/domains/rom.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "GameRoMan", + "email": "gameromandev@gmail.com" + }, + "record": { + "CNAME": "gameroman2.pages.dev" + } +} From 0c506324dcda4632c68a396a0ad38f85198b74a8 Mon Sep 17 00:00:00 2001 From: Roman A <121314722+GameRoMan@users.noreply.github.com> Date: Tue, 28 Jan 2025 21:02:20 +0000 Subject: [PATCH 39/80] Create ro.json --- ro.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ro.json diff --git a/ro.json b/ro.json new file mode 100644 index 000000000..6c8614026 --- /dev/null +++ b/ro.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "GameRoMan", + "email": "gameromandev@gmail.com" + }, + "record": { + "CNAME": "gameroman.pages.dev" + } +} From e9a7eb99ffe52046312773fe3724b275dfcf9598 Mon Sep 17 00:00:00 2001 From: Roman A <121314722+GameRoMan@users.noreply.github.com> Date: Tue, 28 Jan 2025 21:07:05 +0000 Subject: [PATCH 40/80] oops --- ro.json => domains/ro.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename ro.json => domains/ro.json (100%) diff --git a/ro.json b/domains/ro.json similarity index 100% rename from ro.json rename to domains/ro.json From e76f602d3d65c9669c3afe2c8260d33b45258bc2 Mon Sep 17 00:00:00 2001 From: komaru Date: Tue, 28 Jan 2025 22:12:41 +0100 Subject: [PATCH 41/80] rename to komaru --- domains/{winbo.json => komaru.json} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename domains/{winbo.json => komaru.json} (54%) diff --git a/domains/winbo.json b/domains/komaru.json similarity index 54% rename from domains/winbo.json rename to domains/komaru.json index 98c0a2afe..46caa668d 100644 --- a/domains/winbo.json +++ b/domains/komaru.json @@ -1,9 +1,9 @@ { "owner": { - "username": "winbo-yml-exe", + "username": "komaru-meow", "email": "winbo-yml-exe@outlook.com" }, "record": { - "CNAME": "winbo-yml.github.io" + "CNAME": "komaru-meow.github.io" } } From 5a58ed55f9feafbe9a62d597e2dd76f504c03690 Mon Sep 17 00:00:00 2001 From: komaru Date: Tue, 28 Jan 2025 22:13:07 +0100 Subject: [PATCH 42/80] rename to komaru --- domains/{cdn.winbo.json => cdn.komaru.json} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename domains/{cdn.winbo.json => cdn.komaru.json} (54%) diff --git a/domains/cdn.winbo.json b/domains/cdn.komaru.json similarity index 54% rename from domains/cdn.winbo.json rename to domains/cdn.komaru.json index d2086cfc7..d2da00f19 100644 --- a/domains/cdn.winbo.json +++ b/domains/cdn.komaru.json @@ -1,9 +1,9 @@ { "owner": { - "username": "winbo-yml-exe", + "username": "komaru-meow", "email": "winbo-yml-exe@outlook.com" }, "record": { - "CNAME": "winbo-cdn.github.io" + "CNAME": "komaru-cdn.github.io" } } From 124ca7579c2b1acaf9fa4cfe4f21bf1f4faf1a0e Mon Sep 17 00:00:00 2001 From: komaru Date: Tue, 28 Jan 2025 22:13:41 +0100 Subject: [PATCH 43/80] change to komaru --- domains/discord.winbo.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/discord.winbo.json b/domains/discord.winbo.json index b08208572..8d30e3739 100644 --- a/domains/discord.winbo.json +++ b/domains/discord.winbo.json @@ -1,9 +1,9 @@ { "owner": { - "username": "winbo-yml-exe", + "username": "komaru-meow", "email": "winbo-yml-exe@outlook.com" }, "record": { - "CNAME": "winbo-discord.github.io" + "CNAME": "komaru-discord.github.io" } } From 5642a1acff03cca951ac215913e2a8d8cad5879a Mon Sep 17 00:00:00 2001 From: Matheus Faustino <104006185+matheusfdosan@users.noreply.github.com> Date: Tue, 28 Jan 2025 19:40:39 -0300 Subject: [PATCH 44/80] Update matheusdev.json --- domains/matheusdev.json | 1 + 1 file changed, 1 insertion(+) diff --git a/domains/matheusdev.json b/domains/matheusdev.json index c1054edb2..0b5743747 100644 --- a/domains/matheusdev.json +++ b/domains/matheusdev.json @@ -4,6 +4,7 @@ "owner": { "username": "matheusfdosan", "email": "matheusfaustinoe20@gmail.com", + "linkedin": "https://www.linkedin.com/in/matheusfaus/", "discord": "979816215281279019" }, "record": { From b559a9fe3eecf70469c8bbcf8000d32d1797c62a Mon Sep 17 00:00:00 2001 From: Matheus Faustino <104006185+matheusfdosan@users.noreply.github.com> Date: Tue, 28 Jan 2025 19:40:46 -0300 Subject: [PATCH 45/80] Update _vercel.matheusdev.json --- domains/_vercel.matheusdev.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/domains/_vercel.matheusdev.json b/domains/_vercel.matheusdev.json index c495bd2ef..e45e6dd3d 100644 --- a/domains/_vercel.matheusdev.json +++ b/domains/_vercel.matheusdev.json @@ -1,10 +1,13 @@ { + "description": "Web Developer Portifolio", + "repo": "https://github.com/matheusfdosan/portifolio/", "owner": { "username": "matheusfdosan", "email": "matheusfaustinoe20@gmail.com", + "linkedin": "https://www.linkedin.com/in/matheusfaus/", "discord": "979816215281279019" }, "record": { - "TXT": "vc-domain-verify=matheusdev.is-a.dev,833172e5fe4b188e4883" + "TXT": ["vc-domain-verify=matheusdev.is-a.dev,833172e5fe4b188e4883"] } } From 884ee03dbb4c3efd8ece2f376a3af919bd2929a2 Mon Sep 17 00:00:00 2001 From: fernando-cuba <93840752+fernando-cuba@users.noreply.github.com> Date: Tue, 28 Jan 2025 17:11:29 -0600 Subject: [PATCH 46/80] Create fernandocuba.json --- fernandocuba.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 fernandocuba.json diff --git a/fernandocuba.json b/fernandocuba.json new file mode 100644 index 000000000..ccb7aa117 --- /dev/null +++ b/fernandocuba.json @@ -0,0 +1,6 @@ +{ + "subdomain": "fernandocuba", + "owner": { + "email": "lfernando.cubar@gmail.com" + } +} From f12165b17738a57a660e5eecfa17592534a18e07 Mon Sep 17 00:00:00 2001 From: fernando-cuba <93840752+fernando-cuba@users.noreply.github.com> Date: Tue, 28 Jan 2025 17:13:50 -0600 Subject: [PATCH 47/80] Delete fernandocuba.json --- fernandocuba.json | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 fernandocuba.json diff --git a/fernandocuba.json b/fernandocuba.json deleted file mode 100644 index ccb7aa117..000000000 --- a/fernandocuba.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "subdomain": "fernandocuba", - "owner": { - "email": "lfernando.cubar@gmail.com" - } -} From 8769df0b4a4f6b2b2409718659bb7847e9f62f9b Mon Sep 17 00:00:00 2001 From: fernando-cuba <93840752+fernando-cuba@users.noreply.github.com> Date: Tue, 28 Jan 2025 17:16:19 -0600 Subject: [PATCH 48/80] Create fernandocuba --- domains/fernandocuba | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/fernandocuba diff --git a/domains/fernandocuba b/domains/fernandocuba new file mode 100644 index 000000000..f25fe5044 --- /dev/null +++ b/domains/fernandocuba @@ -0,0 +1,11 @@ +{ + "description": "This website is a link to my personal developer portfolio.", + "repo": "https://github.com/fernando-cuba/portafoliocuba", + "owner": { + "username": "fernando-cuba", + "email": "lfernando.cubar@gmail.com" + }, + "record": { + "CNAME": "fernando-cuba.github.io" + } +} From c85d352d8eacd17b6e8685dfc5dc32a67f768508 Mon Sep 17 00:00:00 2001 From: fernando-cuba <93840752+fernando-cuba@users.noreply.github.com> Date: Tue, 28 Jan 2025 18:27:24 -0600 Subject: [PATCH 49/80] Update fernandocuba --- domains/fernandocuba | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/fernandocuba b/domains/fernandocuba index f25fe5044..8f5bed745 100644 --- a/domains/fernandocuba +++ b/domains/fernandocuba @@ -1,6 +1,6 @@ { "description": "This website is a link to my personal developer portfolio.", - "repo": "https://github.com/fernando-cuba/portafoliocuba", + "repo": "https://fernando-cuba.github.io/portafolio/", "owner": { "username": "fernando-cuba", "email": "lfernando.cubar@gmail.com" From 7d36bb6ff7d74ecae0716e5ba0176518e2c0fe98 Mon Sep 17 00:00:00 2001 From: SalmanIyad <110406908+SalmanIyad@users.noreply.github.com> Date: Wed, 29 Jan 2025 12:17:02 +0200 Subject: [PATCH 50/80] Create _vercel.salman.json --- domains/domains/_vercel.salman.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/domains/_vercel.salman.json diff --git a/domains/domains/_vercel.salman.json b/domains/domains/_vercel.salman.json new file mode 100644 index 000000000..6158395b2 --- /dev/null +++ b/domains/domains/_vercel.salman.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "salmaniyad", + "email": "eng.salmaniyad@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=salman.is-a.dev,f9d09088248e6fdd1e9a" + } +} From 510738c320cb39c3c283960c6fea79c87190597a Mon Sep 17 00:00:00 2001 From: Z3nitt <56237766+Z3nitt@users.noreply.github.com> Date: Wed, 29 Jan 2025 16:59:29 +0100 Subject: [PATCH 51/80] Create juanluserrano.json --- domains/juanluserrano.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/juanluserrano.json diff --git a/domains/juanluserrano.json b/domains/juanluserrano.json new file mode 100644 index 000000000..b3dff816a --- /dev/null +++ b/domains/juanluserrano.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "z3nitt", + "email": "juanluserranoleal@gmail.com" + }, + "record": { + "CNAME": "z3nitt.github.io" + } +} From b4d2c1ad72f91cb7ad343d1c5de5ac74e8684bde Mon Sep 17 00:00:00 2001 From: Jayasurya Date: Thu, 30 Jan 2025 01:23:51 +0530 Subject: [PATCH 52/80] netlify: disable proxy --- domains/jayasurya.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/domains/jayasurya.json b/domains/jayasurya.json index d6eff00bf..bfda4e7f3 100644 --- a/domains/jayasurya.json +++ b/domains/jayasurya.json @@ -4,5 +4,6 @@ }, "record": { "A": ["75.2.60.5"] - } -} + }, + "proxied": false +} \ No newline at end of file From cbac49f89a3fc8ff6a94c53427b7f24e49e6e9a7 Mon Sep 17 00:00:00 2001 From: Amrut Gawade <35160998+amrutgawade@users.noreply.github.com> Date: Thu, 30 Jan 2025 11:04:34 +0530 Subject: [PATCH 53/80] Create amrut.json --- domains/amrut.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/amrut.json diff --git a/domains/amrut.json b/domains/amrut.json new file mode 100644 index 000000000..cd5adbbc2 --- /dev/null +++ b/domains/amrut.json @@ -0,0 +1,10 @@ + { + "owner": { + "username": "amrutgawade", + "email": "amrutgawade.08@gmail.com", + "linkedin": "https://www.linkedin.com/in/amrut-gawade" + }, + "record": { + "CNAME": "amrutgawade.github.io" + } + } From eea39399e64080dc8983c52523b042594383f80a Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Thu, 30 Jan 2025 17:07:15 +0800 Subject: [PATCH 54/80] Create wildcards.json --- util/wildcards.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 util/wildcards.json diff --git a/util/wildcards.json b/util/wildcards.json new file mode 100644 index 000000000..ed48a96ec --- /dev/null +++ b/util/wildcards.json @@ -0,0 +1,3 @@ +[ + "*.william" +] From c2a87c56e7d7cc50e1bbbe5b2aa933594ec6b75d Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Thu, 30 Jan 2025 17:07:49 +0800 Subject: [PATCH 55/80] Update wildcards.json --- util/wildcards.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/wildcards.json b/util/wildcards.json index ed48a96ec..2de23327b 100644 --- a/util/wildcards.json +++ b/util/wildcards.json @@ -1,3 +1,3 @@ [ - "*.william" + "*.william" ] From 79f3afa91b3dfb9661cd69710dde162bc91e841b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tr=E1=BA=A7n=20Anh=20Tu=E1=BA=A5n?= <89330994+tat2008@users.noreply.github.com> Date: Thu, 30 Jan 2025 17:29:28 +0700 Subject: [PATCH 56/80] Delete domains/_discord.tat2008.json I don't need it anymore --- domains/_discord.tat2008.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/_discord.tat2008.json diff --git a/domains/_discord.tat2008.json b/domains/_discord.tat2008.json deleted file mode 100644 index ef90431f4..000000000 --- a/domains/_discord.tat2008.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "tat2008", - "email": "tuan.trananh2008@gmail.com" - }, - "record": { - "TXT": "dh=9abe38f80f0a7adbf9ef20a7048ff7dd399d984b" - } -} From e4c4cc84cbfe0b20a51555d127153ef8bcd3a447 Mon Sep 17 00:00:00 2001 From: Salman Abualhin <110406908+SalmanIyad@users.noreply.github.com> Date: Thu, 30 Jan 2025 06:02:33 -0800 Subject: [PATCH 57/80] Update _vercel.salman.json fix the nested domains folder --- domains/_vercel.salman.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.salman.json diff --git a/domains/_vercel.salman.json b/domains/_vercel.salman.json new file mode 100644 index 000000000..6158395b2 --- /dev/null +++ b/domains/_vercel.salman.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "salmaniyad", + "email": "eng.salmaniyad@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=salman.is-a.dev,f9d09088248e6fdd1e9a" + } +} From 828eaa97b0d72bbaa5f4ae28ab975865ad980c68 Mon Sep 17 00:00:00 2001 From: Salman Abualhin <110406908+SalmanIyad@users.noreply.github.com> Date: Thu, 30 Jan 2025 06:04:54 -0800 Subject: [PATCH 58/80] Delete domains/domains/_vercel.salman.json --- domains/domains/_vercel.salman.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/domains/_vercel.salman.json diff --git a/domains/domains/_vercel.salman.json b/domains/domains/_vercel.salman.json deleted file mode 100644 index 6158395b2..000000000 --- a/domains/domains/_vercel.salman.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "salmaniyad", - "email": "eng.salmaniyad@gmail.com" - }, - "record": { - "TXT": "vc-domain-verify=salman.is-a.dev,f9d09088248e6fdd1e9a" - } -} From 6563a6dda4f633c296bc9cb21358ad20ba0664c1 Mon Sep 17 00:00:00 2001 From: Saunak <76943154+Saunakghosh10@users.noreply.github.com> Date: Thu, 30 Jan 2025 20:10:46 +0530 Subject: [PATCH 59/80] Update domains/saunak.json Co-authored-by: Ibrahim Asif --- domains/saunak.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/saunak.json b/domains/saunak.json index f6a10a951..b947037aa 100644 --- a/domains/saunak.json +++ b/domains/saunak.json @@ -7,6 +7,6 @@ "discord": "695672697270829116" }, "record": { - "CNAME": "https://sgfolio-nu.vercel.app/" + "CNAME": "sgfolio-nu.vercel.app" } } \ No newline at end of file From a43074ff8d87da6741afa755344ce0d523069f57 Mon Sep 17 00:00:00 2001 From: Saunak Ghosh Date: Thu, 30 Jan 2025 20:15:33 +0530 Subject: [PATCH 60/80] Add Vercel verification for saunak.is-a.dev --- domains/_vercel.saunak.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_vercel.saunak.json diff --git a/domains/_vercel.saunak.json b/domains/_vercel.saunak.json new file mode 100644 index 000000000..93013ebe4 --- /dev/null +++ b/domains/_vercel.saunak.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Saunakghosh10", + "email": "saunakghosh710@gmail.com", + "discord": "695672697270829116" + }, + "record": { + "TXT": "vc-domain-verify=saunak.is-a.dev,1127684a6f45539a1ebe" + } +} \ No newline at end of file From c508eb888b87d02b88aff9383c54be5708552c12 Mon Sep 17 00:00:00 2001 From: Jeymen <109573368+Jeymen@users.noreply.github.com> Date: Thu, 30 Jan 2025 17:32:10 +0200 Subject: [PATCH 61/80] Delete domains/jeymen.json --- domains/jeymen.json | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 domains/jeymen.json diff --git a/domains/jeymen.json b/domains/jeymen.json deleted file mode 100644 index 681eb900f..000000000 --- a/domains/jeymen.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "owner": { - "username": "Jeymen", - "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": "v=spf1 include:zoho.eu ~all" - } -} From de3ea0ef20776817efabf7706aa81b6a2d5aee84 Mon Sep 17 00:00:00 2001 From: Jeymen <109573368+Jeymen@users.noreply.github.com> Date: Thu, 30 Jan 2025 17:32:22 +0200 Subject: [PATCH 62/80] Delete domains/_github-pages-challenge-jeymen.jeymen.json --- domains/_github-pages-challenge-jeymen.jeymen.json | 9 --------- 1 file changed, 9 deletions(-) delete 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 deleted file mode 100644 index 3075b9884..000000000 --- a/domains/_github-pages-challenge-jeymen.jeymen.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Jeymen", - "email": "jeymen11@proton.me" - }, - "record": { - "TXT": "d01c3f5f2e886990f511ffb0dc7fcb" - } -} From 9657935f0065baa25f36949723405309de52c3e5 Mon Sep 17 00:00:00 2001 From: Amardeep Lakshkar <109571797+amardeeplakshkar@users.noreply.github.com> Date: Thu, 30 Jan 2025 21:05:14 +0530 Subject: [PATCH 63/80] Update domains/_vercel.amardeep.json Co-authored-by: 21Z <69188068+21Z@users.noreply.github.com> --- domains/_vercel.amardeep.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/_vercel.amardeep.json b/domains/_vercel.amardeep.json index 7667909a6..ee2b2b075 100644 --- a/domains/_vercel.amardeep.json +++ b/domains/_vercel.amardeep.json @@ -1,8 +1,7 @@ { "owner": { "username": "amardeeplakshkar", - "email": "amardeep.devs@gmail.com", - "discord": "" + "email": "amardeep.devs@gmail.com" }, "record": { "TXT": "vc-domain-verify=amardeep.is-a.dev,3d113f019450ce88d3a8" From 43d572f154c4f8aa93dd44f38295451d1119117c Mon Sep 17 00:00:00 2001 From: Amardeep Lakshkar <109571797+amardeeplakshkar@users.noreply.github.com> Date: Thu, 30 Jan 2025 21:05:24 +0530 Subject: [PATCH 64/80] Update domains/amardeep.json Co-authored-by: 21Z <69188068+21Z@users.noreply.github.com> --- domains/amardeep.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/amardeep.json b/domains/amardeep.json index e39f90632..7546f0565 100644 --- a/domains/amardeep.json +++ b/domains/amardeep.json @@ -3,8 +3,7 @@ "repo": "https://github.com/amardeeplakshkar/portfolio", "owner": { "username": "amardeeplakshkar", - "email": "amardeep.devs@gmail.com", - "discord": "" + "email": "amardeep.devs@gmail.com" }, "record": { "CNAME": "amardeep-portfolio.vercel.app" From 8aaeedcf2bd77dc66a92924b30c3fd1777357a19 Mon Sep 17 00:00:00 2001 From: Millosaurs Date: Thu, 30 Jan 2025 21:22:43 +0530 Subject: [PATCH 65/80] Update shrivatsav.json --- domains/shrivatsav.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/shrivatsav.json b/domains/shrivatsav.json index 4583b73f0..ac2df091c 100644 --- a/domains/shrivatsav.json +++ b/domains/shrivatsav.json @@ -6,7 +6,7 @@ "email": "sharanshrivatsav0@gmail.com" }, "record": { - "URL": "shrivatsav.vercel.app" + "URL": "https://shrivatsav.vercel.app" } } From 1d58715b0ac9b76353f4cf6d63371a58c812ff94 Mon Sep 17 00:00:00 2001 From: Ahmad Fakhri <105256764+fa-fifi@users.noreply.github.com> Date: Fri, 31 Jan 2025 00:57:39 +0800 Subject: [PATCH 66/80] Rename fa-fifi subdomain to fafifi --- domains/{fa-fifi.json => fafifi.json} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename domains/{fa-fifi.json => fafifi.json} (76%) diff --git a/domains/fa-fifi.json b/domains/fafifi.json similarity index 76% rename from domains/fa-fifi.json rename to domains/fafifi.json index 5870bbcc3..ec41aa57a 100644 --- a/domains/fa-fifi.json +++ b/domains/fafifi.json @@ -11,6 +11,6 @@ "185.199.110.153", "185.199.111.153" ], - "TXT": "google-site-verification=AYbL6PIbwUv4qzq9KxmrjAM9vfCQ0IUNRBX_AeXPfVE" + "TXT": "google-site-verification=_yRLGQg5CylaCRwbj4qjPtzNKurSqbltbCqnli0nhvI" } } From a7c9bb94569467d82e5df8c070c06da8a497f0cb Mon Sep 17 00:00:00 2001 From: Pranay Nidhi <66369444+pranaynidhi@users.noreply.github.com> Date: Thu, 30 Jan 2025 17:56:06 +0000 Subject: [PATCH 67/80] fixed/moved --- pranay.json => domains/pranay.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename pranay.json => domains/pranay.json (100%) diff --git a/pranay.json b/domains/pranay.json similarity index 100% rename from pranay.json rename to domains/pranay.json From d4adb1d31c0e2d726f03af9c6f0d19870fc48598 Mon Sep 17 00:00:00 2001 From: Pranay Nidhi <66369444+pranaynidhi@users.noreply.github.com> Date: Thu, 30 Jan 2025 23:45:24 +0545 Subject: [PATCH 68/80] Update pranay.json --- domains/pranay.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/pranay.json b/domains/pranay.json index 8ab1c3c02..278defa92 100644 --- a/domains/pranay.json +++ b/domains/pranay.json @@ -5,6 +5,6 @@ "email": "pranaynidhi@gmail.com" }, "record": { - "CNAME": "pranaynidhi.github.io" + "CNAME": "pranaynidhi.tech" }, } From 6cc2b8ff50bdfbf647eebc956d4b94068fb40d26 Mon Sep 17 00:00:00 2001 From: 21Z <69188068+21Z@users.noreply.github.com> Date: Thu, 30 Jan 2025 22:12:04 +0400 Subject: [PATCH 69/80] format --- domains/ibru.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/domains/ibru.json b/domains/ibru.json index e447be8a0..91af5e379 100644 --- a/domains/ibru.json +++ b/domains/ibru.json @@ -1 +1,9 @@ -{"owner":{"username":"satindar31","email":"satindar@satindar-is.me"},"record":{"URL":"https://satindar.is-a.dev"}} \ No newline at end of file +{ + "owner": { + "username": "satindar31", + "email": "satindar@satindar-is.me" + }, + "record": { + "URL": "https://satindar.is-a.dev" + } +} \ No newline at end of file From 778d563c1fad271ebb4c45cd02f7dc3d44637675 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Van=20Den=20Bosch?= <104820589+tim-vdb@users.noreply.github.com> Date: Thu, 30 Jan 2025 21:29:00 +0100 Subject: [PATCH 70/80] Rename _github-pages-challenge-tim-vdb.json to _github-pages-challenge-tim-vdb.tim-vdb.json Sorry my bad, it's now updated --- ...-tim-vdb.json => _github-pages-challenge-tim-vdb.tim-vdb.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-tim-vdb.json => _github-pages-challenge-tim-vdb.tim-vdb.json} (100%) diff --git a/domains/_github-pages-challenge-tim-vdb.json b/domains/_github-pages-challenge-tim-vdb.tim-vdb.json similarity index 100% rename from domains/_github-pages-challenge-tim-vdb.json rename to domains/_github-pages-challenge-tim-vdb.tim-vdb.json From 59bbcae8cad5b4af96837bf72385a137d8e90508 Mon Sep 17 00:00:00 2001 From: Vihaan Anand Date: Thu, 30 Jan 2025 16:50:55 -0800 Subject: [PATCH 71/80] Delete domains/untitled.json --- domains/untitled.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/untitled.json diff --git a/domains/untitled.json b/domains/untitled.json deleted file mode 100644 index d5342d887..000000000 --- a/domains/untitled.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Hosting my website", - "repo": "https://github.com/VihaanAnand/VihaanAnand.github.io", - "owner": { - "username": "VihaanAnand", - "email": "macos14sonoma@gmail.com" - }, - "record": { - "CNAME": "vihaananand.github.io" - } -} From 168023f0d9076684942f844438075ba047f2940b Mon Sep 17 00:00:00 2001 From: Vihaan Anand Date: Thu, 30 Jan 2025 16:51:11 -0800 Subject: [PATCH 72/80] Delete domains/_discord.untitled.json --- domains/_discord.untitled.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/_discord.untitled.json diff --git a/domains/_discord.untitled.json b/domains/_discord.untitled.json deleted file mode 100644 index 6d57baa9a..000000000 --- a/domains/_discord.untitled.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "VihaanAnand", - "email": "macos14sonoma@gmail.com" - }, - "record": { - "TXT": "dh=635f70c64c210c98011d4391e0ba6a69adfedc89" - } -} From c6e5c7ced165aa12cc5b3eb3c668b2c9977eca8f Mon Sep 17 00:00:00 2001 From: Vihaan Anand Date: Thu, 30 Jan 2025 16:51:25 -0800 Subject: [PATCH 73/80] Delete domains/_github-pages-challenge-vihaananand.untitled.json --- .../_github-pages-challenge-vihaananand.untitled.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/_github-pages-challenge-vihaananand.untitled.json diff --git a/domains/_github-pages-challenge-vihaananand.untitled.json b/domains/_github-pages-challenge-vihaananand.untitled.json deleted file mode 100644 index e5fe95813..000000000 --- a/domains/_github-pages-challenge-vihaananand.untitled.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "VihaanAnand", - "email": "macos14sonoma@gmail.com" - }, - "record": { - "TXT": "53234a8871b871e94e29adff5a8e91" - } -} From 79c0b97d4e7845bb7c74a38bbd8e2c0bfadc3fba Mon Sep 17 00:00:00 2001 From: fernando-cuba <93840752+fernando-cuba@users.noreply.github.com> Date: Fri, 31 Jan 2025 01:17:56 -0600 Subject: [PATCH 74/80] Update and rename fernandocuba to fernandocuba.json --- domains/{fernandocuba => fernandocuba.json} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename domains/{fernandocuba => fernandocuba.json} (77%) diff --git a/domains/fernandocuba b/domains/fernandocuba.json similarity index 77% rename from domains/fernandocuba rename to domains/fernandocuba.json index 8f5bed745..199fb8b40 100644 --- a/domains/fernandocuba +++ b/domains/fernandocuba.json @@ -1,6 +1,6 @@ { "description": "This website is a link to my personal developer portfolio.", - "repo": "https://fernando-cuba.github.io/portafolio/", + "repo": "https://github.com/fernando-cuba/fernando-cuba.github.io", "owner": { "username": "fernando-cuba", "email": "lfernando.cubar@gmail.com" From 6774cab67132239630d15c933e9963eddeb4894c Mon Sep 17 00:00:00 2001 From: 21Z <69188068+21Z@users.noreply.github.com> Date: Fri, 31 Jan 2025 11:27:25 +0400 Subject: [PATCH 75/80] add discord --- domains/_vercel.ryanbaig.json | 3 ++- domains/links.ryanbaig.json | 3 ++- domains/ryanbaig.json | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/domains/_vercel.ryanbaig.json b/domains/_vercel.ryanbaig.json index 0e7a80730..e457d348b 100644 --- a/domains/_vercel.ryanbaig.json +++ b/domains/_vercel.ryanbaig.json @@ -1,6 +1,7 @@ { "owner": { - "username": "RyanBaig" + "username": "RyanBaig", + "discord": "757475933170040893" }, "record": { "TXT": ["vc-domain-verify=ryanbaig.is-a.dev,6611c040f39e1689070b"] diff --git a/domains/links.ryanbaig.json b/domains/links.ryanbaig.json index 6535caf29..8f67cb323 100644 --- a/domains/links.ryanbaig.json +++ b/domains/links.ryanbaig.json @@ -1,6 +1,7 @@ { "owner": { - "username": "RyanBaig" + "username": "RyanBaig", + "discord": "757475933170040893" }, "record": { "A": ["76.76.21.21"] diff --git a/domains/ryanbaig.json b/domains/ryanbaig.json index 1fa8545be..65f803b49 100644 --- a/domains/ryanbaig.json +++ b/domains/ryanbaig.json @@ -1,6 +1,7 @@ { "owner": { - "username": "RyanBaig" + "username": "RyanBaig", + "discord": "757475933170040893" }, "record": { "CNAME": "ryanthedev.vercel.app" From 9dc00084446cf51ab5bc74f619d3bed5908cbfb4 Mon Sep 17 00:00:00 2001 From: Pranay Nidhi <66369444+pranaynidhi@users.noreply.github.com> Date: Fri, 31 Jan 2025 14:03:01 +0545 Subject: [PATCH 76/80] Update domains/pranay.json Co-authored-by: 21Z <69188068+21Z@users.noreply.github.com> --- domains/pranay.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/pranay.json b/domains/pranay.json index 278defa92..3f57d7464 100644 --- a/domains/pranay.json +++ b/domains/pranay.json @@ -6,5 +6,5 @@ }, "record": { "CNAME": "pranaynidhi.tech" - }, + } } From 17b2f9552b02a0561fc452f544f476dec9c13262 Mon Sep 17 00:00:00 2001 From: Baibhav Kumar <61260582+Baibhavos@users.noreply.github.com> Date: Fri, 31 Jan 2025 14:23:29 +0530 Subject: [PATCH 77/80] Updated and renamed baibhav to baibhav.json Updated CNAME --- domains/{baibhav => baibhav.json} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename domains/{baibhav => baibhav.json} (72%) diff --git a/domains/baibhav b/domains/baibhav.json similarity index 72% rename from domains/baibhav rename to domains/baibhav.json index fcbca6aa9..47a82abaa 100644 --- a/domains/baibhav +++ b/domains/baibhav.json @@ -5,6 +5,6 @@ "email": "baibhavkumar303@gmail.com" }, "record": { - "CNAME": "https://new-portfolio-weld-sigma.vercel.app/" + "CNAME": "new-portfolio-weld-sigma.vercel.app" } } From 3780aeb2193fb7bd7c24bf891ee31b475c8bdc03 Mon Sep 17 00:00:00 2001 From: Pranjal Pandey <130264859+heropj@users.noreply.github.com> Date: Fri, 31 Jan 2025 14:49:55 +0530 Subject: [PATCH 78/80] Update domains/hero.json Co-authored-by: 21Z <69188068+21Z@users.noreply.github.com> --- domains/hero.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/hero.json b/domains/hero.json index e39274b20..39147385d 100644 --- a/domains/hero.json +++ b/domains/hero.json @@ -4,7 +4,7 @@ "email": "pranjalpandey1022003gmail.com" }, "record": { - "URL": "https://heroportfolio-two.vercel.app/" + "URL": "https://heroportfolio-two.vercel.app/portfolio" } } \ No newline at end of file From 7fbbb5fd43520e67e3b7107689bf064ed16d76b0 Mon Sep 17 00:00:00 2001 From: 21Z <69188068+21Z@users.noreply.github.com> Date: Fri, 31 Jan 2025 15:31:37 +0400 Subject: [PATCH 79/80] fix email --- domains/hero.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/hero.json b/domains/hero.json index 39147385d..025a64e1b 100644 --- a/domains/hero.json +++ b/domains/hero.json @@ -1,10 +1,10 @@ { "owner": { "username": "heropj", - "email": "pranjalpandey1022003gmail.com" + "email": "pranjalpandey1022003@gmail.com" }, "record": { "URL": "https://heroportfolio-two.vercel.app/portfolio" } } - \ No newline at end of file + From d1a34daef3788b2ce519c3e886f2114b79feb6f5 Mon Sep 17 00:00:00 2001 From: lycan Date: Fri, 31 Jan 2025 18:15:10 +0530 Subject: [PATCH 80/80] Rename DNS TXT record file as per instruction --- ...e-sneh-al.json => _github-pages-challenge-sneh-al.snehal.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-sneh-al.json => _github-pages-challenge-sneh-al.snehal.json} (100%) diff --git a/domains/_github-pages-challenge-sneh-al.json b/domains/_github-pages-challenge-sneh-al.snehal.json similarity index 100% rename from domains/_github-pages-challenge-sneh-al.json rename to domains/_github-pages-challenge-sneh-al.snehal.json