From a9aea2338542b2e93a37e29120a7f63057ea7fcc Mon Sep 17 00:00:00 2001
From: imxitiz <69164340+imxitiz@users.noreply.github.com>
Date: Wed, 22 Jan 2025 22:49:24 +0545
Subject: [PATCH 001/815] Add imxitiz domain configuration
- feat:
- Create configuration for imxitiz domain
- Set CNAME record for GitHub Pages
--
Signed-off-by: Kshitiz Sharma (imxitiz) <69164340+imxitiz@users.noreply.github.com>
---
domains/imxitiz.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/imxitiz.json
diff --git a/domains/imxitiz.json b/domains/imxitiz.json
new file mode 100644
index 000000000..b9838c5bc
--- /dev/null
+++ b/domains/imxitiz.json
@@ -0,0 +1,9 @@
+{
+ "description": "imxitiz.is-a.dev",
+ "owner": {
+ "username": "imxitiz"
+ },
+ "record": {
+ "CNAME": "imxitiz.github.io"
+ }
+}
From 0954fbd480e755b53199c7c1bd412089371d9a9c Mon Sep 17 00:00:00 2001
From: VulcanoSoftware <113239901+VulcanoSoftware@users.noreply.github.com>
Date: Thu, 13 Feb 2025 20:01:54 +0100
Subject: [PATCH 002/815] Update vulcanocraft.json
---
domains/vulcanocraft.json | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/domains/vulcanocraft.json b/domains/vulcanocraft.json
index ccd85e431..9cc1dc26a 100644
--- a/domains/vulcanocraft.json
+++ b/domains/vulcanocraft.json
@@ -2,9 +2,12 @@
"owner": {
"username": "VulcanoSoftware",
"discord": "814891541205876767",
- "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.LFE4hdd7T8k_kGv3iE8p5w1dHdG5P6bV0tWDLkePBkHeQytXDnnlDdlmdKFwEjt_eB1SbPjhAi1Q7Mej6jgJKoP8V5PH6uoAMef0CgBiRz9EQXH9fbzDy5LNYkmu76PZONduIejnPhxohKFIaSkbTZJqnz7962HCUwSNEDptIgumL3-l30iEZ6ytQDzMuwJc4eSrfFh0qIMxvanz4pD2X67uLP-OjEMcEVl9JT4MtsfMFql1e9be3pym-Gi_VSilIFTkZrBOkmyShzkK2YG44z2-iRDPh-p920OxTxpIkytub38_qJ8OMuWrB5uaQ_UhX-YZan4TbMQHXwDY0oRxZg.34fTFW_4uMTgOrh4prtEMA.NoIOnyezwNIixQEnzbBpT0P4Z7ny0WdRBpC87tNeeWSQ-3HFGekyeSht37N8iSYPJW9rShlfpglzqLRQXr0_jOCBQClLWWTWVYnsFWYtfNbKt4ziAJHzs1a-IXZLNi0Y.zVvP0gJYcOXQdhqXuK8XOQ"
+ "email": "vulcanosoftwareinc@gmail.com"
},
"record": {
- "CNAME": "vulcanocraft.pages.dev"
+ "NS": [
+ "margaret.ns.cloudflare.com",
+ "roman.ns.cloudflare.com"
+ ]
}
}
From c86aa7783a8ac5e0a6852b395ecea3c4c49fec87 Mon Sep 17 00:00:00 2001
From: vikipranata
Date: Mon, 24 Feb 2025 10:13:40 +0700
Subject: [PATCH 003/815] Create new subdomains
---
domains/homelab.json | 13 +++++++++++++
domains/vikipranata.json | 11 +++++++++++
domains/www.vikipranata.json | 11 +++++++++++
3 files changed, 35 insertions(+)
create mode 100644 domains/homelab.json
create mode 100644 domains/vikipranata.json
create mode 100644 domains/www.vikipranata.json
diff --git a/domains/homelab.json b/domains/homelab.json
new file mode 100644
index 000000000..c93d8014e
--- /dev/null
+++ b/domains/homelab.json
@@ -0,0 +1,13 @@
+{
+ "description": "Domain for dynamic DNS updates and Cloudflare Tunnel setup for demo and home lab purposes",
+ "owner": {
+ "username": "vikipranata",
+ "email": "helovikipranata@gmail.com"
+ },
+ "record": {
+ "NS": [
+ "deb.ns.cloudflare.com",
+ "sid.ns.cloudflare.com"
+ ]
+ }
+}
diff --git a/domains/vikipranata.json b/domains/vikipranata.json
new file mode 100644
index 000000000..e766affcf
--- /dev/null
+++ b/domains/vikipranata.json
@@ -0,0 +1,11 @@
+{
+ "description": "Domain for personal web pages",
+ "owner": {
+ "username": "vikipranata",
+ "email": "helovikipranata@gmail.com"
+ },
+ "record": {
+ "CNAME": "vikipranata.github.io"
+ },
+ "proxied": true
+}
diff --git a/domains/www.vikipranata.json b/domains/www.vikipranata.json
new file mode 100644
index 000000000..6b6019742
--- /dev/null
+++ b/domains/www.vikipranata.json
@@ -0,0 +1,11 @@
+{
+ "description": "Domain for redirection to vikipranata.is-a.dev",
+ "owner": {
+ "username": "vikipranata",
+ "email": "helovikipranata@gmail.com"
+ },
+ "record": {
+ "URL": "https://vikipranata.is-a.dev"
+ },
+ "proxied": true
+}
From cff03b4b7e9e2313b4bc55c1096c5ab28801e68d Mon Sep 17 00:00:00 2001
From: Viki Pranata <66620208+vikipranata@users.noreply.github.com>
Date: Tue, 25 Feb 2025 20:10:01 +0700
Subject: [PATCH 004/815] Update www.vikipranata.json
---
domains/www.vikipranata.json | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/domains/www.vikipranata.json b/domains/www.vikipranata.json
index 6b6019742..6f71cbfe9 100644
--- a/domains/www.vikipranata.json
+++ b/domains/www.vikipranata.json
@@ -6,6 +6,5 @@
},
"record": {
"URL": "https://vikipranata.is-a.dev"
- },
- "proxied": true
+ }
}
From 401aed547c7f78641e6874dffad90e95c988c1f7 Mon Sep 17 00:00:00 2001
From: Vugx <147163032+TheVugx@users.noreply.github.com>
Date: Wed, 26 Feb 2025 00:50:49 -0300
Subject: [PATCH 005/815] Create vugx.json
---
domains/vugx.json | 8 ++++++++
1 file changed, 8 insertions(+)
create mode 100644 domains/vugx.json
diff --git a/domains/vugx.json b/domains/vugx.json
new file mode 100644
index 000000000..5056febdd
--- /dev/null
+++ b/domains/vugx.json
@@ -0,0 +1,8 @@
+{
+ "owner": {
+ "username": "TheVugx"
+ },
+ "record": {
+ "CNAME": "https://TheVugx.github.io/"
+ }
+}
From e629c31516365bba723deeffa079ae2696bf2661 Mon Sep 17 00:00:00 2001
From: Viki Pranata <66620208+vikipranata@users.noreply.github.com>
Date: Wed, 26 Feb 2025 19:57:38 +0700
Subject: [PATCH 006/815] Update vikipranata.json TXT record for google site
verification
---
domains/vikipranata.json | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/domains/vikipranata.json b/domains/vikipranata.json
index e766affcf..1c32606a2 100644
--- a/domains/vikipranata.json
+++ b/domains/vikipranata.json
@@ -5,7 +5,9 @@
"email": "helovikipranata@gmail.com"
},
"record": {
- "CNAME": "vikipranata.github.io"
+ "CNAME": "vikipranata.github.io",
+ "TXT": "google-site-verification=P0NDXXGrIMQIApUCl70HKX0nLphXZtzeW2B4qckwuLE"
+ }
},
"proxied": true
}
From 4287f60c329086286ae36f9787455b3477a70ef9 Mon Sep 17 00:00:00 2001
From: Viki Pranata <66620208+vikipranata@users.noreply.github.com>
Date: Wed, 26 Feb 2025 19:58:28 +0700
Subject: [PATCH 007/815] Update vikipranata.json TXT record for
google-site-verification
---
domains/vikipranata.json | 1 -
1 file changed, 1 deletion(-)
diff --git a/domains/vikipranata.json b/domains/vikipranata.json
index 1c32606a2..1bdca1386 100644
--- a/domains/vikipranata.json
+++ b/domains/vikipranata.json
@@ -7,7 +7,6 @@
"record": {
"CNAME": "vikipranata.github.io",
"TXT": "google-site-verification=P0NDXXGrIMQIApUCl70HKX0nLphXZtzeW2B4qckwuLE"
- }
},
"proxied": true
}
From 00acd0fe0911e2238e0185280b5b578f29ab03fa Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?V=C3=B5=20Quang=20Chi=E1=BA=BFn?= <2giosangmitom@proton.me>
Date: Thu, 27 Feb 2025 13:46:34 +0700
Subject: [PATCH 008/815] Update 2giosangmitom.json
---
domains/2giosangmitom.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/domains/2giosangmitom.json b/domains/2giosangmitom.json
index 37e11d6c0..48468e286 100644
--- a/domains/2giosangmitom.json
+++ b/domains/2giosangmitom.json
@@ -1,9 +1,9 @@
{
"owner": {
"username": "2giosangmitom",
- "email": "yeuxacucodon.dev@proton.me"
+ "email": "2giosangmitom@gmail.com"
},
"record": {
- "CNAME": "2giosangmitom.github.io"
+ "CNAME": "blog-o7t.pages.dev"
}
}
From a330f2d84ff6971c02f9ef6140a6b6eb5aebdadf Mon Sep 17 00:00:00 2001
From: Lver <196835305+lverx@users.noreply.github.com>
Date: Mon, 3 Mar 2025 06:42:39 -0500
Subject: [PATCH 009/815] Add SPF to record
---
domains/mail.lver.json | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/domains/mail.lver.json b/domains/mail.lver.json
index f3fee13f6..fb294820b 100644
--- a/domains/mail.lver.json
+++ b/domains/mail.lver.json
@@ -8,6 +8,8 @@
"MX": [
"mx1.improvmx.com",
"mx2.improvmx.com"
- ]
+ ]
+ },
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
From 86fe445dcb1b54e68b1dd377f3f9a7cb52b22543 Mon Sep 17 00:00:00 2001
From: hareesh
Date: Tue, 4 Mar 2025 14:34:34 +0530
Subject: [PATCH 010/815] Creating the domain files for hareesh.is-a.dev domain
---
domains/_vercel.hareesh.json | 9 +++++++++
domains/hareesh.json | 9 +++++++++
2 files changed, 18 insertions(+)
create mode 100644 domains/_vercel.hareesh.json
create mode 100644 domains/hareesh.json
diff --git a/domains/_vercel.hareesh.json b/domains/_vercel.hareesh.json
new file mode 100644
index 000000000..a2e8f060f
--- /dev/null
+++ b/domains/_vercel.hareesh.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Hareesh108",
+ "email": "hareeshbhittam@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=hareesh.is-a.dev,477c6844f0ac3a8191e6"
+ }
+}
\ No newline at end of file
diff --git a/domains/hareesh.json b/domains/hareesh.json
new file mode 100644
index 000000000..7b68823f8
--- /dev/null
+++ b/domains/hareesh.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Hareesh108",
+ "email": "hareeshbhittam@gmail.com"
+ },
+ "record": {
+ "URL": "https://me-hazel-delta.vercel.app"
+ }
+}
\ No newline at end of file
From 6c782150980e39aab4ecd1e2bdf727d89e119e60 Mon Sep 17 00:00:00 2001
From: Dat Tran
Date: Tue, 4 Mar 2025 16:44:27 +0700
Subject: [PATCH 011/815] Update datit309.json
---
domains/datit309.json | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/domains/datit309.json b/domains/datit309.json
index de6fa31b4..20ff0b256 100644
--- a/domains/datit309.json
+++ b/domains/datit309.json
@@ -6,7 +6,10 @@
"email": "datit309@gmail.com"
},
"record": {
- "CNAME": "datit309.github.io"
+ "URL": "https://datit309.github.io",
+ "record": {
+ "TXT": "google-site-verification=2F7H5wS3Sly_6DKcp2IIlsDI3z3PWGfqv81YFGbMRKY"
+ }
},
"proxied": true
}
From ffefba53434e1689fe1b536b6061f10294527c80 Mon Sep 17 00:00:00 2001
From: sh13y <153997025+sh13y@users.noreply.github.com>
Date: Tue, 4 Mar 2025 19:06:36 +0530
Subject: [PATCH 012/815] Create sh13y.json
---
domains/sh13y.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/sh13y.json
diff --git a/domains/sh13y.json b/domains/sh13y.json
new file mode 100644
index 000000000..45459c20a
--- /dev/null
+++ b/domains/sh13y.json
@@ -0,0 +1,11 @@
+{
+ "description": "For My Blog",
+ "repo": "https://github.com/sh13y/register,
+ "owner": {
+ "username": "sh13y",
+ "email": "[email protected]"
+ },
+ "record": {
+ "CNAME": "sh13y.github.io"
+ }
+}
From 4ccc85c0be496236448be203d3eb4a3fe75671e0 Mon Sep 17 00:00:00 2001
From: Lver <196835305+lverx@users.noreply.github.com>
Date: Tue, 4 Mar 2025 09:14:19 -0500
Subject: [PATCH 013/815] Create link-to.lver.json
---
domains/link-to.lver.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/link-to.lver.json
diff --git a/domains/link-to.lver.json b/domains/link-to.lver.json
new file mode 100644
index 000000000..c7b378dda
--- /dev/null
+++ b/domains/link-to.lver.json
@@ -0,0 +1,11 @@
+{
+ "github": "https://github.com/lverx",
+ "owner": {
+ "username": "lverx",
+ "email": "profoundlvr@gmail.com"
+ },
+ "record": {
+ "A": ["52.72.49.79"]
+ },
+ "proxied": true
+}
\ No newline at end of file
From 204c61e31297a471623d8d17f1f5b036619ffbab Mon Sep 17 00:00:00 2001
From: Vugx <147163032+TheVugx@users.noreply.github.com>
Date: Tue, 4 Mar 2025 11:29:47 -0300
Subject: [PATCH 014/815] actualizacion detalles
---
domains/vugx.json | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/domains/vugx.json b/domains/vugx.json
index 5056febdd..36f984eb4 100644
--- a/domains/vugx.json
+++ b/domains/vugx.json
@@ -1,8 +1,9 @@
{
"owner": {
- "username": "TheVugx"
+ "username": "TheVugx",
+ "email": "thevugx@gmail.com"
},
"record": {
- "CNAME": "https://TheVugx.github.io/"
+ "CNAME": "thevugx.github.io"
}
}
From 3f89ad051b7ecf40551f2f4f48cbc8509aac1412 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9D=8E=E7=AB=AF=E9=98=B3?=
Date: Tue, 4 Mar 2025 23:02:57 +0800
Subject: [PATCH 015/815] Create duanyang.json
---
domains/duanyang.json | 13 +++++++++++++
1 file changed, 13 insertions(+)
create mode 100644 domains/duanyang.json
diff --git a/domains/duanyang.json b/domains/duanyang.json
new file mode 100644
index 000000000..a0e3a28d6
--- /dev/null
+++ b/domains/duanyang.json
@@ -0,0 +1,13 @@
+{
+ "owner": {
+ "username": "Mrliduanyang",
+ "email": "duanyangchn@gmail.com"
+ },
+ "target": {
+ "CNAME": {
+ "name": "duanyang",
+ "value": "duanyang.cool"
+ }
+ },
+ "proxied": false
+}
From 41e3427e42c57e516c1d8d0adcba8d9b6110eb32 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9D=8E=E7=AB=AF=E9=98=B3?=
Date: Tue, 4 Mar 2025 23:11:28 +0800
Subject: [PATCH 016/815] Update duanyang.json
---
domains/duanyang.json | 19 ++++++++-----------
1 file changed, 8 insertions(+), 11 deletions(-)
diff --git a/domains/duanyang.json b/domains/duanyang.json
index a0e3a28d6..d30ef6dbb 100644
--- a/domains/duanyang.json
+++ b/domains/duanyang.json
@@ -1,13 +1,10 @@
{
- "owner": {
- "username": "Mrliduanyang",
- "email": "duanyangchn@gmail.com"
- },
- "target": {
- "CNAME": {
- "name": "duanyang",
- "value": "duanyang.cool"
- }
- },
- "proxied": false
+ "owner": {
+ "username": "Mrliduanyang",
+ "email": "duanyangchn@gmail.com"
+ },
+ "record": {
+ "CNAME": "github-username.github.io"
+ },
+ "proxied": false
}
From d3ff12ebc2a7c59cf6c823a74908badd38791258 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9D=8E=E7=AB=AF=E9=98=B3?=
Date: Tue, 4 Mar 2025 23:12:17 +0800
Subject: [PATCH 017/815] Update duanyang.json
---
domains/duanyang.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/duanyang.json b/domains/duanyang.json
index d30ef6dbb..391e00e10 100644
--- a/domains/duanyang.json
+++ b/domains/duanyang.json
@@ -4,7 +4,7 @@
"email": "duanyangchn@gmail.com"
},
"record": {
- "CNAME": "github-username.github.io"
+ "CNAME": "duanyang.cool"
},
"proxied": false
}
From fe11cbac5bd2ef0ba501328a922982a85c5702f4 Mon Sep 17 00:00:00 2001
From: Stefano Del Prete
Date: Tue, 4 Mar 2025 18:10:11 +0100
Subject: [PATCH 018/815] add the missing `"`
---
domains/sh13y.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/sh13y.json b/domains/sh13y.json
index 45459c20a..2a9e25af1 100644
--- a/domains/sh13y.json
+++ b/domains/sh13y.json
@@ -1,6 +1,6 @@
{
"description": "For My Blog",
- "repo": "https://github.com/sh13y/register,
+ "repo": "https://github.com/sh13y/register",
"owner": {
"username": "sh13y",
"email": "[email protected]"
From 828b8b4e23f788f4e4040f2ed1160682c035a9e5 Mon Sep 17 00:00:00 2001
From: Lver <196835305+lverx@users.noreply.github.com>
Date: Tue, 4 Mar 2025 12:12:15 -0500
Subject: [PATCH 019/815] Update mail.lver.json
---
domains/mail.lver.json | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/domains/mail.lver.json b/domains/mail.lver.json
index fb294820b..b0e64b735 100644
--- a/domains/mail.lver.json
+++ b/domains/mail.lver.json
@@ -5,11 +5,6 @@
"email": "profoundlvr@gmail.com"
},
"record": {
- "MX": [
- "mx1.improvmx.com",
- "mx2.improvmx.com"
- ]
- },
- "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ "TXT": " zoho-verification=zb98323889.zmverify.zoho.com"
}
}
From c2922cca55c4224039fb7c74eaf8d46ac31155f8 Mon Sep 17 00:00:00 2001
From: sh13y <153997025+sh13y@users.noreply.github.com>
Date: Wed, 5 Mar 2025 04:16:22 +0530
Subject: [PATCH 020/815] Update sh13y.json
Add Email
---
domains/sh13y.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/sh13y.json b/domains/sh13y.json
index 2a9e25af1..663d3be97 100644
--- a/domains/sh13y.json
+++ b/domains/sh13y.json
@@ -3,7 +3,7 @@
"repo": "https://github.com/sh13y/register",
"owner": {
"username": "sh13y",
- "email": "[email protected]"
+ "email": "lucky10isuru@gmail.com"
},
"record": {
"CNAME": "sh13y.github.io"
From 80726f262514be3c9a604d5fb91c28aca1aaf42b Mon Sep 17 00:00:00 2001
From: drbaph <84208527+Saganaki22@users.noreply.github.com>
Date: Tue, 4 Mar 2025 23:22:24 +0000
Subject: [PATCH 021/815] Update drbaph.json
---
domains/drbaph.json | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/domains/drbaph.json b/domains/drbaph.json
index e8a42f364..f3166ee6a 100644
--- a/domains/drbaph.json
+++ b/domains/drbaph.json
@@ -5,6 +5,5 @@
},
"record": {
"CNAME": "drbaph-srj.pages.dev"
- },
- "proxied": true
+ }
}
From 71ef617bc97e60be6b81132bdd33e453d44aeaaf Mon Sep 17 00:00:00 2001
From: Lver <196835305+lverx@users.noreply.github.com>
Date: Tue, 4 Mar 2025 18:53:28 -0500
Subject: [PATCH 022/815] Update mail.lver.json
---
domains/mail.lver.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/mail.lver.json b/domains/mail.lver.json
index b0e64b735..14465d83b 100644
--- a/domains/mail.lver.json
+++ b/domains/mail.lver.json
@@ -5,6 +5,6 @@
"email": "profoundlvr@gmail.com"
},
"record": {
- "TXT": " zoho-verification=zb98323889.zmverify.zoho.com"
+ "TXT": "zoho-verification=zb43169475.zmverify.zoho.com"
}
}
From 5b08973cfd73063a10ee4197fe93b685cb9723ad Mon Sep 17 00:00:00 2001
From: William Holley
Date: Tue, 4 Mar 2025 18:09:39 -0600
Subject: [PATCH 023/815] Create william2sober.json
---
domains/william2sober.json | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode 100644 domains/william2sober.json
diff --git a/domains/william2sober.json b/domains/william2sober.json
new file mode 100644
index 000000000..1b209e708
--- /dev/null
+++ b/domains/william2sober.json
@@ -0,0 +1,14 @@
+{
+ "description": "Documentation website for is-a.dev",
+ "repo": "https://github.com/william2sober/is-a-dev",
+ "owner": {
+ "username": "william2sober.is-a-dev",
+ "email": "willliam2sober@gmail.com"
+ },
+ "record": {
+ "A": [
+ 76.76.21.21
+ ]
+ },
+ "proxied": false
+}
From 6319abf3e0f7d30e1f5575356d8e72bcc79edc4d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Valent=C3=ADn=20Nicheglod?=
<67331469+ValentinNicheglod@users.noreply.github.com>
Date: Tue, 4 Mar 2025 22:01:18 -0300
Subject: [PATCH 024/815] Create valentin-nicheglod.json
---
domains/valentin-nicheglod.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/valentin-nicheglod.json
diff --git a/domains/valentin-nicheglod.json b/domains/valentin-nicheglod.json
new file mode 100644
index 000000000..08cf9c30c
--- /dev/null
+++ b/domains/valentin-nicheglod.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "valentinnicheglod",
+ "email": "nicheglod69@gmail.com"
+ },
+ "record": {
+ "CNAME": "valentinnicheglod.github.io"
+ }
+}
From d91956c2747019b9ae625965294f2616da869cfe Mon Sep 17 00:00:00 2001
From: Rizky Kurniawan Ritonga
Date: Wed, 5 Mar 2025 08:55:58 +0700
Subject: [PATCH 025/815] Change CNAME into Cloudflare Workers
for prevent ip public exposed
---
domains/rizkykr.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/domains/rizkykr.json b/domains/rizkykr.json
index ba47c4d0c..ca7de90b7 100644
--- a/domains/rizkykr.json
+++ b/domains/rizkykr.json
@@ -5,7 +5,7 @@
},
"description": "Personal Website for Personal Branding",
"record": {
- "CNAME": "sub-is-dev.rizkykr.com"
+ "CNAME": "rizkykr-is-a-dev.rizkykr.workers.dev"
},
- "proxied": false
+ "proxied": true
}
From 7a8adfead996f27a04f1b385fd0608149f1a1aed Mon Sep 17 00:00:00 2001
From: hareesh
Date: Wed, 5 Mar 2025 09:58:18 +0530
Subject: [PATCH 026/815] Updated changes according to suggestions
---
domains/hareesh.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/domains/hareesh.json b/domains/hareesh.json
index 7b68823f8..be06919ef 100644
--- a/domains/hareesh.json
+++ b/domains/hareesh.json
@@ -4,6 +4,7 @@
"email": "hareeshbhittam@gmail.com"
},
"record": {
- "URL": "https://me-hazel-delta.vercel.app"
+ "URL": "https://me-hazel-delta.vercel.app",
+ "CNAME": "me-hazel-delta.vercel.app"
}
}
\ No newline at end of file
From 05192076024b3dc566a12f7fe963080a80b96f35 Mon Sep 17 00:00:00 2001
From: Marlon Mogollon <99307306+MarlonDevs@users.noreply.github.com>
Date: Tue, 4 Mar 2025 22:13:08 -0700
Subject: [PATCH 027/815] Create marlon.json
---
domains/marlon.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/marlon.json
diff --git a/domains/marlon.json b/domains/marlon.json
new file mode 100644
index 000000000..2d605e643
--- /dev/null
+++ b/domains/marlon.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "MarlonDevs", // Nuestro usuario de Github
+ "email": "marlonmogollon13@gmail.com", // Tu email
+ },
+ "record": {
+ "CNAME": "marlondevs.github.io" // URL a la cual aputa tu web
+ }
+}
From 4b68326699ae7cb9fa950db09638a1bd33b2b6aa Mon Sep 17 00:00:00 2001
From: hareesh
Date: Wed, 5 Mar 2025 11:03:21 +0530
Subject: [PATCH 028/815] Minor change
---
domains/hareesh.json | 1 -
1 file changed, 1 deletion(-)
diff --git a/domains/hareesh.json b/domains/hareesh.json
index be06919ef..ec4c3873f 100644
--- a/domains/hareesh.json
+++ b/domains/hareesh.json
@@ -4,7 +4,6 @@
"email": "hareeshbhittam@gmail.com"
},
"record": {
- "URL": "https://me-hazel-delta.vercel.app",
"CNAME": "me-hazel-delta.vercel.app"
}
}
\ No newline at end of file
From df636572148d09a632dbf958ff527e5c096474f6 Mon Sep 17 00:00:00 2001
From: "akk1to.dev"
Date: Wed, 5 Mar 2025 12:52:16 +0700
Subject: [PATCH 029/815] Rename _vercel.blogs.akk1to.json to
_vercel.akk1to.json
---
domains/{_vercel.blogs.akk1to.json => _vercel.akk1to.json} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename domains/{_vercel.blogs.akk1to.json => _vercel.akk1to.json} (100%)
diff --git a/domains/_vercel.blogs.akk1to.json b/domains/_vercel.akk1to.json
similarity index 100%
rename from domains/_vercel.blogs.akk1to.json
rename to domains/_vercel.akk1to.json
From e9619088a220af59c01f88a1b2bf140539b87603 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9D=8E=E7=AB=AF=E9=98=B3?=
Date: Wed, 5 Mar 2025 15:03:52 +0800
Subject: [PATCH 030/815] Update duanyang.json
---
domains/duanyang.json | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/domains/duanyang.json b/domains/duanyang.json
index 391e00e10..1d80f4940 100644
--- a/domains/duanyang.json
+++ b/domains/duanyang.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "Mrliduanyang",
- "email": "duanyangchn@gmail.com"
- },
- "record": {
- "CNAME": "duanyang.cool"
- },
- "proxied": false
+ "owner": {
+ "username": "Mrliduanyang",
+ "email": "duanyangchn@gmail.com"
+ },
+ "record": {
+ "CNAME": "duanyang.cool"
+ },
+ "proxied": false
}
From d8b9e9adc3af1bd600793779e1f691a68de14272 Mon Sep 17 00:00:00 2001
From: Florent <59729754+flobsx@users.noreply.github.com>
Date: Wed, 5 Mar 2025 00:14:09 +0100
Subject: [PATCH 031/815] Create florent.json
---
domains/florent.json | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
create mode 100644 domains/florent.json
diff --git a/domains/florent.json b/domains/florent.json
new file mode 100644
index 000000000..61ba01769
--- /dev/null
+++ b/domains/florent.json
@@ -0,0 +1,18 @@
+{
+ "repo": "https://github.com/flobsx",
+ "owner": {
+ "username": "florent",
+ "email": "flo@bsx.pm"
+ },
+ "record": {
+ "CNAME": "flobsx.github.io"
+ },
+ "proxied": true,
+ "redirect_config": {
+ "custom_paths": {
+ "/github": "https://github.com/flobsx",
+ "/linkedin": "https://www.linkedin.com/in/florent-bissiriex/"
+ },
+ "redirect_paths": true
+ }
+}
From 4cafe5e6cd83bae4b5c8c845963d2e9d4f7094b6 Mon Sep 17 00:00:00 2001
From: Florent <59729754+flobsx@users.noreply.github.com>
Date: Wed, 5 Mar 2025 09:18:10 +0100
Subject: [PATCH 032/815] Fix username to match github account
Co-authored-by: 21Z <21z95@proton.me>
---
domains/florent.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/florent.json b/domains/florent.json
index 61ba01769..1b5f712b4 100644
--- a/domains/florent.json
+++ b/domains/florent.json
@@ -1,7 +1,7 @@
{
"repo": "https://github.com/flobsx",
"owner": {
- "username": "florent",
+ "username": "flobsx",
"email": "flo@bsx.pm"
},
"record": {
From f6f17fc897af7e962c81d20c2908956deebc508c Mon Sep 17 00:00:00 2001
From: Florent <59729754+flobsx@users.noreply.github.com>
Date: Wed, 5 Mar 2025 08:21:52 +0000
Subject: [PATCH 033/815] Fix: remove redirection not possible with cname
---
domains/florent.json | 11 ++---------
1 file changed, 2 insertions(+), 9 deletions(-)
diff --git a/domains/florent.json b/domains/florent.json
index 1b5f712b4..60009a9bd 100644
--- a/domains/florent.json
+++ b/domains/florent.json
@@ -7,12 +7,5 @@
"record": {
"CNAME": "flobsx.github.io"
},
- "proxied": true,
- "redirect_config": {
- "custom_paths": {
- "/github": "https://github.com/flobsx",
- "/linkedin": "https://www.linkedin.com/in/florent-bissiriex/"
- },
- "redirect_paths": true
- }
-}
+ "proxied": true
+}
\ No newline at end of file
From 1d7fe4ebd626005aa6d1cb8f9cb95f5f47974817 Mon Sep 17 00:00:00 2001
From: Vedant
Date: Wed, 5 Mar 2025 14:17:33 +0530
Subject: [PATCH 034/815] Create vedant.json
---
domains/vedant.json | 8 ++++++++
1 file changed, 8 insertions(+)
create mode 100644 domains/vedant.json
diff --git a/domains/vedant.json b/domains/vedant.json
new file mode 100644
index 000000000..1148cc2ea
--- /dev/null
+++ b/domains/vedant.json
@@ -0,0 +1,8 @@
+{
+ "owner": {
+ "username": "theonlyvedu"
+ },
+ "record": {
+ "CNAME": "theonlyvedu.github.io"
+ }
+}
From 72288581f9cc6cb3797351131186ea5440f79b29 Mon Sep 17 00:00:00 2001
From: nuraly-v <161432065+nuraly-v@users.noreply.github.com>
Date: Wed, 5 Mar 2025 09:50:00 +0100
Subject: [PATCH 035/815] Create nuraly.json
---
domains/nuraly.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/nuraly.json
diff --git a/domains/nuraly.json b/domains/nuraly.json
new file mode 100644
index 000000000..1dded7be9
--- /dev/null
+++ b/domains/nuraly.json
@@ -0,0 +1,10 @@
+{
+ "description": "Domain for the portfolio website",
+ "owner": {
+ "username": "nuraly-v",
+ "email": "mescorpx@gmail.com"
+ },
+ "record": {
+ "CNAME": "nuraly-v.github.io"
+ }
+}
From 2352d06ec76f4807466fe628e75b970bae726731 Mon Sep 17 00:00:00 2001
From: Bao Pham
Date: Wed, 5 Mar 2025 16:47:57 +0700
Subject: [PATCH 036/815] Create r42mp6d7pwns.bao.json
---
domains/r42mp6d7pwns.bao.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/r42mp6d7pwns.bao.json
diff --git a/domains/r42mp6d7pwns.bao.json b/domains/r42mp6d7pwns.bao.json
new file mode 100644
index 000000000..3acff5b85
--- /dev/null
+++ b/domains/r42mp6d7pwns.bao.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "bphamict",
+ "email": "bphamict@gmail.com"
+ },
+ "record": {
+ "CNAME": "gv-t63jjd67zkqqxj.dv.googlehosted.com"
+ }
+}
From 86cc068230224048369c15b12894634180ab7388 Mon Sep 17 00:00:00 2001
From: Milan Dangol <32799872+milandangol@users.noreply.github.com>
Date: Wed, 5 Mar 2025 16:30:26 +0545
Subject: [PATCH 037/815] Create milaan.json
---
domains/milaan.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/milaan.json
diff --git a/domains/milaan.json b/domains/milaan.json
new file mode 100644
index 000000000..a3f7b017c
--- /dev/null
+++ b/domains/milaan.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "milandangol",
+ "email": "milandangol57@gmail.com"
+ },
+ "record": {
+ "CNAME": "milaan.pages.dev"
+ }
+}
From 444e70b00e0bc78abcd1a50391692e820c2d5872 Mon Sep 17 00:00:00 2001
From: Deeptanshuu
Date: Wed, 5 Mar 2025 17:42:29 +0530
Subject: [PATCH 038/815] .
---
domains/_vercel.deeptanshu.json | 9 +++++++++
domains/deeptanshu.json | 9 +++++++++
2 files changed, 18 insertions(+)
create mode 100644 domains/_vercel.deeptanshu.json
create mode 100644 domains/deeptanshu.json
diff --git a/domains/_vercel.deeptanshu.json b/domains/_vercel.deeptanshu.json
new file mode 100644
index 000000000..35310ba7c
--- /dev/null
+++ b/domains/_vercel.deeptanshu.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Deeptanshuu",
+ "email": "laldeeptanshu96@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=deeptanshu.is-a.dev,28a4f0adf29f7fd2f9c3"
+ }
+}
diff --git a/domains/deeptanshu.json b/domains/deeptanshu.json
new file mode 100644
index 000000000..1873c86ef
--- /dev/null
+++ b/domains/deeptanshu.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Deeptanshuu",
+ "email": "laldeeptanshu96@gmail.com"
+ },
+ "record": {
+ "CNAME": "deeptanshu.vercel.app"
+ }
+}
From a5d6db6f536270f6a3f2336bdbb6dc71b1d9572e Mon Sep 17 00:00:00 2001
From: William Holley
Date: Wed, 5 Mar 2025 06:29:52 -0600
Subject: [PATCH 039/815] Update william2sober.json
---
domains/william2sober.json | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/domains/william2sober.json b/domains/william2sober.json
index 1b209e708..a29cc6284 100644
--- a/domains/william2sober.json
+++ b/domains/william2sober.json
@@ -1,14 +1,14 @@
{
- "description": "Documentation website for is-a.dev",
- "repo": "https://github.com/william2sober/is-a-dev",
- "owner": {
- "username": "william2sober.is-a-dev",
- "email": "willliam2sober@gmail.com"
- },
- "record": {
- "A": [
- 76.76.21.21
- ]
- },
- "proxied": false
+ "description": "The Website is to show off all my links and Dev Discord server",
+ "repo": "https://github.com/william2sober/is-a-dev",
+ "owner": {
+ "username": "william2sober",
+ "email": "willliam2sober@gmail.com"
+ },
+ "record": {
+ "A": [
+ "76.76.21.21"
+ ]
+ },
+ "proxied": false
}
From cdbd82d492f56c73af25ef45c8de7fe7194a84cb Mon Sep 17 00:00:00 2001
From: orangc
Date: Wed, 5 Mar 2025 15:37:21 +0300
Subject: [PATCH 040/815] Update domains/marlon.json
Co-authored-by: 21Z <21z95@proton.me>
---
domains/marlon.json | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/domains/marlon.json b/domains/marlon.json
index 2d605e643..416476ccb 100644
--- a/domains/marlon.json
+++ b/domains/marlon.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "MarlonDevs", // Nuestro usuario de Github
- "email": "marlonmogollon13@gmail.com", // Tu email
- },
- "record": {
- "CNAME": "marlondevs.github.io" // URL a la cual aputa tu web
- }
+ "owner": {
+ "username": "MarlonDevs",
+ "email": "marlonmogollon13@gmail.com",
+ },
+ "record": {
+ "CNAME": "marlondevs.github.io"
+ }
}
From 215b01d1833f9aec7536b243fa2c69f611bba568 Mon Sep 17 00:00:00 2001
From: orangc
Date: Wed, 5 Mar 2025 15:37:56 +0300
Subject: [PATCH 041/815] Update marlon.json
---
domains/marlon.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/marlon.json b/domains/marlon.json
index 416476ccb..e63997d25 100644
--- a/domains/marlon.json
+++ b/domains/marlon.json
@@ -1,7 +1,7 @@
{
"owner": {
"username": "MarlonDevs",
- "email": "marlonmogollon13@gmail.com",
+ "email": "marlonmogollon13@gmail.com"
},
"record": {
"CNAME": "marlondevs.github.io"
From 85d59622d683404fce2d0e9ceb87cd870af94034 Mon Sep 17 00:00:00 2001
From: Ingo Hollmann
Date: Wed, 5 Mar 2025 13:48:27 +0100
Subject: [PATCH 042/815] Create ingo.json
---
domains/ingo.json | 8 ++++++++
1 file changed, 8 insertions(+)
create mode 100644 domains/ingo.json
diff --git a/domains/ingo.json b/domains/ingo.json
new file mode 100644
index 000000000..8666dfb0d
--- /dev/null
+++ b/domains/ingo.json
@@ -0,0 +1,8 @@
+{
+ "owner": {
+ "username": "bugHunter2k",
+ },
+ "record": {
+ "URL": "https://ingohollmann.de/"
+ }
+}
From d50ee2b68df8cc09aa933f5ed35e8a27a2944447 Mon Sep 17 00:00:00 2001
From: Ingo Hollmann
Date: Wed, 5 Mar 2025 13:52:21 +0100
Subject: [PATCH 043/815] Add email
---
domains/ingo.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/domains/ingo.json b/domains/ingo.json
index 8666dfb0d..05cb1319d 100644
--- a/domains/ingo.json
+++ b/domains/ingo.json
@@ -1,6 +1,7 @@
{
"owner": {
- "username": "bugHunter2k",
+ "username": "BugHunter2k",
+ "email": "hello@ingohollmann.de"
},
"record": {
"URL": "https://ingohollmann.de/"
From 758ed08926c2f91fc1b9d7153ccf958e0ba5bf32 Mon Sep 17 00:00:00 2001
From: Dat Tran
Date: Wed, 5 Mar 2025 22:25:25 +0700
Subject: [PATCH 044/815] Update datit309.json
---
domains/datit309.json | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/domains/datit309.json b/domains/datit309.json
index 20ff0b256..4569834ab 100644
--- a/domains/datit309.json
+++ b/domains/datit309.json
@@ -7,9 +7,7 @@
},
"record": {
"URL": "https://datit309.github.io",
- "record": {
- "TXT": "google-site-verification=2F7H5wS3Sly_6DKcp2IIlsDI3z3PWGfqv81YFGbMRKY"
- }
+ "TXT": "google-site-verification=2F7H5wS3Sly_6DKcp2IIlsDI3z3PWGfqv81YFGbMRKY"
},
"proxied": true
}
From 7aa13a28fef4974d0c3e5ce9b3b36946857ebc3a Mon Sep 17 00:00:00 2001
From: Lver <196835305+lverx@users.noreply.github.com>
Date: Wed, 5 Mar 2025 11:21:44 -0500
Subject: [PATCH 045/815] Update mail.lver.json
---
domains/mail.lver.json | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/domains/mail.lver.json b/domains/mail.lver.json
index 14465d83b..3998a2170 100644
--- a/domains/mail.lver.json
+++ b/domains/mail.lver.json
@@ -6,5 +6,10 @@
},
"record": {
"TXT": "zoho-verification=zb43169475.zmverify.zoho.com"
- }
+ },
+ "MX": [
+ "mx.zoho.com",
+ "mx2.zoho.com",
+ "mx3.zoho.com"
+ ]
}
From 27226bf7f5ba62e8f0ffcd7dd8113366c239c561 Mon Sep 17 00:00:00 2001
From: "amackzie@gmail.com"
Date: Wed, 5 Mar 2025 19:56:14 +0300
Subject: [PATCH 046/815] modify domain to redirect to vercel and not github
pages
---
domains/_vercel.zessu.json | 9 +++++++++
domains/drew.json | 2 +-
2 files changed, 10 insertions(+), 1 deletion(-)
create mode 100644 domains/_vercel.zessu.json
diff --git a/domains/_vercel.zessu.json b/domains/_vercel.zessu.json
new file mode 100644
index 000000000..5d12c9a0e
--- /dev/null
+++ b/domains/_vercel.zessu.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "zessu",
+ "email": "regime-pluck-gulf@duck.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=drew.is-a.dev,78b1c3bcf18815fe9bfe"
+ }
+}
diff --git a/domains/drew.json b/domains/drew.json
index bd7232463..94b4df25b 100644
--- a/domains/drew.json
+++ b/domains/drew.json
@@ -6,6 +6,6 @@
"email": "regime-pluck-gulf@duck.com"
},
"record": {
- "CNAME": "zessu.github.io"
+ "CNAME": "zessu-github-io-7l1v.vercel.app"
}
}
From 5a527adecfe6b2be0891df85bb5050d662b98ccc Mon Sep 17 00:00:00 2001
From: Omar Jaber
Date: Wed, 5 Mar 2025 19:00:06 +0200
Subject: [PATCH 047/815] add omarjaber.json
---
domains/omarjaber.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/omarjaber.json
diff --git a/domains/omarjaber.json b/domains/omarjaber.json
new file mode 100644
index 000000000..a6696ab59
--- /dev/null
+++ b/domains/omarjaber.json
@@ -0,0 +1,11 @@
+{
+
+ "repo": "https://github.com/omarHJ/Portfolio-Website",
+ "owner": {
+ "username": "omarHJ",
+ "email": "omarpp5555@gmail.com"
+ },
+ "record": {
+ "CNAME": "omarHJ.github.io"
+ }
+}
\ No newline at end of file
From 29d2e38dad53beb25aa56882282ba43ea6908d47 Mon Sep 17 00:00:00 2001
From: Kunal Purandare <56228068+kunalpurandare@users.noreply.github.com>
Date: Wed, 5 Mar 2025 22:43:16 +0530
Subject: [PATCH 048/815] Update kunalpurandare.json
---
domains/kunalpurandare.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/domains/kunalpurandare.json b/domains/kunalpurandare.json
index d36baa6d8..65b0486e4 100644
--- a/domains/kunalpurandare.json
+++ b/domains/kunalpurandare.json
@@ -1,9 +1,10 @@
{
+ "repo":"https://kunalpurandare.github.io/portfolio",
"owner": {
"username": "kunalpurandare",
"email": "kunalpurandare1703@gmail.com"
},
"record": {
- "URL": "https://kunalpurandare.github.io/portfolio"
+ "CNAME": "kunalpurandare.github.io"
}
}
From 442b5fac4455f658ae9867597cae9811a6f45dbb Mon Sep 17 00:00:00 2001
From: 21Z <21z95@proton.me>
Date: Wed, 5 Mar 2025 21:32:13 +0400
Subject: [PATCH 049/815] fix: remove proxy
---
domains/datit309.json | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/domains/datit309.json b/domains/datit309.json
index 4569834ab..ddc334f39 100644
--- a/domains/datit309.json
+++ b/domains/datit309.json
@@ -8,6 +8,5 @@
"record": {
"URL": "https://datit309.github.io",
"TXT": "google-site-verification=2F7H5wS3Sly_6DKcp2IIlsDI3z3PWGfqv81YFGbMRKY"
- },
- "proxied": true
+ }
}
From 63324abe1df590b2196d79c76e5e7132e3da8fb3 Mon Sep 17 00:00:00 2001
From: 21Z <21z95@proton.me>
Date: Wed, 5 Mar 2025 21:40:26 +0400
Subject: [PATCH 050/815] fix
---
domains/mail.lver.json | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/domains/mail.lver.json b/domains/mail.lver.json
index 3998a2170..0b110e3c6 100644
--- a/domains/mail.lver.json
+++ b/domains/mail.lver.json
@@ -5,11 +5,14 @@
"email": "profoundlvr@gmail.com"
},
"record": {
- "TXT": "zoho-verification=zb43169475.zmverify.zoho.com"
- },
+ "TXT": [
+ "zoho-verification=zb43169475.zmverify.zoho.com",
+ "v=spf1 include:zohomail.com ~all"
+ ],
"MX": [
"mx.zoho.com",
"mx2.zoho.com",
"mx3.zoho.com"
]
}
+}
From 09c95e03eccc0d8bd0f1870441ca9400f4b7150f Mon Sep 17 00:00:00 2001
From: Rahul Verma
Date: Wed, 5 Mar 2025 23:37:35 +0530
Subject: [PATCH 051/815] registering rahulverma.is-a.dev
---
domains/rahulverma | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/rahulverma
diff --git a/domains/rahulverma b/domains/rahulverma
new file mode 100644
index 000000000..e2efabccd
--- /dev/null
+++ b/domains/rahulverma
@@ -0,0 +1,11 @@
+{
+ "description": "My Developer Portfolio",
+ "repo": "https://github.com/SudoRV/register",
+ "owner": {
+ "username": "SudoRV",
+ "email": "rahulverma.1.2005@gamil.com"
+ },
+ "record": {
+ "CNAME": "rahul-verma.onrender.com"
+ }
+}
From 916738f91c04361eb6c5248389e6886a118ca6d1 Mon Sep 17 00:00:00 2001
From: Bryan Johnson
Date: Wed, 5 Mar 2025 19:17:29 -0700
Subject: [PATCH 052/815] Create bryanj.json
---
domains/bryanj.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/bryanj.json
diff --git a/domains/bryanj.json b/domains/bryanj.json
new file mode 100644
index 000000000..951f8c692
--- /dev/null
+++ b/domains/bryanj.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "bryanj0410",
+ "email": "bryanj0410@gmail.com"
+ },
+ "record": {
+ "CNAME": "portfolio-holy-fog-2069.fly.dev"
+ }
+}
From cd6eaacad1a9aebca2d6b672ef535a4b0df92caa Mon Sep 17 00:00:00 2001
From: "amackzie@gmail.com"
Date: Thu, 6 Mar 2025 07:41:21 +0300
Subject: [PATCH 053/815] fix bug in _vercel file name, should be drew not
zessu
---
domains/{_vercel.zessu.json => _vercel.drew.json} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename domains/{_vercel.zessu.json => _vercel.drew.json} (100%)
diff --git a/domains/_vercel.zessu.json b/domains/_vercel.drew.json
similarity index 100%
rename from domains/_vercel.zessu.json
rename to domains/_vercel.drew.json
From 21dedbaf6dca46145479227800a3bc84563dc559 Mon Sep 17 00:00:00 2001
From: Griffen Fargo
Date: Wed, 5 Mar 2025 23:59:45 -0500
Subject: [PATCH 054/815] Add `griff.json` to domains
Introduce a new domain configuration `griff.json` for a portfolio, blog, and personal website. The domain is owned by `gfargo` with contact details including email and Twitter handle
---
domains/griff.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/griff.json
diff --git a/domains/griff.json b/domains/griff.json
new file mode 100644
index 000000000..faffbe6fa
--- /dev/null
+++ b/domains/griff.json
@@ -0,0 +1,11 @@
+{
+ "description": "Portfolio, blog and personal website",
+ "owner": {
+ "username": "gfargo",
+ "email": "ghfargo@gmail.com",
+ "twitter": "ghfargo"
+ },
+ "record": {
+ "URL": "https://griffen.codes"
+ }
+}
From 6acf59b3c8dca3d7012ece7f6a4cd898ad25e947 Mon Sep 17 00:00:00 2001
From: nuraly-v <161432065+nuraly-v@users.noreply.github.com>
Date: Thu, 6 Mar 2025 09:34:56 +0100
Subject: [PATCH 055/815] Create DNS record for verification
---
domains/_github-pages-challenge-nuraly-v.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/_github-pages-challenge-nuraly-v.json
diff --git a/domains/_github-pages-challenge-nuraly-v.json b/domains/_github-pages-challenge-nuraly-v.json
new file mode 100644
index 000000000..54bf7bf6f
--- /dev/null
+++ b/domains/_github-pages-challenge-nuraly-v.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "nuraly-v",
+ "email": "mescorpx@gmail.com"
+ },
+ "record": {
+ "TXT": "aecce766c2f539c48be6e59e611020"
+ }
+}
From e153ffdea464611192901301d140ffc1b6668f29 Mon Sep 17 00:00:00 2001
From: nuraly-v <161432065+nuraly-v@users.noreply.github.com>
Date: Thu, 6 Mar 2025 09:48:12 +0100
Subject: [PATCH 056/815] Renaming the file according to instructions
---
...nuraly-v.json => _github-pages-challenge-nuraly-v.nuraly.json} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename domains/{_github-pages-challenge-nuraly-v.json => _github-pages-challenge-nuraly-v.nuraly.json} (100%)
diff --git a/domains/_github-pages-challenge-nuraly-v.json b/domains/_github-pages-challenge-nuraly-v.nuraly.json
similarity index 100%
rename from domains/_github-pages-challenge-nuraly-v.json
rename to domains/_github-pages-challenge-nuraly-v.nuraly.json
From 1d0518ccbb294eeb5d0451a4cfe2099b2cedbeae Mon Sep 17 00:00:00 2001
From: Septyoadi <88996560+Lycorissss@users.noreply.github.com>
Date: Thu, 6 Mar 2025 15:48:28 +0700
Subject: [PATCH 057/815] Create _vercel.LYCORIS.json
---
domains/_vercel.LYCORIS.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/_vercel.LYCORIS.json
diff --git a/domains/_vercel.LYCORIS.json b/domains/_vercel.LYCORIS.json
new file mode 100644
index 000000000..969f26a4b
--- /dev/null
+++ b/domains/_vercel.LYCORIS.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "lycorissss",
+ "email": "beelzebub5758@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=lycoris.is-a.dev,c3b18b1afc1e66757025"
+ }
+}
From 07dcd23698c46071f86444a50018903a60bbe775 Mon Sep 17 00:00:00 2001
From: Rizky Kurniawan Ritonga
Date: Thu, 6 Mar 2025 15:48:57 +0700
Subject: [PATCH 058/815] Update rizkykr.json
---
domains/rizkykr.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/rizkykr.json b/domains/rizkykr.json
index ca7de90b7..bcab1cd18 100644
--- a/domains/rizkykr.json
+++ b/domains/rizkykr.json
@@ -7,5 +7,5 @@
"record": {
"CNAME": "rizkykr-is-a-dev.rizkykr.workers.dev"
},
- "proxied": true
+ "proxied": false
}
From d44a7ab549e87d10a358df98f17ecec8b07321d0 Mon Sep 17 00:00:00 2001
From: Septyoadi <88996560+Lycorissss@users.noreply.github.com>
Date: Thu, 6 Mar 2025 15:53:42 +0700
Subject: [PATCH 059/815] Create lycoris
---
domains/lycoris | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/lycoris
diff --git a/domains/lycoris b/domains/lycoris
new file mode 100644
index 000000000..00e7fb281
--- /dev/null
+++ b/domains/lycoris
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "lycorissss",
+ "email": "beelzebub5758@gmail.com"
+ },
+ "record": {
+ "CNAME": "septyo-adi-dwi-putra.vercel.app"
+ }
+}
From 801d4756967cdada3bfc578aa3a86efa04bed90e Mon Sep 17 00:00:00 2001
From: Septyoadi <88996560+Lycorissss@users.noreply.github.com>
Date: Thu, 6 Mar 2025 16:01:38 +0700
Subject: [PATCH 060/815] rename file
---
domains/{lycoris => lycoris.json} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename domains/{lycoris => lycoris.json} (100%)
diff --git a/domains/lycoris b/domains/lycoris.json
similarity index 100%
rename from domains/lycoris
rename to domains/lycoris.json
From b5c95dabd9b1da84338c346634fc0e2e6f890acb Mon Sep 17 00:00:00 2001
From: mahi160
Date: Thu, 6 Mar 2025 15:47:12 +0600
Subject: [PATCH 061/815] update CNAME
---
domains/sifat.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/sifat.json b/domains/sifat.json
index 21ed36ce3..0e714ec56 100644
--- a/domains/sifat.json
+++ b/domains/sifat.json
@@ -4,6 +4,6 @@
"email": "omarsifat288@gmail.com"
},
"record": {
- "CNAME": "sifat.vercel.app"
+ "CNAME": "mahi160.vercel.app"
}
}
From 0d74722f0f91eefaa5c4365aa732df0998676af0 Mon Sep 17 00:00:00 2001
From: Luke <125390274+sageofluke@users.noreply.github.com>
Date: Thu, 6 Mar 2025 16:07:00 +0530
Subject: [PATCH 062/815] Update yourtilak.json
---
domains/yourtilak.json | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/domains/yourtilak.json b/domains/yourtilak.json
index 23c7fd71e..0478258a9 100644
--- a/domains/yourtilak.json
+++ b/domains/yourtilak.json
@@ -1,11 +1,11 @@
{
- "description": "YourTilak.is-a.dev",
- "repo": "https://github.com/YourTilak/YourTilak.github.io",
+ "description": "SageofLuke.is-a.dev",
+ "repo": "https://github.com/sageofluke/sageofluke.github.io",
"owner": {
- "username": "YourTilak",
+ "username": "SageOfLuke",
"email": "rj05tilak@gmail.com"
},
"record": {
- "CNAME": "yourtilak.github.io"
+ "CNAME": "sageofluke.github.io"
}
}
From 1f0c4c92519bb3ea41692f2e17bc86cc8c8d6b41 Mon Sep 17 00:00:00 2001
From: Luke <125390274+sageofluke@users.noreply.github.com>
Date: Thu, 6 Mar 2025 16:07:14 +0530
Subject: [PATCH 063/815] Rename yourtilak.json to sageofluke.json
---
domains/{yourtilak.json => sageofluke.json} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename domains/{yourtilak.json => sageofluke.json} (100%)
diff --git a/domains/yourtilak.json b/domains/sageofluke.json
similarity index 100%
rename from domains/yourtilak.json
rename to domains/sageofluke.json
From d1e2bbb92d49d65534f201f43be770c1625459da Mon Sep 17 00:00:00 2001
From: orangc
Date: Thu, 6 Mar 2025 13:52:03 +0300
Subject: [PATCH 064/815] Rename _vercel.LYCORIS.json to _vercel.lycoris.json
---
domains/{_vercel.LYCORIS.json => _vercel.lycoris.json} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename domains/{_vercel.LYCORIS.json => _vercel.lycoris.json} (100%)
diff --git a/domains/_vercel.LYCORIS.json b/domains/_vercel.lycoris.json
similarity index 100%
rename from domains/_vercel.LYCORIS.json
rename to domains/_vercel.lycoris.json
From 53b685583e53ac0bfd7a34e208643ab71da3198b Mon Sep 17 00:00:00 2001
From: Angga Eko Pratama
Date: Thu, 6 Mar 2025 17:59:19 +0700
Subject: [PATCH 065/815] Add TXT Google Search Console Verification
Adding txt record for google search console verification
---
domains/angganix.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/domains/angganix.json b/domains/angganix.json
index ab07741ca..dec3b8188 100644
--- a/domains/angganix.json
+++ b/domains/angganix.json
@@ -6,6 +6,7 @@
"email": "angganix@gmail.com"
},
"record": {
- "CNAME": "angganix.github.io"
+ "CNAME": "angganix.github.io",
+ "TXT": "google-site-verification=q5JulUF0tB8rSEi7z2cnvV6IgMZr5En3l_O_uq70ijI"
}
}
From b879aa94d10e6c87263d382d69f9de2ecbb13553 Mon Sep 17 00:00:00 2001
From: Samadhi Gunasinghe
Date: Thu, 6 Mar 2025 16:34:45 +0530
Subject: [PATCH 066/815] Create samadhi.json
---
domains/samadhi.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/samadhi.json
diff --git a/domains/samadhi.json b/domains/samadhi.json
new file mode 100644
index 000000000..46904f7b9
--- /dev/null
+++ b/domains/samadhi.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "samadhi1311",
+ "email": "samadhilakmina.sl@gmail.com"
+ },
+ "record": {
+ "CNAME": "samadhi-gunasinghe.pages.dev"
+ }
+}
From 2c93781d638c98bc98908fe57ee089cb71e64f3f Mon Sep 17 00:00:00 2001
From: Luxorens <91131005+Luxorens@users.noreply.github.com>
Date: Thu, 6 Mar 2025 12:06:18 +0100
Subject: [PATCH 067/815] Create luxorens.json
---
domains/luxorens.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/luxorens.json
diff --git a/domains/luxorens.json b/domains/luxorens.json
new file mode 100644
index 000000000..2b8a2d91a
--- /dev/null
+++ b/domains/luxorens.json
@@ -0,0 +1,11 @@
+{
+ "description": "Website for Luxorens projects",
+ "owner": {
+ "username": "Luxorens",
+ "email": "luxorens@gmail.com"
+ },
+ "record": {
+ "CNAME": "luxorens.github.io"
+ },
+ "proxied": true
+}
From 109b2e95c9cf6b989d8d0ced8035771b10a366be Mon Sep 17 00:00:00 2001
From: Angga Eko Pratama
Date: Thu, 6 Mar 2025 18:11:19 +0700
Subject: [PATCH 068/815] Fix Proxied to be true
---
domains/angganix.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/domains/angganix.json b/domains/angganix.json
index dec3b8188..36563d7e5 100644
--- a/domains/angganix.json
+++ b/domains/angganix.json
@@ -8,5 +8,6 @@
"record": {
"CNAME": "angganix.github.io",
"TXT": "google-site-verification=q5JulUF0tB8rSEi7z2cnvV6IgMZr5En3l_O_uq70ijI"
- }
+ },
+ "proxied": true
}
From 770a973b087af467adf55d0af5fc2e4f8ca28097 Mon Sep 17 00:00:00 2001
From: Luke <125390274+sageofluke@users.noreply.github.com>
Date: Thu, 6 Mar 2025 16:46:45 +0530
Subject: [PATCH 069/815] Update sageofluke.json
---
domains/sageofluke.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/sageofluke.json b/domains/sageofluke.json
index 0478258a9..5b4d94e2b 100644
--- a/domains/sageofluke.json
+++ b/domains/sageofluke.json
@@ -3,7 +3,7 @@
"repo": "https://github.com/sageofluke/sageofluke.github.io",
"owner": {
"username": "SageOfLuke",
- "email": "rj05tilak@gmail.com"
+ "email": "rj05tilak@hotmail.com"
},
"record": {
"CNAME": "sageofluke.github.io"
From 634fcf81c18a5beed2303f38adbe91ffebe16ab8 Mon Sep 17 00:00:00 2001
From: orangc
Date: Thu, 6 Mar 2025 14:28:28 +0300
Subject: [PATCH 070/815] Rename rahulverma to rahulverma.json
---
domains/{rahulverma => rahulverma.json} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename domains/{rahulverma => rahulverma.json} (100%)
diff --git a/domains/rahulverma b/domains/rahulverma.json
similarity index 100%
rename from domains/rahulverma
rename to domains/rahulverma.json
From b4087b9ad7f188dadf55fabc200f5a708088d32e Mon Sep 17 00:00:00 2001
From: orangc
Date: Thu, 6 Mar 2025 14:32:21 +0300
Subject: [PATCH 071/815] Update domains/omarjaber.json
Co-authored-by: 21Z <21z95@proton.me>
---
domains/omarjaber.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/omarjaber.json b/domains/omarjaber.json
index a6696ab59..faf6b169d 100644
--- a/domains/omarjaber.json
+++ b/domains/omarjaber.json
@@ -6,6 +6,6 @@
"email": "omarpp5555@gmail.com"
},
"record": {
- "CNAME": "omarHJ.github.io"
+ "CNAME": "omarhj.github.io"
}
}
\ No newline at end of file
From 5caa0f9fdc5594d7e16423d083091a61df364b46 Mon Sep 17 00:00:00 2001
From: William Harrison <87287585+wdhdev@users.noreply.github.com>
Date: Thu, 6 Mar 2025 19:34:40 +0800
Subject: [PATCH 072/815] Update ci.yml
---
.github/workflows/ci.yml | 19 ++++++++++++++++---
1 file changed, 16 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 38cf61d44..6ee78b129 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -9,13 +9,13 @@ on:
- "domains/*"
- "tests/*"
- "util/*"
- - ".github/workflows/validation.yml"
+ - ".github/workflows/ci.yml"
- "dnsconfig.js"
workflow_dispatch:
concurrency:
- group: ${{ github.ref }}-validation
+ group: ${{ github.ref }}-ci
cancel-in-progress: true
jobs:
@@ -27,4 +27,17 @@ jobs:
- run: npm install
- - run: npx ava tests/*.test.js
+ - name: Get PR author
+ if: github.event_name == 'pull_request'
+ run: echo "PR_AUTHOR=${{ github.event.pull_request.user.login }}" >> $GITHUB_ENV
+
+ - name: Get changed files
+ if: github.event_name == 'pull_request'
+ run: |
+ CHANGED_FILES=$(gh pr view ${{ github.event.pull_request.number }} --json files -q '.files[].path' | jq -c .)
+ echo "CHANGED_FILES=$CHANGED_FILES" >> $GITHUB_ENV
+ env:
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+
+ - name: Run tests
+ run: npx ava tests/*.test.js
From 8129760c735acb09ff084e61f969c36a4524741f Mon Sep 17 00:00:00 2001
From: Noel Paton-og <144045623+noelpaton-og@users.noreply.github.com>
Date: Thu, 6 Mar 2025 19:36:49 +0800
Subject: [PATCH 073/815] Create noelpatonog.json
---
domains/noelpatonog.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/noelpatonog.json
diff --git a/domains/noelpatonog.json b/domains/noelpatonog.json
new file mode 100644
index 000000000..ffe84597f
--- /dev/null
+++ b/domains/noelpatonog.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "noelpaton-og",
+ "email": "noel27938@gmail.com"
+ },
+ "record": {
+ "CNAME": "noelpaton-og.github.io"
+ }
+}
From f7e689f19271af775b87318f3a91dc37f7a78252 Mon Sep 17 00:00:00 2001
From: William Harrison <87287585+wdhdev@users.noreply.github.com>
Date: Thu, 6 Mar 2025 19:37:25 +0800
Subject: [PATCH 074/815] remove `_gh-is-a-dev-docs-o`
---
util/excepted.json | 1 -
1 file changed, 1 deletion(-)
diff --git a/util/excepted.json b/util/excepted.json
index fd68638d8..9f7268d2e 100644
--- a/util/excepted.json
+++ b/util/excepted.json
@@ -1,7 +1,6 @@
[
"_discord",
"_psl",
- "_gh-is-a-dev-docs-o",
"_gh-is-a-dev-o",
"_github-pages-challenge-is-a-dev"
]
From f775e55954f14ce5d8987a8ac0535b679049c75b Mon Sep 17 00:00:00 2001
From: JustDeveloper <176615419+JustDeveloper1@users.noreply.github.com>
Date: Thu, 6 Mar 2025 14:41:48 +0300
Subject: [PATCH 075/815] Update reserved.json
---
util/reserved.json | 2 ++
1 file changed, 2 insertions(+)
diff --git a/util/reserved.json b/util/reserved.json
index 8ac0501fd..13b954c4f 100644
--- a/util/reserved.json
+++ b/util/reserved.json
@@ -67,6 +67,8 @@
"helper[1-99]",
"helpers",
"hostmaster",
+ "http",
+ "https",
"info",
"infos",
"int",
From 18a4b8120a2179a58a7a915a0acfeccfbce905d8 Mon Sep 17 00:00:00 2001
From: JustDeveloper <176615419+JustDeveloper1@users.noreply.github.com>
Date: Thu, 6 Mar 2025 14:46:23 +0300
Subject: [PATCH 076/815]
https://github.com/is-a-dev/register/pull/20801#issuecomment-2695781465
---
util/reserved.json | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/util/reserved.json b/util/reserved.json
index 13b954c4f..aae8f4634 100644
--- a/util/reserved.json
+++ b/util/reserved.json
@@ -16,6 +16,7 @@
"api",
"apis",
"auth",
+ "auth[1-99]",
"authentication",
"authorisation",
"authorise",
@@ -39,6 +40,8 @@
"con",
"confirm",
"confirmation",
+ "contribute",
+ "contributing",
"dash",
"dashboard",
"default",
@@ -149,6 +152,8 @@
"teams",
"test",
"test[1-9999]",
+ "terms",
+ "terms[1-99]",
"termsofservice",
"terms-of-service",
"tld",
From d59a92a49f3a81d9b69f1404608753b69b24d955 Mon Sep 17 00:00:00 2001
From: JustDeveloper <176615419+JustDeveloper1@users.noreply.github.com>
Date: Thu, 6 Mar 2025 14:47:56 +0300
Subject: [PATCH 077/815] Update reserved.json
---
util/reserved.json | 2 ++
1 file changed, 2 insertions(+)
diff --git a/util/reserved.json b/util/reserved.json
index aae8f4634..7e8dc36a1 100644
--- a/util/reserved.json
+++ b/util/reserved.json
@@ -71,7 +71,9 @@
"helpers",
"hostmaster",
"http",
+ "http[1-9999]",
"https",
+ "https[1-9999]",
"info",
"infos",
"int",
From aec811cb280a9ac43793bb6a4e4d9c51109b176a Mon Sep 17 00:00:00 2001
From: JustDeveloper <176615419+JustDeveloper1@users.noreply.github.com>
Date: Thu, 6 Mar 2025 14:50:22 +0300
Subject: [PATCH 078/815] Update reserved.json
---
util/reserved.json | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/util/reserved.json b/util/reserved.json
index 7e8dc36a1..131dc9b70 100644
--- a/util/reserved.json
+++ b/util/reserved.json
@@ -10,6 +10,7 @@
"admin[1-99]",
"admins",
"administrator",
+ "administrator[1-99]",
"administrators",
"alert",
"alerts",
@@ -39,11 +40,15 @@
"com[1-9]",
"con",
"confirm",
+ "confirm[1-99]",
"confirmation",
"contribute",
+ "contribute[1-99]",
"contributing",
"dash",
+ "dash[1-99]",
"dashboard",
+ "dashboard[1-99]",
"default",
"dns",
"doc",
@@ -160,13 +165,16 @@
"terms-of-service",
"tld",
"token",
+ "token[1-9999]",
"tokens",
"tos",
+ "tos[1-99]",
"txt",
"txt[1-9999]",
"url",
"url[1-9999]",
"user",
+ "user[1-9999]",
"users",
"webmail",
"webmaster",
From dfe7a94acddeac0c1a2b248948e87fda4dfcce4a Mon Sep 17 00:00:00 2001
From: William Harrison <87287585+wdhdev@users.noreply.github.com>
Date: Thu, 6 Mar 2025 20:01:20 +0800
Subject: [PATCH 079/815] Update ci.yml
---
.github/workflows/ci.yml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 6ee78b129..c9d669ede 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -31,6 +31,12 @@ jobs:
if: github.event_name == 'pull_request'
run: echo "PR_AUTHOR=${{ github.event.pull_request.user.login }}" >> $GITHUB_ENV
+ - name: Get PR labels
+ if: github.event_name == 'pull_request'
+ run: |
+ LABELS=$(jq -c '[.pull_request.labels[].name]' <<< '${{ toJson(github.event) }}')
+ echo "PR_LABELS=$LABELS" >> $GITHUB_ENV
+
- name: Get changed files
if: github.event_name == 'pull_request'
run: |
From e5d1d64c4bc80e240d7ed104c281da8a34a5a033 Mon Sep 17 00:00:00 2001
From: William Harrison <87287585+wdhdev@users.noreply.github.com>
Date: Thu, 6 Mar 2025 20:13:25 +0800
Subject: [PATCH 080/815] Update ci.yml
---
.github/workflows/ci.yml | 18 +++++++++++++-----
1 file changed, 13 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c9d669ede..c37cb072a 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -24,6 +24,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
+ with:
+ ref: ${{ github.event.pull_request.head.sha }}
+ fetch-depth: 0
- run: npm install
@@ -39,11 +42,16 @@ jobs:
- name: Get changed files
if: github.event_name == 'pull_request'
- run: |
- CHANGED_FILES=$(gh pr view ${{ github.event.pull_request.number }} --json files -q '.files[].path' | jq -c .)
- echo "CHANGED_FILES=$CHANGED_FILES" >> $GITHUB_ENV
- env:
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ uses: actions/github-script@v6
+ with:
+ script: |
+ const { execSync } = require("child_process")
+ const { commits } = context.payload.pull_request
+ const rawFiles = execSync(`git diff --name-only HEAD HEAD~${commits}`).toString()
+ const files = rawFiles.split("\n").filter(Boolean)
+ console.log(files)
+ const jsonArray = JSON.stringify(files)
+ core.exportVariable('CHANGED_FILES', jsonArray)
- name: Run tests
run: npx ava tests/*.test.js
From e56139a8be257a8ee33955c7c69204d48e332aba Mon Sep 17 00:00:00 2001
From: Angga Eko Pratama
Date: Thu, 6 Mar 2025 19:15:47 +0700
Subject: [PATCH 081/815] Domain for redirection (www)
Domain for redirection www.angganix.is-a.dev to angganix.is-a.dev
---
domains/www.angganix | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/www.angganix
diff --git a/domains/www.angganix b/domains/www.angganix
new file mode 100644
index 000000000..e7078cf3b
--- /dev/null
+++ b/domains/www.angganix
@@ -0,0 +1,10 @@
+{
+ "description": "Domain for redirection to angganix.is-a.dev",
+ "owner": {
+ "username": "angganix",
+ "email": "angganix@gmail.com"
+ },
+ "record": {
+ "URL": "https://angganix.is-a.dev"
+ }
+}
From 29e76ab46e60ce9a681bc02301720407848b787b Mon Sep 17 00:00:00 2001
From: William Harrison <87287585+wdhdev@users.noreply.github.com>
Date: Thu, 6 Mar 2025 20:16:53 +0800
Subject: [PATCH 082/815] Update json.test.js
---
tests/json.test.js | 185 ++++++++++++++++-----------------------------
1 file changed, 65 insertions(+), 120 deletions(-)
diff --git a/tests/json.test.js b/tests/json.test.js
index 847cf0259..893cabfe7 100644
--- a/tests/json.test.js
+++ b/tests/json.test.js
@@ -1,35 +1,35 @@
const t = require("ava");
const fs = require("fs-extra");
const path = require("path");
+const { promisify } = require("util");
const ignoredRootJSONFiles = ["package-lock.json", "package.json"];
const requiredFields = {
owner: "object",
- record: "object",
+ record: "object"
};
const optionalFields = {
proxied: "boolean",
- redirect_config: "object",
+ redirect_config: "object"
};
const requiredOwnerFields = {
- username: "string",
+ username: "string"
};
const optionalOwnerFields = {
- email: "string",
+ email: "string"
};
const optionalRedirectConfigFields = {
custom_paths: "object",
- redirect_paths: "boolean",
+ redirect_paths: "boolean"
};
const emailRegex = /^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$/;
-const hostnameRegex =
- /^(?=.{1,253}$)(?:(?:[_a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)\.)+[a-zA-Z]{2,63}$/;
+const hostnameRegex = /^(?=.{1,253}$)(?:(?:[_a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)\.)+[a-zA-Z]{2,63}$/;
const exceptedDomains = require("../util/excepted.json");
const reservedDomains = require("../util/reserved.json");
@@ -53,9 +53,7 @@ function expandReservedDomains(reserved) {
}
expandedList.splice(expandedList.indexOf(item), 1);
} else {
- throw new Error(
- `[util/reserved.json] Invalid range [${start}-${end}] in "${item}"`,
- );
+ throw new Error(`[util/reserved.json] Invalid range [${start}-${end}] in "${item}"`);
}
}
});
@@ -70,163 +68,110 @@ function findDuplicateKeys(jsonString) {
const keys = [];
let match;
- // Find all keys in the JSON string
while ((match = keyPattern.exec(jsonString)) !== null) {
keys.push(match[1]);
}
- // Count occurrences of each key
const keyCount = {};
keys.forEach((key) => {
keyCount[key] = (keyCount[key] || 0) + 1;
});
- // Return keys that occur more than once
return Object.keys(keyCount).filter((key) => keyCount[key] > 1);
}
-function validateFields(t, obj, fields, file, prefix = "") {
- Object.keys(fields).forEach((key) => {
+async function validateFields(t, obj, fields, file, prefix = "") {
+ for (const key of Object.keys(fields)) {
const fieldPath = prefix ? `${prefix}.${key}` : key;
if (obj.hasOwnProperty(key)) {
- t.is(
- typeof obj[key],
- fields[key],
- `${file}: Field ${fieldPath} should be of type ${fields[key]}`,
- );
+ t.is(typeof obj[key], fields[key], `${file}: Field ${fieldPath} should be of type ${fields[key]}`);
} else if (fields === requiredFields) {
t.true(false, `${file}: Missing required field: ${fieldPath}`);
}
- });
+ }
}
-function validateFileName(t, file) {
- t.true(
- file.endsWith(".json"),
- `${file}: File does not have .json extension`,
- );
- t.false(
- file.includes(".is-a.dev"),
- `${file}: File name should not contain .is-a.dev`,
- );
- t.true(
- file === file.toLowerCase(),
- `${file}: File name should be all lowercase`,
- );
+async function validateFileName(t, file) {
+ t.true(file.endsWith(".json"), `${file}: File does not have .json extension`);
+ t.false(file.includes(".is-a.dev"), `${file}: File name should not contain .is-a.dev`);
+ t.true(file === file.toLowerCase(), `${file}: File name should be all lowercase`);
- // Ignore root domain
if (file !== "@.json") {
const subdomain = file.replace(/\.json$/, "");
t.regex(
subdomain + ".is-a.dev",
hostnameRegex,
- `${file}: FQDN must be 1-253 characters, use letters, numbers, dots, or hyphens, and not start or end with a hyphen.`,
+ `${file}: FQDN must be 1-253 characters, use letters, numbers, dots, or hyphens, and not start or end with a hyphen.`
);
- t.false(
- expandedReservedDomains.includes(subdomain),
- `${file}: Subdomain name is reserved`,
- );
- // Disallow nested subdomains above reserved domains
+ t.false(expandedReservedDomains.includes(subdomain), `${file}: Subdomain name is reserved`);
t.true(
- !expandedReservedDomains.some((reserved) =>
- subdomain.endsWith(`.${reserved}`),
- ),
- `${file}: Subdomain name is reserved`,
+ !expandedReservedDomains.some((reserved) => subdomain.endsWith(`.${reserved}`)),
+ `${file}: Subdomain name is reserved`
);
const rootSubdomain = subdomain.split(".").pop();
if (!exceptedDomains.includes(rootSubdomain)) {
- t.false(
- rootSubdomain.startsWith("_"),
- `${file}: Root subdomains should not start with an underscore`,
- );
+ t.false(rootSubdomain.startsWith("_"), `${file}: Root subdomains should not start with an underscore`);
}
}
}
+async function processFile(file) {
+ const filePath = path.join(domainsPath, file);
+ const data = await fs.readJson(filePath);
+
+ validateFileName(t, file);
+
+ // Validate fields and duplicates
+ validateFields(t, data, requiredFields, file);
+ validateFields(t, data.owner, requiredOwnerFields, file, "owner");
+ validateFields(t, data.owner, optionalOwnerFields, file, "owner");
+ validateFields(t, data, optionalFields, file);
+
+ if (data.redirect_config) {
+ validateFields(t, data.redirect_config, optionalRedirectConfigFields, file, "redirect_config");
+ }
+
+ if (data.owner.email) {
+ t.regex(data.owner.email, emailRegex, `${file}: Owner email should be a valid email address`);
+ t.false(
+ data.owner.email.endsWith("@users.noreply.github.com"),
+ `${file}: Owner email should not be a GitHub no-reply email`
+ );
+ }
+
+ t.true(Object.keys(data.record).length > 0, `${file}: Missing DNS records`);
+
+ // Check for duplicate keys
+ const rawData = await fs.readFile(filePath, "utf8");
+ const duplicateKeys = findDuplicateKeys(rawData);
+ t.true(!duplicateKeys.length, `${file}: Duplicate keys found: ${duplicateKeys.join(", ")}`);
+}
+
t("JSON files should not be in the root directory", (t) => {
const rootFiles = fs
.readdirSync(path.resolve())
- .filter(
- (file) =>
- file.endsWith(".json") && !ignoredRootJSONFiles.includes(file),
- );
+ .filter((file) => file.endsWith(".json") && !ignoredRootJSONFiles.includes(file));
t.is(rootFiles.length, 0, "JSON files should not be in the root directory");
});
-t("All files should be valid JSON", (t) => {
- files.forEach((file) => {
- t.notThrows(
- () => fs.readJsonSync(path.join(domainsPath, file)),
- `${file}: Invalid JSON file`,
- );
- });
+t("All files should be valid JSON", async (t) => {
+ await Promise.all(
+ files.map((file) => {
+ return t.notThrows(() => fs.readJson(path.join(domainsPath, file)), `${file}: Invalid JSON file`);
+ })
+ );
});
-t("All files should not have duplicate keys", (t) => {
- files.forEach((file) => {
- // Parse JSON as a string because JS automatically gets the last key if there are duplicates
- const rawData = fs.readFileSync(`${domainsPath}/${file}`, "utf8");
- const duplicateKeys = findDuplicateKeys(rawData);
-
- t.true(
- !duplicateKeys.length,
- `${file}: Duplicate keys found: ${duplicateKeys.join(", ")}`,
- );
- });
+t("All files should have valid file names", async (t) => {
+ await Promise.all(files.map((file) => validateFileName(t, file)));
});
-t("All files should have valid file names", (t) => {
- files.forEach((file) => {
- validateFileName(t, file);
- });
-});
-
-t("All files should have valid required and optional fields", (t) => {
- files.forEach((file) => {
- const data = fs.readJsonSync(path.join(domainsPath, file));
-
- // Validate top-level required fields
- validateFields(t, data, requiredFields, file);
-
- // Validate owner fields
- validateFields(t, data.owner, requiredOwnerFields, file, "owner");
- validateFields(t, data.owner, optionalOwnerFields, file, "owner");
-
- // Validate optional fields for top-level and redirect config
- validateFields(t, data, optionalFields, file);
- if (data.redirect_config) {
- validateFields(
- t,
- data.redirect_config,
- optionalRedirectConfigFields,
- file,
- "redirect_config",
- );
- }
-
- // Validate email format
- if (data.owner.email) {
- t.regex(
- data.owner.email,
- emailRegex,
- `${file}: Owner email should be a valid email address`,
- );
- t.false(
- data.owner.email.endsWith("@users.noreply.github.com"),
- `${file}: Owner email should not be a GitHub no-reply email`,
- );
- }
-
- // Ensure 'record' field is not empty
- t.true(
- Object.keys(data.record).length > 0,
- `${file}: Missing DNS records`,
- );
- });
+t("All files should have valid required and optional fields", async (t) => {
+ await Promise.all(files.map((file) => processFile(file)));
});
t("Reserved domains file should be valid", (t) => {
@@ -236,7 +181,7 @@ t("Reserved domains file should be valid", (t) => {
t.regex(
item,
subdomainRegex,
- `[util/reserved-domains.json] Invalid subdomain name "${item}" at index ${index}`,
+ `[util/reserved-domains.json] Invalid subdomain name "${item}" at index ${index}`
);
});
From ca946cb5d22c2341840dbc6033f8aa25d57d6bd3 Mon Sep 17 00:00:00 2001
From: William Harrison <87287585+wdhdev@users.noreply.github.com>
Date: Thu, 6 Mar 2025 20:18:36 +0800
Subject: [PATCH 083/815] Update json.test.js
---
tests/json.test.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/json.test.js b/tests/json.test.js
index 893cabfe7..c18ffe1d3 100644
--- a/tests/json.test.js
+++ b/tests/json.test.js
@@ -119,7 +119,7 @@ async function validateFileName(t, file) {
}
}
-async function processFile(file) {
+async function processFile(file, t) {
const filePath = path.join(domainsPath, file);
const data = await fs.readJson(filePath);
@@ -171,7 +171,7 @@ t("All files should have valid file names", async (t) => {
});
t("All files should have valid required and optional fields", async (t) => {
- await Promise.all(files.map((file) => processFile(file)));
+ await Promise.all(files.map((file) => processFile(file, t)));
});
t("Reserved domains file should be valid", (t) => {
From 840f6c2ed5de1eeab8e5bb8a933875579f3cb4cc Mon Sep 17 00:00:00 2001
From: William Harrison <87287585+wdhdev@users.noreply.github.com>
Date: Thu, 6 Mar 2025 20:26:10 +0800
Subject: [PATCH 084/815] Update ci.yml
---
.github/workflows/ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c37cb072a..bd95620db 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -37,7 +37,7 @@ jobs:
- name: Get PR labels
if: github.event_name == 'pull_request'
run: |
- LABELS=$(jq -c '[.pull_request.labels[].name]' <<< '${{ toJson(github.event) }}')
+ LABELS=$(gh api --jq '[.labels[].name]' /repos/{owner}/{repo}/pulls/${{ github.event.number }})
echo "PR_LABELS=$LABELS" >> $GITHUB_ENV
- name: Get changed files
From 1d0db3ee2136bd487f67a37899e889177e12ff12 Mon Sep 17 00:00:00 2001
From: William Harrison <87287585+wdhdev@users.noreply.github.com>
Date: Thu, 6 Mar 2025 20:28:25 +0800
Subject: [PATCH 085/815] fix token issue
---
.github/workflows/ci.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index bd95620db..523d63ce8 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -39,6 +39,8 @@ jobs:
run: |
LABELS=$(gh api --jq '[.labels[].name]' /repos/{owner}/{repo}/pulls/${{ github.event.number }})
echo "PR_LABELS=$LABELS" >> $GITHUB_ENV
+ env:
+ GH_TOKEN: ${{ github.token }}
- name: Get changed files
if: github.event_name == 'pull_request'
From 1bcb2b3bff9e938fc7ba021c79a39ccf07df35da Mon Sep 17 00:00:00 2001
From: Omar <180954465+omardotdev@users.noreply.github.com>
Date: Thu, 6 Mar 2025 14:30:01 +0200
Subject: [PATCH 086/815] reserve some more subdomains
---
util/reserved.json | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/util/reserved.json b/util/reserved.json
index 8ac0501fd..a4691a3d6 100644
--- a/util/reserved.json
+++ b/util/reserved.json
@@ -22,6 +22,10 @@
"authorization",
"authorize",
"aux",
+ "ad",
+ "ads",
+ "advertisment",
+ "advertisments",
"billing",
"blog",
"calendar",
From fe23876f2f0b2d5637df43dd07798615758a63d2 Mon Sep 17 00:00:00 2001
From: William Harrison <87287585+wdhdev@users.noreply.github.com>
Date: Thu, 6 Mar 2025 20:33:08 +0800
Subject: [PATCH 087/815] Update ci.yml
---
.github/workflows/ci.yml | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 523d63ce8..a880e816b 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -47,13 +47,12 @@ jobs:
uses: actions/github-script@v6
with:
script: |
- const { execSync } = require("child_process")
- const { commits } = context.payload.pull_request
- const rawFiles = execSync(`git diff --name-only HEAD HEAD~${commits}`).toString()
- const files = rawFiles.split("\n").filter(Boolean)
- console.log(files)
- const jsonArray = JSON.stringify(files)
- core.exportVariable('CHANGED_FILES', jsonArray)
+ const { execSync } = require("child_process");
+ const files = execSync(`git diff --name-only HEAD HEAD~${context.payload.pull_request.commits}`)
+ .toString()
+ .split("\n")
+ .filter(Boolean);
+ core.exportVariable("CHANGED_FILES", JSON.stringify(files));
- name: Run tests
- run: npx ava tests/*.test.js
+ run: npx ava tests/*.test.js --timeout=30s
From 6339f26bef0d9dbf56737ffddaca7794cf35bd24 Mon Sep 17 00:00:00 2001
From: William Harrison <87287585+wdhdev@users.noreply.github.com>
Date: Thu, 6 Mar 2025 20:38:14 +0800
Subject: [PATCH 088/815] new pr tests + prettier
---
tests/domains.test.js | 73 +++++---------
tests/pr.test.js | 47 +++++++++
tests/proxy.test.js | 25 ++---
tests/records.test.js | 220 +++++++++++-------------------------------
tests/special.test.js | 29 ++----
util/bypassed.json | 1 -
util/reserved.json | 1 +
util/trusted.json | 8 ++
8 files changed, 152 insertions(+), 252 deletions(-)
create mode 100644 tests/pr.test.js
delete mode 100644 util/bypassed.json
create mode 100644 util/trusted.json
diff --git a/tests/domains.test.js b/tests/domains.test.js
index 90262cdef..f1e4954a3 100644
--- a/tests/domains.test.js
+++ b/tests/domains.test.js
@@ -3,9 +3,7 @@ const fs = require("fs-extra");
const path = require("path");
const domainsPath = path.resolve("domains");
-const files = fs
- .readdirSync(domainsPath)
- .filter((file) => file.endsWith(".json"));
+const files = fs.readdirSync(domainsPath).filter((file) => file.endsWith(".json"));
const domainCache = {};
@@ -15,15 +13,11 @@ function getDomainData(subdomain) {
}
try {
- const data = fs.readJsonSync(
- path.join(domainsPath, `${subdomain}.json`),
- );
+ const data = fs.readJsonSync(path.join(domainsPath, `${subdomain}.json`));
domainCache[subdomain] = data; // Cache the domain data
return data;
} catch (error) {
- throw new Error(
- `Failed to read JSON for ${subdomain}: ${error.message}`,
- );
+ throw new Error(`Failed to read JSON for ${subdomain}: ${error.message}`);
}
}
@@ -52,30 +46,24 @@ t("Nested subdomains should not exist without a parent subdomain", (t) => {
const parentSubdomain = getParentSubdomain(subdomain);
t.true(
parentSubdomain && files.includes(`${parentSubdomain}.json`),
- `${file}: Parent subdomain does not exist`,
+ `${file}: Parent subdomain does not exist`
);
}
});
});
-t(
- "Nested subdomains should not exist if the parent subdomain has NS records",
- (t) => {
- files.forEach((file) => {
- const subdomain = file.replace(/\.json$/, "");
+t("Nested subdomains should not exist if the parent subdomain has NS records", (t) => {
+ files.forEach((file) => {
+ const subdomain = file.replace(/\.json$/, "");
- if (subdomain.split(".").length > 1) {
- const parentSubdomain = getParentSubdomain(subdomain);
- const parentDomain = getDomainData(parentSubdomain);
+ if (subdomain.split(".").length > 1) {
+ const parentSubdomain = getParentSubdomain(subdomain);
+ const parentDomain = getDomainData(parentSubdomain);
- t.true(
- !parentDomain.record.NS,
- `${file}: Parent subdomain has NS records`,
- );
- }
- });
- },
-);
+ t.true(!parentDomain.record.NS, `${file}: Parent subdomain has NS records`);
+ }
+ });
+});
t("Nested subdomains should be owned by the parent subdomain's owner", (t) => {
files.forEach((file) => {
@@ -87,9 +75,8 @@ t("Nested subdomains should be owned by the parent subdomain's owner", (t) => {
const parentDomain = getDomainData(parentSubdomain);
t.true(
- data.owner.username.toLowerCase() ===
- parentDomain.owner.username.toLowerCase(),
- `${file}: Owner does not match the parent subdomain`,
+ data.owner.username.toLowerCase() === parentDomain.owner.username.toLowerCase(),
+ `${file}: Owner does not match the parent subdomain`
);
}
});
@@ -103,31 +90,15 @@ t("Subdomains containing an underscore can only have specific records", (t) => {
const data = getDomainData(subdomain);
const recordKeys = Object.keys(data.record);
- if (
- subdomain.startsWith("_acme-challenge.") ||
- subdomain.includes("._domainkey.")
- ) {
+ if (subdomain.startsWith("_acme-challenge.") || subdomain.includes("._domainkey.")) {
t.true(
- recordKeys.every((key) =>
- new Set(["TXT", "CNAME"]).has(key),
- ),
- `${file}: This type of subdomain can only have TXT or CNAME records`,
- );
- } else if (
- subdomain.includes("._tcp.") ||
- subdomain.includes("._udp.")
- ) {
- t.deepEqual(
- recordKeys,
- ["SRV"],
- `${file}: This type of subdomain can only have SRV records`,
+ recordKeys.every((key) => new Set(["TXT", "CNAME"]).has(key)),
+ `${file}: This type of subdomain can only have TXT or CNAME records`
);
+ } else if (subdomain.includes("._tcp.") || subdomain.includes("._udp.")) {
+ t.deepEqual(recordKeys, ["SRV"], `${file}: This type of subdomain can only have SRV records`);
} else {
- t.deepEqual(
- recordKeys,
- ["TXT"],
- `${file}: Subdomains with underscores can only have TXT records`,
- );
+ t.deepEqual(recordKeys, ["TXT"], `${file}: Subdomains with underscores can only have TXT records`);
}
}
});
diff --git a/tests/pr.test.js b/tests/pr.test.js
new file mode 100644
index 000000000..f2cf47c2d
--- /dev/null
+++ b/tests/pr.test.js
@@ -0,0 +1,47 @@
+const t = require("ava");
+const fs = require("fs-extra");
+const path = require("path");
+
+const domainsPath = path.resolve("domains");
+const files = fs.readdirSync(domainsPath).filter((file) => file.endsWith(".json"));
+
+const changedFiles = JSON.parse(process.env.CHANGED_FILES);
+const prAuthor = process.env.PR_AUTHOR.toLowerCase();
+const prLabels = JSON.parse(process.env.PR_LABELS);
+const trustedUsers = require("../util/trusted.json").map((u) => u.toLowerCase());
+
+function getDomainData(subdomain) {
+ try {
+ const data = fs.readJsonSync(path.join(domainsPath, `${subdomain}.json`));
+ return data;
+ } catch (error) {
+ throw new Error(`Failed to read JSON for ${subdomain}: ${error.message}`);
+ }
+}
+
+t("Users can only update their own subdomains", (t) => {
+ if (process.env.PR_AUTHOR && process.env.CHANGED_FILES) {
+ const changedJSONFiles = changedFiles
+ .filter((file) => file.startsWith("domains/"))
+ .map((file) => path.basename(file))
+ .forEach((file) => file.replace(/\.json$/, ""));
+
+ if (trustedUsers.includes(prAuthor) || prLabels.includes("bypass-owner-check")) {
+ t.pass();
+ } else {
+ files
+ .filter((file) => changedJSONFiles.includes(file))
+ .forEach((file) => {
+ const subdomain = file.replace(/\.json$/, "");
+ const data = getDomainData(subdomain);
+
+ t.true(
+ data.owner.username.toLowerCase() === prAuthor,
+ `${subdomain}: ${prAuthor} does not own ${subdomain}.is-a.dev`
+ );
+ });
+ }
+ }
+
+ t.pass();
+});
diff --git a/tests/proxy.test.js b/tests/proxy.test.js
index 0f1c65039..d7c73bc5b 100644
--- a/tests/proxy.test.js
+++ b/tests/proxy.test.js
@@ -25,29 +25,22 @@ function validateProxiedRecords(t, data, file) {
const recordTypes = Array.from(requiredRecordsToProxy).join(", ");
if (data.proxied) {
- const hasProxiedRecord = Object.keys(data.record).some((key) =>
- requiredRecordsToProxy.has(key),
- );
+ const hasProxiedRecord = Object.keys(data.record).some((key) => requiredRecordsToProxy.has(key));
t.true(
hasProxiedRecord,
- `${file}: Proxied is true but there are no records that can be proxied (${recordTypes} expected)`,
+ `${file}: Proxied is true but there are no records that can be proxied (${recordTypes} expected)`
);
}
}
const domainsPath = path.resolve("domains");
-const files = fs
- .readdirSync(domainsPath)
- .filter((file) => file.endsWith(".json"));
+const files = fs.readdirSync(domainsPath).filter((file) => file.endsWith(".json"));
-t(
- "Domains with proxy enabled must have at least one proxy-able record",
- (t) => {
- files.forEach((file) => {
- const domain = getDomainData(file);
+t("Domains with proxy enabled must have at least one proxy-able record", (t) => {
+ files.forEach((file) => {
+ const domain = getDomainData(file);
- validateProxiedRecords(t, domain, file);
- });
- },
-);
+ validateProxiedRecords(t, domain, file);
+ });
+});
diff --git a/tests/records.test.js b/tests/records.test.js
index 9f05a650b..fbbeee156 100644
--- a/tests/records.test.js
+++ b/tests/records.test.js
@@ -2,29 +2,14 @@ const t = require("ava");
const fs = require("fs-extra");
const path = require("path");
-const validRecordTypes = new Set([
- "A",
- "AAAA",
- "CAA",
- "CNAME",
- "DS",
- "MX",
- "NS",
- "SRV",
- "TXT",
- "URL",
-]);
-const hostnameRegex =
- /^(?=.{1,253}$)(?:(?:[_a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)\.)+[a-zA-Z]{2,63}$/;
-const ipv4Regex =
- /^(25[0-5]|2[0-4][0-9]|1[0-9]{2}|[1-9]?[0-9])(\.(25[0-5]|2[0-4][0-9]|1[0-9]{2}|[1-9]?[0-9])){3}$/;
+const validRecordTypes = new Set(["A", "AAAA", "CAA", "CNAME", "DS", "MX", "NS", "SRV", "TXT", "URL"]);
+const hostnameRegex = /^(?=.{1,253}$)(?:(?:[_a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)\.)+[a-zA-Z]{2,63}$/;
+const ipv4Regex = /^(25[0-5]|2[0-4][0-9]|1[0-9]{2}|[1-9]?[0-9])(\.(25[0-5]|2[0-4][0-9]|1[0-9]{2}|[1-9]?[0-9])){3}$/;
const ipv6Regex =
/^(?:[0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}$|^::(?:[0-9a-fA-F]{1,4}:){0,6}[0-9a-fA-F]{1,4}$|^(?:[0-9a-fA-F]{1,4}:){1,7}:$|^(?:[0-9a-fA-F]{1,4}:){0,6}::(?:[0-9a-fA-F]{1,4}:){0,5}[0-9a-fA-F]{1,4}$/;
const domainsPath = path.resolve("domains");
-const files = fs
- .readdirSync(domainsPath)
- .filter((file) => file.endsWith(".json"));
+const files = fs.readdirSync(domainsPath).filter((file) => file.endsWith(".json"));
const domainCache = {};
@@ -53,7 +38,7 @@ function expandIPv6(ip) {
segments = [
...nonEmptySegments.slice(0, emptyIndex),
...Array(missingSegments).fill("0000"),
- ...nonEmptySegments.slice(emptyIndex),
+ ...nonEmptySegments.slice(emptyIndex)
];
}
@@ -63,11 +48,7 @@ function expandIPv6(ip) {
function validateIPv4(ip, proxied) {
const parts = ip.split(".").map(Number);
- if (
- parts.length !== 4 ||
- parts.some((part) => isNaN(part) || part < 0 || part > 255)
- )
- return false;
+ if (parts.length !== 4 || parts.some((part) => isNaN(part) || part < 0 || part > 255)) return false;
if (ip === "192.0.2.1" && proxied) return true;
return !(
@@ -113,153 +94,100 @@ function validateRecordValues(t, data, file) {
Object.entries(data.record).forEach(([key, value]) => {
// General validation for arrays
if (["A", "AAAA", "MX", "NS"].includes(key)) {
- t.true(
- Array.isArray(value),
- `${file}: Record value for ${key} should be an array`,
- );
+ t.true(Array.isArray(value), `${file}: Record value for ${key} should be an array`);
value.forEach((record, idx) => {
t.true(
typeof record === "string",
- `${file}: Record value for ${key} should be a string at index ${idx}`,
+ `${file}: Record value for ${key} should be a string at index ${idx}`
);
if (key === "A") {
- t.true(
- ipv4Regex.test(record),
- `${file}: Invalid IPv4 address for ${key} at index ${idx}`,
- );
+ t.true(ipv4Regex.test(record), `${file}: Invalid IPv4 address for ${key} at index ${idx}`);
t.true(
validateIPv4(record, data.proxied),
- `${file}: Invalid IPv4 address for ${key} at index ${idx}`,
+ `${file}: Invalid IPv4 address for ${key} at index ${idx}`
);
} else if (key === "AAAA") {
const expandedIPv6 = expandIPv6(record);
- t.true(
- ipv6Regex.test(expandedIPv6),
- `${file}: Invalid IPv6 address for ${key} at index ${idx}`,
- );
- t.true(
- validateIPv6(expandedIPv6),
- `${file}: Invalid IPv6 address for ${key} at index ${idx}`,
- );
+ t.true(ipv6Regex.test(expandedIPv6), `${file}: Invalid IPv6 address for ${key} at index ${idx}`);
+ t.true(validateIPv6(expandedIPv6), `${file}: Invalid IPv6 address for ${key} at index ${idx}`);
} else if (["MX", "NS"].includes(key)) {
- t.true(
- isValidHostname(record),
- `${file}: Invalid hostname for ${key} at index ${idx}`,
- );
+ t.true(isValidHostname(record), `${file}: Invalid hostname for ${key} at index ${idx}`);
}
});
}
// CNAME and URL validations
if (["CNAME", "URL"].includes(key)) {
- t.true(
- typeof value === "string",
- `${file}: Record value for ${key} should be a string`,
- );
+ t.true(typeof value === "string", `${file}: Record value for ${key} should be a string`);
if (key === "CNAME") {
- t.true(
- isValidHostname(value),
- `${file}: Invalid hostname for ${key}`,
- );
+ t.true(isValidHostname(value), `${file}: Invalid hostname for ${key}`);
t.true(value !== file, `${file}: CNAME cannot point to itself`);
} else if (key === "URL") {
t.true(
value.startsWith("http://") || value.startsWith("https://"),
- `${file}: Record value for ${key} must start with http:// or https://`,
- );
- t.notThrows(
- () => new URL(value),
- `${file}: Invalid URL for ${key}`,
+ `${file}: Record value for ${key} must start with http:// or https://`
);
+ t.notThrows(() => new URL(value), `${file}: Invalid URL for ${key}`);
const urlHost = new URL(value).host;
const isSelfReferencing =
- file === "@.json"
- ? urlHost === "is-a.dev"
- : urlHost === `${subdomain}.is-a.dev`;
+ file === "@.json" ? urlHost === "is-a.dev" : urlHost === `${subdomain}.is-a.dev`;
- t.false(
- isSelfReferencing,
- `${file}: URL cannot point to itself`,
- );
+ t.false(isSelfReferencing, `${file}: URL cannot point to itself`);
}
}
// CAA, DS, SRV validations
if (["CAA", "DS", "SRV"].includes(key)) {
- t.true(
- Array.isArray(value),
- `${file}: Record value for ${key} should be an array`,
- );
+ t.true(Array.isArray(value), `${file}: Record value for ${key} should be an array`);
value.forEach((record, idx) => {
t.true(
typeof record === "object",
- `${file}: Record value for ${key} should be an object at index ${idx}`,
+ `${file}: Record value for ${key} should be an object at index ${idx}`
);
if (key === "CAA") {
t.true(
["issue", "issuewild", "iodef"].includes(record.tag),
- `${file}: Invalid tag for CAA at index ${idx}`,
- );
- t.true(
- typeof record.value === "string",
- `${file}: Invalid value for CAA at index ${idx}`,
+ `${file}: Invalid tag for CAA at index ${idx}`
);
+ t.true(typeof record.value === "string", `${file}: Invalid value for CAA at index ${idx}`);
t.true(
isValidHostname(record.value) || record.value === ";",
- `${file}: Value must be a hostname or semicolon for CAA at index ${idx}`,
+ `${file}: Value must be a hostname or semicolon for CAA at index ${idx}`
);
} else if (key === "DS") {
t.true(
- Number.isInteger(record.key_tag) &&
- record.key_tag >= 0 &&
- record.key_tag <= 65535,
- `${file}: Invalid key_tag for DS at index ${idx}`,
+ Number.isInteger(record.key_tag) && record.key_tag >= 0 && record.key_tag <= 65535,
+ `${file}: Invalid key_tag for DS at index ${idx}`
);
t.true(
- Number.isInteger(record.algorithm) &&
- record.algorithm >= 0 &&
- record.algorithm <= 255,
- `${file}: Invalid algorithm for DS at index ${idx}`,
+ Number.isInteger(record.algorithm) && record.algorithm >= 0 && record.algorithm <= 255,
+ `${file}: Invalid algorithm for DS at index ${idx}`
);
t.true(
- Number.isInteger(record.digest_type) &&
- record.digest_type >= 0 &&
- record.digest_type <= 255,
- `${file}: Invalid digest_type for DS at index ${idx}`,
- );
- t.true(
- isValidHexadecimal(record.digest),
- `${file}: Invalid digest for DS at index ${idx}`,
+ Number.isInteger(record.digest_type) && record.digest_type >= 0 && record.digest_type <= 255,
+ `${file}: Invalid digest_type for DS at index ${idx}`
);
+ t.true(isValidHexadecimal(record.digest), `${file}: Invalid digest for DS at index ${idx}`);
} else if (key === "SRV") {
t.true(
- Number.isInteger(record.priority) &&
- record.priority >= 0 &&
- record.priority <= 65535,
- `${file}: Invalid priority for SRV at index ${idx}`,
+ Number.isInteger(record.priority) && record.priority >= 0 && record.priority <= 65535,
+ `${file}: Invalid priority for SRV at index ${idx}`
);
t.true(
- Number.isInteger(record.weight) &&
- record.weight >= 0 &&
- record.weight <= 65535,
- `${file}: Invalid weight for SRV at index ${idx}`,
+ Number.isInteger(record.weight) && record.weight >= 0 && record.weight <= 65535,
+ `${file}: Invalid weight for SRV at index ${idx}`
);
t.true(
- Number.isInteger(record.port) &&
- record.port >= 0 &&
- record.port <= 65535,
- `${file}: Invalid port for SRV at index ${idx}`,
- );
- t.true(
- isValidHostname(record.target),
- `${file}: Invalid target for SRV at index ${idx}`,
+ Number.isInteger(record.port) && record.port >= 0 && record.port <= 65535,
+ `${file}: Invalid port for SRV at index ${idx}`
);
+ t.true(isValidHostname(record.target), `${file}: Invalid target for SRV at index ${idx}`);
}
});
}
@@ -268,60 +196,44 @@ function validateRecordValues(t, data, file) {
if (key === "TXT") {
const values = Array.isArray(value) ? value : [value];
values.forEach((record, idx) => {
- t.true(
- typeof record === "string",
- `${file}: TXT record value should be a string at index ${idx}`,
- );
+ t.true(typeof record === "string", `${file}: TXT record value should be a string at index ${idx}`);
});
}
});
if (data.redirect_config) {
- const customPaths = Object.keys(
- data.redirect_config.custom_paths || {},
- );
+ const customPaths = Object.keys(data.redirect_config.custom_paths || {});
const pathRegex = /^\/[a-zA-Z0-9\-_\.\/]+(? {
- const customRedirectURL =
- data.redirect_config.custom_paths[customPath];
+ const customRedirectURL = data.redirect_config.custom_paths[customPath];
const urlMessage = `${file}: Custom path in redirect_config`;
// Validate the custom path
t.true(
pathRegex.test(customPath),
- `${urlMessage} must start with a slash, contain only alphanumeric characters, hyphens, underscores, periods, and slashes, and cannot end with a slash at index ${idx}`,
+ `${urlMessage} must start with a slash, contain only alphanumeric characters, hyphens, underscores, periods, and slashes, and cannot end with a slash at index ${idx}`
);
t.true(
customPath.length >= 2 && customPath.length <= 255,
- `${urlMessage} should be 2-255 characters long at index ${idx}`,
+ `${urlMessage} should be 2-255 characters long at index ${idx}`
);
// Validate the redirect URL
t.true(
data.record.URL !== customRedirectURL,
- `${urlMessage} should be different from the URL record at index ${idx}`,
+ `${urlMessage} should be different from the URL record at index ${idx}`
);
t.true(
- customRedirectURL.startsWith("http://") ||
- customRedirectURL.startsWith("https://"),
- `${urlMessage} must start with http:// or https:// at index ${idx}`,
- );
- t.notThrows(
- () => new URL(customRedirectURL),
- `${urlMessage} contains an invalid URL at index ${idx}`,
+ customRedirectURL.startsWith("http://") || customRedirectURL.startsWith("https://"),
+ `${urlMessage} must start with http:// or https:// at index ${idx}`
);
+ t.notThrows(() => new URL(customRedirectURL), `${urlMessage} contains an invalid URL at index ${idx}`);
// Check for self-referencing redirects
const urlHost = new URL(customRedirectURL).host;
- const isSelfReferencing =
- file === "@.json"
- ? urlHost === "is-a.dev"
- : urlHost === `${subdomain}.is-a.dev`;
- t.false(
- isSelfReferencing,
- `${urlMessage} cannot point to itself at index ${idx}`,
- );
+ const isSelfReferencing = file === "@.json" ? urlHost === "is-a.dev" : urlHost === `${subdomain}.is-a.dev`;
+ t.false(isSelfReferencing, `${urlMessage} cannot point to itself at index ${idx}`);
});
}
}
@@ -332,51 +244,35 @@ t("All files should have valid record types", (t) => {
const recordKeys = Object.keys(data.record);
recordKeys.forEach((key) => {
- t.true(
- validateRecordType(key),
- `${file}: Invalid record type: ${key}`,
- );
+ t.true(validateRecordType(key), `${file}: Invalid record type: ${key}`);
});
// Record type combinations validation
if (recordKeys.includes("CNAME") && !data.proxied) {
- t.is(
- recordKeys.length,
- 1,
- `${file}: CNAME records cannot be combined with other records unless proxied`,
- );
+ t.is(recordKeys.length, 1, `${file}: CNAME records cannot be combined with other records unless proxied`);
}
if (recordKeys.includes("NS")) {
t.true(
- recordKeys.length === 1 ||
- (recordKeys.length === 2 && recordKeys.includes("DS")),
- `${file}: NS records cannot be combined with other records, except for DS records`,
+ recordKeys.length === 1 || (recordKeys.length === 2 && recordKeys.includes("DS")),
+ `${file}: NS records cannot be combined with other records, except for DS records`
);
}
if (recordKeys.includes("DS")) {
- t.true(
- recordKeys.includes("NS"),
- `${file}: DS records must be combined with NS records`,
- );
+ t.true(recordKeys.includes("NS"), `${file}: DS records must be combined with NS records`);
}
if (recordKeys.includes("URL")) {
t.true(
- !recordKeys.includes("A") &&
- !recordKeys.includes("AAAA") &&
- !recordKeys.includes("CNAME"),
- `${file}: URL records cannot be combined with A, AAAA, or CNAME records`,
+ !recordKeys.includes("A") && !recordKeys.includes("AAAA") && !recordKeys.includes("CNAME"),
+ `${file}: URL records cannot be combined with A, AAAA, or CNAME records`
);
}
if (data.redirect_config) {
t.true(
recordKeys.includes("URL") || data.proxied,
- `${file}: Redirect config must be combined with a URL record or the domain must be proxied`,
+ `${file}: Redirect config must be combined with a URL record or the domain must be proxied`
);
if (data.redirect_config.redirect_paths) {
- t.true(
- recordKeys.includes("URL"),
- `${file}: redirect_config.redirect_paths requires a URL record`,
- );
+ t.true(recordKeys.includes("URL"), `${file}: redirect_config.redirect_paths requires a URL record`);
}
}
diff --git a/tests/special.test.js b/tests/special.test.js
index 3a5f8aeef..eb8ca52e0 100644
--- a/tests/special.test.js
+++ b/tests/special.test.js
@@ -3,24 +3,14 @@ const fs = require("fs-extra");
const path = require("path");
const domainsPath = path.resolve("domains");
-const files = fs
- .readdirSync(domainsPath)
- .filter((file) => file.endsWith(".json"));
-
-const bypassedUsernames = require("../util/bypassed.json").map((username) =>
- username.toLowerCase(),
-);
+const files = fs.readdirSync(domainsPath).filter((file) => file.endsWith(".json"));
function getDomainData(subdomain) {
try {
- const data = fs.readJsonSync(
- path.join(domainsPath, `${subdomain}.json`),
- );
+ const data = fs.readJsonSync(path.join(domainsPath, `${subdomain}.json`));
return data;
} catch (error) {
- throw new Error(
- `Failed to read JSON for ${subdomain}: ${error.message}`,
- );
+ throw new Error(`Failed to read JSON for ${subdomain}: ${error.message}`);
}
}
@@ -31,20 +21,15 @@ t("Users are limited to one single character subdomain", (t) => {
const subdomain = file.replace(/\.json$/, "");
const data = getDomainData(subdomain);
- if (
- subdomain.length === 1 &&
- !bypassedUsernames.includes(data.owner.username.toLowerCase())
- ) {
+ if (subdomain.length === 1 && data.owner.username.toLowerCase() !== "is-a-dev") {
results.push({
subdomain,
- owner: data.owner.username.toLowerCase(),
+ owner: data.owner.username.toLowerCase()
});
}
});
- const duplicates = results.filter(
- (result) => results.filter((r) => r.owner === result.owner).length > 1,
- );
+ const duplicates = results.filter((result) => results.filter((r) => r.owner === result.owner).length > 1);
const output = duplicates.reduce((acc, curr) => {
if (!acc[curr.owner]) {
acc[curr.owner] = [];
@@ -59,7 +44,7 @@ t("Users are limited to one single character subdomain", (t) => {
0,
Object.keys(output)
.map((owner) => `${owner} - ${output[owner].join(", ")}`)
- .join("\n"),
+ .join("\n")
);
t.pass();
diff --git a/util/bypassed.json b/util/bypassed.json
deleted file mode 100644
index 31fe6be0d..000000000
--- a/util/bypassed.json
+++ /dev/null
@@ -1 +0,0 @@
-["is-a-dev", "wdhdev"]
diff --git a/util/reserved.json b/util/reserved.json
index 8ac0501fd..c87796c32 100644
--- a/util/reserved.json
+++ b/util/reserved.json
@@ -105,6 +105,7 @@
"ops",
"org",
"organisation",
+ "organization",
"owner",
"pay",
"payment",
diff --git a/util/trusted.json b/util/trusted.json
new file mode 100644
index 000000000..4b1b9b611
--- /dev/null
+++ b/util/trusted.json
@@ -0,0 +1,8 @@
+[
+ "DEV-DIBSTER",
+ "iostpa",
+ "is-a-dev-bot",
+ "orangci",
+ "Stef-00012",
+ "wdhdev"
+]
From 9fd9a8ea9503002f7b4ef81bf08b3bf25ae246e5 Mon Sep 17 00:00:00 2001
From: Angga Eko Pratama
Date: Thu, 6 Mar 2025 19:45:33 +0700
Subject: [PATCH 089/815] Rename www.angganix to www.angganix.json
---
domains/{www.angganix => www.angganix.json} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename domains/{www.angganix => www.angganix.json} (100%)
diff --git a/domains/www.angganix b/domains/www.angganix.json
similarity index 100%
rename from domains/www.angganix
rename to domains/www.angganix.json
From 2807153a715399a89e6a7c30bb5c7faf7d995e1c Mon Sep 17 00:00:00 2001
From: William Harrison <87287585+wdhdev@users.noreply.github.com>
Date: Thu, 6 Mar 2025 20:48:06 +0800
Subject: [PATCH 090/815] Update pr.test.js
---
tests/pr.test.js | 38 +++++++++++++++-----------------------
1 file changed, 15 insertions(+), 23 deletions(-)
diff --git a/tests/pr.test.js b/tests/pr.test.js
index f2cf47c2d..8456e1576 100644
--- a/tests/pr.test.js
+++ b/tests/pr.test.js
@@ -2,17 +2,11 @@ const t = require("ava");
const fs = require("fs-extra");
const path = require("path");
-const domainsPath = path.resolve("domains");
-const files = fs.readdirSync(domainsPath).filter((file) => file.endsWith(".json"));
-
-const changedFiles = JSON.parse(process.env.CHANGED_FILES);
-const prAuthor = process.env.PR_AUTHOR.toLowerCase();
-const prLabels = JSON.parse(process.env.PR_LABELS);
const trustedUsers = require("../util/trusted.json").map((u) => u.toLowerCase());
function getDomainData(subdomain) {
try {
- const data = fs.readJsonSync(path.join(domainsPath, `${subdomain}.json`));
+ const data = fs.readJsonSync(path.join(path.resolve("domains"), `${subdomain}.json`));
return data;
} catch (error) {
throw new Error(`Failed to read JSON for ${subdomain}: ${error.message}`);
@@ -21,26 +15,24 @@ function getDomainData(subdomain) {
t("Users can only update their own subdomains", (t) => {
if (process.env.PR_AUTHOR && process.env.CHANGED_FILES) {
+ const changedFiles = JSON.parse(process.env.CHANGED_FILES);
+ const prAuthor = process.env.PR_AUTHOR.toLowerCase();
const changedJSONFiles = changedFiles
.filter((file) => file.startsWith("domains/"))
- .map((file) => path.basename(file))
- .forEach((file) => file.replace(/\.json$/, ""));
+ .map((file) => path.basename(file));
- if (trustedUsers.includes(prAuthor) || prLabels.includes("bypass-owner-check")) {
- t.pass();
- } else {
- files
- .filter((file) => changedJSONFiles.includes(file))
- .forEach((file) => {
- const subdomain = file.replace(/\.json$/, "");
- const data = getDomainData(subdomain);
+ if (!changedJSONFiles || trustedUsers.includes(prAuthor)) return t.pass();
+ if (process.env.PR_LABELS && process.env.PR_LABELS.includes("bypass-owner-check")) return t.pass();
- t.true(
- data.owner.username.toLowerCase() === prAuthor,
- `${subdomain}: ${prAuthor} does not own ${subdomain}.is-a.dev`
- );
- });
- }
+ changedJSONFiles.forEach((file) => {
+ const subdomain = file.replace(/\.json$/, "");
+ const data = getDomainData(subdomain);
+
+ t.true(
+ data.owner.username.toLowerCase() === prAuthor,
+ `${subdomain}: ${prAuthor} does not own ${subdomain}.is-a.dev`
+ );
+ });
}
t.pass();
From 9e0584a0d05b7245aa627b4d9705d46bf59e0fc5 Mon Sep 17 00:00:00 2001
From: Olaitan Damilare
Date: Thu, 6 Mar 2025 13:48:41 +0100
Subject: [PATCH 091/815] Create damilare.json
---
domains/damilare.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/damilare.json
diff --git a/domains/damilare.json b/domains/damilare.json
new file mode 100644
index 000000000..017fd2654
--- /dev/null
+++ b/domains/damilare.json
@@ -0,0 +1,9 @@
+{
+ "domain": "damilare.is-a.dev",
+ "owner": {
+ "username": "Peculiars"
+ },
+ "records": {
+ "CNAME": "peculiars.github.io"
+ }
+}
From 79d807cd016e31e3d198c18cd8a7e7a4da87c0a5 Mon Sep 17 00:00:00 2001
From: William Harrison <87287585+wdhdev@users.noreply.github.com>
Date: Thu, 6 Mar 2025 20:52:29 +0800
Subject: [PATCH 092/815] updates
---
tests/domains.test.js | 22 ----------------------
util/reserved.json | 16 ++--------------
2 files changed, 2 insertions(+), 36 deletions(-)
diff --git a/tests/domains.test.js b/tests/domains.test.js
index f1e4954a3..cecb2159f 100644
--- a/tests/domains.test.js
+++ b/tests/domains.test.js
@@ -81,25 +81,3 @@ t("Nested subdomains should be owned by the parent subdomain's owner", (t) => {
}
});
});
-
-t("Subdomains containing an underscore can only have specific records", (t) => {
- files.forEach((file) => {
- const subdomain = file.replace(/\.json$/, "");
-
- if (subdomain.includes("_")) {
- const data = getDomainData(subdomain);
- const recordKeys = Object.keys(data.record);
-
- if (subdomain.startsWith("_acme-challenge.") || subdomain.includes("._domainkey.")) {
- t.true(
- recordKeys.every((key) => new Set(["TXT", "CNAME"]).has(key)),
- `${file}: This type of subdomain can only have TXT or CNAME records`
- );
- } else if (subdomain.includes("._tcp.") || subdomain.includes("._udp.")) {
- t.deepEqual(recordKeys, ["SRV"], `${file}: This type of subdomain can only have SRV records`);
- } else {
- t.deepEqual(recordKeys, ["TXT"], `${file}: Subdomains with underscores can only have TXT records`);
- }
- }
- });
-});
diff --git a/util/reserved.json b/util/reserved.json
index c87796c32..e71a89d3c 100644
--- a/util/reserved.json
+++ b/util/reserved.json
@@ -7,7 +7,6 @@
"account",
"accounts",
"admin",
- "admin[1-99]",
"admins",
"administrator",
"administrators",
@@ -30,12 +29,10 @@
"chat",
"checkout",
"cname",
- "cname[1-99]",
"co",
"codeofconduct",
"code-of-conduct",
"com",
- "com[1-9]",
"con",
"confirm",
"confirmation",
@@ -54,7 +51,6 @@
"example",
"feedback",
"file",
- "file[1-9999]",
"files",
"finance",
"forgot",
@@ -64,7 +60,6 @@
"help",
"helpdesk",
"helper",
- "helper[1-99]",
"helpers",
"hostmaster",
"info",
@@ -75,7 +70,6 @@
"license",
"login",
"logout",
- "lpt[1-9]",
"m",
"mail",
"maintainer",
@@ -84,7 +78,6 @@
"media",
"mobile",
"mod",
- "mod[1-99]",
"mods",
"moderator",
"moderators",
@@ -96,10 +89,9 @@
"notifications",
"notify",
"ns",
- "ns[1-99]",
+ "ns[1-9]",
"nul",
"oauth",
- "oauth[1-99]",
"official",
"operations",
"ops",
@@ -134,7 +126,6 @@
"signout",
"signup",
"srv",
- "srv[1-99]",
"staff",
"staging",
"statistics",
@@ -147,7 +138,6 @@
"system",
"teams",
"test",
- "test[1-9999]",
"termsofservice",
"terms-of-service",
"tld",
@@ -155,15 +145,13 @@
"tokens",
"tos",
"txt",
- "txt[1-9999]",
"url",
- "url[1-9999]",
"user",
"users",
"webmail",
"webmaster",
"whois",
- "www[1-99]",
+ "www[1-9]",
"wwww",
"your-domain-name"
]
From 0fa85478d265daecf721f5372f14d5c7c8886ba3 Mon Sep 17 00:00:00 2001
From: William Harrison <87287585+wdhdev@users.noreply.github.com>
Date: Thu, 6 Mar 2025 20:58:11 +0800
Subject: [PATCH 093/815] Update ci.yml
---
.github/workflows/ci.yml | 1 -
1 file changed, 1 deletion(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index a880e816b..bc5bbb110 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -25,7 +25,6 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
- ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- run: npm install
From 7bece280c86bf90549eefcb58ba64bc2de5b771c Mon Sep 17 00:00:00 2001
From: William Harrison <87287585+wdhdev@users.noreply.github.com>
Date: Thu, 6 Mar 2025 21:04:31 +0800
Subject: [PATCH 094/815] fix tests
---
.github/workflows/ci.yml | 18 ++++++------------
1 file changed, 6 insertions(+), 12 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index bc5bbb110..7a30fd883 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -24,8 +24,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- with:
- fetch-depth: 0
- run: npm install
@@ -43,15 +41,11 @@ jobs:
- name: Get changed files
if: github.event_name == 'pull_request'
- uses: actions/github-script@v6
- with:
- script: |
- const { execSync } = require("child_process");
- const files = execSync(`git diff --name-only HEAD HEAD~${context.payload.pull_request.commits}`)
- .toString()
- .split("\n")
- .filter(Boolean);
- core.exportVariable("CHANGED_FILES", JSON.stringify(files));
+ run: |
+ FILES=$(gh api --jq '[.files[].filename]' /repos/{owner}/{repo}/pulls/${{ github.event.number }}/files)
+ echo "CHANGED_FILES=$FILES" >> $GITHUB_ENV
+ env:
+ GH_TOKEN: ${{ github.token }}
- name: Run tests
- run: npx ava tests/*.test.js --timeout=30s
+ run: npx ava tests/*.test.js --timeout=1m
From 645a402f9a81250a21fce61c8d126fa5c6f73618 Mon Sep 17 00:00:00 2001
From: William Harrison <87287585+wdhdev@users.noreply.github.com>
Date: Thu, 6 Mar 2025 21:08:07 +0800
Subject: [PATCH 095/815] Update ci.yml
---
.github/workflows/ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 7a30fd883..1faaef82c 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -42,7 +42,7 @@ jobs:
- name: Get changed files
if: github.event_name == 'pull_request'
run: |
- FILES=$(gh api --jq '[.files[].filename]' /repos/{owner}/{repo}/pulls/${{ github.event.number }}/files)
+ FILES=$(gh api --jq '[.[] | .filename]' /repos/{owner}/{repo}/pulls/${{ github.event.number }}/files)
echo "CHANGED_FILES=$FILES" >> $GITHUB_ENV
env:
GH_TOKEN: ${{ github.token }}
From 66b413525bf87d5f1c8ce4a2181031017a7ede2d Mon Sep 17 00:00:00 2001
From: Olaitan Damilare
Date: Thu, 6 Mar 2025 14:12:21 +0100
Subject: [PATCH 096/815] Update damilare.json
---
domains/damilare.json | 1 +
1 file changed, 1 insertion(+)
diff --git a/domains/damilare.json b/domains/damilare.json
index 017fd2654..7d6f5724a 100644
--- a/domains/damilare.json
+++ b/domains/damilare.json
@@ -2,6 +2,7 @@
"domain": "damilare.is-a.dev",
"owner": {
"username": "Peculiars"
+ "email": "breakingtws@gmail.com"
},
"records": {
"CNAME": "peculiars.github.io"
From bcc307869cdb1e7b9c438228656292b16caa55c7 Mon Sep 17 00:00:00 2001
From: Olaitan Damilare
Date: Thu, 6 Mar 2025 14:12:59 +0100
Subject: [PATCH 097/815] Update damilare.json
---
domains/damilare.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/damilare.json b/domains/damilare.json
index 7d6f5724a..d442428e9 100644
--- a/domains/damilare.json
+++ b/domains/damilare.json
@@ -2,7 +2,7 @@
"domain": "damilare.is-a.dev",
"owner": {
"username": "Peculiars"
- "email": "breakingtws@gmail.com"
+ "email": "olaitandamilare230@gmail.com"
},
"records": {
"CNAME": "peculiars.github.io"
From cdcb6e728380f1f811ca12523763ae70ad34e036 Mon Sep 17 00:00:00 2001
From: William Harrison <87287585+wdhdev@users.noreply.github.com>
Date: Thu, 6 Mar 2025 21:15:01 +0800
Subject: [PATCH 098/815] Update reserved.json
---
util/reserved.json | 62 ++++++++++++++++++++++++++++++++--------------
1 file changed, 43 insertions(+), 19 deletions(-)
diff --git a/util/reserved.json b/util/reserved.json
index d10f6cc31..a64059d4a 100644
--- a/util/reserved.json
+++ b/util/reserved.json
@@ -9,14 +9,12 @@
"admin",
"admins",
"administrator",
- "administrator[1-99]",
"administrators",
"alert",
"alerts",
"api",
"apis",
"auth",
- "auth[1-99]",
"authentication",
"authorisation",
"authorise",
@@ -37,15 +35,11 @@
"com",
"con",
"confirm",
- "confirm[1-99]",
"confirmation",
"contribute",
- "contribute[1-99]",
"contributing",
"dash",
- "dash[1-99]",
"dashboard",
- "dashboard[1-99]",
"default",
"dns",
"doc",
@@ -63,25 +57,29 @@
"finance",
"forgot",
"forgot-password",
- "gtld",
- "guest",
"help",
"helpdesk",
"helper",
"helpers",
"hostmaster",
"http",
- "http[1-9999]",
"https",
- "https[1-9999]",
"info",
- "infos",
"int",
"internal",
"legal",
"license",
"login",
"logout",
+ "lpt1",
+ "lpt2",
+ "lpt3",
+ "lpt4",
+ "lpt5",
+ "lpt6",
+ "lpt7",
+ "lpt8",
+ "lpt9",
"m",
"mail",
"maintainer",
@@ -101,16 +99,25 @@
"notifications",
"notify",
"ns",
- "ns[1-9]",
- "nul",
+ "ns1",
+ "ns2",
+ "ns3",
+ "ns4",
+ "ns5",
+ "ns6",
+ "ns7",
+ "ns8",
+ "ns9",
"oauth",
"official",
- "operations",
"ops",
"org",
"organisation",
"organization",
"owner",
+ "owners",
+ "passwordreset",
+ "password-reset",
"pay",
"payment",
"payments",
@@ -123,12 +130,14 @@
"registrar",
"registry",
"reset",
+ "resetpassword",
"reset-password",
"root",
"sales",
- "schedule",
"secure",
"security",
+ "server",
+ "servers",
"service",
"services",
"session",
@@ -150,23 +159,38 @@
"system",
"teams",
"test",
+ "test1",
+ "test2",
+ "test3",
+ "test4",
+ "test5",
+ "test6",
+ "test7",
+ "test8",
+ "test9",
"termsofservice",
"terms-of-service",
"tld",
"token",
- "token[1-9999]",
"tokens",
"tos",
- "tos[1-99]",
"txt",
"url",
"user",
- "user[1-9999]",
"users",
"webmail",
"webmaster",
"whois",
- "www[1-9]",
+ "ww",
+ "www1",
+ "www2",
+ "www3",
+ "www4",
+ "www5",
+ "www6",
+ "www7",
+ "www8",
+ "www9",
"wwww",
"your-domain-name"
]
From 487afe059669744f374f00706b34e10e3278e017 Mon Sep 17 00:00:00 2001
From: William Harrison <87287585+wdhdev@users.noreply.github.com>
Date: Thu, 6 Mar 2025 21:30:30 +0800
Subject: [PATCH 099/815] Update reserved.json
---
util/reserved.json | 74 +---------------------------------------------
1 file changed, 1 insertion(+), 73 deletions(-)
diff --git a/util/reserved.json b/util/reserved.json
index c0a4c5dee..7b7236469 100644
--- a/util/reserved.json
+++ b/util/reserved.json
@@ -1,17 +1,7 @@
[
- "_acme-challenge.www",
- "_atproto.www",
- "_discord.www",
- "_vercel.www",
- "acc",
"account",
"accounts",
"admin",
- "admins",
- "administrator",
- "administrators",
- "alert",
- "alerts",
"api",
"apis",
"auth",
@@ -20,49 +10,29 @@
"authorise",
"authorization",
"authorize",
- "aux",
"ad",
"ads",
- "advertisment",
- "advertisments",
"billing",
"blog",
- "calendar",
- "cart",
- "catalog",
"chat",
"checkout",
"cname",
"co",
- "codeofconduct",
- "code-of-conduct",
"com",
"con",
- "confirm",
- "confirmation",
"contribute",
"contributing",
"dash",
"dashboard",
- "default",
"dns",
"doc",
"documentation",
"email",
- "emails",
- "error",
- "errors",
- "event",
- "events",
"example",
"feedback",
"file",
"files",
- "finance",
- "forgot",
- "forgot-password",
"help",
- "helpdesk",
"helper",
"helpers",
"hostmaster",
@@ -74,7 +44,6 @@
"legal",
"license",
"login",
- "logout",
"lpt1",
"lpt2",
"lpt3",
@@ -88,11 +57,8 @@
"mail",
"maintainer",
"maintainers",
- "marketing",
"media",
"mobile",
- "mod",
- "mods",
"moderator",
"moderators",
"net",
@@ -101,7 +67,6 @@
"noc",
"notification",
"notifications",
- "notify",
"ns",
"ns1",
"ns2",
@@ -113,15 +78,9 @@
"ns8",
"ns9",
"oauth",
- "official",
"ops",
"org",
- "organisation",
- "organization",
"owner",
- "owners",
- "passwordreset",
- "password-reset",
"pay",
"payment",
"payments",
@@ -129,59 +88,28 @@
"postmaster",
"prod",
"production",
- "recovery",
"redirect",
"registrar",
"registry",
- "reset",
- "resetpassword",
- "reset-password",
"root",
- "sales",
"secure",
"security",
- "server",
- "servers",
"service",
"services",
- "session",
- "sessions",
- "shop",
- "signin",
- "signout",
- "signup",
- "srv",
"staff",
"staging",
"statistics",
"stats",
"status",
- "store",
- "superuser",
"support",
"sys",
"system",
- "teams",
"test",
- "test1",
- "test2",
- "test3",
- "test4",
- "test5",
- "test6",
- "test7",
- "test8",
- "test9",
- "termsofservice",
- "terms-of-service",
- "tld",
+ "terms",
"token",
"tokens",
"tos",
- "txt",
"url",
- "user",
- "users",
"webmail",
"webmaster",
"whois",
From 1c83072122599571c533c5bfaba0c9496a96f7d6 Mon Sep 17 00:00:00 2001
From: William Harrison <87287585+wdhdev@users.noreply.github.com>
Date: Thu, 6 Mar 2025 21:32:24 +0800
Subject: [PATCH 100/815] Update reserved.json
---
util/reserved.json | 3 +++
1 file changed, 3 insertions(+)
diff --git a/util/reserved.json b/util/reserved.json
index 7b7236469..6a2199f4a 100644
--- a/util/reserved.json
+++ b/util/reserved.json
@@ -86,6 +86,8 @@
"payments",
"portal",
"postmaster",
+ "preview",
+ "private",
"prod",
"production",
"redirect",
@@ -98,6 +100,7 @@
"services",
"staff",
"staging",
+ "static",
"statistics",
"stats",
"status",
From ff708437a25058a4ab2f5d08879fff85e2b657bf Mon Sep 17 00:00:00 2001
From: William Harrison <87287585+wdhdev@users.noreply.github.com>
Date: Thu, 6 Mar 2025 21:32:55 +0800
Subject: [PATCH 101/815] Update reserved.json
---
util/reserved.json | 2 ++
1 file changed, 2 insertions(+)
diff --git a/util/reserved.json b/util/reserved.json
index 6a2199f4a..65d342324 100644
--- a/util/reserved.json
+++ b/util/reserved.json
@@ -4,6 +4,7 @@
"admin",
"api",
"apis",
+ "assets",
"auth",
"authentication",
"authorisation",
@@ -14,6 +15,7 @@
"ads",
"billing",
"blog",
+ "cdn",
"chat",
"checkout",
"cname",
From c5a12107f4f2e3c183e586cdd5de9581433f3b5e Mon Sep 17 00:00:00 2001
From: William Harrison <87287585+wdhdev@users.noreply.github.com>
Date: Thu, 6 Mar 2025 21:35:16 +0800
Subject: [PATCH 102/815] remove expanded reserved domains
---
tests/json.test.js | 45 ++-------------------------------------------
1 file changed, 2 insertions(+), 43 deletions(-)
diff --git a/tests/json.test.js b/tests/json.test.js
index c18ffe1d3..3894f9567 100644
--- a/tests/json.test.js
+++ b/tests/json.test.js
@@ -36,33 +36,6 @@ const reservedDomains = require("../util/reserved.json");
const domainsPath = path.resolve("domains");
const files = fs.readdirSync(domainsPath);
-function expandReservedDomains(reserved) {
- const expandedList = [...reserved];
-
- reserved.forEach((item) => {
- const rangeMatch = item.match(/\[(\d+)-(\d+)\]/);
-
- if (rangeMatch) {
- const prefix = item.split("[")[0];
- const start = parseInt(rangeMatch[1], 10);
- const end = parseInt(rangeMatch[2], 10);
-
- if (start < end) {
- for (let i = start; i <= end; i++) {
- expandedList.push(prefix + i);
- }
- expandedList.splice(expandedList.indexOf(item), 1);
- } else {
- throw new Error(`[util/reserved.json] Invalid range [${start}-${end}] in "${item}"`);
- }
- }
- });
-
- return expandedList;
-}
-
-const expandedReservedDomains = expandReservedDomains(reservedDomains);
-
function findDuplicateKeys(jsonString) {
const keyPattern = /"([^"]+)"(?=\s*:)/g;
const keys = [];
@@ -105,9 +78,9 @@ async function validateFileName(t, file) {
hostnameRegex,
`${file}: FQDN must be 1-253 characters, use letters, numbers, dots, or hyphens, and not start or end with a hyphen.`
);
- t.false(expandedReservedDomains.includes(subdomain), `${file}: Subdomain name is reserved`);
+ t.false(reservedDomains.includes(subdomain), `${file}: Subdomain name is reserved`);
t.true(
- !expandedReservedDomains.some((reserved) => subdomain.endsWith(`.${reserved}`)),
+ !reservedDomains.some((reserved) => subdomain.endsWith(`.${reserved}`)),
`${file}: Subdomain name is reserved`
);
@@ -173,17 +146,3 @@ t("All files should have valid file names", async (t) => {
t("All files should have valid required and optional fields", async (t) => {
await Promise.all(files.map((file) => processFile(file, t)));
});
-
-t("Reserved domains file should be valid", (t) => {
- const subdomainRegex = /^_?[a-zA-Z0-9]+([-\.][a-zA-Z0-9]+)*(\[\d+-\d+\])?$/;
-
- expandedReservedDomains.forEach((item, index) => {
- t.regex(
- item,
- subdomainRegex,
- `[util/reserved-domains.json] Invalid subdomain name "${item}" at index ${index}`
- );
- });
-
- t.pass();
-});
From a192e5eb6e2270c95235959d288a29bc36a3287a Mon Sep 17 00:00:00 2001
From: "A.Walid" <49680822+w0l1d@users.noreply.github.com>
Date: Thu, 6 Mar 2025 13:40:53 +0000
Subject: [PATCH 103/815] Create w0l1d.json
---
domains/w0l1d.json | 13 +++++++++++++
1 file changed, 13 insertions(+)
create mode 100644 domains/w0l1d.json
diff --git a/domains/w0l1d.json b/domains/w0l1d.json
new file mode 100644
index 000000000..362f47d7e
--- /dev/null
+++ b/domains/w0l1d.json
@@ -0,0 +1,13 @@
+{
+ "description": "Personal Software engineer portfolio",
+ "repo": "https://github.com/is-a-dev/docs",
+ "owner": {
+ "username": "w0l1d",
+ "email": "w0l1d.dev@gmail.com",
+ "linkedin":"linkedin.com/in/w0l1d"
+ },
+ "record": {
+ "CNAME": "www.w0l1d.me"
+ },
+ "proxied": true
+}
From 4ec1528486f7e5c95f76293c7f6c5d1ac2512989 Mon Sep 17 00:00:00 2001
From: Dell arca
Date: Wed, 5 Mar 2025 22:50:49 -0400
Subject: [PATCH 104/815] add my json
---
domains/arca.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/arca.json
diff --git a/domains/arca.json b/domains/arca.json
new file mode 100644
index 000000000..a944cec4b
--- /dev/null
+++ b/domains/arca.json
@@ -0,0 +1,11 @@
+{
+ "repo": "https://github.com/anibalCApaza/arcadev.github.io",
+ "owner": {
+ "username": "arca",
+ "email": "arcacorini@gmail.com"
+ },
+ "record": {
+ "CNAME": "https://anibalcapaza.github.io/arcadev.github.io/"
+ }
+ }
+
\ No newline at end of file
From d8ee2ccdcd33bc0286988b71a8024448fc012f41 Mon Sep 17 00:00:00 2001
From: ArcaDev <92649656+anibalCApaza@users.noreply.github.com>
Date: Thu, 6 Mar 2025 09:57:02 -0400
Subject: [PATCH 105/815] Update arca.json
cname fix and repository renaming
---
domains/arca.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/domains/arca.json b/domains/arca.json
index a944cec4b..571cebd42 100644
--- a/domains/arca.json
+++ b/domains/arca.json
@@ -1,11 +1,11 @@
{
- "repo": "https://github.com/anibalCApaza/arcadev.github.io",
+ "repo": "https://github.com/anibalCApaza/anibalcapaza.github.io",
"owner": {
"username": "arca",
"email": "arcacorini@gmail.com"
},
"record": {
- "CNAME": "https://anibalcapaza.github.io/arcadev.github.io/"
+ "CNAME": "anibalcapaza.github.io"
}
}
-
\ No newline at end of file
+
From a1c1b94747e17c8732c16c7ce295bc9721cdd1de Mon Sep 17 00:00:00 2001
From: Olaitan Damilare
Date: Thu, 6 Mar 2025 15:19:41 +0100
Subject: [PATCH 106/815] Update damilare.json
---
domains/damilare.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/domains/damilare.json b/domains/damilare.json
index d442428e9..ae1c89f4a 100644
--- a/domains/damilare.json
+++ b/domains/damilare.json
@@ -1,10 +1,10 @@
{
"domain": "damilare.is-a.dev",
"owner": {
- "username": "Peculiars"
+ "username": "Peculiars",
"email": "olaitandamilare230@gmail.com"
},
"records": {
- "CNAME": "peculiars.github.io"
+ "CNAME": "peculiars.github.io/my-portfolio"
}
}
From c1a9748869e5bf717f444fa770ad0bcb6fbeb983 Mon Sep 17 00:00:00 2001
From: Felipe Campos
Date: Thu, 6 Mar 2025 12:19:28 -0300
Subject: [PATCH 107/815] Update felipecampos.json
---
domains/felipecampos.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/felipecampos.json b/domains/felipecampos.json
index 87039e94e..d79f70eb1 100644
--- a/domains/felipecampos.json
+++ b/domains/felipecampos.json
@@ -4,6 +4,6 @@
"email": "felipecamposdev@gmail.com"
},
"record": {
- "CNAME": "felipecampos.vercel.app"
+ "URL": "felipecampos.vercel.app"
}
}
From 4b70066f0071e848fc3c1595fa13d26265c3243a Mon Sep 17 00:00:00 2001
From: Wahid Khan
Date: Thu, 6 Mar 2025 20:51:07 +0530
Subject: [PATCH 108/815] Update wahid7852.json
---
domains/wahid7852.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/domains/wahid7852.json b/domains/wahid7852.json
index 9e204221e..f922c2c83 100644
--- a/domains/wahid7852.json
+++ b/domains/wahid7852.json
@@ -1,11 +1,11 @@
{
"description": "portfolio site for Abdul Wahid Khan",
- "repo": "https://github.com/Wahid7852/Wahid7852.github.io",
+ "repo": "https://github.com/Wahid7852/wahid-portfolio",
"owner": {
"username": "Wahid7852",
"email": "wahidzk0091@gmail.com"
},
"record": {
- "URL": "https://wahid-wahid7852.vercel.app"
+ "URL": "https://wahid-portfolio-tczb-wahid-khans-projects.vercel.app/"
}
}
From e19a770cb5d0fa87c9bc3938a9cd6369b866c0b8 Mon Sep 17 00:00:00 2001
From: Aishik Mukherjee
Date: Thu, 6 Mar 2025 21:16:08 +0530
Subject: [PATCH 109/815] Create _vercel.aishik999.json
Add vercel verfication for aishik999.is-a.dev
---
domains/_vercel.aishik999.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/_vercel.aishik999.json
diff --git a/domains/_vercel.aishik999.json b/domains/_vercel.aishik999.json
new file mode 100644
index 000000000..8099f11ef
--- /dev/null
+++ b/domains/_vercel.aishik999.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "aishik999",
+ "email": "aishikm2002@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=aishik999.is-a.dev,ee81dd1464c614776855"
+ }
+}
From 4cd9003d4157982276d6dd93ef7dd5d6257d2aae Mon Sep 17 00:00:00 2001
From: Darshan
Date: Thu, 6 Mar 2025 22:17:18 +0530
Subject: [PATCH 110/815] Create darsshan.json
---
domains/darsshan.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/darsshan.json
diff --git a/domains/darsshan.json b/domains/darsshan.json
new file mode 100644
index 000000000..8afc5f203
--- /dev/null
+++ b/domains/darsshan.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "DotEnvv",
+ "email": "nahsrad04@gmail.com"
+ },
+ "record": {
+ "CNAME": "DotEnvv.github.io"
+ }
+}
From 96ff21ef8379e9685821f117c1c9b95c19f637d6 Mon Sep 17 00:00:00 2001
From: Felipe Campos
Date: Thu, 6 Mar 2025 14:05:26 -0300
Subject: [PATCH 111/815] Update felipecampos.json
---
domains/felipecampos.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/felipecampos.json b/domains/felipecampos.json
index d79f70eb1..340136c12 100644
--- a/domains/felipecampos.json
+++ b/domains/felipecampos.json
@@ -4,6 +4,6 @@
"email": "felipecamposdev@gmail.com"
},
"record": {
- "URL": "felipecampos.vercel.app"
+ "URL": "https://felipecampos.vercel.app"
}
}
From fc6e93fac6dbbfcdafdd473f0762d0a2214ca5cc Mon Sep 17 00:00:00 2001
From: nvcoden
Date: Thu, 6 Mar 2025 19:23:11 +0100
Subject: [PATCH 112/815] adding a domain
---
domains/nvcoden.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/nvcoden.json
diff --git a/domains/nvcoden.json b/domains/nvcoden.json
new file mode 100644
index 000000000..11fe760d6
--- /dev/null
+++ b/domains/nvcoden.json
@@ -0,0 +1,11 @@
+{
+ "description": "Blog for my personal stuff and things I like",
+ "repo": "https://github.com/nvcoden/nvcoden.github.io",
+ "owner": {
+ "username": "nvcoden",
+ "email": "navneeths55555@gmail.com"
+ },
+ "record": {
+ "CNAME": "nvcoden.github.io"
+ }
+ }
\ No newline at end of file
From f31aa2705878037ae398c43f1e94de701d17d0ae Mon Sep 17 00:00:00 2001
From: Kunal Purandare <56228068+kunalpurandare@users.noreply.github.com>
Date: Fri, 7 Mar 2025 00:31:57 +0530
Subject: [PATCH 113/815] Create _github-pages-challenge-kunalpurandare.json
---
domains/_github-pages-challenge-kunalpurandare.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/_github-pages-challenge-kunalpurandare.json
diff --git a/domains/_github-pages-challenge-kunalpurandare.json b/domains/_github-pages-challenge-kunalpurandare.json
new file mode 100644
index 000000000..d0d73b34d
--- /dev/null
+++ b/domains/_github-pages-challenge-kunalpurandare.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "kunalpurandare",
+ "email": "kunalpurandare1703@gmail.com"
+ },
+ "record": {
+ "TXT": "6ab808f578d906f3b0fe8333da9b57"
+ }
+}
From 91ef6bbc38157865022855fa0ee05c80ea4ef218 Mon Sep 17 00:00:00 2001
From: Kunal Purandare <56228068+kunalpurandare@users.noreply.github.com>
Date: Fri, 7 Mar 2025 00:40:39 +0530
Subject: [PATCH 114/815] Rename _github-pages-challenge-kunalpurandare.json to
_github-pages-challenge-kunalpurandare.kunalpurandare.json
---
...=> _github-pages-challenge-kunalpurandare.kunalpurandare.json} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename domains/{_github-pages-challenge-kunalpurandare.json => _github-pages-challenge-kunalpurandare.kunalpurandare.json} (100%)
diff --git a/domains/_github-pages-challenge-kunalpurandare.json b/domains/_github-pages-challenge-kunalpurandare.kunalpurandare.json
similarity index 100%
rename from domains/_github-pages-challenge-kunalpurandare.json
rename to domains/_github-pages-challenge-kunalpurandare.kunalpurandare.json
From 186028d562b75e1a6ad51813bb608100eb761d5c Mon Sep 17 00:00:00 2001
From: 21Z <21z95@proton.me>
Date: Thu, 6 Mar 2025 23:12:18 +0400
Subject: [PATCH 115/815] fix: uaername
---
domains/arca.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/arca.json b/domains/arca.json
index 571cebd42..43fe7a2d5 100644
--- a/domains/arca.json
+++ b/domains/arca.json
@@ -1,7 +1,7 @@
{
"repo": "https://github.com/anibalCApaza/anibalcapaza.github.io",
"owner": {
- "username": "arca",
+ "username": "anibalCApaza",
"email": "arcacorini@gmail.com"
},
"record": {
From ccddc7ef0c0d7319259cd6d35d22ea07aa7bc534 Mon Sep 17 00:00:00 2001
From: Davincey <34456152+cernoh@users.noreply.github.com>
Date: Fri, 7 Mar 2025 01:47:49 +0000
Subject: [PATCH 116/815] Create davr.json
---
domains/davr.json | 1 +
1 file changed, 1 insertion(+)
create mode 100644 domains/davr.json
diff --git a/domains/davr.json b/domains/davr.json
new file mode 100644
index 000000000..8b1378917
--- /dev/null
+++ b/domains/davr.json
@@ -0,0 +1 @@
+
From 7fdfe3ff796d212b698d8776a48a715956dca1db Mon Sep 17 00:00:00 2001
From: Arczz <50759888+ArizalArkan@users.noreply.github.com>
Date: Fri, 7 Mar 2025 09:12:47 +0700
Subject: [PATCH 117/815] Create arkan.json
---
domains/arkan | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 domains/arkan
diff --git a/domains/arkan b/domains/arkan
new file mode 100644
index 000000000..9e4c30cec
--- /dev/null
+++ b/domains/arkan
@@ -0,0 +1,12 @@
+{
+ "description": "Portofolio Web for arkan.is-a.dev",
+ "repo": "https://github.com/ArizalArkan?tab=repositories",
+ "owner": {
+ "username": "ArizalArkan",
+ "email": "arizalarkan@gmail.com"
+ },
+ "record": {
+ "CNAME": "ArizalArkan.github.io"
+ },
+ "proxied": true
+}
From 177aad8c28326ca871100469825fbbf22e0b3e12 Mon Sep 17 00:00:00 2001
From: bpr1ch3 <126363200+bpr1ch3@users.noreply.github.com>
Date: Thu, 6 Mar 2025 20:41:38 -0600
Subject: [PATCH 118/815] Add files via upload
---
domains/toastedstuff.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/toastedstuff.json
diff --git a/domains/toastedstuff.json b/domains/toastedstuff.json
new file mode 100644
index 000000000..58c7f712a
--- /dev/null
+++ b/domains/toastedstuff.json
@@ -0,0 +1,11 @@
+{
+ "description": "toast's site lol",
+ "repo": "https://github.com/bpr1ch3/bpr1ch3.github.io",
+ "owner": {
+ "username": "bpr1ch3",
+ "email": "toastedstufff@gmail.com"
+ },
+ "record": {
+ "CNAME": "bpr1ch3.github.io"
+ }
+}
\ No newline at end of file
From 559b0ea0f0fc39d3463d6a95716fe7f93448879e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Miguel=20Sol=C3=A9?=
<94262630+Msole18@users.noreply.github.com>
Date: Thu, 6 Mar 2025 23:41:50 -0300
Subject: [PATCH 119/815] Create miguelsole.json
---
domains/miguelsole.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/miguelsole.json
diff --git a/domains/miguelsole.json b/domains/miguelsole.json
new file mode 100644
index 000000000..6140e8162
--- /dev/null
+++ b/domains/miguelsole.json
@@ -0,0 +1,11 @@
+{
+ "description": "Miguel Sole's personal portfolio",
+ "repo": "https://github.com/Msole18/12-portfolio",
+ "owner": {
+ "username": "Msole18",
+ "email": "miguel.sole18@gmail.com"
+ },
+ "record": {
+ "A": ["75.2.60.5"]
+ }
+}
From a87ac2f92282a560700359436578a101f889d7e4 Mon Sep 17 00:00:00 2001
From: Arczz <50759888+ArizalArkan@users.noreply.github.com>
Date: Fri, 7 Mar 2025 11:02:09 +0700
Subject: [PATCH 120/815] Update and rename arkan to _vercel.arkan.json
For web portofolio purpose
---
domains/_vercel.arkan.json | 9 +++++++++
domains/arkan | 12 ------------
2 files changed, 9 insertions(+), 12 deletions(-)
create mode 100644 domains/_vercel.arkan.json
delete mode 100644 domains/arkan
diff --git a/domains/_vercel.arkan.json b/domains/_vercel.arkan.json
new file mode 100644
index 000000000..e732c9e3b
--- /dev/null
+++ b/domains/_vercel.arkan.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ArizalArkan",
+ "email": "arizalarkan@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=arkan.is-a.dev,1950c16be793b47f3a76"
+ }
+}
diff --git a/domains/arkan b/domains/arkan
deleted file mode 100644
index 9e4c30cec..000000000
--- a/domains/arkan
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "Portofolio Web for arkan.is-a.dev",
- "repo": "https://github.com/ArizalArkan?tab=repositories",
- "owner": {
- "username": "ArizalArkan",
- "email": "arizalarkan@gmail.com"
- },
- "record": {
- "CNAME": "ArizalArkan.github.io"
- },
- "proxied": true
-}
From 7926da24f4dd518a9aac89ef85b6eba127c624c9 Mon Sep 17 00:00:00 2001
From: nkverified
Date: Fri, 7 Mar 2025 11:22:44 +0530
Subject: [PATCH 121/815] Create nihalkrishna.json
---
domains/nihalkrishna.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/nihalkrishna.json
diff --git a/domains/nihalkrishna.json b/domains/nihalkrishna.json
new file mode 100644
index 000000000..9e651518b
--- /dev/null
+++ b/domains/nihalkrishna.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "nkverified",
+ "email": "nkverifiedyt@gmail.com"
+ },
+ "record": {
+ "CNAME": "nkverified.github.io"
+ }
+}
From cf69614ef577386551d0a5d48992fddc108c474e Mon Sep 17 00:00:00 2001
From: James Hartley
Date: Thu, 6 Mar 2025 22:08:33 -0800
Subject: [PATCH 122/815] Create jameshartley.json
---
domains/jameshartley.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/jameshartley.json
diff --git a/domains/jameshartley.json b/domains/jameshartley.json
new file mode 100644
index 000000000..8eaa5246d
--- /dev/null
+++ b/domains/jameshartley.json
@@ -0,0 +1,11 @@
+{
+ "description": "Portfolio domain showcasing projects",
+ "repo": "https://github.com/jdbhartley/portfolio_nuro",
+ "owner": {
+ "username": "jdbhartley",
+ "discord": "MobiSlick#3640"
+ },
+ "record": {
+ "A": ["75.2.60.5"]
+ }
+}
\ No newline at end of file
From bf8ea989a5db87ddd1e504b6dbdf8d54a9737c13 Mon Sep 17 00:00:00 2001
From: Arczz <50759888+ArizalArkan@users.noreply.github.com>
Date: Fri, 7 Mar 2025 13:15:29 +0700
Subject: [PATCH 123/815] Create arkan.json
---
domains/arkan.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/arkan.json
diff --git a/domains/arkan.json b/domains/arkan.json
new file mode 100644
index 000000000..f75aa7d8f
--- /dev/null
+++ b/domains/arkan.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ArizalArkan",
+ "email": "arizalarkan@gmail.com"
+ },
+ "record": {
+ "CNAME": "arkan-potofolio.vercel.app"
+ }
+}
From bbb68811922d00503dbb3fc0fd038ae9b4494083 Mon Sep 17 00:00:00 2001
From: SkyExploreWasTaken
Date: Thu, 6 Mar 2025 22:37:35 +0100
Subject: [PATCH 124/815] Update sewt.json
---
domains/sewt.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/sewt.json b/domains/sewt.json
index 1823b48d7..799f25857 100644
--- a/domains/sewt.json
+++ b/domains/sewt.json
@@ -8,7 +8,7 @@
"AAAA": ["2a01:4f9:3081:399c::4"],
"MX": ["mx.zoho.eu", "mx2.zoho.eu", "mx3.zoho.eu"],
"TXT": [
- "v=spf1 include:zohomail.eu ~all",
+ "sl-verification=sibwuwbmtopnrrdmfxvdabidjzvcow",
"domain-verification=skyexplorewastaken"
]
},
From 0760226262be0f84d29a8f0467fbafd4688f4d47 Mon Sep 17 00:00:00 2001
From: SkyExploreWasTaken
Date: Thu, 6 Mar 2025 22:39:19 +0100
Subject: [PATCH 125/815] Update sewt.json
---
domains/sewt.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/domains/sewt.json b/domains/sewt.json
index 799f25857..f0d948321 100644
--- a/domains/sewt.json
+++ b/domains/sewt.json
@@ -6,9 +6,10 @@
"record": {
"A": ["37.27.51.34"],
"AAAA": ["2a01:4f9:3081:399c::4"],
- "MX": ["mx.zoho.eu", "mx2.zoho.eu", "mx3.zoho.eu"],
+ "MX": ["mx1.simplelogin.co", "mx2.simplelogin.co"],
"TXT": [
"sl-verification=sibwuwbmtopnrrdmfxvdabidjzvcow",
+ "v=spf1 include:simplelogin.co ~all",
"domain-verification=skyexplorewastaken"
]
},
From b1b7f5d973e818ee0a0ad42d4f396f8499e01839 Mon Sep 17 00:00:00 2001
From: SkyExploreWasTaken
Date: Thu, 6 Mar 2025 22:41:08 +0100
Subject: [PATCH 126/815] Update and rename zmail._domainkey.sewt.json to
dkim._domainkey.sewt.json
---
domains/dkim._domainkey.sewt.json | 9 +++++++++
domains/zmail._domainkey.sewt.json | 12 ------------
2 files changed, 9 insertions(+), 12 deletions(-)
create mode 100644 domains/dkim._domainkey.sewt.json
delete mode 100644 domains/zmail._domainkey.sewt.json
diff --git a/domains/dkim._domainkey.sewt.json b/domains/dkim._domainkey.sewt.json
new file mode 100644
index 000000000..f4bbe4131
--- /dev/null
+++ b/domains/dkim._domainkey.sewt.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "SkyExploreWasTaken",
+ "discord": "1049263707177353247"
+ },
+ "record": {
+ "CNAME": ["dkim._domainkey.simplelogin.co"]
+ }
+}
diff --git a/domains/zmail._domainkey.sewt.json b/domains/zmail._domainkey.sewt.json
deleted file mode 100644
index 47c7e1811..000000000
--- a/domains/zmail._domainkey.sewt.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "owner": {
- "username": "SkyExploreWasTaken",
- "discord": "1049263707177353247",
- "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.JjnXMeB-5yChFwqeTjRtzK3S_0JshRprm7Ix_Yl-zlvBzrR4ZlVNljlNwz5hHd6RwuBC_y5QFA1wpuLY7J9tuvaW_ttJpnbU58UGV2JNs6yR0C6ZBp5S0XR7J0zKoloVPgoN9i4q8SOzJeBQCanVOFzX3d9haVlZxrZFInLbMybS8FegbUdzDuV6s6TB0gA8fpBWx29ftzsLfwVj96tO9gmB0cJAU-URofHxmMBDUCIXDELQdrlRl_sj4kjW3uIKus_lgN7GU55xIvErfpV2_NVZTiuPzOh5HcP7rwWHhDaeKvQL4HeKWxIlrqQhPtQHQTFTgJuh7MmJimD95ixgVg.fhYccie9reT4Mi7XAmEtZA.lNh66dK74iYl7grB--wq1yi-AEKzvkuN7TLOS75XwYxJskb4dSr8TUcM0Y5ZVfR27oMahE1_kerqZOZOtZW58ZFwqoFD0oCFaEm68nwTd3or3uBWcYbZk5ilghu8TpPN.zKRzlPiGTBfNQTbJkCbrGg"
- },
- "record": {
- "TXT": [
- "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCb62fTLbpIcDigh68ZI+8EZGMV2LzLtIKTxoRwHhpONIg7eyimcOoeIv2uwYuHrNTnlZvQleD+eolnYEvJA6TTogkgkcOKX8FmPQmrh/MKLW0t8GU257DvxPC2MoGJR592tVyAyod+xOweKvWREvD+9JM8cozWnkvH2inTbud4bQIDAQAB"
- ]
- }
-}
From e96409360e70224dbe0fd481bc35470e172f3e26 Mon Sep 17 00:00:00 2001
From: SkyExploreWasTaken
Date: Thu, 6 Mar 2025 22:43:38 +0100
Subject: [PATCH 127/815] Create dkim02._domainkey.sewt.json
---
domains/dkim02._domainkey.sewt.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/dkim02._domainkey.sewt.json
diff --git a/domains/dkim02._domainkey.sewt.json b/domains/dkim02._domainkey.sewt.json
new file mode 100644
index 000000000..910c583ce
--- /dev/null
+++ b/domains/dkim02._domainkey.sewt.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "SkyExploreWasTaken",
+ "discord": "1049263707177353247"
+ },
+ "record": {
+ "CNAME": ["dkim02._domainkey.simplelogin.co"]
+ }
+}
From b79fdaa47df266cfa749326a3037e1cd5488a34e Mon Sep 17 00:00:00 2001
From: SkyExploreWasTaken
Date: Thu, 6 Mar 2025 22:44:40 +0100
Subject: [PATCH 128/815] Create dkim03._domainkey.sewt.json
---
domains/dkim03._domainkey.sewt.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/dkim03._domainkey.sewt.json
diff --git a/domains/dkim03._domainkey.sewt.json b/domains/dkim03._domainkey.sewt.json
new file mode 100644
index 000000000..b4f34f9e0
--- /dev/null
+++ b/domains/dkim03._domainkey.sewt.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "SkyExploreWasTaken",
+ "discord": "1049263707177353247"
+ },
+ "record": {
+ "CNAME": ["dkim03._domainkey.simplelogin.co"]
+ }
+}
From dcc02636341a500ba8deacce9d7dd4bde37ad632 Mon Sep 17 00:00:00 2001
From: SkyExploreWasTaken
Date: Thu, 6 Mar 2025 22:48:31 +0100
Subject: [PATCH 129/815] Create _dmarc.sewt.json
---
domains/_dmarc.sewt.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/_dmarc.sewt.json
diff --git a/domains/_dmarc.sewt.json b/domains/_dmarc.sewt.json
new file mode 100644
index 000000000..e0d29af48
--- /dev/null
+++ b/domains/_dmarc.sewt.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "SkyExploreWasTaken",
+ "discord": "1049263707177353247"
+ },
+ "record": {
+ "TXT": "v=DMARC1; p=quarantine; pct=100; adkim=s; aspf=s"
+ }
+}
From 0686e58f64a3999f448621b28c37548077291418 Mon Sep 17 00:00:00 2001
From: SkyExploreWasTaken
Date: Thu, 6 Mar 2025 22:56:11 +0100
Subject: [PATCH 130/815] Update dkim._domainkey.sewt.json
---
domains/dkim._domainkey.sewt.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/dkim._domainkey.sewt.json b/domains/dkim._domainkey.sewt.json
index f4bbe4131..a6f8f1dd3 100644
--- a/domains/dkim._domainkey.sewt.json
+++ b/domains/dkim._domainkey.sewt.json
@@ -4,6 +4,6 @@
"discord": "1049263707177353247"
},
"record": {
- "CNAME": ["dkim._domainkey.simplelogin.co"]
+ "CNAME": "dkim._domainkey.simplelogin.co"
}
}
From b0e2fe0491c024b4d3fa1d6f7f775af746086a45 Mon Sep 17 00:00:00 2001
From: SkyExploreWasTaken
Date: Thu, 6 Mar 2025 22:56:27 +0100
Subject: [PATCH 131/815] Update dkim02._domainkey.sewt.json
---
domains/dkim02._domainkey.sewt.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/dkim02._domainkey.sewt.json b/domains/dkim02._domainkey.sewt.json
index 910c583ce..bde56b46b 100644
--- a/domains/dkim02._domainkey.sewt.json
+++ b/domains/dkim02._domainkey.sewt.json
@@ -4,6 +4,6 @@
"discord": "1049263707177353247"
},
"record": {
- "CNAME": ["dkim02._domainkey.simplelogin.co"]
+ "CNAME": "dkim02._domainkey.simplelogin.co"
}
}
From a5ad27b98c25f876e8a4ebfea0fd66d85a098cc2 Mon Sep 17 00:00:00 2001
From: SkyExploreWasTaken
Date: Thu, 6 Mar 2025 22:57:08 +0100
Subject: [PATCH 132/815] Update dkim03._domainkey.sewt.json
---
domains/dkim03._domainkey.sewt.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/dkim03._domainkey.sewt.json b/domains/dkim03._domainkey.sewt.json
index b4f34f9e0..b79fc8f11 100644
--- a/domains/dkim03._domainkey.sewt.json
+++ b/domains/dkim03._domainkey.sewt.json
@@ -4,6 +4,6 @@
"discord": "1049263707177353247"
},
"record": {
- "CNAME": ["dkim03._domainkey.simplelogin.co"]
+ "CNAME": "dkim03._domainkey.simplelogin.co"
}
}
From d7b4b67c537445181de06e2e3217ffe3692e8743 Mon Sep 17 00:00:00 2001
From: Pranav Arya <43077165+PranavArya37@users.noreply.github.com>
Date: Fri, 7 Mar 2025 13:01:30 +0530
Subject: [PATCH 133/815] Create pranavarya.json
---
domains/pranavarya.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/pranavarya.json
diff --git a/domains/pranavarya.json b/domains/pranavarya.json
new file mode 100644
index 000000000..baadb2deb
--- /dev/null
+++ b/domains/pranavarya.json
@@ -0,0 +1,9 @@
+{
+ "description:": "pranavarya.is-a.dev",
+ "owner": {
+ "username": "PranavArya37"
+ },
+ "record": {
+ "URL": "https://pranavarya.in"
+ }
+}
From 5ea3303a6a97d1357c61960722711f75872f945a Mon Sep 17 00:00:00 2001
From: 21Z <21z95@proton.me>
Date: Fri, 7 Mar 2025 11:34:06 +0400
Subject: [PATCH 134/815] Update domains/darsshan.json
Co-authored-by: JustDeveloper <176615419+JustDeveloper1@users.noreply.github.com>
---
domains/darsshan.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/darsshan.json b/domains/darsshan.json
index 8afc5f203..a25d97bdf 100644
--- a/domains/darsshan.json
+++ b/domains/darsshan.json
@@ -4,6 +4,6 @@
"email": "nahsrad04@gmail.com"
},
"record": {
- "CNAME": "DotEnvv.github.io"
+ "CNAME": "dotenvv.github.io"
}
}
From 39d5cec9ab4f50244960ad952b0753a41b455cb3 Mon Sep 17 00:00:00 2001
From: Pranav Arya <43077165+PranavArya37@users.noreply.github.com>
Date: Fri, 7 Mar 2025 13:09:06 +0530
Subject: [PATCH 135/815] Update pranavarya.json
---
domains/pranavarya.json | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/domains/pranavarya.json b/domains/pranavarya.json
index baadb2deb..58082d9e5 100644
--- a/domains/pranavarya.json
+++ b/domains/pranavarya.json
@@ -1,7 +1,9 @@
{
- "description:": "pranavarya.is-a.dev",
+ "description:": "pranavarya.is-a.dev (pranavarya.in)",
"owner": {
- "username": "PranavArya37"
+ "username": "PranavArya37",
+ "email": "pranavarya2799@gmail.com",
+ "linkedin": "https://www.linkedin.com/in/pranavarya37/"
},
"record": {
"URL": "https://pranavarya.in"
From a4218a6d8b493edd10225bb92793cfd09298128d Mon Sep 17 00:00:00 2001
From: SkyExploreWasTaken
Date: Fri, 7 Mar 2025 08:57:41 +0100
Subject: [PATCH 136/815] Create again zmail._domainkey.sewt.json
---
domains/zmail._domainkey.sewt.json | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 domains/zmail._domainkey.sewt.json
diff --git a/domains/zmail._domainkey.sewt.json b/domains/zmail._domainkey.sewt.json
new file mode 100644
index 000000000..47c7e1811
--- /dev/null
+++ b/domains/zmail._domainkey.sewt.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "SkyExploreWasTaken",
+ "discord": "1049263707177353247",
+ "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.JjnXMeB-5yChFwqeTjRtzK3S_0JshRprm7Ix_Yl-zlvBzrR4ZlVNljlNwz5hHd6RwuBC_y5QFA1wpuLY7J9tuvaW_ttJpnbU58UGV2JNs6yR0C6ZBp5S0XR7J0zKoloVPgoN9i4q8SOzJeBQCanVOFzX3d9haVlZxrZFInLbMybS8FegbUdzDuV6s6TB0gA8fpBWx29ftzsLfwVj96tO9gmB0cJAU-URofHxmMBDUCIXDELQdrlRl_sj4kjW3uIKus_lgN7GU55xIvErfpV2_NVZTiuPzOh5HcP7rwWHhDaeKvQL4HeKWxIlrqQhPtQHQTFTgJuh7MmJimD95ixgVg.fhYccie9reT4Mi7XAmEtZA.lNh66dK74iYl7grB--wq1yi-AEKzvkuN7TLOS75XwYxJskb4dSr8TUcM0Y5ZVfR27oMahE1_kerqZOZOtZW58ZFwqoFD0oCFaEm68nwTd3or3uBWcYbZk5ilghu8TpPN.zKRzlPiGTBfNQTbJkCbrGg"
+ },
+ "record": {
+ "TXT": [
+ "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCb62fTLbpIcDigh68ZI+8EZGMV2LzLtIKTxoRwHhpONIg7eyimcOoeIv2uwYuHrNTnlZvQleD+eolnYEvJA6TTogkgkcOKX8FmPQmrh/MKLW0t8GU257DvxPC2MoGJR592tVyAyod+xOweKvWREvD+9JM8cozWnkvH2inTbud4bQIDAQAB"
+ ]
+ }
+}
From b87b10bb2a4fe567d5db36fdabe5c883f42d790a Mon Sep 17 00:00:00 2001
From: Olaitan Damilare
Date: Fri, 7 Mar 2025 10:56:58 +0100
Subject: [PATCH 137/815] Update damilare.json
---
domains/damilare.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/damilare.json b/domains/damilare.json
index ae1c89f4a..7295ae22a 100644
--- a/domains/damilare.json
+++ b/domains/damilare.json
@@ -5,6 +5,6 @@
"email": "olaitandamilare230@gmail.com"
},
"records": {
- "CNAME": "peculiars.github.io/my-portfolio"
+ "CNAME": "peculiars.github.io"
}
}
From d116f86d8e6b427129b90e14f4790702a28a0a89 Mon Sep 17 00:00:00 2001
From: Yash Nerkar
Date: Fri, 7 Mar 2025 10:31:11 +0000
Subject: [PATCH 138/815] create yashnerkar.json
---
domains/yashnerkar.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/yashnerkar.json
diff --git a/domains/yashnerkar.json b/domains/yashnerkar.json
new file mode 100644
index 000000000..dcee824d0
--- /dev/null
+++ b/domains/yashnerkar.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "yashnerkar",
+ "email": "yashnerkar512@gmail.com"
+ },
+ "record": {
+ "CNAME": "yashnerkar.github.io"
+ }
+}
From b30eaa6fc93fe55a462f0fc5641135684a9809d4 Mon Sep 17 00:00:00 2001
From: Olaitan Damilare
Date: Fri, 7 Mar 2025 13:22:47 +0100
Subject: [PATCH 139/815] Update damilare.json
---
domains/damilare.json | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/domains/damilare.json b/domains/damilare.json
index 7295ae22a..a646b65d4 100644
--- a/domains/damilare.json
+++ b/domains/damilare.json
@@ -1,10 +1,9 @@
{
- "domain": "damilare.is-a.dev",
"owner": {
"username": "Peculiars",
"email": "olaitandamilare230@gmail.com"
},
- "records": {
+ "record": {
"CNAME": "peculiars.github.io"
}
}
From f107e0bab26d243fb051ed0ff6981464fbe7717d Mon Sep 17 00:00:00 2001
From: Draken <131387159+dragonx943@users.noreply.github.com>
Date: Fri, 7 Mar 2025 19:42:37 +0700
Subject: [PATCH 140/815] Update and rename dragonx943.json to draken.json
---
domains/{dragonx943.json => draken.json} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename domains/{dragonx943.json => draken.json} (61%)
diff --git a/domains/dragonx943.json b/domains/draken.json
similarity index 61%
rename from domains/dragonx943.json
rename to domains/draken.json
index 580371565..6a9ddae49 100644
--- a/domains/dragonx943.json
+++ b/domains/draken.json
@@ -4,6 +4,6 @@
"email": "premieregirl26@gmail.com"
},
"record": {
- "A": ["54.254.71.100"]
+ "CNAME": "ec2-54-254-71-100.ap-southeast-1.compute.amazonaws.com"
}
}
From e6e2e620a48da9a2a152c16b32f4cc7d22c23616 Mon Sep 17 00:00:00 2001
From: Keis
Date: Fri, 7 Mar 2025 12:38:22 -0300
Subject: [PATCH 141/815] Create hercase.json
---
domains/hercase.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/hercase.json
diff --git a/domains/hercase.json b/domains/hercase.json
new file mode 100644
index 000000000..b76e8c2b2
--- /dev/null
+++ b/domains/hercase.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "hercase",
+ "email": "hercase92@gmail.com"
+ },
+ "record": {
+ "A": ["75.2.60.5"]
+ }
+}
From e46aede23f8a70827ecd7fb5cc9863d772244d7e Mon Sep 17 00:00:00 2001
From: Jarema
Date: Fri, 7 Mar 2025 16:58:40 +0000
Subject: [PATCH 142/815] Create _vercel.jar.json
---
domains/_vercel.jar.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/_vercel.jar.json
diff --git a/domains/_vercel.jar.json b/domains/_vercel.jar.json
new file mode 100644
index 000000000..d304b6d09
--- /dev/null
+++ b/domains/_vercel.jar.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "jartf",
+ "email": "hi@jar.tf"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=jar.is-a.dev,faf9fc9ca0c53d380bd7"
+ }
+}
From c9ffd51b63e9cabbbe271d1957e16145c7ad28d8 Mon Sep 17 00:00:00 2001
From: Jarema
Date: Fri, 7 Mar 2025 17:03:54 +0000
Subject: [PATCH 143/815] Create jar.json
---
domains/jar.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/jar.json
diff --git a/domains/jar.json b/domains/jar.json
new file mode 100644
index 000000000..c2ff47b78
--- /dev/null
+++ b/domains/jar.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "jartf",
+ "email": "hi@jar.tf"
+ },
+ "record": {
+ "A": ["76.76.21.21"]
+ }
+}
From 9a52be3986e08ab0620b9d3c19e196c69c693582 Mon Sep 17 00:00:00 2001
From: Mohammad Fayaz <35001172+fayaz07@users.noreply.github.com>
Date: Fri, 7 Mar 2025 14:42:24 +0530
Subject: [PATCH 144/815] Create fayaz.json
---
domains/fayaz.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/fayaz.json
diff --git a/domains/fayaz.json b/domains/fayaz.json
new file mode 100644
index 000000000..6932387cc
--- /dev/null
+++ b/domains/fayaz.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Mohammad Fayaz",
+ "email": "fayazfz07@gmail.com"
+ },
+ "record": {
+ "CNAME": "fayaz07.github.io"
+ }
+}
From c427507547771354612c0059c45d8bd8743828c8 Mon Sep 17 00:00:00 2001
From: Mohammad Fayaz <35001172+fayaz07@users.noreply.github.com>
Date: Fri, 7 Mar 2025 22:47:31 +0530
Subject: [PATCH 145/815] update username
---
domains/fayaz.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/fayaz.json b/domains/fayaz.json
index 6932387cc..1ca6749a1 100644
--- a/domains/fayaz.json
+++ b/domains/fayaz.json
@@ -1,6 +1,6 @@
{
"owner": {
- "username": "Mohammad Fayaz",
+ "username": "fayaz07",
"email": "fayazfz07@gmail.com"
},
"record": {
From ab177359021a1fbc8747a8a840c99c4764aa3c39 Mon Sep 17 00:00:00 2001
From: BreretonCodez <53999272+BreretonCodez@users.noreply.github.com>
Date: Fri, 7 Mar 2025 13:47:04 -0400
Subject: [PATCH 146/815] Create micahb.json
---
domains/micahb.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/micahb.json
diff --git a/domains/micahb.json b/domains/micahb.json
new file mode 100644
index 000000000..87c24c2bf
--- /dev/null
+++ b/domains/micahb.json
@@ -0,0 +1,10 @@
+{
+ "description": "Micah Brereton, technologist creating impact",
+ "owner": {
+ "username": "BreretonCodez",
+ "email": "me@micahb.net"
+ },
+ "record": {
+ "URL": "https://micahb.net"
+ }
+}
From acfc18bfb49b484b43988b847dcd435deea1c89d Mon Sep 17 00:00:00 2001
From: JustDeveloper <176615419+JustDeveloper1@users.noreply.github.com>
Date: Fri, 7 Mar 2025 21:08:26 +0300
Subject: [PATCH 147/815] Create analytics.juststudio.json
---
domains/analytics.juststudio.json | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 domains/analytics.juststudio.json
diff --git a/domains/analytics.juststudio.json b/domains/analytics.juststudio.json
new file mode 100644
index 000000000..4e2c50e1c
--- /dev/null
+++ b/domains/analytics.juststudio.json
@@ -0,0 +1,12 @@
+{
+ "description": "i made my own analytics thing",
+ "owner": {
+ "username": "JustDeveloper1",
+ "email": "support@juststudio.is-a.dev",
+ "discord": "1117482901353812088"
+ },
+ "record": {
+ "A": ["34.120.54.55"],
+ "AAAA": ["2600:1901:0:6d85::"]
+ }
+}
From 13db590b48f31157ec35f57d2da49826011e4091 Mon Sep 17 00:00:00 2001
From: JustDeveloper <176615419+JustDeveloper1@users.noreply.github.com>
Date: Fri, 7 Mar 2025 21:09:07 +0300
Subject: [PATCH 148/815] Create _acme-challenge.analytics.juststudio.json
---
domains/_acme-challenge.analytics.juststudio.json | 1 +
1 file changed, 1 insertion(+)
create mode 100644 domains/_acme-challenge.analytics.juststudio.json
diff --git a/domains/_acme-challenge.analytics.juststudio.json b/domains/_acme-challenge.analytics.juststudio.json
new file mode 100644
index 000000000..9d0c59b2c
--- /dev/null
+++ b/domains/_acme-challenge.analytics.juststudio.json
@@ -0,0 +1 @@
+78515120d374647d2302076e._acme.deno.dev.
From aa74ab81ef25b8850132e98d6823460f83dae4fb Mon Sep 17 00:00:00 2001
From: JustDeveloper <176615419+JustDeveloper1@users.noreply.github.com>
Date: Fri, 7 Mar 2025 21:09:53 +0300
Subject: [PATCH 149/815] Update _acme-challenge.analytics.juststudio.json
---
domains/_acme-challenge.analytics.juststudio.json | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/domains/_acme-challenge.analytics.juststudio.json b/domains/_acme-challenge.analytics.juststudio.json
index 9d0c59b2c..6e9fc4a9c 100644
--- a/domains/_acme-challenge.analytics.juststudio.json
+++ b/domains/_acme-challenge.analytics.juststudio.json
@@ -1 +1,10 @@
-78515120d374647d2302076e._acme.deno.dev.
+{
+ "owner": {
+ "username": "JustDeveloper1",
+ "email": "support@juststudio.is-a.dev",
+ "discord": "1117482901353812088"
+ },
+ "record": {
+ "CNAME": "78515120d374647d2302076e._acme.deno.dev"
+ }
+}
From f7d85304b8ab2bd6fd380c1363574e6f2d09093b Mon Sep 17 00:00:00 2001
From: JustDeveloper <176615419+JustDeveloper1@users.noreply.github.com>
Date: Fri, 7 Mar 2025 21:10:21 +0300
Subject: [PATCH 150/815] Update analytics.juststudio.json
---
domains/analytics.juststudio.json | 1 -
1 file changed, 1 deletion(-)
diff --git a/domains/analytics.juststudio.json b/domains/analytics.juststudio.json
index 4e2c50e1c..cbd6e4639 100644
--- a/domains/analytics.juststudio.json
+++ b/domains/analytics.juststudio.json
@@ -1,5 +1,4 @@
{
- "description": "i made my own analytics thing",
"owner": {
"username": "JustDeveloper1",
"email": "support@juststudio.is-a.dev",
From 2113915fb51e430933eb6d412b1375738057cada Mon Sep 17 00:00:00 2001
From: DevMatei
Date: Fri, 7 Mar 2025 20:41:29 +0200
Subject: [PATCH 151/815] added a few domains (not much)
---
domains/ai.devmatei.json | 9 +++++++++
domains/api.devmatei.json | 9 +++++++++
domains/contact.devmatei.json | 9 +++++++++
domains/devm.json | 9 +++++++++
domains/devma.json | 9 +++++++++
domains/devmat.json | 9 +++++++++
domains/devmate.json | 9 +++++++++
domains/devmatei-again.json | 9 +++++++++
domains/discord.devmatei.json | 9 +++++++++
domains/dm.devmatei.json | 9 +++++++++
domains/dm.json | 10 ++++++++++
domains/dmi.json | 9 +++++++++
domains/doc.devmatei.json | 9 +++++++++
domains/email.devmatei.json | 9 +++++++++
domains/freewill.devmatei.json | 9 +++++++++
domains/is-a-dev.devmatei.json | 9 +++++++++
domains/main.devmatei.json | 9 +++++++++
domains/matei.json | 9 +++++++++
domains/meme.devmatei.json | 9 +++++++++
domains/notdevmatei.json | 9 +++++++++
20 files changed, 181 insertions(+)
create mode 100644 domains/ai.devmatei.json
create mode 100644 domains/api.devmatei.json
create mode 100644 domains/contact.devmatei.json
create mode 100644 domains/devm.json
create mode 100644 domains/devma.json
create mode 100644 domains/devmat.json
create mode 100644 domains/devmate.json
create mode 100644 domains/devmatei-again.json
create mode 100644 domains/discord.devmatei.json
create mode 100644 domains/dm.devmatei.json
create mode 100644 domains/dm.json
create mode 100644 domains/dmi.json
create mode 100644 domains/doc.devmatei.json
create mode 100644 domains/email.devmatei.json
create mode 100644 domains/freewill.devmatei.json
create mode 100644 domains/is-a-dev.devmatei.json
create mode 100644 domains/main.devmatei.json
create mode 100644 domains/matei.json
create mode 100644 domains/meme.devmatei.json
create mode 100644 domains/notdevmatei.json
diff --git a/domains/ai.devmatei.json b/domains/ai.devmatei.json
new file mode 100644
index 000000000..e7aef920e
--- /dev/null
+++ b/domains/ai.devmatei.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "DevMatei",
+ "email": "contact@devmatei.is-a.dev"
+ },
+ "record": {
+ "A": ["75.2.60.5"]
+ }
+}
\ No newline at end of file
diff --git a/domains/api.devmatei.json b/domains/api.devmatei.json
new file mode 100644
index 000000000..ce8b67096
--- /dev/null
+++ b/domains/api.devmatei.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "DevMatei",
+ "email": "contact@devmatei.is-a.dev"
+ },
+ "record": {
+ "URL": "https://docs.devmatei.is-a.dev/"
+ }
+}
\ No newline at end of file
diff --git a/domains/contact.devmatei.json b/domains/contact.devmatei.json
new file mode 100644
index 000000000..8b6bcd2a5
--- /dev/null
+++ b/domains/contact.devmatei.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "DevMatei",
+ "email": "contact@devmatei.is-a.dev"
+ },
+ "record": {
+ "URL": "mailto:contact@devmatei.is-a.dev"
+ }
+}
diff --git a/domains/devm.json b/domains/devm.json
new file mode 100644
index 000000000..95adeb76e
--- /dev/null
+++ b/domains/devm.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "DevMatei",
+ "email": "contact@devmatei.is-a.dev"
+ },
+ "record": {
+ "URL": "https://devmatei.is-a.dev/"
+ }
+}
\ No newline at end of file
diff --git a/domains/devma.json b/domains/devma.json
new file mode 100644
index 000000000..95adeb76e
--- /dev/null
+++ b/domains/devma.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "DevMatei",
+ "email": "contact@devmatei.is-a.dev"
+ },
+ "record": {
+ "URL": "https://devmatei.is-a.dev/"
+ }
+}
\ No newline at end of file
diff --git a/domains/devmat.json b/domains/devmat.json
new file mode 100644
index 000000000..95adeb76e
--- /dev/null
+++ b/domains/devmat.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "DevMatei",
+ "email": "contact@devmatei.is-a.dev"
+ },
+ "record": {
+ "URL": "https://devmatei.is-a.dev/"
+ }
+}
\ No newline at end of file
diff --git a/domains/devmate.json b/domains/devmate.json
new file mode 100644
index 000000000..95adeb76e
--- /dev/null
+++ b/domains/devmate.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "DevMatei",
+ "email": "contact@devmatei.is-a.dev"
+ },
+ "record": {
+ "URL": "https://devmatei.is-a.dev/"
+ }
+}
\ No newline at end of file
diff --git a/domains/devmatei-again.json b/domains/devmatei-again.json
new file mode 100644
index 000000000..95adeb76e
--- /dev/null
+++ b/domains/devmatei-again.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "DevMatei",
+ "email": "contact@devmatei.is-a.dev"
+ },
+ "record": {
+ "URL": "https://devmatei.is-a.dev/"
+ }
+}
\ No newline at end of file
diff --git a/domains/discord.devmatei.json b/domains/discord.devmatei.json
new file mode 100644
index 000000000..417c6f9a7
--- /dev/null
+++ b/domains/discord.devmatei.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "DevMatei",
+ "email": "contact@devmatei.is-a.dev"
+ },
+ "record": {
+ "URL": "https://discord.com/users/784443338627612673"
+ }
+}
\ No newline at end of file
diff --git a/domains/dm.devmatei.json b/domains/dm.devmatei.json
new file mode 100644
index 000000000..417c6f9a7
--- /dev/null
+++ b/domains/dm.devmatei.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "DevMatei",
+ "email": "contact@devmatei.is-a.dev"
+ },
+ "record": {
+ "URL": "https://discord.com/users/784443338627612673"
+ }
+}
\ No newline at end of file
diff --git a/domains/dm.json b/domains/dm.json
new file mode 100644
index 000000000..2d103b341
--- /dev/null
+++ b/domains/dm.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "DevMatei",
+ "email": "contact@devmatei.is-a.dev"
+ },
+ "record": {
+ "URL": "https://devmatei.is-a.dev/"
+ }
+}
+
\ No newline at end of file
diff --git a/domains/dmi.json b/domains/dmi.json
new file mode 100644
index 000000000..95adeb76e
--- /dev/null
+++ b/domains/dmi.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "DevMatei",
+ "email": "contact@devmatei.is-a.dev"
+ },
+ "record": {
+ "URL": "https://devmatei.is-a.dev/"
+ }
+}
\ No newline at end of file
diff --git a/domains/doc.devmatei.json b/domains/doc.devmatei.json
new file mode 100644
index 000000000..ce8b67096
--- /dev/null
+++ b/domains/doc.devmatei.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "DevMatei",
+ "email": "contact@devmatei.is-a.dev"
+ },
+ "record": {
+ "URL": "https://docs.devmatei.is-a.dev/"
+ }
+}
\ No newline at end of file
diff --git a/domains/email.devmatei.json b/domains/email.devmatei.json
new file mode 100644
index 000000000..8b6bcd2a5
--- /dev/null
+++ b/domains/email.devmatei.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "DevMatei",
+ "email": "contact@devmatei.is-a.dev"
+ },
+ "record": {
+ "URL": "mailto:contact@devmatei.is-a.dev"
+ }
+}
diff --git a/domains/freewill.devmatei.json b/domains/freewill.devmatei.json
new file mode 100644
index 000000000..95adeb76e
--- /dev/null
+++ b/domains/freewill.devmatei.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "DevMatei",
+ "email": "contact@devmatei.is-a.dev"
+ },
+ "record": {
+ "URL": "https://devmatei.is-a.dev/"
+ }
+}
\ No newline at end of file
diff --git a/domains/is-a-dev.devmatei.json b/domains/is-a-dev.devmatei.json
new file mode 100644
index 000000000..e7aef920e
--- /dev/null
+++ b/domains/is-a-dev.devmatei.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "DevMatei",
+ "email": "contact@devmatei.is-a.dev"
+ },
+ "record": {
+ "A": ["75.2.60.5"]
+ }
+}
\ No newline at end of file
diff --git a/domains/main.devmatei.json b/domains/main.devmatei.json
new file mode 100644
index 000000000..95adeb76e
--- /dev/null
+++ b/domains/main.devmatei.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "DevMatei",
+ "email": "contact@devmatei.is-a.dev"
+ },
+ "record": {
+ "URL": "https://devmatei.is-a.dev/"
+ }
+}
\ No newline at end of file
diff --git a/domains/matei.json b/domains/matei.json
new file mode 100644
index 000000000..95adeb76e
--- /dev/null
+++ b/domains/matei.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "DevMatei",
+ "email": "contact@devmatei.is-a.dev"
+ },
+ "record": {
+ "URL": "https://devmatei.is-a.dev/"
+ }
+}
\ No newline at end of file
diff --git a/domains/meme.devmatei.json b/domains/meme.devmatei.json
new file mode 100644
index 000000000..e7aef920e
--- /dev/null
+++ b/domains/meme.devmatei.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "DevMatei",
+ "email": "contact@devmatei.is-a.dev"
+ },
+ "record": {
+ "A": ["75.2.60.5"]
+ }
+}
\ No newline at end of file
diff --git a/domains/notdevmatei.json b/domains/notdevmatei.json
new file mode 100644
index 000000000..95adeb76e
--- /dev/null
+++ b/domains/notdevmatei.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "DevMatei",
+ "email": "contact@devmatei.is-a.dev"
+ },
+ "record": {
+ "URL": "https://devmatei.is-a.dev/"
+ }
+}
\ No newline at end of file
From 8ca20494a2bb715e91021616b2cf0b61eef4f370 Mon Sep 17 00:00:00 2001
From: DevMatei <100729096+DevMatei@users.noreply.github.com>
Date: Fri, 7 Mar 2025 20:45:51 +0200
Subject: [PATCH 152/815] Delete domains/email.devmatei.json
---
domains/email.devmatei.json | 9 ---------
1 file changed, 9 deletions(-)
delete mode 100644 domains/email.devmatei.json
diff --git a/domains/email.devmatei.json b/domains/email.devmatei.json
deleted file mode 100644
index 8b6bcd2a5..000000000
--- a/domains/email.devmatei.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "DevMatei",
- "email": "contact@devmatei.is-a.dev"
- },
- "record": {
- "URL": "mailto:contact@devmatei.is-a.dev"
- }
-}
From d8505ad54316d420c3bbc4f6fb9d3761176be87e Mon Sep 17 00:00:00 2001
From: DevMatei <100729096+DevMatei@users.noreply.github.com>
Date: Fri, 7 Mar 2025 20:46:12 +0200
Subject: [PATCH 153/815] Delete domains/contact.devmatei.json
---
domains/contact.devmatei.json | 9 ---------
1 file changed, 9 deletions(-)
delete mode 100644 domains/contact.devmatei.json
diff --git a/domains/contact.devmatei.json b/domains/contact.devmatei.json
deleted file mode 100644
index 8b6bcd2a5..000000000
--- a/domains/contact.devmatei.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "DevMatei",
- "email": "contact@devmatei.is-a.dev"
- },
- "record": {
- "URL": "mailto:contact@devmatei.is-a.dev"
- }
-}
From e2db50d5735129d424653088ead38bd9482177c2 Mon Sep 17 00:00:00 2001
From: DevMatei
Date: Fri, 7 Mar 2025 20:53:10 +0200
Subject: [PATCH 154/815] a lil more domains
---
domains/devmai.json | 9 +++++++++
domains/dvm.json | 9 +++++++++
domains/dvmi.json | 9 +++++++++
domains/mattew.json | 9 +++++++++
domains/sad-devmatei.json | 9 +++++++++
5 files changed, 45 insertions(+)
create mode 100644 domains/devmai.json
create mode 100644 domains/dvm.json
create mode 100644 domains/dvmi.json
create mode 100644 domains/mattew.json
create mode 100644 domains/sad-devmatei.json
diff --git a/domains/devmai.json b/domains/devmai.json
new file mode 100644
index 000000000..95adeb76e
--- /dev/null
+++ b/domains/devmai.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "DevMatei",
+ "email": "contact@devmatei.is-a.dev"
+ },
+ "record": {
+ "URL": "https://devmatei.is-a.dev/"
+ }
+}
\ No newline at end of file
diff --git a/domains/dvm.json b/domains/dvm.json
new file mode 100644
index 000000000..95adeb76e
--- /dev/null
+++ b/domains/dvm.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "DevMatei",
+ "email": "contact@devmatei.is-a.dev"
+ },
+ "record": {
+ "URL": "https://devmatei.is-a.dev/"
+ }
+}
\ No newline at end of file
diff --git a/domains/dvmi.json b/domains/dvmi.json
new file mode 100644
index 000000000..95adeb76e
--- /dev/null
+++ b/domains/dvmi.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "DevMatei",
+ "email": "contact@devmatei.is-a.dev"
+ },
+ "record": {
+ "URL": "https://devmatei.is-a.dev/"
+ }
+}
\ No newline at end of file
diff --git a/domains/mattew.json b/domains/mattew.json
new file mode 100644
index 000000000..95adeb76e
--- /dev/null
+++ b/domains/mattew.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "DevMatei",
+ "email": "contact@devmatei.is-a.dev"
+ },
+ "record": {
+ "URL": "https://devmatei.is-a.dev/"
+ }
+}
\ No newline at end of file
diff --git a/domains/sad-devmatei.json b/domains/sad-devmatei.json
new file mode 100644
index 000000000..95adeb76e
--- /dev/null
+++ b/domains/sad-devmatei.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "DevMatei",
+ "email": "contact@devmatei.is-a.dev"
+ },
+ "record": {
+ "URL": "https://devmatei.is-a.dev/"
+ }
+}
\ No newline at end of file
From 1f77e3cfbab41c20a0ef38cba5e42409214f9a03 Mon Sep 17 00:00:00 2001
From: Davincey <34456152+cernoh@users.noreply.github.com>
Date: Fri, 7 Mar 2025 19:18:21 +0000
Subject: [PATCH 155/815] Added vercel fixes
---
domains/_vercel.davr.json | 9 +++++++++
domains/davr.json | 10 +++++++++-
2 files changed, 18 insertions(+), 1 deletion(-)
create mode 100644 domains/_vercel.davr.json
diff --git a/domains/_vercel.davr.json b/domains/_vercel.davr.json
new file mode 100644
index 000000000..92f52839b
--- /dev/null
+++ b/domains/_vercel.davr.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "cernoh",
+ "email": "davincey06@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=davr.is-a.dev,ac46906b38acef6b29bf"
+ }
+}
\ No newline at end of file
diff --git a/domains/davr.json b/domains/davr.json
index 8b1378917..d787b7b56 100644
--- a/domains/davr.json
+++ b/domains/davr.json
@@ -1 +1,9 @@
-
+{
+ "owner": {
+ "username": "cernoh",
+ "email": "davincey06@gmail.com"
+ },
+ "record": {
+ "CNAME": "neobrutal-resume-vercel.vercel.app/"
+ }
+}
From 358b10c4afe39fac1e29dd05ea370570d72228fa Mon Sep 17 00:00:00 2001
From: Hayden Clayton <144934825+haydenpc@users.noreply.github.com>
Date: Fri, 7 Mar 2025 13:18:49 -0600
Subject: [PATCH 156/815] Create haydenpc.json
---
domains/haydenpc.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/haydenpc.json
diff --git a/domains/haydenpc.json b/domains/haydenpc.json
new file mode 100644
index 000000000..146ecd899
--- /dev/null
+++ b/domains/haydenpc.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "haydenpc",
+ "email": "haydenpc369@gmail.com"
+ },
+ "record": {
+ "CNAME": "haydenpc.github.io"
+ }
+}
From 46e55cd04bc25b9138499b207ad23d16b5c80f84 Mon Sep 17 00:00:00 2001
From: Ananta Krishnan <70461479+OneRandom1509@users.noreply.github.com>
Date: Sat, 8 Mar 2025 00:49:11 +0530
Subject: [PATCH 157/815] Create _vercel.onerandom.json
---
domains/_vercel.onerandom.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/_vercel.onerandom.json
diff --git a/domains/_vercel.onerandom.json b/domains/_vercel.onerandom.json
new file mode 100644
index 000000000..3d1c81d2e
--- /dev/null
+++ b/domains/_vercel.onerandom.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "OneRandom1509",
+ "email": "anantukid@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=onerandom.is-a.dev,e18318031614810f658f"
+ }
+}
From 6b6c0708d82bbaa7801e1d0aa171fc696a81d52a Mon Sep 17 00:00:00 2001
From: Ananta Krishnan <70461479+OneRandom1509@users.noreply.github.com>
Date: Sat, 8 Mar 2025 00:50:05 +0530
Subject: [PATCH 158/815] Create onerandom.json
---
domains/onerandom.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/onerandom.json
diff --git a/domains/onerandom.json b/domains/onerandom.json
new file mode 100644
index 000000000..497d43658
--- /dev/null
+++ b/domains/onerandom.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "OneRandom1509",
+ "email": "anantukid@gmail.com"
+ },
+ "record": {
+ "CNAME": "folio-five-beta.vercel.app"
+ }
+}
From 006f39e8535ad34106ba4db95ad90ab146bf06c0 Mon Sep 17 00:00:00 2001
From: JustDeveloper <176615419+JustDeveloper1@users.noreply.github.com>
Date: Sat, 8 Mar 2025 00:30:40 +0500
Subject: [PATCH 159/815] Create www.encoder.js.json
---
domains/www.encoder.js.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/www.encoder.js.json
diff --git a/domains/www.encoder.js.json b/domains/www.encoder.js.json
new file mode 100644
index 000000000..2d16694fb
--- /dev/null
+++ b/domains/www.encoder.js.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "JustDeveloper1",
+ "email": "support@juststudio.is-a.dev"
+ },
+ "record": {
+ "URL": "https://encoder.js.is-a.dev/"
+ }
+}
\ No newline at end of file
From 9e00fbdbd089503fa7ae71d5759b08e6a9670633 Mon Sep 17 00:00:00 2001
From: JustDeveloper <176615419+JustDeveloper1@users.noreply.github.com>
Date: Sat, 8 Mar 2025 00:31:27 +0500
Subject: [PATCH 160/815] Create www.all.json
---
domains/www.all.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/www.all.json
diff --git a/domains/www.all.json b/domains/www.all.json
new file mode 100644
index 000000000..c933a1137
--- /dev/null
+++ b/domains/www.all.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "JustDeveloper1",
+ "email": "justdeveloper@juststudio.is-a.dev"
+ },
+ "record": {
+ "URL": "https://all.is-a.dev/"
+ }
+}
\ No newline at end of file
From f479b9e43063ae331c430038c380c5629e6ba04c Mon Sep 17 00:00:00 2001
From: JustDeveloper <176615419+JustDeveloper1@users.noreply.github.com>
Date: Sat, 8 Mar 2025 00:33:03 +0500
Subject: [PATCH 161/815] Create www.xn--01a
---
domains/www.xn--01a | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/www.xn--01a
diff --git a/domains/www.xn--01a b/domains/www.xn--01a
new file mode 100644
index 000000000..73a8a8727
--- /dev/null
+++ b/domains/www.xn--01a
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "JustDeveloper1",
+ "email": "justdeveloper@juststudio.is-a.dev"
+ },
+ "record": {
+ "URL": "https://xn--01a.is-a.dev/"
+ }
+}
\ No newline at end of file
From 86ab9dc9fc6623696f6a18acca3cb1b1b6d9ccbb Mon Sep 17 00:00:00 2001
From: JustDeveloper <176615419+JustDeveloper1@users.noreply.github.com>
Date: Sat, 8 Mar 2025 00:36:02 +0500
Subject: [PATCH 162/815] Rename www.xn--01a to www.xn--01a.json
---
domains/{www.xn--01a => www.xn--01a.json} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename domains/{www.xn--01a => www.xn--01a.json} (98%)
diff --git a/domains/www.xn--01a b/domains/www.xn--01a.json
similarity index 98%
rename from domains/www.xn--01a
rename to domains/www.xn--01a.json
index 73a8a8727..20ea0e8f5 100644
--- a/domains/www.xn--01a
+++ b/domains/www.xn--01a.json
@@ -6,4 +6,4 @@
"record": {
"URL": "https://xn--01a.is-a.dev/"
}
-}
\ No newline at end of file
+}
From 71ec7800599198125b7440052adb01f08b91259a Mon Sep 17 00:00:00 2001
From: JustDeveloper <176615419+JustDeveloper1@users.noreply.github.com>
Date: Sat, 8 Mar 2025 00:39:30 +0500
Subject: [PATCH 163/815] Create studio.json
---
domains/studio.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/studio.json
diff --git a/domains/studio.json b/domains/studio.json
new file mode 100644
index 000000000..68c44d3ee
--- /dev/null
+++ b/domains/studio.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "JustDeveloper1",
+ "email": "support@juststudio.is-a.dev"
+ },
+ "record": {
+ "URL": "https://juststudio.is-a.dev/"
+ }
+}
From 4701daf1b29d4afdd99f20ecdf48fc7cc25d1743 Mon Sep 17 00:00:00 2001
From: JustDeveloper <176615419+JustDeveloper1@users.noreply.github.com>
Date: Sat, 8 Mar 2025 00:42:29 +0500
Subject: [PATCH 164/815] github username
---
domains/justdeveloper1.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/justdeveloper1.json
diff --git a/domains/justdeveloper1.json b/domains/justdeveloper1.json
new file mode 100644
index 000000000..a2dd570b7
--- /dev/null
+++ b/domains/justdeveloper1.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "JustDeveloper1",
+ "email": "justdeveloper@juststudio.is-a.dev"
+ },
+ "record": {
+ "URL": "https://justdeveloper.is-a.dev/"
+ }
+}
From c6650d112a424bab900fdbaab2508b5f606f3725 Mon Sep 17 00:00:00 2001
From: JustDeveloper <176615419+JustDeveloper1@users.noreply.github.com>
Date: Sat, 8 Mar 2025 00:43:17 +0500
Subject: [PATCH 165/815] roblox username
---
domains/justdeveloper7.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/justdeveloper7.json
diff --git a/domains/justdeveloper7.json b/domains/justdeveloper7.json
new file mode 100644
index 000000000..a2dd570b7
--- /dev/null
+++ b/domains/justdeveloper7.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "JustDeveloper1",
+ "email": "justdeveloper@juststudio.is-a.dev"
+ },
+ "record": {
+ "URL": "https://justdeveloper.is-a.dev/"
+ }
+}
From 83bdec769e9085d4bab3106e5564e8785f7eb395 Mon Sep 17 00:00:00 2001
From: JustDeveloper <176615419+JustDeveloper1@users.noreply.github.com>
Date: Sat, 8 Mar 2025 00:44:05 +0500
Subject: [PATCH 166/815] github org username
---
domains/juststudio7.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/juststudio7.json
diff --git a/domains/juststudio7.json b/domains/juststudio7.json
new file mode 100644
index 000000000..68c44d3ee
--- /dev/null
+++ b/domains/juststudio7.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "JustDeveloper1",
+ "email": "support@juststudio.is-a.dev"
+ },
+ "record": {
+ "URL": "https://juststudio.is-a.dev/"
+ }
+}
From 1e602c8d6f83af4e4193375e4ca1ad3f3b8d0dba Mon Sep 17 00:00:00 2001
From: alenseeman
Date: Fri, 7 Mar 2025 20:52:48 +0100
Subject: [PATCH 167/815] Create _github-pages-challenge-alenseeman.json
---
domains/_github-pages-challenge-alenseeman.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/_github-pages-challenge-alenseeman.json
diff --git a/domains/_github-pages-challenge-alenseeman.json b/domains/_github-pages-challenge-alenseeman.json
new file mode 100644
index 000000000..e71959c7b
--- /dev/null
+++ b/domains/_github-pages-challenge-alenseeman.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "alenseeman",
+ "email": "alenseeman@hotmail.com"
+ },
+ "record": {
+ "TXT": "8a6132b9777f26ea1a3f2a892f92f6"
+ }
+}
From 1c80e920cae1edf6422c82144a02398989fe6eb3 Mon Sep 17 00:00:00 2001
From: Noctade <120813259+Noctade@users.noreply.github.com>
Date: Fri, 7 Mar 2025 21:00:45 +0100
Subject: [PATCH 168/815] Create noctade.json
---
domains/noctade.json | 8 ++++++++
1 file changed, 8 insertions(+)
create mode 100644 domains/noctade.json
diff --git a/domains/noctade.json b/domains/noctade.json
new file mode 100644
index 000000000..1295ae0d5
--- /dev/null
+++ b/domains/noctade.json
@@ -0,0 +1,8 @@
+{
+ "owner": {
+ "username": "Noctade"
+ },
+ "record": {
+ "CNAME": "noctade.github.io"
+ }
+}
From d770205c63bac1688063f99c0aab067ec4e55175 Mon Sep 17 00:00:00 2001
From: Roshan
Date: Sat, 8 Mar 2025 04:40:59 +0530
Subject: [PATCH 169/815] Update roshan.json
---
domains/roshan.json | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/domains/roshan.json b/domains/roshan.json
index 6ca21a0e2..3932d5e1c 100644
--- a/domains/roshan.json
+++ b/domains/roshan.json
@@ -1,12 +1,12 @@
{
"description": "Personal portfolio",
- "repo": "https://github.com/roshan1337d/roshan1337d.github.io",
"owner": {
- "username": "roshan1337d",
- "email": "roshan1337x@gmail.com",
- "twitter": "roshan1337d"
+ "username": "roshan1885",
+ "discord": "roshan1885"
},
"record": {
- "CNAME": "roshan1337d.github.io"
+ "CNAME": "roshan1885.github.io",
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
From 5ed5cc8fc88cf271c570ef7d2d47fc8b28d5b195 Mon Sep 17 00:00:00 2001
From: Davincey <34456152+cernoh@users.noreply.github.com>
Date: Sat, 8 Mar 2025 01:02:17 +0000
Subject: [PATCH 170/815] Removed slash
---
domains/davr.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/davr.json b/domains/davr.json
index d787b7b56..c69904dd2 100644
--- a/domains/davr.json
+++ b/domains/davr.json
@@ -4,6 +4,6 @@
"email": "davincey06@gmail.com"
},
"record": {
- "CNAME": "neobrutal-resume-vercel.vercel.app/"
+ "CNAME": "neobrutal-resume-vercel.vercel.app"
}
}
From d446e17eabe88749f4ff1c3f5d7c6e1d13fb2de6 Mon Sep 17 00:00:00 2001
From: Hwan Ngo
Date: Sat, 8 Mar 2025 09:34:38 +0700
Subject: [PATCH 171/815] Create hoan.json
---
domains/hoan.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/hoan.json
diff --git a/domains/hoan.json b/domains/hoan.json
new file mode 100644
index 000000000..98ba071c9
--- /dev/null
+++ b/domains/hoan.json
@@ -0,0 +1,10 @@
+{
+ "description": "hoan.is-a.dev : This is my personal notebook",
+ "owner": {
+ "username": "hwanngo",
+ "email": "conghoan.0406@gmail.com"
+ },
+ "record": {
+ "CNAME": "hwanngo.github.io"
+ }
+}
From 3b2f45c5863c2d808681a5ca068aba654dedb87e Mon Sep 17 00:00:00 2001
From: "Breaker TWS (Daniel C. Castellanos)"
Date: Fri, 7 Mar 2025 22:47:47 -0500
Subject: [PATCH 172/815] Create
_github-pages-challenge-BreakerTWS-breakertws.json
---
.../_github-pages-challenge-BreakerTWS-breakertws.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/_github-pages-challenge-BreakerTWS-breakertws.json
diff --git a/domains/_github-pages-challenge-BreakerTWS-breakertws.json b/domains/_github-pages-challenge-BreakerTWS-breakertws.json
new file mode 100644
index 000000000..c3c80c39a
--- /dev/null
+++ b/domains/_github-pages-challenge-BreakerTWS-breakertws.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "BreakerTWS",
+ "email": "breakingtws@gmail.com"
+ },
+ "record": {
+ "TXT": "dcde9a29c9e10cbea2e47c46805b57"
+ }
+}
From 8d2347b6387cf5ccc8f3da577edcc824a45ec942 Mon Sep 17 00:00:00 2001
From: tiep-dv <87490951+tiep-dv@users.noreply.github.com>
Date: Sat, 8 Mar 2025 11:07:24 +0700
Subject: [PATCH 173/815] Create tiep-dv
---
domains/tiep-dv | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/tiep-dv
diff --git a/domains/tiep-dv b/domains/tiep-dv
new file mode 100644
index 000000000..d957b8d89
--- /dev/null
+++ b/domains/tiep-dv
@@ -0,0 +1,11 @@
+{
+ "description": "tiep-dv.is-a.dev : This is my personal notebook",
+ "repo": "https://github.com/tiep-dv/github-repository",
+ "owner": {
+ "username": "tiep-dv",
+ "email": "tiepduongv@gmail.com"
+ },
+ "record": {
+ "URL": "https://github.com/tiep-dv"
+ }
+}
From bb992d429657b9102dd5e92fc0ca9dcebc68697e Mon Sep 17 00:00:00 2001
From: David Pizarro <105984897+DavidPPizarro@users.noreply.github.com>
Date: Fri, 7 Mar 2025 23:12:06 -0500
Subject: [PATCH 174/815] Create davidpizarro.json
---
domains/davidpizarro.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/davidpizarro.json
diff --git a/domains/davidpizarro.json b/domains/davidpizarro.json
new file mode 100644
index 000000000..438da7cfe
--- /dev/null
+++ b/domains/davidpizarro.json
@@ -0,0 +1,11 @@
+{
+ "description": "Use the domain for my porfolio",
+ "repo": "https://github.com/DavidPPizarro/davidppizarro.github.io",
+ "owner": {
+ "username": "DavidPPizarro",
+ "email": "paulpizarro151@gmail.com"
+ },
+ "record": {
+ "CNAME": "davidppizarro.github.io"
+ }
+}
From 616c8e8b46b39e15cc295847f82bb11697ab7ff9 Mon Sep 17 00:00:00 2001
From: Mdesigns Code
Date: Sat, 8 Mar 2025 09:01:51 +0200
Subject: [PATCH 175/815] Setting up Vercel for marlonbaatjes.is-a.dev
---
domains/_vercel.marlonbaatjes.json | 10 ++++++++++
domains/marlonbaatjes.json | 10 ++++++++++
2 files changed, 20 insertions(+)
create mode 100644 domains/_vercel.marlonbaatjes.json
create mode 100644 domains/marlonbaatjes.json
diff --git a/domains/_vercel.marlonbaatjes.json b/domains/_vercel.marlonbaatjes.json
new file mode 100644
index 000000000..2a2a81189
--- /dev/null
+++ b/domains/_vercel.marlonbaatjes.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "mdesignscode",
+ "email": "marlonbaatjes62@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=marlonbaatjes.is-a.dev,e393641c1319b97e701e"
+ }
+}
+
diff --git a/domains/marlonbaatjes.json b/domains/marlonbaatjes.json
new file mode 100644
index 000000000..8584f40ae
--- /dev/null
+++ b/domains/marlonbaatjes.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "mdesignscode",
+ "email": "marlonbaatjes62@gmail.com"
+ },
+ "record": {
+ "CNAME": "marlonbaatjes.vercel.app"
+ }
+}
+
From dd6990dc96587288b79c3845eab45b74be6c4d01 Mon Sep 17 00:00:00 2001
From: Mr Akshay Shinde <107102876+mraxays@users.noreply.github.com>
Date: Sat, 8 Mar 2025 13:24:15 +0530
Subject: [PATCH 176/815] Redirect Url Update
User name updated
---
domains/as.json | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/domains/as.json b/domains/as.json
index fd745e171..8fd8d1829 100644
--- a/domains/as.json
+++ b/domains/as.json
@@ -1,10 +1,9 @@
{
- "repo": "https://mrakshayas.github.io/me/",
"owner": {
- "username": "MrAkshayAS",
- "email": "akshau72p@gmail.com"
+ "username": "mraxays",
+ "discord": "mrakshayas"
},
"record": {
- "CNAME": "mrakshayas.github.io"
+ "URL": "http://mraxays.github.io/"
}
}
From 4b13d5325f16ac85c69e23f7726420ab7c5f8f71 Mon Sep 17 00:00:00 2001
From: Mr Akshay Shinde <107102876+mraxays@users.noreply.github.com>
Date: Sat, 8 Mar 2025 13:28:53 +0530
Subject: [PATCH 177/815] Redirect Url Update || User name updated
---
domains/axay.json | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/domains/axay.json b/domains/axay.json
index 3bea8a7b9..ef0a18b31 100644
--- a/domains/axay.json
+++ b/domains/axay.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "MrAkshayAS",
- "discord": "mrakshayas"
- },
- "record": {
- "URL": "https://mrakshayas.github.io/"
- }
+ "owner": {
+ "username": "mraxays",
+ "discord": "mrakshayas"
+ },
+ "record": {
+ "URL": "http://mraxays.github.io/"
+ }
}
From 1c89620a1b222635c36511cadd8c479a794bd567 Mon Sep 17 00:00:00 2001
From: 21Z <21z95@proton.me>
Date: Sat, 8 Mar 2025 12:00:37 +0400
Subject: [PATCH 178/815] fix: Rename
_github-pages-challenge-BreakerTWS-breakertws.json to
_github-pages-challenge-BreakerTWS.breakertws.json
---
...ws.json => _github-pages-challenge-BreakerTWS.breakertws.json} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename domains/{_github-pages-challenge-BreakerTWS-breakertws.json => _github-pages-challenge-BreakerTWS.breakertws.json} (100%)
diff --git a/domains/_github-pages-challenge-BreakerTWS-breakertws.json b/domains/_github-pages-challenge-BreakerTWS.breakertws.json
similarity index 100%
rename from domains/_github-pages-challenge-BreakerTWS-breakertws.json
rename to domains/_github-pages-challenge-BreakerTWS.breakertws.json
From cd28f3e5c08146a3dda7e45d8df821fbec60ac04 Mon Sep 17 00:00:00 2001
From: 21Z <21z95@proton.me>
Date: Sat, 8 Mar 2025 12:02:15 +0400
Subject: [PATCH 179/815] fix: Rename
_github-pages-challenge-BreakerTWS.breakertws.json to
_github-pages-challenge-breakertws.breakertws.json
---
...ws.json => _github-pages-challenge-breakertws.breakertws.json} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename domains/{_github-pages-challenge-BreakerTWS.breakertws.json => _github-pages-challenge-breakertws.breakertws.json} (100%)
diff --git a/domains/_github-pages-challenge-BreakerTWS.breakertws.json b/domains/_github-pages-challenge-breakertws.breakertws.json
similarity index 100%
rename from domains/_github-pages-challenge-BreakerTWS.breakertws.json
rename to domains/_github-pages-challenge-breakertws.breakertws.json
From 1da35f10c6205b693e3066f1b517b2b578b36cc4 Mon Sep 17 00:00:00 2001
From: duy <94918417+ptduy14@users.noreply.github.com>
Date: Sat, 8 Mar 2025 15:16:42 +0700
Subject: [PATCH 180/815] Create _vercel.duypt14.json
---
domains/_vercel.duypt14.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/_vercel.duypt14.json
diff --git a/domains/_vercel.duypt14.json b/domains/_vercel.duypt14.json
new file mode 100644
index 000000000..a2e727dc8
--- /dev/null
+++ b/domains/_vercel.duypt14.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ptduy14",
+ "email": "phantanduy14@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=duypt14.is-a.dev,14245b40810d20910d2a"
+ }
+}
From 4282ea969b4b8fa316e3744b6c47b6b7f706825a Mon Sep 17 00:00:00 2001
From: 21Z <21z95@proton.me>
Date: Sat, 8 Mar 2025 12:18:35 +0400
Subject: [PATCH 181/815] refactor: remove endeade.json
---
domains/endeade.json | 10 ----------
1 file changed, 10 deletions(-)
delete mode 100644 domains/endeade.json
diff --git a/domains/endeade.json b/domains/endeade.json
deleted file mode 100644
index bf33c7e37..000000000
--- a/domains/endeade.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "Endeade",
- "email": "endeade80@gmail.com",
- "discord": "1117869855538942032"
- },
- "record": {
- "CNAME": "endeade.github.io"
- }
-}
From 090c0b2aca15c905f3e58a1cdbd4edf61dc65912 Mon Sep 17 00:00:00 2001
From: Noctade <120813259+Noctade@users.noreply.github.com>
Date: Sat, 8 Mar 2025 09:24:23 +0100
Subject: [PATCH 182/815] Update noctade.json
---
domains/noctade.json | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/domains/noctade.json b/domains/noctade.json
index 1295ae0d5..37bea241b 100644
--- a/domains/noctade.json
+++ b/domains/noctade.json
@@ -1,8 +1,10 @@
{
- "owner": {
- "username": "Noctade"
- },
- "record": {
- "CNAME": "noctade.github.io"
- }
+ "owner": {
+ "username": "noctade",
+ "discord": "1117869855538942032"
+ "email": "endeade80@gmail.com"
+ },
+ "record": {
+ "CNAME": "https://noctade.github.io"
+ }
}
From a04e61f72531f5a3d619f7b4e2285198cae73e08 Mon Sep 17 00:00:00 2001
From: 21Z <21z95@proton.me>
Date: Sat, 8 Mar 2025 12:26:46 +0400
Subject: [PATCH 183/815] improvement: change protocol
---
domains/as.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/as.json b/domains/as.json
index 8fd8d1829..0443203ea 100644
--- a/domains/as.json
+++ b/domains/as.json
@@ -4,6 +4,6 @@
"discord": "mrakshayas"
},
"record": {
- "URL": "http://mraxays.github.io/"
+ "URL": "https://mraxays.github.io/"
}
}
From 1668bba5f925f53f633e8d62da9bf5318521cae0 Mon Sep 17 00:00:00 2001
From: 21Z <21z95@proton.me>
Date: Sat, 8 Mar 2025 12:26:50 +0400
Subject: [PATCH 184/815] improvement: change protocol
---
domains/axay.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/axay.json b/domains/axay.json
index ef0a18b31..8866d2386 100644
--- a/domains/axay.json
+++ b/domains/axay.json
@@ -4,6 +4,6 @@
"discord": "mrakshayas"
},
"record": {
- "URL": "http://mraxays.github.io/"
+ "URL": "https://mraxays.github.io/"
}
}
From ff0a2eaf61708c6e23e0f3d5655da7c5c5ee5bd2 Mon Sep 17 00:00:00 2001
From: duy <94918417+ptduy14@users.noreply.github.com>
Date: Sat, 8 Mar 2025 15:29:21 +0700
Subject: [PATCH 185/815] Create duypt14.json
---
domains/duypt14.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/duypt14.json
diff --git a/domains/duypt14.json b/domains/duypt14.json
new file mode 100644
index 000000000..44924cb3a
--- /dev/null
+++ b/domains/duypt14.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ptduy14",
+ "email": "phantanduy14@gmail.com"
+ },
+ "record": {
+ "CNAME": "https://portfolio-ptduy14s-projects.vercel.app/"
+ }
+}
From 97741ae9e6ef2f7152c069daaf8bda41a69e4fdb Mon Sep 17 00:00:00 2001
From: 21Z <21z95@proton.me>
Date: Sat, 8 Mar 2025 12:30:24 +0400
Subject: [PATCH 186/815] fix: json
---
domains/noctade.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/noctade.json b/domains/noctade.json
index 37bea241b..cc6d1e6d5 100644
--- a/domains/noctade.json
+++ b/domains/noctade.json
@@ -1,7 +1,7 @@
{
"owner": {
"username": "noctade",
- "discord": "1117869855538942032"
+ "discord": "1117869855538942032",
"email": "endeade80@gmail.com"
},
"record": {
From 0d0353d065773f872f77ad1fd3841ffdb48f5720 Mon Sep 17 00:00:00 2001
From: KT
Date: Sat, 8 Mar 2025 16:32:18 +0800
Subject: [PATCH 187/815] Create _vercel.menn.json
---
domains/_vercel.menn.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/_vercel.menn.json
diff --git a/domains/_vercel.menn.json b/domains/_vercel.menn.json
new file mode 100644
index 000000000..01cd25955
--- /dev/null
+++ b/domains/_vercel.menn.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "hedgehog-menn",
+ "email": "kp.thananchai@gmail.com",
+ "discord": "26623men"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=menn.is-a.dev,888e516936e6a1278bc0"
+ }
+}
From 5ddf63f758251a83723320126f3d9dd8d63ecdc3 Mon Sep 17 00:00:00 2001
From: 21Z <21z95@proton.me>
Date: Sat, 8 Mar 2025 12:33:18 +0400
Subject: [PATCH 188/815] fix: remove protocol
---
domains/noctade.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/noctade.json b/domains/noctade.json
index cc6d1e6d5..935685791 100644
--- a/domains/noctade.json
+++ b/domains/noctade.json
@@ -5,6 +5,6 @@
"email": "endeade80@gmail.com"
},
"record": {
- "CNAME": "https://noctade.github.io"
+ "CNAME": noctade.github.io"
}
}
From 5edfebe10e138cf112e915a5d58ac6435935ecad Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?L=C3=A2m=20Ng=E1=BB=8Dc=20Kh=C6=B0=C6=A1ng?=
Date: Sat, 8 Mar 2025 09:00:15 +0000
Subject: [PATCH 189/815] Update khuong.json, khuongln.json,
lamngockhuong.json, ngockhuong.json
---
domains/khuong.json | 10 ++++++++++
domains/khuongln.json | 10 ++++++++++
domains/lamngockhuong.json | 10 ++++++++++
domains/ngockhuong.json | 10 ++++++++++
4 files changed, 40 insertions(+)
diff --git a/domains/khuong.json b/domains/khuong.json
index 3959d95a7..2283f3209 100644
--- a/domains/khuong.json
+++ b/domains/khuong.json
@@ -6,5 +6,15 @@
},
"record": {
"URL": "https://dev.ngockhuong.com"
+ },
+ "redirect_config": {
+ "custom_paths": {
+ "/github": "https://github.com/lamngockhuong",
+ "/x": "https://x.com/lamngockhuong",
+ "/fb": "https://facebook.com/lamngockhuong",
+ "/linkedin": "https://linkedin.com/in/lamngockhuong",
+ "/viblo": "https://viblo.asia/u/lamngockhuong"
+ },
+ "redirect_paths": true
}
}
diff --git a/domains/khuongln.json b/domains/khuongln.json
index acfca4116..c45eb15c0 100644
--- a/domains/khuongln.json
+++ b/domains/khuongln.json
@@ -6,5 +6,15 @@
},
"record": {
"URL": "https://dev.ngockhuong.com"
+ },
+ "redirect_config": {
+ "custom_paths": {
+ "/github": "https://github.com/lamngockhuong",
+ "/x": "https://x.com/lamngockhuong",
+ "/fb": "https://facebook.com/lamngockhuong",
+ "/linkedin": "https://linkedin.com/in/lamngockhuong",
+ "/viblo": "https://viblo.asia/u/lamngockhuong"
+ },
+ "redirect_paths": true
}
}
diff --git a/domains/lamngockhuong.json b/domains/lamngockhuong.json
index b06704cbe..ab7eb8792 100644
--- a/domains/lamngockhuong.json
+++ b/domains/lamngockhuong.json
@@ -6,5 +6,15 @@
},
"record": {
"URL": "https://dev.ngockhuong.com"
+ },
+ "redirect_config": {
+ "custom_paths": {
+ "/github": "https://github.com/lamngockhuong",
+ "/x": "https://x.com/lamngockhuong",
+ "/fb": "https://facebook.com/lamngockhuong",
+ "/linkedin": "https://linkedin.com/in/lamngockhuong",
+ "/viblo": "https://viblo.asia/u/lamngockhuong"
+ },
+ "redirect_paths": true
}
}
diff --git a/domains/ngockhuong.json b/domains/ngockhuong.json
index 0288067de..0296c9863 100644
--- a/domains/ngockhuong.json
+++ b/domains/ngockhuong.json
@@ -6,5 +6,15 @@
},
"record": {
"URL": "https://dev.ngockhuong.com"
+ },
+ "redirect_config": {
+ "custom_paths": {
+ "/github": "https://github.com/lamngockhuong",
+ "/x": "https://x.com/lamngockhuong",
+ "/fb": "https://facebook.com/lamngockhuong",
+ "/linkedin": "https://linkedin.com/in/lamngockhuong",
+ "/viblo": "https://viblo.asia/u/lamngockhuong"
+ },
+ "redirect_paths": true
}
}
From 3dd2bf3e1376c3e63e17679baa417c1c80467af9 Mon Sep 17 00:00:00 2001
From: Kunal <66168931+thecodingwizardx@users.noreply.github.com>
Date: Sat, 8 Mar 2025 14:36:59 +0530
Subject: [PATCH 190/815] feat(domain) : add devghost.json for domain
configuration
---
domains/devghost.json | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode 100644 domains/devghost.json
diff --git a/domains/devghost.json b/domains/devghost.json
new file mode 100644
index 000000000..97c348cc0
--- /dev/null
+++ b/domains/devghost.json
@@ -0,0 +1,14 @@
+{
+ "repo": "https://github.com/thecodingwizardx/register.git",
+ "owner": {
+ "username": "thecodingwizardx",
+ "email": "murkyaxe@gmail.com"
+ },
+ "record": {
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ]
+ },
+ "proxied": true
+}
From ff473b903a3b3dd9f21176b7b41c9ae7c88ef961 Mon Sep 17 00:00:00 2001
From: 21Z <21z95@proton.me>
Date: Sat, 8 Mar 2025 13:11:34 +0400
Subject: [PATCH 191/815] fix: json
---
domains/noctade.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/noctade.json b/domains/noctade.json
index 935685791..97a3b5b64 100644
--- a/domains/noctade.json
+++ b/domains/noctade.json
@@ -5,6 +5,6 @@
"email": "endeade80@gmail.com"
},
"record": {
- "CNAME": noctade.github.io"
+ "CNAME": "noctade.github.io"
}
}
From 548d004911e2a5682d91bc9089b32f70ece7bcc8 Mon Sep 17 00:00:00 2001
From: Kunal <66168931+thecodingwizardx@users.noreply.github.com>
Date: Sat, 8 Mar 2025 14:43:24 +0530
Subject: [PATCH 192/815] chore: Update devghost.json
---
domains/devghost.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/domains/devghost.json b/domains/devghost.json
index 97c348cc0..ccb16cce9 100644
--- a/domains/devghost.json
+++ b/domains/devghost.json
@@ -8,7 +8,7 @@
"MX": [
"mx1.improvmx.com",
"mx2.improvmx.com"
- ]
- },
- "proxied": true
+ ],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
}
From d9b9de7ea7d9e0456a78bb27ec9334e1ad7edba5 Mon Sep 17 00:00:00 2001
From: duy <94918417+ptduy14@users.noreply.github.com>
Date: Sat, 8 Mar 2025 16:19:36 +0700
Subject: [PATCH 193/815] Update domains/duypt14.json
Co-authored-by: 21Z <21z95@proton.me>
---
domains/duypt14.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/duypt14.json b/domains/duypt14.json
index 44924cb3a..27ff91f37 100644
--- a/domains/duypt14.json
+++ b/domains/duypt14.json
@@ -4,6 +4,6 @@
"email": "phantanduy14@gmail.com"
},
"record": {
- "CNAME": "https://portfolio-ptduy14s-projects.vercel.app/"
+ "CNAME": "portfolio-ptduy14s-projects.vercel.app"
}
}
From 4ef4a62308b05e06cbd71fa02e656cf60ac46137 Mon Sep 17 00:00:00 2001
From: Moritz <101179677+mxritzdev@users.noreply.github.com>
Date: Sat, 8 Mar 2025 10:23:15 +0100
Subject: [PATCH 194/815] Update mxritz.json
---
domains/mxritz.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/domains/mxritz.json b/domains/mxritz.json
index 26a02cac2..8def2b725 100644
--- a/domains/mxritz.json
+++ b/domains/mxritz.json
@@ -2,9 +2,9 @@
"description": "Personal Portfolio",
"owner": {
"username": "mxritzdev",
- "email": "contact@mxritz.dev"
+ "email": "mail@mxritz.dev"
},
"record": {
- "CNAME": "proxy.host.bytes.wtf"
+ "CNAME": "server.mxritz.dev"
}
}
From 00c789c00b6da09f4a87a381ed8256e4ebace654 Mon Sep 17 00:00:00 2001
From: KT
Date: Sat, 8 Mar 2025 18:00:30 +0800
Subject: [PATCH 195/815] Create menn.json
---
domains/menn.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/menn.json
diff --git a/domains/menn.json b/domains/menn.json
new file mode 100644
index 000000000..87524b527
--- /dev/null
+++ b/domains/menn.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "hedgehog-menn",
+ "email": "kp.thananchai@gmail.com",
+ "discord": "26623men"
+ },
+ "record": {
+ "CNAME": "hedgehog-menn.vercel.app"
+ }
+}
From f020c3321f94ce522898c318ffd82c7c7a7f46c2 Mon Sep 17 00:00:00 2001
From: TungDaDev
Date: Sat, 8 Mar 2025 17:43:52 +0700
Subject: [PATCH 196/815] Add tungbt.json
---
domains/tungbt.json | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
create mode 100644 domains/tungbt.json
diff --git a/domains/tungbt.json b/domains/tungbt.json
new file mode 100644
index 000000000..c9ed84615
--- /dev/null
+++ b/domains/tungbt.json
@@ -0,0 +1,20 @@
+{
+ "description": "tungbt.is-a.dev : This is my personal blog",
+ "owner": {
+ "username": "bthanhtung",
+ "email": "bthanhtung.se@gmail.com"
+ },
+ "record": {
+ "URL": "https://tungbt.vercel.app/"
+ },
+ "redirect_config": {
+ "custom_paths": {
+ "/github": "https://github.com/bthanhtung",
+ "/x": "https://x.com/_bthanhtung",
+ "/fb": "https://facebook.com/TungDaDev",
+ "/linkedin": "https://linkedin.com/in/TungDaDev",
+ "/viblo": "https://viblo.asia/u/bthanhtung"
+ },
+ "redirect_paths": true
+ }
+ }
\ No newline at end of file
From 66fec0a3e14c146742f6b616727256fc0f180fc1 Mon Sep 17 00:00:00 2001
From: sidhant947
Date: Sat, 8 Mar 2025 16:58:30 +0530
Subject: [PATCH 197/815] Sidhant Domain Added
---
domains/sidhant.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/sidhant.json
diff --git a/domains/sidhant.json b/domains/sidhant.json
new file mode 100644
index 000000000..e860a0a75
--- /dev/null
+++ b/domains/sidhant.json
@@ -0,0 +1,11 @@
+{
+ "description": "This is for my personal portfolio",
+ "repo": "https://github.com/sidhant947/sidhant947.github.io",
+ "owner": {
+ "username": "sidhant947",
+ "email": "khatkarsidhant@gmail.com"
+ },
+ "record": {
+ "CNAME": "sidhant947.github.io"
+ }
+}
\ No newline at end of file
From 0313faeb32c5092168e66f2594fda29491c33230 Mon Sep 17 00:00:00 2001
From: sidhant947
Date: Sat, 8 Mar 2025 17:02:34 +0530
Subject: [PATCH 198/815] Added Config File for Sidhant Domain
---
.../_github-pages-challenge-sidhant947.sidhant.is-a.dev | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/_github-pages-challenge-sidhant947.sidhant.is-a.dev
diff --git a/domains/_github-pages-challenge-sidhant947.sidhant.is-a.dev b/domains/_github-pages-challenge-sidhant947.sidhant.is-a.dev
new file mode 100644
index 000000000..3f65fd4e6
--- /dev/null
+++ b/domains/_github-pages-challenge-sidhant947.sidhant.is-a.dev
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "sidhant947",
+ "email": "khatkarsidhant@gmail.com"
+ },
+ "record": {
+ "TXT": "6c4f29a8923a09d9e9c36a95669015"
+ }
+}
\ No newline at end of file
From 6d0a53eaed26bae44b539191c670ff19520bfc89 Mon Sep 17 00:00:00 2001
From: sidhant947
Date: Sat, 8 Mar 2025 18:24:27 +0530
Subject: [PATCH 199/815] Fixed .Json error
---
...v => _github-pages-challenge-sidhant947.sidhant.is-a.dev.json} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename domains/{_github-pages-challenge-sidhant947.sidhant.is-a.dev => _github-pages-challenge-sidhant947.sidhant.is-a.dev.json} (100%)
diff --git a/domains/_github-pages-challenge-sidhant947.sidhant.is-a.dev b/domains/_github-pages-challenge-sidhant947.sidhant.is-a.dev.json
similarity index 100%
rename from domains/_github-pages-challenge-sidhant947.sidhant.is-a.dev
rename to domains/_github-pages-challenge-sidhant947.sidhant.is-a.dev.json
From de9a0654f9b2fa03b6f5b7a45bb6d95cf8459056 Mon Sep 17 00:00:00 2001
From: sidhant947
Date: Sat, 8 Mar 2025 18:26:34 +0530
Subject: [PATCH 200/815] Fixed Json file
---
...a.dev.json => _github-pages-challenge-sidhant947.sidhant.json} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename domains/{_github-pages-challenge-sidhant947.sidhant.is-a.dev.json => _github-pages-challenge-sidhant947.sidhant.json} (100%)
diff --git a/domains/_github-pages-challenge-sidhant947.sidhant.is-a.dev.json b/domains/_github-pages-challenge-sidhant947.sidhant.json
similarity index 100%
rename from domains/_github-pages-challenge-sidhant947.sidhant.is-a.dev.json
rename to domains/_github-pages-challenge-sidhant947.sidhant.json
From c63e294f92c9a75e28b8994da0a0b331b679e1f8 Mon Sep 17 00:00:00 2001
From: s1dd <140317709+nots1dd@users.noreply.github.com>
Date: Sat, 8 Mar 2025 19:19:38 +0530
Subject: [PATCH 201/815] Create _vercel.s1dd.json
---
domains/_vercel.s1dd.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/_vercel.s1dd.json
diff --git a/domains/_vercel.s1dd.json b/domains/_vercel.s1dd.json
new file mode 100644
index 000000000..d330bb369
--- /dev/null
+++ b/domains/_vercel.s1dd.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "nots1dd",
+ "email": "sid9.karanam@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=s1dd.is-a.dev,e08de74daf627d6e653d"
+ }
+}
From 397a18d06955e345615106ada8967ab8042fbb51 Mon Sep 17 00:00:00 2001
From: s1dd <140317709+nots1dd@users.noreply.github.com>
Date: Sat, 8 Mar 2025 19:21:08 +0530
Subject: [PATCH 202/815] Create s1dd.json
---
domains/s1dd.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/s1dd.json
diff --git a/domains/s1dd.json b/domains/s1dd.json
new file mode 100644
index 000000000..7e02e8e40
--- /dev/null
+++ b/domains/s1dd.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "nots1dd",
+ "email": "sid9.karanam@gmail.com"
+ },
+ "record": {
+ "CNAME": "webpage-seven-puce.vercel.app"
+ }
+}
From e569d6db01258bf5cf4995bbfa31cab5fd440bd3 Mon Sep 17 00:00:00 2001
From: GodKode69 <157723750+GodKode69@users.noreply.github.com>
Date: Sat, 8 Mar 2025 20:02:57 +0530
Subject: [PATCH 203/815] Create raghav.json
---
domains/raghav.json | 1 +
1 file changed, 1 insertion(+)
create mode 100644 domains/raghav.json
diff --git a/domains/raghav.json b/domains/raghav.json
new file mode 100644
index 000000000..8b1378917
--- /dev/null
+++ b/domains/raghav.json
@@ -0,0 +1 @@
+
From 0baf576d594b5852ea1acd0584a4b7d08f5f6e73 Mon Sep 17 00:00:00 2001
From: GodKode69 <157723750+GodKode69@users.noreply.github.com>
Date: Sat, 8 Mar 2025 20:03:10 +0530
Subject: [PATCH 204/815] Create godkode.json
---
domains/godkode.json | 1 +
1 file changed, 1 insertion(+)
create mode 100644 domains/godkode.json
diff --git a/domains/godkode.json b/domains/godkode.json
new file mode 100644
index 000000000..8b1378917
--- /dev/null
+++ b/domains/godkode.json
@@ -0,0 +1 @@
+
From 559d3262d5f21775e92ed8fe730f98c193fe527b Mon Sep 17 00:00:00 2001
From: GodKode69 <157723750+GodKode69@users.noreply.github.com>
Date: Sat, 8 Mar 2025 20:06:17 +0530
Subject: [PATCH 205/815] Update godkode.json
---
domains/godkode.json | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/domains/godkode.json b/domains/godkode.json
index 8b1378917..b0925135d 100644
--- a/domains/godkode.json
+++ b/domains/godkode.json
@@ -1 +1,8 @@
-
+{
+ "owner": {
+ "username": "GodKode69"
+ },
+ "record": {
+ "RECORDTYPE": "CNAME"
+ }
+}
From 5db250f34acb5481c43efd823b59a55d8c301377 Mon Sep 17 00:00:00 2001
From: GodKode69 <157723750+GodKode69@users.noreply.github.com>
Date: Sat, 8 Mar 2025 20:09:52 +0530
Subject: [PATCH 206/815] Update raghav.json
---
domains/raghav.json | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/domains/raghav.json b/domains/raghav.json
index 8b1378917..b0925135d 100644
--- a/domains/raghav.json
+++ b/domains/raghav.json
@@ -1 +1,8 @@
-
+{
+ "owner": {
+ "username": "GodKode69"
+ },
+ "record": {
+ "RECORDTYPE": "CNAME"
+ }
+}
From 2fd540129cad23df6f7d0dc3415b0a7448fb2d4d Mon Sep 17 00:00:00 2001
From: Codex
Date: Sun, 9 Mar 2025 00:47:05 +0530
Subject: [PATCH 207/815] Create codexisme.json
---
domains/codexisme.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/codexisme.json
diff --git a/domains/codexisme.json b/domains/codexisme.json
new file mode 100644
index 000000000..e155b2890
--- /dev/null
+++ b/domains/codexisme.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "codexart-lab",
+ "email": "atmostechnexa@gmail.com"
+ },
+ "record": {
+ "CNAME": "codexart-lab.github.io"
+ }
+}
From a080247a47b17be9de8460d9a5b8fb9cfc983902 Mon Sep 17 00:00:00 2001
From: Dark <58370174+BruhDark@users.noreply.github.com>
Date: Sat, 8 Mar 2025 17:08:26 -0300
Subject: [PATCH 208/815] Create api.dark.json
---
domains/api.dark.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/api.dark.json
diff --git a/domains/api.dark.json b/domains/api.dark.json
new file mode 100644
index 000000000..c8ff1362d
--- /dev/null
+++ b/domains/api.dark.json
@@ -0,0 +1,11 @@
+{
+ "description": "API for a Discord bot",
+ "owner": {
+ "username": "BruhDark",
+ "email": "darkpxint@gmail.com",
+ "discord": "dark.py"
+ },
+ "record": {
+ "A": ["34.57.65.208"]
+ }
+}
From 4ce8a33e311bd7b8f6100b9d8b299fe1d5698b2f Mon Sep 17 00:00:00 2001
From: DevMatei
Date: Sat, 8 Mar 2025 23:10:39 +0200
Subject: [PATCH 209/815] added a new subdomain for a sideproject
---
domains/vai.devmatei.json | 9 +++++++++
domains/www.devmatei.json | 0
2 files changed, 9 insertions(+)
create mode 100644 domains/vai.devmatei.json
create mode 100644 domains/www.devmatei.json
diff --git a/domains/vai.devmatei.json b/domains/vai.devmatei.json
new file mode 100644
index 000000000..e7aef920e
--- /dev/null
+++ b/domains/vai.devmatei.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "DevMatei",
+ "email": "contact@devmatei.is-a.dev"
+ },
+ "record": {
+ "A": ["75.2.60.5"]
+ }
+}
\ No newline at end of file
diff --git a/domains/www.devmatei.json b/domains/www.devmatei.json
new file mode 100644
index 000000000..e69de29bb
From 6c6d87b7ea99a1971d9d129727fc1914a7e525f7 Mon Sep 17 00:00:00 2001
From: DevMatei <100729096+DevMatei@users.noreply.github.com>
Date: Sat, 8 Mar 2025 23:13:28 +0200
Subject: [PATCH 210/815] Delete domains/www.devmatei.json
---
domains/www.devmatei.json | 0
1 file changed, 0 insertions(+), 0 deletions(-)
delete mode 100644 domains/www.devmatei.json
diff --git a/domains/www.devmatei.json b/domains/www.devmatei.json
deleted file mode 100644
index e69de29bb..000000000
From 58ea82f607657541b82e1c535ad541ab45145fea Mon Sep 17 00:00:00 2001
From: Yu <141266522+Yunexiz@users.noreply.github.com>
Date: Sat, 8 Mar 2025 21:17:11 +0000
Subject: [PATCH 211/815] Create rawr.json
---
domains/rawr.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/rawr.json
diff --git a/domains/rawr.json b/domains/rawr.json
new file mode 100644
index 000000000..1bac253e7
--- /dev/null
+++ b/domains/rawr.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Yunexiz",
+ "discord": "yunexiz"
+ },
+ "record": {
+ "URL": "https://y.is-a.dev"
+ }
+}
From 41763568285908ea4e954a19a78d2f27ea261fe8 Mon Sep 17 00:00:00 2001
From: Karthikeyan J <139041816+karthik1915@users.noreply.github.com>
Date: Sun, 9 Mar 2025 07:24:06 +0530
Subject: [PATCH 212/815] Create karthikeyanj.json
- [x] The file is in the 'domains' folder and is in the JSON format.
- [x] The file's name is all lowercased and alphanumeric.
- [x] You have completed your website.
- [x] The website is reachable.
- [x] You're not using Vercel.
- [ ] The CNAME record doesn't contain 'https://' or 'T.
- [x] There is sufficient information at the 'owner' field.
## Website Link/Preview
https://karthikeyanj.netlify.app
---
domains/karthikeyanj.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/karthikeyanj.json
diff --git a/domains/karthikeyanj.json b/domains/karthikeyanj.json
new file mode 100644
index 000000000..7a3d87558
--- /dev/null
+++ b/domains/karthikeyanj.json
@@ -0,0 +1,11 @@
+{
+ "description": "Portfolio of karthikeyan J",
+ "repo": "https://github.com/karthik1915/my-vue-portfolio",
+ "owner": {
+ "username": "karthik1915",
+ "email": "karthikeyanj1915@gmail.com"
+ },
+ "record": {
+ "A": ["75.2.60.5"]
+ }
+}
From ae4098acfd776311a759f2619fd4b78a4d6a74c2 Mon Sep 17 00:00:00 2001
From: Dong Tran
Date: Sun, 9 Mar 2025 10:33:56 +0700
Subject: [PATCH 213/815] Create dongtran.json
---
domains/dongtran.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/dongtran.json
diff --git a/domains/dongtran.json b/domains/dongtran.json
new file mode 100644
index 000000000..68c6c9cd4
--- /dev/null
+++ b/domains/dongtran.json
@@ -0,0 +1,10 @@
+{
+ "description": "dongtran.is-a.dev : This is my personal notebook",
+ "owner": {
+ "username": "dongtran",
+ "email": "thiendong.iuh@gmail.com"
+ },
+ "record": {
+ "URL": "https://devvui.one"
+ }
+ }
\ No newline at end of file
From 9a82bca52c2aa82efbdb243489b13f03e69ea16b Mon Sep 17 00:00:00 2001
From: orangc
Date: Sun, 9 Mar 2025 09:38:21 +0300
Subject: [PATCH 214/815] Rename tiep-dv to tiep-dv.json
---
domains/{tiep-dv => tiep-dv.json} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename domains/{tiep-dv => tiep-dv.json} (100%)
diff --git a/domains/tiep-dv b/domains/tiep-dv.json
similarity index 100%
rename from domains/tiep-dv
rename to domains/tiep-dv.json
From 466e9dc1de989581afd7420e09f377a2ba045a6c Mon Sep 17 00:00:00 2001
From: orangc
Date: Sun, 9 Mar 2025 09:49:02 +0300
Subject: [PATCH 215/815] Update dongtran.json
---
domains/dongtran.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/domains/dongtran.json b/domains/dongtran.json
index 68c6c9cd4..c21d9cdcc 100644
--- a/domains/dongtran.json
+++ b/domains/dongtran.json
@@ -1,10 +1,10 @@
{
"description": "dongtran.is-a.dev : This is my personal notebook",
"owner": {
- "username": "dongtran",
+ "username": "dongitran",
"email": "thiendong.iuh@gmail.com"
},
"record": {
"URL": "https://devvui.one"
}
- }
\ No newline at end of file
+ }
From 30bb6e829bc882ccff74700b320d4c75463e4eb5 Mon Sep 17 00:00:00 2001
From: iostpa
Date: Sun, 9 Mar 2025 08:53:15 +0200
Subject: [PATCH 216/815] Create meow.json
---
domains/meow.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/meow.json
diff --git a/domains/meow.json b/domains/meow.json
new file mode 100644
index 000000000..e3792dc3a
--- /dev/null
+++ b/domains/meow.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "iostpa",
+ "discord": "716306888492318790",
+ "twitter": "iostpa"
+ },
+ "record": {
+ "URL": "https://iostpa.com"
+ }
+}
From 194da48ff98fff471ce658a2ecfeb25e1b3ac1f8 Mon Sep 17 00:00:00 2001
From: ukriu <80760888+ukriu@users.noreply.github.com>
Date: Sun, 9 Mar 2025 12:25:44 +0530
Subject: [PATCH 217/815] register meow
---
domains/meow.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/meow.json
diff --git a/domains/meow.json b/domains/meow.json
new file mode 100644
index 000000000..00ab0224a
--- /dev/null
+++ b/domains/meow.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ukriu",
+ "email": "isadev@ukriu.com"
+ },
+ "record": {
+ "CNAME": "ukriu.pages.dev"
+ }
+}
From f608a16d1a173008fef97822189063d81bf6554f Mon Sep 17 00:00:00 2001
From: "ThereisAbdullah (AbdullahCXD)"
Date: Sun, 9 Mar 2025 10:39:28 +0300
Subject: [PATCH 218/815] Added Vercel TXT & CNAME for Mintlify
---
domains/_vercel.abdullahcxd.json | 10 ++++++++++
domains/docs.abdullahcxd.json | 10 ++++++++++
2 files changed, 20 insertions(+)
create mode 100644 domains/_vercel.abdullahcxd.json
create mode 100644 domains/docs.abdullahcxd.json
diff --git a/domains/_vercel.abdullahcxd.json b/domains/_vercel.abdullahcxd.json
new file mode 100644
index 000000000..2d0d7e872
--- /dev/null
+++ b/domains/_vercel.abdullahcxd.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "abdullahcxd",
+ "email": "sabdullahcxd@gmail.com",
+ "discord": "sabdullahcxd"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=docs.abdullahcxd.is-a.dev,88eae4c1971934256cdf"
+ }
+}
\ No newline at end of file
diff --git a/domains/docs.abdullahcxd.json b/domains/docs.abdullahcxd.json
new file mode 100644
index 000000000..7a74ca4f7
--- /dev/null
+++ b/domains/docs.abdullahcxd.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "abdullahcxd",
+ "email": "sabdullahcxd@gmail.com",
+ "discord": "sabdullahcxd"
+ },
+ "record": {
+ "CNAME": "cname.vercel-dns.com"
+ }
+}
\ No newline at end of file
From f507063ee74935010fb59f4ba1602b0ad3731ea4 Mon Sep 17 00:00:00 2001
From: prashil1411
Date: Sun, 9 Mar 2025 13:12:09 +0530
Subject: [PATCH 219/815] Add domain configuration for prashil.is-a.dev
Signed-off-by: prashil1411
---
domains/prashil.is-a.dev.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/prashil.is-a.dev.json
diff --git a/domains/prashil.is-a.dev.json b/domains/prashil.is-a.dev.json
new file mode 100644
index 000000000..0985d59d4
--- /dev/null
+++ b/domains/prashil.is-a.dev.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "prashilthul",
+ "email": "prashil1141gmail.com"
+ },
+ "record": {
+ "CNAME": "portfolio-gold-delta-24.vercel.app"
+ }
+}
From 6763be7a795504b9c962efe37bf9ce2be642e2bd Mon Sep 17 00:00:00 2001
From: NewTun <111964067+VinhTin-AQUA@users.noreply.github.com>
Date: Sun, 9 Mar 2025 15:48:13 +0700
Subject: [PATCH 220/815] add newtun subdomain
---
domains/_vercel.newtun.json | 9 +++++++++
domains/newtun.json | 9 +++++++++
2 files changed, 18 insertions(+)
create mode 100644 domains/_vercel.newtun.json
create mode 100644 domains/newtun.json
diff --git a/domains/_vercel.newtun.json b/domains/_vercel.newtun.json
new file mode 100644
index 000000000..5393e7666
--- /dev/null
+++ b/domains/_vercel.newtun.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "VinhTin-AQUA",
+ "email": "tinhovinh@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=newtun.is-a.dev,4bb1f2ec7e540d7f7a2b"
+ }
+}
\ No newline at end of file
diff --git a/domains/newtun.json b/domains/newtun.json
new file mode 100644
index 000000000..6dec23e1b
--- /dev/null
+++ b/domains/newtun.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "VinhTin-AQUA",
+ "email": "tinhovinh@gmail.com"
+ },
+ "record": {
+ "CNAME": "portfolio-nine-cyan-53.vercel.app"
+ }
+}
\ No newline at end of file
From 1147fb51c67e0752671c6d468599c9df0c79d92e Mon Sep 17 00:00:00 2001
From: Athul Anoop <76057001+alpha-og@users.noreply.github.com>
Date: Sun, 9 Mar 2025 15:36:44 +0530
Subject: [PATCH 221/815] Create athulanoop.json
---
domains/athulanoop.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/athulanoop.json
diff --git a/domains/athulanoop.json b/domains/athulanoop.json
new file mode 100644
index 000000000..2f7f02f33
--- /dev/null
+++ b/domains/athulanoop.json
@@ -0,0 +1,11 @@
+{
+ "description": "Portfolio website",
+ "repo": "https://github.com/alpha-og/portfolio",
+ "owner": {
+ "username": "alpha-og",
+ "email": "athulanoop2020@gmail.com"
+ },
+ "record": {
+ "CNAME": "alpha-og.github.io"
+ }
+}
From f9a6c9f5105912cd8f0324b928a065c101c6985c Mon Sep 17 00:00:00 2001
From: prashil1411
Date: Sun, 9 Mar 2025 15:43:22 +0530
Subject: [PATCH 222/815] *renamed the file (sry)
Signed-off-by: prashil1411
---
domains/{prashil.is-a.dev.json => prashil.json} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename domains/{prashil.is-a.dev.json => prashil.json} (100%)
diff --git a/domains/prashil.is-a.dev.json b/domains/prashil.json
similarity index 100%
rename from domains/prashil.is-a.dev.json
rename to domains/prashil.json
From 76d52abeea9ee38a197bfd9134eddfbd694f03ca Mon Sep 17 00:00:00 2001
From: orangc
Date: Sun, 9 Mar 2025 13:17:04 +0300
Subject: [PATCH 223/815] Update prashil.json
---
domains/prashil.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/prashil.json b/domains/prashil.json
index 0985d59d4..d099d7f65 100644
--- a/domains/prashil.json
+++ b/domains/prashil.json
@@ -1,7 +1,7 @@
{
"owner": {
"username": "prashilthul",
- "email": "prashil1141gmail.com"
+ "email": "prashil1141@gmail.com"
},
"record": {
"CNAME": "portfolio-gold-delta-24.vercel.app"
From 07f0b14154c911e4642575ee49f03536aa1a1699 Mon Sep 17 00:00:00 2001
From: YouFoundAlpha
Date: Sun, 9 Mar 2025 12:20:47 +0200
Subject: [PATCH 224/815] Update alpha.json
---
domains/alpha.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/alpha.json b/domains/alpha.json
index 9256c4955..9ec626b63 100644
--- a/domains/alpha.json
+++ b/domains/alpha.json
@@ -6,7 +6,7 @@
"mastodon": "@YouFoundAlpha@mastodon.social"
},
"record": {
- "URL": "https://yfadev.pw",
+ "URL": "https://youfoundalpha.pages.dev",
"MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
From b420d77ccbf1936ec490ab8d6a0693a98781fae2 Mon Sep 17 00:00:00 2001
From: Athul Anoop <76057001+alpha-og@users.noreply.github.com>
Date: Sun, 9 Mar 2025 16:02:00 +0530
Subject: [PATCH 225/815] Create
_github-pages-challenge-alpha-og.athulanoop.is-a.dev.json
---
...hub-pages-challenge-alpha-og.athulanoop.is-a.dev.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/_github-pages-challenge-alpha-og.athulanoop.is-a.dev.json
diff --git a/domains/_github-pages-challenge-alpha-og.athulanoop.is-a.dev.json b/domains/_github-pages-challenge-alpha-og.athulanoop.is-a.dev.json
new file mode 100644
index 000000000..2b0f1f4f9
--- /dev/null
+++ b/domains/_github-pages-challenge-alpha-og.athulanoop.is-a.dev.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "alpha-og",
+ "email": "athulanoop2020@gmail.com"
+ },
+ "record": {
+ "TXT": "f39f5fde5d918c2ca297b843c5776b"
+ }
+}
From cf0f214f42747f93a465aff573cd51be61c3d4d4 Mon Sep 17 00:00:00 2001
From: "Subhrajit Sain (ANW)"
Date: Sun, 9 Mar 2025 17:04:31 +0530
Subject: [PATCH 226/815] Create ANW.json
---
domains/ANW.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/ANW.json
diff --git a/domains/ANW.json b/domains/ANW.json
new file mode 100644
index 000000000..975dd5d51
--- /dev/null
+++ b/domains/ANW.json
@@ -0,0 +1,11 @@
+{
+ "description": "ANW's (Subhrajit Sain) Personal Site",
+ "owner": {
+ "username": "SubhrajitSain",
+ "email": "subhrajitsain34@gmail.com"
+ },
+ "record": {
+ "CNAME": "subhrajitsain.pythonanywhere.com"
+ },
+ "proxied": false
+}
From 9832dc43b693d8f941c5fc6cd6279aa2a99ce18f Mon Sep 17 00:00:00 2001
From: "Subhrajit Sain (ANW)"
Date: Sun, 9 Mar 2025 17:07:01 +0530
Subject: [PATCH 227/815] Delete domains/ANW.json
---
domains/ANW.json | 11 -----------
1 file changed, 11 deletions(-)
delete mode 100644 domains/ANW.json
diff --git a/domains/ANW.json b/domains/ANW.json
deleted file mode 100644
index 975dd5d51..000000000
--- a/domains/ANW.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "ANW's (Subhrajit Sain) Personal Site",
- "owner": {
- "username": "SubhrajitSain",
- "email": "subhrajitsain34@gmail.com"
- },
- "record": {
- "CNAME": "subhrajitsain.pythonanywhere.com"
- },
- "proxied": false
-}
From 162e1c622412ad6f4a6cc84fc2d5d9d0d5c06500 Mon Sep 17 00:00:00 2001
From: "Subhrajit Sain (ANW)"
Date: Sun, 9 Mar 2025 17:07:30 +0530
Subject: [PATCH 228/815] Create anw.json
---
domains/anw.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/anw.json
diff --git a/domains/anw.json b/domains/anw.json
new file mode 100644
index 000000000..975dd5d51
--- /dev/null
+++ b/domains/anw.json
@@ -0,0 +1,11 @@
+{
+ "description": "ANW's (Subhrajit Sain) Personal Site",
+ "owner": {
+ "username": "SubhrajitSain",
+ "email": "subhrajitsain34@gmail.com"
+ },
+ "record": {
+ "CNAME": "subhrajitsain.pythonanywhere.com"
+ },
+ "proxied": false
+}
From ffa17c5af5f8774a6613ebeac86add59e7019bbc Mon Sep 17 00:00:00 2001
From: orangc
Date: Sun, 9 Mar 2025 15:29:39 +0300
Subject: [PATCH 229/815] Rename
_github-pages-challenge-alpha-og.athulanoop.is-a.dev.json to
_github-pages-challenge-alpha-og.athulanoop.json
---
....dev.json => _github-pages-challenge-alpha-og.athulanoop.json} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename domains/{_github-pages-challenge-alpha-og.athulanoop.is-a.dev.json => _github-pages-challenge-alpha-og.athulanoop.json} (100%)
diff --git a/domains/_github-pages-challenge-alpha-og.athulanoop.is-a.dev.json b/domains/_github-pages-challenge-alpha-og.athulanoop.json
similarity index 100%
rename from domains/_github-pages-challenge-alpha-og.athulanoop.is-a.dev.json
rename to domains/_github-pages-challenge-alpha-og.athulanoop.json
From 3dfec1f875e2045b390e3ea678b7ae90c24b0d07 Mon Sep 17 00:00:00 2001
From: iostpa
Date: Sun, 9 Mar 2025 15:03:07 +0200
Subject: [PATCH 230/815] Delete domains/meow.json
---
domains/meow.json | 10 ----------
1 file changed, 10 deletions(-)
delete mode 100644 domains/meow.json
diff --git a/domains/meow.json b/domains/meow.json
deleted file mode 100644
index e3792dc3a..000000000
--- a/domains/meow.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "iostpa",
- "discord": "716306888492318790",
- "twitter": "iostpa"
- },
- "record": {
- "URL": "https://iostpa.com"
- }
-}
From a36e9f204e64304de21b75e6a6e7eb7a4649ade2 Mon Sep 17 00:00:00 2001
From: ISRAR KHAN <167097115+israrthedev08@users.noreply.github.com>
Date: Sun, 9 Mar 2025 18:38:03 +0530
Subject: [PATCH 231/815] Create israrkhan.json
---
domains/israrkhan.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/israrkhan.json
diff --git a/domains/israrkhan.json b/domains/israrkhan.json
new file mode 100644
index 000000000..e3aa5bc6a
--- /dev/null
+++ b/domains/israrkhan.json
@@ -0,0 +1,10 @@
+{
+ "description": "israrkhan.is-a.dev.",
+ "owner": {
+ "username": "israrthedev08",
+ "email": "israrislive@gmail.com"
+ },
+ "record": {
+ "URL": "https://guns.lol/israr08"
+ }
+}
From fc87c1ddbb0e8a3c45011b85f3b56fc622e0cefd Mon Sep 17 00:00:00 2001
From: Stefano Del Prete
Date: Sun, 9 Mar 2025 14:55:19 +0100
Subject: [PATCH 232/815] add TLSA record and custom MX priority
---
dnsconfig.js | 33 ++++++++++++++++++++++++++++++++-
1 file changed, 32 insertions(+), 1 deletion(-)
diff --git a/dnsconfig.js b/dnsconfig.js
index 3cd55b011..1d052d43c 100644
--- a/dnsconfig.js
+++ b/dnsconfig.js
@@ -67,7 +67,21 @@ for (var subdomain in domains) {
// Handle MX records
if (domainData.record.MX) {
for (var mx in domainData.record.MX) {
- records.push(MX(subdomainName, 10 + parseInt(mx), domainData.record.MX[mx] + "."));
+ var mxRecord = domainData.record.MX[mx];
+
+if (typeof mxRecord === "string") {
+ commit[domain].records.push(
+ MX(subdomainName, 10 + parseInt(mx), domainData.record.MX[mx] + ".")
+ );
+} else {
+ commit[domain].records.push(
+ MX(
+ subdomainName,
+ parseInt(mxRecord.priority) || 10 + parseInt(mx),
+ mxRecord.server + "."
+ )
+ );
+}
}
}
@@ -88,6 +102,23 @@ for (var subdomain in domains) {
}
}
+ // Handle TLSA records
+ if (domainData.record.TLSA) {
+ for (var tlsa in domainData.record.TLSA) {
+ var tlsaRecord = domainData.record.TLSA[tlsa];
+
+ commit[domain].records.push(
+ TLSA(
+ subdomainName,
+ tlsaRecord.usage,
+ tlsaRecord.selector,
+ tlsaRecord.matchingType,
+ tlsaRecord.certificate
+ )
+ );
+ }
+ }
+
// Handle TXT records
if (domainData.record.TXT) {
if (Array.isArray(domainData.record.TXT)) {
From e5f02fa7ca81bbf78f3c89480f64969608a36e69 Mon Sep 17 00:00:00 2001
From: Stefano Del Prete
Date: Sun, 9 Mar 2025 14:56:07 +0100
Subject: [PATCH 233/815] fix indentation
---
dnsconfig.js | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)
diff --git a/dnsconfig.js b/dnsconfig.js
index 1d052d43c..acb714ecc 100644
--- a/dnsconfig.js
+++ b/dnsconfig.js
@@ -69,19 +69,19 @@ for (var subdomain in domains) {
for (var mx in domainData.record.MX) {
var mxRecord = domainData.record.MX[mx];
-if (typeof mxRecord === "string") {
- commit[domain].records.push(
- MX(subdomainName, 10 + parseInt(mx), domainData.record.MX[mx] + ".")
- );
-} else {
- commit[domain].records.push(
- MX(
- subdomainName,
- parseInt(mxRecord.priority) || 10 + parseInt(mx),
- mxRecord.server + "."
- )
- );
-}
+ if (typeof mxRecord === "string") {
+ commit[domain].records.push(
+ MX(subdomainName, 10 + parseInt(mx), domainData.record.MX[mx] + ".")
+ );
+ } else {
+ commit[domain].records.push(
+ MX(
+ subdomainName,
+ parseInt(mxRecord.priority) || 10 + parseInt(mx),
+ mxRecord.server + "."
+ )
+ );
+ }
}
}
From f4e43a18e5c1eb1f26ab16312fdb6aabcca1fe17 Mon Sep 17 00:00:00 2001
From: Stefano Del Prete
Date: Sun, 9 Mar 2025 14:56:55 +0100
Subject: [PATCH 234/815] add tests for TLSA and MX priority
---
tests/records.test.js | 41 +++++++++++++++++++++++++++++++++++------
1 file changed, 35 insertions(+), 6 deletions(-)
diff --git a/tests/records.test.js b/tests/records.test.js
index fbbeee156..c387c1721 100644
--- a/tests/records.test.js
+++ b/tests/records.test.js
@@ -2,7 +2,7 @@ const t = require("ava");
const fs = require("fs-extra");
const path = require("path");
-const validRecordTypes = new Set(["A", "AAAA", "CAA", "CNAME", "DS", "MX", "NS", "SRV", "TXT", "URL"]);
+const validRecordTypes = new Set(["A", "AAAA", "CAA", "CNAME", "DS", "MX", "NS", "SRV", "TLSA", "TXT", "URL"]);
const hostnameRegex = /^(?=.{1,253}$)(?:(?:[_a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)\.)+[a-zA-Z]{2,63}$/;
const ipv4Regex = /^(25[0-5]|2[0-4][0-9]|1[0-9]{2}|[1-9]?[0-9])(\.(25[0-5]|2[0-4][0-9]|1[0-9]{2}|[1-9]?[0-9])){3}$/;
const ipv6Regex =
@@ -98,8 +98,8 @@ function validateRecordValues(t, data, file) {
value.forEach((record, idx) => {
t.true(
- typeof record === "string",
- `${file}: Record value for ${key} should be a string at index ${idx}`
+ typeof record === "string" || typeof record === "object",
+ `${file}: Record value for ${key} should be a string or an object at index ${idx}`
);
if (key === "A") {
@@ -112,7 +112,22 @@ function validateRecordValues(t, data, file) {
const expandedIPv6 = expandIPv6(record);
t.true(ipv6Regex.test(expandedIPv6), `${file}: Invalid IPv6 address for ${key} at index ${idx}`);
t.true(validateIPv6(expandedIPv6), `${file}: Invalid IPv6 address for ${key} at index ${idx}`);
- } else if (["MX", "NS"].includes(key)) {
+ } else if (key === "MX") {
+ t.true(
+ typeof record === "object" || typeof record === "string",
+ `${file}: Record value for ${key} should be an object or a string at index ${idx}`
+ );
+
+ if (typeof record === "string") {
+ t.true(isValidHostname(record), `${file}: Invalid hostname for ${key} at index ${idx}`);
+ } else {
+ t.true(isValidHostname(record.server), `${file}: Invalid server for MX at index ${idx}`);
+ t.true(
+ Number.isInteger(record.priority) && record.priority >= 0 && record.priority <= 65535,
+ `${file}: Invalid priority for MX at index ${idx}`
+ );
+ }
+ } else if (key === "NS") {
t.true(isValidHostname(record), `${file}: Invalid hostname for ${key} at index ${idx}`);
}
});
@@ -140,8 +155,8 @@ function validateRecordValues(t, data, file) {
}
}
- // CAA, DS, SRV validations
- if (["CAA", "DS", "SRV"].includes(key)) {
+ // CAA, DS, SRV, TLSA validations
+ if (["CAA", "DS", "SRV", "TLSA"].includes(key)) {
t.true(Array.isArray(value), `${file}: Record value for ${key} should be an array`);
value.forEach((record, idx) => {
@@ -188,6 +203,20 @@ function validateRecordValues(t, data, file) {
`${file}: Invalid port for SRV at index ${idx}`
);
t.true(isValidHostname(record.target), `${file}: Invalid target for SRV at index ${idx}`);
+ } else if (key === "TLSA") {
+ t.true(
+ Number.isInteger(record.usage) && record.usage >= 0 && record.usage <= 255,
+ `${file}: Invalid usage for TLSA at index ${idx}`
+ );
+ t.true(
+ Number.isInteger(record.selector) && record.selector >= 0 && record.selector <= 255,
+ `${file}: Invalid selector for TLSA at index ${idx}`
+ );
+ t.true(
+ Number.isInteger(record.matchingType) && record.matchingType >= 0 && record.matchingType <= 255,
+ `${file}: Invalid matchingType for TLSA at index ${idx}`
+ );
+ t.true(isValidHexadecimal(record.certificate), `${file}: Invalid certificate for TLSA at index ${idx}`);
}
});
}
From 714ff965ba5d83b2a2e9874740510d1d95f03709 Mon Sep 17 00:00:00 2001
From: Stefano Del Prete
Date: Sun, 9 Mar 2025 14:58:33 +0100
Subject: [PATCH 235/815] forgot to remove a thing
---
dnsconfig.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dnsconfig.js b/dnsconfig.js
index acb714ecc..eb4204b25 100644
--- a/dnsconfig.js
+++ b/dnsconfig.js
@@ -70,11 +70,11 @@ for (var subdomain in domains) {
var mxRecord = domainData.record.MX[mx];
if (typeof mxRecord === "string") {
- commit[domain].records.push(
+ records.push(
MX(subdomainName, 10 + parseInt(mx), domainData.record.MX[mx] + ".")
);
} else {
- commit[domain].records.push(
+ records.push(
MX(
subdomainName,
parseInt(mxRecord.priority) || 10 + parseInt(mx),
From d33315008f347d402919687ceae5ea9bd60ffa4b Mon Sep 17 00:00:00 2001
From: Stefano Del Prete
Date: Sun, 9 Mar 2025 15:01:51 +0100
Subject: [PATCH 236/815] remove unused import
---
tests/json.test.js | 1 -
1 file changed, 1 deletion(-)
diff --git a/tests/json.test.js b/tests/json.test.js
index 3894f9567..ba51a9e75 100644
--- a/tests/json.test.js
+++ b/tests/json.test.js
@@ -1,7 +1,6 @@
const t = require("ava");
const fs = require("fs-extra");
const path = require("path");
-const { promisify } = require("util");
const ignoredRootJSONFiles = ["package-lock.json", "package.json"];
From dd84900c09b93e9bfa111f76d971895809ada913 Mon Sep 17 00:00:00 2001
From: Priyanshu <140606611+Priyansxu@users.noreply.github.com>
Date: Sun, 9 Mar 2025 19:37:57 +0530
Subject: [PATCH 237/815] Update p.json
---
domains/p.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/p.json b/domains/p.json
index 04961f75d..4f8ad8e8c 100644
--- a/domains/p.json
+++ b/domains/p.json
@@ -1,7 +1,7 @@
{
"owner": {
"username": "Priyansxu",
- "email": "cloudypriyanshu@gmail.com"
+ "email": "priyansxu@yahoo.com"
},
"record": {
"CNAME": "edge.redirect.pizza"
From 50bc2b955fc3061c778707f5f344a21568f8d916 Mon Sep 17 00:00:00 2001
From: Priyanshu <140606611+Priyansxu@users.noreply.github.com>
Date: Sun, 9 Mar 2025 19:38:53 +0530
Subject: [PATCH 238/815] Update priyanshu.json
---
domains/priyanshu.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/priyanshu.json b/domains/priyanshu.json
index bc043c227..4061965a0 100644
--- a/domains/priyanshu.json
+++ b/domains/priyanshu.json
@@ -1,7 +1,7 @@
{
"owner": {
"username": "Priyansxu",
- "email": "cloudypriyanshu@gmail.com",
+ "email": "priyansxu@yahoo.com",
"twitter": "priyansxu_gupta"
},
"record": {
From ed54cc4faa13d04e13a0d915f992f72f80806af5 Mon Sep 17 00:00:00 2001
From: Paulo Oliveira
Date: Sun, 9 Mar 2025 12:38:09 -0300
Subject: [PATCH 239/815] Create _vercel.paul8liveira.json
---
domains/_vercel.paul8liveira.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/_vercel.paul8liveira.json
diff --git a/domains/_vercel.paul8liveira.json b/domains/_vercel.paul8liveira.json
new file mode 100644
index 000000000..45372957f
--- /dev/null
+++ b/domains/_vercel.paul8liveira.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "paul8liveira",
+ "email": "paul8liveira@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=paul8liveira.is-a.dev,86dcef96f01c5029a229"
+ }
+}
From 7e33f5f55d1aaedb16809f59b726a2c3ee643992 Mon Sep 17 00:00:00 2001
From: Paulo Oliveira
Date: Sun, 9 Mar 2025 12:40:00 -0300
Subject: [PATCH 240/815] Create paul8liveira.json
---
domains/paul8liveira.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/paul8liveira.json
diff --git a/domains/paul8liveira.json b/domains/paul8liveira.json
new file mode 100644
index 000000000..20abf88a4
--- /dev/null
+++ b/domains/paul8liveira.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "paul8liveira",
+ "email": "paul8liveira@gmail.com"
+ },
+ "record": {
+ "CNAME": "paul8liveira.vercel.app"
+ }
+}
From b17123feba4a4af9bb52a09f9e1d2409d121a05d Mon Sep 17 00:00:00 2001
From: rudwolf
Date: Sun, 9 Mar 2025 14:51:30 -0300
Subject: [PATCH 241/815] Update rodolfo.json
---
domains/rodolfo.json | 17 ++++++++++-------
1 file changed, 10 insertions(+), 7 deletions(-)
diff --git a/domains/rodolfo.json b/domains/rodolfo.json
index 7a4e83fd0..752adda98 100644
--- a/domains/rodolfo.json
+++ b/domains/rodolfo.json
@@ -1,9 +1,12 @@
{
- "owner": {
- "username": "rudwolf",
- "email": "rudwolf@gmail.com"
- },
- "record": {
- "CNAME": "rudwolf.github.io"
- }
+ "description": "Rodolfo Rodrigues developer page",
+ "repo": "https://github.com/rudwolf/rudwolf.github.io",
+ "owner": {
+ "username": "rudwolf",
+ "email": "rudwolf@gmail.com"
+ },
+ "record": {
+ "CNAME": "rudwolf.github.io"
+ "TXT": "549d8e2eaf3753b07362c99c2eb240"
+ }
}
From 2ec4cfa72dda1d79ff80b75002760203512bca7c Mon Sep 17 00:00:00 2001
From: rudwolf
Date: Sun, 9 Mar 2025 14:58:43 -0300
Subject: [PATCH 242/815] Update rodolfo.json
---
domains/rodolfo.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/rodolfo.json b/domains/rodolfo.json
index 752adda98..a01eefaa8 100644
--- a/domains/rodolfo.json
+++ b/domains/rodolfo.json
@@ -6,7 +6,7 @@
"email": "rudwolf@gmail.com"
},
"record": {
- "CNAME": "rudwolf.github.io"
+ "CNAME": "rudwolf.github.io",
"TXT": "549d8e2eaf3753b07362c99c2eb240"
}
}
From 81acb13ae6480c8c26f984c298df17fb7c4c3993 Mon Sep 17 00:00:00 2001
From: Horibyte
Date: Sun, 9 Mar 2025 12:01:09 -0600
Subject: [PATCH 243/815] Create retro.horibyte.json
---
domains/retro.horibyte.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/retro.horibyte.json
diff --git a/domains/retro.horibyte.json b/domains/retro.horibyte.json
new file mode 100644
index 000000000..4a1863917
--- /dev/null
+++ b/domains/retro.horibyte.json
@@ -0,0 +1,11 @@
+{
+ "description": "Horibyte's personal website",
+ "repo": "https://github.com/horibyte/horibyte.github.io",
+ "owner": {
+ "username": "horibyte",
+ "email": "thehoribyte@gmail.com"
+ },
+ "record": {
+ "CNAME": "horibyte.github.io"
+ }
+}
From cd5a527f5194e31edc76bb2a3db0282c0c0d7e18 Mon Sep 17 00:00:00 2001
From: rudwolf
Date: Sun, 9 Mar 2025 16:51:15 -0300
Subject: [PATCH 244/815] Update rodolfo.json
---
domains/rodolfo.json | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/domains/rodolfo.json b/domains/rodolfo.json
index a01eefaa8..ee9b5edec 100644
--- a/domains/rodolfo.json
+++ b/domains/rodolfo.json
@@ -6,7 +6,9 @@
"email": "rudwolf@gmail.com"
},
"record": {
- "CNAME": "rudwolf.github.io",
+ "CNAME": "rudwolf.github.io"
+ },
+ "record": {
"TXT": "549d8e2eaf3753b07362c99c2eb240"
}
}
From 0993c8fc73e925c933bf3acf4f8062a51f35bf1e Mon Sep 17 00:00:00 2001
From: rudwolf
Date: Sun, 9 Mar 2025 16:56:38 -0300
Subject: [PATCH 245/815] Create _github-pages-challenge-rudwolf.rodolfo.json
---
domains/_github-pages-challenge-rudwolf.rodolfo.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/_github-pages-challenge-rudwolf.rodolfo.json
diff --git a/domains/_github-pages-challenge-rudwolf.rodolfo.json b/domains/_github-pages-challenge-rudwolf.rodolfo.json
new file mode 100644
index 000000000..c39498fb4
--- /dev/null
+++ b/domains/_github-pages-challenge-rudwolf.rodolfo.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "rudwolf",
+ "email": "rudwolf@gmail.com"
+ },
+ "record": {
+ "TXT": "549d8e2eaf3753b07362c99c2eb240"
+ }
+}
From 942e8a98472a3276ee567b8043b37655fb866c8e Mon Sep 17 00:00:00 2001
From: rudwolf
Date: Sun, 9 Mar 2025 16:57:09 -0300
Subject: [PATCH 246/815] Update rodolfo.json
---
domains/rodolfo.json | 3 ---
1 file changed, 3 deletions(-)
diff --git a/domains/rodolfo.json b/domains/rodolfo.json
index ee9b5edec..081644859 100644
--- a/domains/rodolfo.json
+++ b/domains/rodolfo.json
@@ -7,8 +7,5 @@
},
"record": {
"CNAME": "rudwolf.github.io"
- },
- "record": {
- "TXT": "549d8e2eaf3753b07362c99c2eb240"
}
}
From c9c13fe9a79de2825fe5750321a537bbcfaf412f Mon Sep 17 00:00:00 2001
From: Goutam-04
Date: Mon, 10 Mar 2025 01:34:40 +0530
Subject: [PATCH 247/815] Create ngoutam.json
---
domains/_vercel.ngoutam.json | 9 +++++++++
domains/ngoutam.json | 9 +++++++++
2 files changed, 18 insertions(+)
create mode 100644 domains/_vercel.ngoutam.json
create mode 100644 domains/ngoutam.json
diff --git a/domains/_vercel.ngoutam.json b/domains/_vercel.ngoutam.json
new file mode 100644
index 000000000..313674d74
--- /dev/null
+++ b/domains/_vercel.ngoutam.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Goutam-04",
+ "email": "goutamnayak2804+github1@gmail.com"
+ },
+ "record": {
+ "TXT": ["vc-domain-verify=ngoutam.is-a.dev,9c110859b66d7ddcd7b5"]
+ }
+}
\ No newline at end of file
diff --git a/domains/ngoutam.json b/domains/ngoutam.json
new file mode 100644
index 000000000..35beea982
--- /dev/null
+++ b/domains/ngoutam.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Goutam-04",
+ "email": "goutamnayak2804+github1@gmail.com"
+ },
+ "record": {
+ "CNAME": "goutam-porfolio.vercel.app"
+ }
+}
\ No newline at end of file
From b0d24f0392ae04ed41ecbef6ae580652776107ba Mon Sep 17 00:00:00 2001
From: ukriu <80760888+ukriu@users.noreply.github.com>
Date: Mon, 10 Mar 2025 02:06:53 +0530
Subject: [PATCH 248/815] Create girl.json
---
domains/girl.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/girl.json
diff --git a/domains/girl.json b/domains/girl.json
new file mode 100644
index 000000000..00ab0224a
--- /dev/null
+++ b/domains/girl.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ukriu",
+ "email": "isadev@ukriu.com"
+ },
+ "record": {
+ "CNAME": "ukriu.pages.dev"
+ }
+}
From 336db02cc8e586f2579a03ac67403af76f71dc22 Mon Sep 17 00:00:00 2001
From: ukriu <80760888+ukriu@users.noreply.github.com>
Date: Mon, 10 Mar 2025 02:07:30 +0530
Subject: [PATCH 249/815] Create anime.girl.json
---
domains/anime.girl.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/anime.girl.json
diff --git a/domains/anime.girl.json b/domains/anime.girl.json
new file mode 100644
index 000000000..00ab0224a
--- /dev/null
+++ b/domains/anime.girl.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ukriu",
+ "email": "isadev@ukriu.com"
+ },
+ "record": {
+ "CNAME": "ukriu.pages.dev"
+ }
+}
From 4da8789475b5dbfccafd3490097b8fb87047f606 Mon Sep 17 00:00:00 2001
From: Skierka <93975571+skierkcity@users.noreply.github.com>
Date: Mon, 10 Mar 2025 12:55:21 +1100
Subject: [PATCH 250/815] Create skierka.json
---
domains/skierka.json | 8 ++++++++
1 file changed, 8 insertions(+)
create mode 100644 domains/skierka.json
diff --git a/domains/skierka.json b/domains/skierka.json
new file mode 100644
index 000000000..1ad7af99c
--- /dev/null
+++ b/domains/skierka.json
@@ -0,0 +1,8 @@
+{
+ "owner": {
+ "username": "skierkcity"
+ },
+ "record": {
+ "CNAME": "skierkcity.github.io"
+ }
+}
From d0785e58d1fe892ba76c77b6d448754d4f785249 Mon Sep 17 00:00:00 2001
From: Skierka <93975571+skierkcity@users.noreply.github.com>
Date: Mon, 10 Mar 2025 13:08:38 +1100
Subject: [PATCH 251/815] Update skierka.json
---
domains/skierka.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/domains/skierka.json b/domains/skierka.json
index 1ad7af99c..a3b8f1e41 100644
--- a/domains/skierka.json
+++ b/domains/skierka.json
@@ -1,6 +1,7 @@
{
"owner": {
- "username": "skierkcity"
+ "username": "skierkcity",
+ "email": "jacobskierka@outlook.com"
},
"record": {
"CNAME": "skierkcity.github.io"
From 4b219c27395679194d6725169bfa010f4b6a0050 Mon Sep 17 00:00:00 2001
From: Imtiaz Ahmed
Date: Mon, 10 Mar 2025 10:38:31 +0600
Subject: [PATCH 252/815] Create imtiazepu.json
---
domains/imtiazepu.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/imtiazepu.json
diff --git a/domains/imtiazepu.json b/domains/imtiazepu.json
new file mode 100644
index 000000000..68c483fbb
--- /dev/null
+++ b/domains/imtiazepu.json
@@ -0,0 +1,11 @@
+{
+ "description": "Parsonal website for Imtiaz Epu",
+ "owner": {
+ "username": "imtiazepu",
+ "email": "info@imtiazepu.com"
+ },
+ "record": {
+ "URL": "https://imtiazepu.com"
+ },
+ "proxied": true
+}
From dfa533b6d872269ba0a1768cd539a457be6ed875 Mon Sep 17 00:00:00 2001
From: Ayberk
Date: Mon, 10 Mar 2025 10:49:17 +0300
Subject: [PATCH 253/815] Create ayberk.json
---
domains/ayberk.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/ayberk.json
diff --git a/domains/ayberk.json b/domains/ayberk.json
new file mode 100644
index 000000000..93af755fc
--- /dev/null
+++ b/domains/ayberk.json
@@ -0,0 +1,11 @@
+{
+ "description": "My Portfolio",
+ "repo": "https://github.com/ayberktandogan/ayberktandogan.github.io",
+ "owner": {
+ "username": "ayberktandogan",
+ "email": "ayberk.tandogan@outlook.com"
+ },
+ "record": {
+ "CNAME": "ayberktandogan.github.io"
+ }
+}
From c8906b45d468200c83a2a562b0ba101ca6e1d6a1 Mon Sep 17 00:00:00 2001
From: alenseeman
Date: Mon, 10 Mar 2025 10:04:12 +0100
Subject: [PATCH 254/815] Rename _github-pages-challenge-alenseeman.json to
_github-pages-challenge-alenseeman.alen.json
---
...enseeman.json => _github-pages-challenge-alenseeman.alen.json} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename domains/{_github-pages-challenge-alenseeman.json => _github-pages-challenge-alenseeman.alen.json} (100%)
diff --git a/domains/_github-pages-challenge-alenseeman.json b/domains/_github-pages-challenge-alenseeman.alen.json
similarity index 100%
rename from domains/_github-pages-challenge-alenseeman.json
rename to domains/_github-pages-challenge-alenseeman.alen.json
From 0b71901beb264fd6adcc5970c2134cbaded91c43 Mon Sep 17 00:00:00 2001
From: Skierka <93975571+skierkcity@users.noreply.github.com>
Date: Mon, 10 Mar 2025 20:41:23 +1100
Subject: [PATCH 255/815] Update skierka.json
---
domains/skierka.json | 2 ++
1 file changed, 2 insertions(+)
diff --git a/domains/skierka.json b/domains/skierka.json
index a3b8f1e41..ef5adfa2f 100644
--- a/domains/skierka.json
+++ b/domains/skierka.json
@@ -1,4 +1,6 @@
{
+ "description": "Landing page to host EdTech projects",
+ "repo": "https://github.com/skierkcity/skierkcity.github.io",
"owner": {
"username": "skierkcity",
"email": "jacobskierka@outlook.com"
From 94f77035cac0a0c2fb3e6181e7f55023031900bc Mon Sep 17 00:00:00 2001
From: Hooji Nguyen
Date: Mon, 10 Mar 2025 16:56:38 +0700
Subject: [PATCH 256/815] Create hoojinguyen.json
---
domains/hoojinguyen.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/hoojinguyen.json
diff --git a/domains/hoojinguyen.json b/domains/hoojinguyen.json
new file mode 100644
index 000000000..a1d2c8ded
--- /dev/null
+++ b/domains/hoojinguyen.json
@@ -0,0 +1,11 @@
+{
+ "description": "hoojinguyen.is-a.dev : This is my personal notebook",
+ "repo": "https://github.com/hoojinguyen/portfolio-by-ai",
+ "owner": {
+ "username": "hoojinguyen",
+ "email": "vn.hoinv98@gmail.com"
+ },
+ "record": {
+ "URL": "https://hooji-nguyen.vercel.app/"
+ }
+}
From adecb0c71c06167fcab50da26c0be720d255eb46 Mon Sep 17 00:00:00 2001
From: Patrick Kollitsch
Date: Mon, 10 Mar 2025 17:03:01 +0700
Subject: [PATCH 257/815] config: add patrick.is-a.dev
Signed-off-by: Patrick Kollitsch
---
domains/patrick.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/patrick.json
diff --git a/domains/patrick.json b/domains/patrick.json
new file mode 100644
index 000000000..98cdd9f96
--- /dev/null
+++ b/domains/patrick.json
@@ -0,0 +1,10 @@
+{
+ "description": "My portfolio website made with GoHugo",
+ "owner": {
+ "username": "davidsneighbour",
+ "email": "pkollitsch+isadev@gmail.com"
+ },
+ "record": {
+ "URL": "https://kollitsch.dev/"
+ }
+}
From f6aef89d8cfe72bd709e7f1e75b55190d95ce766 Mon Sep 17 00:00:00 2001
From: The DT <80153297+thedtvn@users.noreply.github.com>
Date: Mon, 10 Mar 2025 17:21:12 +0700
Subject: [PATCH 258/815] Update thedt.json
---
domains/thedt.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/thedt.json b/domains/thedt.json
index ca92d70ce..af18ae2b3 100644
--- a/domains/thedt.json
+++ b/domains/thedt.json
@@ -4,6 +4,6 @@
"email": "duongtuan30306@gmail.com"
},
"record": {
- "CNAME": "thedt-portfolio.pages.dev"
+ "CNAME": "thedthomepage.pages.dev"
}
}
From 6852ffcbf96f622753796ea0d12413c288160cb2 Mon Sep 17 00:00:00 2001
From: Priyanshu <140606611+Priyansxu@users.noreply.github.com>
Date: Mon, 10 Mar 2025 16:30:16 +0530
Subject: [PATCH 259/815] Create _atproto.priyanshu.json
---
domains/_atproto.priyanshu.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/_atproto.priyanshu.json
diff --git a/domains/_atproto.priyanshu.json b/domains/_atproto.priyanshu.json
new file mode 100644
index 000000000..282bf1210
--- /dev/null
+++ b/domains/_atproto.priyanshu.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Priyansxu",
+ "email": "priyansxu@yahoo.com"
+ },
+ "record": {
+ "TXT": "did=did:plc:psimj7hgshwoets2jvd6caib"
+ }
+}
\ No newline at end of file
From a48a8d7799be16fb889233ef149e12cd327b2291 Mon Sep 17 00:00:00 2001
From: prashil1411
Date: Mon, 10 Mar 2025 18:55:06 +0530
Subject: [PATCH 260/815] =?UTF-8?q?I=20realize=20that=20this=20mistake=20m?=
=?UTF-8?q?ay=20have=20caused=20some=20confusion,=20and=20I=20deeply=20reg?=
=?UTF-8?q?ret=20any=20inconvenience=20it=20may=20have=20caused.=20Since?=
=?UTF-8?q?=20the=20pull=20request=20has=20already=20been=20merged,=20I?=
=?UTF-8?q?=E2=80=99ve=20now=20corrected=20the=20issue=20and=20updated=20t?=
=?UTF-8?q?he=20email=20in=20the=20configuration.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
domains/prashil.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/prashil.json b/domains/prashil.json
index d099d7f65..cbb340e72 100644
--- a/domains/prashil.json
+++ b/domains/prashil.json
@@ -1,7 +1,7 @@
{
"owner": {
"username": "prashilthul",
- "email": "prashil1141@gmail.com"
+ "email": "prashil1411@gmail.com"
},
"record": {
"CNAME": "portfolio-gold-delta-24.vercel.app"
From 3b0bee4741a0f8231089af25864c236f3a25413b Mon Sep 17 00:00:00 2001
From: SA-Army <85917299+SA-Army@users.noreply.github.com>
Date: Mon, 10 Mar 2025 23:14:46 +0530
Subject: [PATCH 261/815] Update anveshraman.json
---
domains/anveshraman.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/anveshraman.json b/domains/anveshraman.json
index 89f6b3639..ac1b52dac 100644
--- a/domains/anveshraman.json
+++ b/domains/anveshraman.json
@@ -4,6 +4,6 @@
"email": "anveshraman.ae@gmail.com"
},
"record": {
- "CNAME": "sa-army.github.io"
+ "CNAME": "developeranveshraman.github.io"
}
}
From bce4215906ad1fd928af75bfe8b467223ee5a959 Mon Sep 17 00:00:00 2001
From: Prs96
Date: Mon, 10 Mar 2025 23:19:28 +0530
Subject: [PATCH 262/815] pranavs
---
domains/pranavs.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/pranavs.json
diff --git a/domains/pranavs.json b/domains/pranavs.json
new file mode 100644
index 000000000..9d8ecefd6
--- /dev/null
+++ b/domains/pranavs.json
@@ -0,0 +1,11 @@
+{
+ "description": "Portfolio-website",
+ "repo": "https://github.com/Prs96/portfolio-website.git",
+ "owner": {
+ "username": "Prs96",
+ "email": "pranavsudheesh34@gmail.com"
+ },
+ "record": {
+ "CNAME": "Prs96.github.io"
+ }
+}
From 821d8c1cc7fc9d900fcd08d31e2b8a026da2bb32 Mon Sep 17 00:00:00 2001
From: Pyae Sone Win
Date: Mon, 10 Mar 2025 17:55:22 +0000
Subject: [PATCH 263/815] Create pyaesonewin.json
---
domains/pyaesonewin.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/pyaesonewin.json
diff --git a/domains/pyaesonewin.json b/domains/pyaesonewin.json
new file mode 100644
index 000000000..fdc19ae58
--- /dev/null
+++ b/domains/pyaesonewin.json
@@ -0,0 +1,11 @@
+{
+ "description": "Personal website and portfolio for Pyae Sone Win",
+ "repo": "https://github.com/mgmgpyaesonewin/mgmgpyaesonewin.github.io",
+ "owner": {
+ "username": "mgmgpyaesonewin",
+ "email": "pyaesonewin.dev@gmail.com"
+ },
+ "record": {
+ "CNAME": "mgmgpyaesonewin.github.io"
+ }
+}
\ No newline at end of file
From 83c92408d314fc0630e0c46e4b650c3d080ec399 Mon Sep 17 00:00:00 2001
From: H3lios <103378267+NinjaXility@users.noreply.github.com>
Date: Mon, 10 Mar 2025 20:52:39 +0200
Subject: [PATCH 264/815] Delete domains/h3lios.json
---
domains/h3lios.json | 10 ----------
1 file changed, 10 deletions(-)
delete mode 100644 domains/h3lios.json
diff --git a/domains/h3lios.json b/domains/h3lios.json
deleted file mode 100644
index 088090649..000000000
--- a/domains/h3lios.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "NinjaXility",
- "discord": "511106356267319296",
- "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.IBR3ZrvHG0dyQ1OU_ThEq2VbB_gvPhqPJkyPtwwbODCQENB-T2fstb7JrqYXG9lNaBWBrkeUzrheB5HY5tgEmPDAe6eDnN1D0dk0HKwxySEO7I1wbJsoJUnrWXigmuIYYkCPqHO9bBBD3seh4Y-REvCFI_xjNxBOIkqYiISDG4SJZW_AMoM-4ZwWJOS30ASQA3IM1DrvS3cNeamN0vmy2W16z7PUQxfn3UpwhdalfbzZKgiPowTVnbMT8OZ0IL45VZCmqeikraFf7fUv0PPCk54c07A8mIpYepzyy4hUftsF-ILHDLU_iOMZDHPrMDpPeyFXgYjA1iv1AfgFj6lshA.CFjZ-C3qr_js2SqYJQruNQ.j12mMFCkJhwZpCJXE_JDaY1XgeCUkSwhowfAvMEFrxvTdeqGbeEaHiXN4-oXfM0FuPLNgfsJDTwmva-ekWTAeOtX4a3IBlJ0uuj65_tdMOw.NDTU5ISRijrUIUoDvdYXJw"
- },
- "record": {
- "CNAME": "ninjaxility.github.io"
- }
-}
From e4c73e19cdbfda2d70a79ec817ccdb54fc5568b0 Mon Sep 17 00:00:00 2001
From: SrEvelio
Date: Mon, 10 Mar 2025 15:34:57 -0400
Subject: [PATCH 265/815] Create cdn.evelio.json
---
domains/cdn.evelio.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/cdn.evelio.json
diff --git a/domains/cdn.evelio.json b/domains/cdn.evelio.json
new file mode 100644
index 000000000..06316fe71
--- /dev/null
+++ b/domains/cdn.evelio.json
@@ -0,0 +1,11 @@
+{
+ "description": "Will be used for Zipline purposes",
+ "owner": {
+ "username": "SrEvelio",
+ "email": "alphaevelio@gmail.com",
+ "discord": "srevelio"
+ },
+ "record": {
+ "A": ["69.197.135.202"]
+ }
+}
From a57275ad232072a7315fe69a19b45a96fb6c907b Mon Sep 17 00:00:00 2001
From: 21Z <21z95@proton.me>
Date: Mon, 10 Mar 2025 23:37:45 +0400
Subject: [PATCH 266/815] fix: enable proxy
---
domains/roshan.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/domains/roshan.json b/domains/roshan.json
index 3932d5e1c..0e8534360 100644
--- a/domains/roshan.json
+++ b/domains/roshan.json
@@ -8,5 +8,6 @@
"CNAME": "roshan1885.github.io",
"MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
- }
+ },
+ "proxied": true
}
From d1098ca50388e0389b20d276465e8955dff38d1b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?s=C3=A0m?=
Date: Mon, 10 Mar 2025 21:05:47 +0100
Subject: [PATCH 267/815] isepurhgbiuersjigvd
---
domains/_discord.nek0zyx.json | 9 +++++++++
domains/nek0zyx.json | 11 +++++++++++
2 files changed, 20 insertions(+)
create mode 100644 domains/_discord.nek0zyx.json
create mode 100644 domains/nek0zyx.json
diff --git a/domains/_discord.nek0zyx.json b/domains/_discord.nek0zyx.json
new file mode 100644
index 000000000..f37694f63
--- /dev/null
+++ b/domains/_discord.nek0zyx.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "nek0zyx",
+ "email": "nek0zyx@costmiku.space"
+ },
+ "record": {
+ "TXT": "dh=540cae67bbdffb46fb380c384823dda2270a28f0"
+ }
+}
diff --git a/domains/nek0zyx.json b/domains/nek0zyx.json
new file mode 100644
index 000000000..e91fa66cb
--- /dev/null
+++ b/domains/nek0zyx.json
@@ -0,0 +1,11 @@
+{
+ "description": "Serving my website fr fr",
+ "repo": "https://github.com/nek0zyx/nek0zyx.github.io",
+ "owner": {
+ "username": "nek0zyx",
+ "email": "nek0zyx@costmiku.space"
+ },
+ "record": {
+ "CNAME": "nek0zyx.github.io"
+ }
+}
From ee6ae5124beb929eff8fe655e11dbc33859fdbaf Mon Sep 17 00:00:00 2001
From: niico <5653050+niicojs@users.noreply.github.com>
Date: Mon, 10 Mar 2025 21:59:11 +0100
Subject: [PATCH 268/815] discord
---
domains/_vercel.nicolas.json | 9 +++++++++
domains/nicolas.json | 9 +++++++++
2 files changed, 18 insertions(+)
create mode 100644 domains/_vercel.nicolas.json
create mode 100644 domains/nicolas.json
diff --git a/domains/_vercel.nicolas.json b/domains/_vercel.nicolas.json
new file mode 100644
index 000000000..cfe5b995d
--- /dev/null
+++ b/domains/_vercel.nicolas.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "niicojs",
+ "discord": ".niico."
+ },
+ "record": {
+ "TXT": "vc-domain-verify=nicolas.is-a.dev,1acb257fda76a2df31ce"
+ }
+}
diff --git a/domains/nicolas.json b/domains/nicolas.json
new file mode 100644
index 000000000..ee578ff82
--- /dev/null
+++ b/domains/nicolas.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "niicojs",
+ "email": ".niico."
+ },
+ "record": {
+ "CNAME": "home-is-a-dev.vercel.app"
+ }
+}
From ef76b8833766f4ac1c9428bb2806b051a107c992 Mon Sep 17 00:00:00 2001
From: Yu <141266522+Yunexiz@users.noreply.github.com>
Date: Mon, 10 Mar 2025 21:27:13 +0000
Subject: [PATCH 269/815] Create polls.json
---
domains/polls.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/polls.json
diff --git a/domains/polls.json b/domains/polls.json
new file mode 100644
index 000000000..be315fac0
--- /dev/null
+++ b/domains/polls.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Yunexiz",
+ "discord": "1040303561847881729"
+ },
+ "record": {
+ "URL": "https://y.is-a.dev"
+ }
+}
From 299d5acf2999d872ff95e43e79ea0b1d591ea2a9 Mon Sep 17 00:00:00 2001
From: drbaph <84208527+Saganaki22@users.noreply.github.com>
Date: Tue, 11 Mar 2025 01:05:34 +0000
Subject: [PATCH 270/815] Update drbaph.json
updated due to CNAME cross user banned
---
domains/drbaph.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/drbaph.json b/domains/drbaph.json
index f3166ee6a..3ae31a186 100644
--- a/domains/drbaph.json
+++ b/domains/drbaph.json
@@ -4,6 +4,6 @@
"email": "info@drbaph.dev"
},
"record": {
- "CNAME": "drbaph-srj.pages.dev"
+ "CNAME": "saganaki22.github.io"
}
}
From 254d45e69a18318307eb8924e62d72680c92f026 Mon Sep 17 00:00:00 2001
From: NewTun <111964067+VinhTin-AQUA@users.noreply.github.com>
Date: Tue, 11 Mar 2025 09:19:10 +0700
Subject: [PATCH 271/815] add code-cheat-sheet domain
---
domains/_vercel.newtun.code-cheat-sheet.json | 9 +++++++++
domains/newtun.code-cheat-sheet.json | 9 +++++++++
2 files changed, 18 insertions(+)
create mode 100644 domains/_vercel.newtun.code-cheat-sheet.json
create mode 100644 domains/newtun.code-cheat-sheet.json
diff --git a/domains/_vercel.newtun.code-cheat-sheet.json b/domains/_vercel.newtun.code-cheat-sheet.json
new file mode 100644
index 000000000..54178764f
--- /dev/null
+++ b/domains/_vercel.newtun.code-cheat-sheet.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "VinhTin-AQUA",
+ "email": "tinhovinh@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=newtun.code-cheat-sheet.is-a.dev,2a7a54bd3ee1ac1ddebe"
+ }
+ }
\ No newline at end of file
diff --git a/domains/newtun.code-cheat-sheet.json b/domains/newtun.code-cheat-sheet.json
new file mode 100644
index 000000000..b9049240a
--- /dev/null
+++ b/domains/newtun.code-cheat-sheet.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "VinhTin-AQUA",
+ "email": "tinhovinh@gmail.com"
+ },
+ "record": {
+ "CNAME": "code-cheat-sheet.vercel.app"
+ }
+}
\ No newline at end of file
From d85f5ec4dca349e70320daba2cd146dd94ed7a63 Mon Sep 17 00:00:00 2001
From: Samenal-sys
Date: Mon, 10 Mar 2025 23:11:14 -0400
Subject: [PATCH 272/815] Create samenal.json
---
domains/samenal.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/samenal.json
diff --git a/domains/samenal.json b/domains/samenal.json
new file mode 100644
index 000000000..ed138eb0e
--- /dev/null
+++ b/domains/samenal.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "samenal",
+ "email": "samenaal@proton.me"
+ },
+ "record": {
+ "CNAME": "samenal.pages.dev"
+ }
+}
From fd398c690ca04981b9c42d14d59df87d646775d2 Mon Sep 17 00:00:00 2001
From: Kevin Jayden Wivano
Date: Tue, 11 Mar 2025 12:04:07 +0700
Subject: [PATCH 273/815] Create iamkevinhuang.json
---
domains/iamkevinhuang.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/iamkevinhuang.json
diff --git a/domains/iamkevinhuang.json b/domains/iamkevinhuang.json
new file mode 100644
index 000000000..9ed2c1fa1
--- /dev/null
+++ b/domains/iamkevinhuang.json
@@ -0,0 +1,9 @@
+{
+ "domain": "iamkevinhuang.is-a.dev",
+ "owner": {
+ "email": "kevinjaydenwivano@duck.com"
+ },
+ "records": {
+ "CNAME": "iamkevinhuang.github.io"
+ }
+}
From 10aed102c379bc30710a2dbe9b0f4e21c5891c6b Mon Sep 17 00:00:00 2001
From: Kevin Jayden Wivano
Date: Tue, 11 Mar 2025 12:05:30 +0700
Subject: [PATCH 274/815] Create kitohemat.iamkevinhuang.json
---
domains/kitohemat.iamkevinhuang.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/kitohemat.iamkevinhuang.json
diff --git a/domains/kitohemat.iamkevinhuang.json b/domains/kitohemat.iamkevinhuang.json
new file mode 100644
index 000000000..134ba5e96
--- /dev/null
+++ b/domains/kitohemat.iamkevinhuang.json
@@ -0,0 +1,9 @@
+{
+ "domain": "kitohemat.iamkevinhuang.is-a.dev",
+ "owner": {
+ "email": "kevinjaydenwivano@duck.com"
+ },
+ "records": {
+ "A": ["194.233.91.185"]
+ }
+}
From 89ec1f915216c2f989fde75579cdff6edda3e85a Mon Sep 17 00:00:00 2001
From: XELdev <152448030+xellion-dev@users.noreply.github.com>
Date: Tue, 11 Mar 2025 00:06:05 -0500
Subject: [PATCH 275/815] Update ixdoggo.json
Add email records
--- me at 12am
---
domains/ixdoggo.json | 2 ++
1 file changed, 2 insertions(+)
diff --git a/domains/ixdoggo.json b/domains/ixdoggo.json
index 8dd5021b5..bbbe7c599 100644
--- a/domains/ixdoggo.json
+++ b/domains/ixdoggo.json
@@ -5,5 +5,7 @@
},
"record": {
"CNAME": "ixdoggo.pages.dev"
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "TXT": ["v=spf1 include:spf.improvmx.com ~all"]
}
}
From 7ec8530032d2fd1a80434264065928ab7fc74517 Mon Sep 17 00:00:00 2001
From: Subhrajit Sain
Date: Tue, 11 Mar 2025 14:42:33 +0530
Subject: [PATCH 276/815] Update anw.json (change CNAME record to URL)
---
domains/anw.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/anw.json b/domains/anw.json
index 975dd5d51..aa02d7f37 100644
--- a/domains/anw.json
+++ b/domains/anw.json
@@ -5,7 +5,7 @@
"email": "subhrajitsain34@gmail.com"
},
"record": {
- "CNAME": "subhrajitsain.pythonanywhere.com"
+ "URL": "https://subhrajitsain.pythonanywhere.com"
},
"proxied": false
}
From 5db0345ec74091fb2cd6b5373c8d11ff1399b990 Mon Sep 17 00:00:00 2001
From: Priyanshu <140606611+Priyansxu@users.noreply.github.com>
Date: Tue, 11 Mar 2025 15:05:16 +0530
Subject: [PATCH 277/815] Update _discord.priyanshu.json
---
domains/_discord.priyanshu.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/_discord.priyanshu.json b/domains/_discord.priyanshu.json
index de00307ca..9acf6b2e0 100644
--- a/domains/_discord.priyanshu.json
+++ b/domains/_discord.priyanshu.json
@@ -1,7 +1,7 @@
{
"owner": {
"username": "Priyansxu",
- "email": "cloudypriyanshu@gmail.com",
+ "email": "priyansxu@yahoo.com",
"discord": "priyansxu"
},
"record": {
From 9e8115435417df5e733aad261ede3536ba047f6f Mon Sep 17 00:00:00 2001
From: Priyanshu <140606611+Priyansxu@users.noreply.github.com>
Date: Tue, 11 Mar 2025 15:06:11 +0530
Subject: [PATCH 278/815] Update botlab.json
---
domains/botlab.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/botlab.json b/domains/botlab.json
index e2481ebe3..556257bc2 100644
--- a/domains/botlab.json
+++ b/domains/botlab.json
@@ -2,7 +2,7 @@
"description": "DBD(NO CODE)",
"owner": {
"username": "Priyansxu",
- "email": "cloudypriyanshu@gmail.com"
+ "email": "priyansxu@yahoo.com"
},
"record": {
"A": ["75.2.60.5"]
From 62448f490f4fade144ce643db51b9481fa88f8ac Mon Sep 17 00:00:00 2001
From: orangc
Date: Tue, 11 Mar 2025 13:00:57 +0300
Subject: [PATCH 279/815] Update imtiazepu.json
---
domains/imtiazepu.json | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/domains/imtiazepu.json b/domains/imtiazepu.json
index 68c483fbb..8c0f407f1 100644
--- a/domains/imtiazepu.json
+++ b/domains/imtiazepu.json
@@ -6,6 +6,5 @@
},
"record": {
"URL": "https://imtiazepu.com"
- },
- "proxied": true
+ }
}
From 3be6212e99a4f8cfa9c226a898bf499d7ead149b Mon Sep 17 00:00:00 2001
From: Ayberk
Date: Tue, 11 Mar 2025 13:08:04 +0300
Subject: [PATCH 280/815] Create
_github-pages-challenge-ayberktandogan.ayberk.json
---
.../_github-pages-challenge-ayberktandogan.ayberk.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/_github-pages-challenge-ayberktandogan.ayberk.json
diff --git a/domains/_github-pages-challenge-ayberktandogan.ayberk.json b/domains/_github-pages-challenge-ayberktandogan.ayberk.json
new file mode 100644
index 000000000..7d2dd41e0
--- /dev/null
+++ b/domains/_github-pages-challenge-ayberktandogan.ayberk.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ayberktandogan",
+ "email": "ayberk.tandogan@outlook.com"
+ },
+ "record": {
+ "TXT": "6fe6a3695f856260a2fa97ce9dfe94"
+ }
+}
From 7b6ccaff5f8271de0ba1604b6d49d54d3f1ed516 Mon Sep 17 00:00:00 2001
From: orangc
Date: Tue, 11 Mar 2025 13:16:32 +0300
Subject: [PATCH 281/815] Update samenal.json
---
domains/samenal.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/samenal.json b/domains/samenal.json
index ed138eb0e..8f6649b25 100644
--- a/domains/samenal.json
+++ b/domains/samenal.json
@@ -1,6 +1,6 @@
{
"owner": {
- "username": "samenal",
+ "username": "Samenal-sys",
"email": "samenaal@proton.me"
},
"record": {
From a02f7a3c572451993cf36b6fe34161c2f9c17265 Mon Sep 17 00:00:00 2001
From: orangc
Date: Tue, 11 Mar 2025 13:18:03 +0300
Subject: [PATCH 282/815] Update iamkevinhuang.json
---
domains/iamkevinhuang.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/iamkevinhuang.json b/domains/iamkevinhuang.json
index 9ed2c1fa1..657e9aca1 100644
--- a/domains/iamkevinhuang.json
+++ b/domains/iamkevinhuang.json
@@ -1,6 +1,6 @@
{
- "domain": "iamkevinhuang.is-a.dev",
"owner": {
+ "username": "iamkevinhuang",
"email": "kevinjaydenwivano@duck.com"
},
"records": {
From 2399865b56c5b62b396a4ab97ab1b6d646684249 Mon Sep 17 00:00:00 2001
From: orangc
Date: Tue, 11 Mar 2025 13:18:18 +0300
Subject: [PATCH 283/815] Update kitohemat.iamkevinhuang.json
---
domains/kitohemat.iamkevinhuang.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/kitohemat.iamkevinhuang.json b/domains/kitohemat.iamkevinhuang.json
index 134ba5e96..8309b8179 100644
--- a/domains/kitohemat.iamkevinhuang.json
+++ b/domains/kitohemat.iamkevinhuang.json
@@ -1,6 +1,6 @@
{
- "domain": "kitohemat.iamkevinhuang.is-a.dev",
"owner": {
+ "username": "iamkevinhuang",
"email": "kevinjaydenwivano@duck.com"
},
"records": {
From b1e58277d3802f03a1624432f47a044ac45764f5 Mon Sep 17 00:00:00 2001
From: orangc
Date: Tue, 11 Mar 2025 13:19:36 +0300
Subject: [PATCH 284/815] Update ixdoggo.json
---
domains/ixdoggo.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/ixdoggo.json b/domains/ixdoggo.json
index bbbe7c599..318ed9341 100644
--- a/domains/ixdoggo.json
+++ b/domains/ixdoggo.json
@@ -4,7 +4,7 @@
"email": "xelxtct@gmail.com"
},
"record": {
- "CNAME": "ixdoggo.pages.dev"
+ "CNAME": "ixdoggo.pages.dev",
"MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
"TXT": ["v=spf1 include:spf.improvmx.com ~all"]
}
From a1b027d7d6963126ce74c1d84a224110044c68d8 Mon Sep 17 00:00:00 2001
From: orangc
Date: Tue, 11 Mar 2025 13:20:13 +0300
Subject: [PATCH 285/815] Update iamkevinhuang.json
---
domains/iamkevinhuang.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/iamkevinhuang.json b/domains/iamkevinhuang.json
index 657e9aca1..aa72ec809 100644
--- a/domains/iamkevinhuang.json
+++ b/domains/iamkevinhuang.json
@@ -3,7 +3,7 @@
"username": "iamkevinhuang",
"email": "kevinjaydenwivano@duck.com"
},
- "records": {
+ "record": {
"CNAME": "iamkevinhuang.github.io"
}
}
From e345d667a3ab25b5eba2ed3ab5ad7ed5f667a414 Mon Sep 17 00:00:00 2001
From: orangc
Date: Tue, 11 Mar 2025 13:20:25 +0300
Subject: [PATCH 286/815] Update kitohemat.iamkevinhuang.json
---
domains/kitohemat.iamkevinhuang.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/kitohemat.iamkevinhuang.json b/domains/kitohemat.iamkevinhuang.json
index 8309b8179..24e618a76 100644
--- a/domains/kitohemat.iamkevinhuang.json
+++ b/domains/kitohemat.iamkevinhuang.json
@@ -3,7 +3,7 @@
"username": "iamkevinhuang",
"email": "kevinjaydenwivano@duck.com"
},
- "records": {
+ "record": {
"A": ["194.233.91.185"]
}
}
From 3e76631234c47fae510e821780dff368f73f423e Mon Sep 17 00:00:00 2001
From: orangc
Date: Tue, 11 Mar 2025 13:21:36 +0300
Subject: [PATCH 287/815] Update ixdoggo.json
---
domains/ixdoggo.json | 1 +
1 file changed, 1 insertion(+)
diff --git a/domains/ixdoggo.json b/domains/ixdoggo.json
index 318ed9341..aa3da2e5e 100644
--- a/domains/ixdoggo.json
+++ b/domains/ixdoggo.json
@@ -8,4 +8,5 @@
"MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
"TXT": ["v=spf1 include:spf.improvmx.com ~all"]
}
+ "proxied": true
}
From 56048d9582338517c5eab48d39615d4f542a3fec Mon Sep 17 00:00:00 2001
From: orangc
Date: Tue, 11 Mar 2025 13:22:51 +0300
Subject: [PATCH 288/815] Update ixdoggo.json
---
domains/ixdoggo.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/ixdoggo.json b/domains/ixdoggo.json
index aa3da2e5e..d72cbcc8a 100644
--- a/domains/ixdoggo.json
+++ b/domains/ixdoggo.json
@@ -7,6 +7,6 @@
"CNAME": "ixdoggo.pages.dev",
"MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
"TXT": ["v=spf1 include:spf.improvmx.com ~all"]
- }
+ },
"proxied": true
}
From 29f1ddd0ac7d6d905b3b633901ea29dd6c6131cb Mon Sep 17 00:00:00 2001
From: orangc
Date: Tue, 11 Mar 2025 13:27:36 +0300
Subject: [PATCH 289/815] Update nicolas.json
---
domains/nicolas.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/nicolas.json b/domains/nicolas.json
index ee578ff82..eea2d4406 100644
--- a/domains/nicolas.json
+++ b/domains/nicolas.json
@@ -1,7 +1,7 @@
{
"owner": {
"username": "niicojs",
- "email": ".niico."
+ "discord": ".niico."
},
"record": {
"CNAME": "home-is-a-dev.vercel.app"
From 3ccc25e6e7b357aebf187a843de49e2616bc848d Mon Sep 17 00:00:00 2001
From: 21Z <21z95@proton.me>
Date: Tue, 11 Mar 2025 14:28:06 +0400
Subject: [PATCH 290/815] fix: lowercase CNAME
---
domains/pranavs.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/pranavs.json b/domains/pranavs.json
index 9d8ecefd6..8bb379083 100644
--- a/domains/pranavs.json
+++ b/domains/pranavs.json
@@ -6,6 +6,6 @@
"email": "pranavsudheesh34@gmail.com"
},
"record": {
- "CNAME": "Prs96.github.io"
+ "CNAME": "prs96.github.io"
}
}
From 60abcd1a7774d432f3858933fa4c77b3fb6684a3 Mon Sep 17 00:00:00 2001
From: Das PeTe
Date: Tue, 11 Mar 2025 11:31:42 +0100
Subject: [PATCH 291/815] added pete.json domain
---
domains/pete.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/pete.json
diff --git a/domains/pete.json b/domains/pete.json
new file mode 100644
index 000000000..08cb4fbf0
--- /dev/null
+++ b/domains/pete.json
@@ -0,0 +1,11 @@
+{
+ "description": "Portfolio of a fullstack developer",
+ "repo": "https://github.com/daspete/pete-github-io",
+ "owner": {
+ "username": "daspete",
+ "email": "daspetemail@gmail.com"
+ },
+ "record": {
+ "CNAME": "daspete.github.io"
+ }
+}
\ No newline at end of file
From 426452117fcce7f16b0176bec03045b7a44f8118 Mon Sep 17 00:00:00 2001
From: AHIOS
Date: Tue, 11 Mar 2025 11:59:44 +0100
Subject: [PATCH 292/815] Add files via upload
---
domains/_vercel.ahios.json | 9 +++++++++
domains/ahios.json | 9 +++++++++
2 files changed, 18 insertions(+)
create mode 100644 domains/_vercel.ahios.json
create mode 100644 domains/ahios.json
diff --git a/domains/_vercel.ahios.json b/domains/_vercel.ahios.json
new file mode 100644
index 000000000..0b4279234
--- /dev/null
+++ b/domains/_vercel.ahios.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ahios",
+ "email": "ahios.dev@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=ahios.is-a.dev,4937fc5cde05797c4fc3"
+ }
+}
\ No newline at end of file
diff --git a/domains/ahios.json b/domains/ahios.json
new file mode 100644
index 000000000..77a56cf86
--- /dev/null
+++ b/domains/ahios.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ahios",
+ "email": "ahios.dev@gmail.com"
+ },
+ "record": {
+ "A": ["76.76.21.21"]
+ }
+}
\ No newline at end of file
From 2ff48425f28011aee6e5fabb3994dd2c8c81a411 Mon Sep 17 00:00:00 2001
From: Hijackman <60003686+Pog-Frog@users.noreply.github.com>
Date: Tue, 11 Mar 2025 13:41:16 +0200
Subject: [PATCH 293/815] Create the domain file
---
domains/OmarAbdellatif.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/OmarAbdellatif.json
diff --git a/domains/OmarAbdellatif.json b/domains/OmarAbdellatif.json
new file mode 100644
index 000000000..674303296
--- /dev/null
+++ b/domains/OmarAbdellatif.json
@@ -0,0 +1,11 @@
+{
+ "description": "Serving my PERSONAL website",
+ "repo": "https://pog-frog.github.io/my-resume/",
+ "owner": {
+ "username": "Pog-Frog",
+ "email": "fireangle5621@gmail.com"
+ },
+ "record": {
+ "URL": "https://pog-frog.github.io/my-resume/"
+ }
+}
From dff72ecee51bea6e208a2517b22453637920e49a Mon Sep 17 00:00:00 2001
From: Manh Tung <143700010+MnhTng@users.noreply.github.com>
Date: Tue, 11 Mar 2025 19:17:24 +0700
Subject: [PATCH 294/815] Create mnhtng.json
---
domains/mnhtng.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/mnhtng.json
diff --git a/domains/mnhtng.json b/domains/mnhtng.json
new file mode 100644
index 000000000..a7b3590b8
--- /dev/null
+++ b/domains/mnhtng.json
@@ -0,0 +1,9 @@
+{
+ "description": "mnhtng.is-a.dev",
+ "owner": {
+ "username": "MnhTng",
+ },
+ "record": {
+ "URL": "https://mnhtng.github.io/Student-managerment"
+ }
+}
From 0174235fd14d0e056f5ba34d0fc04e0c0f32c07a Mon Sep 17 00:00:00 2001
From: drbaph <84208527+Saganaki22@users.noreply.github.com>
Date: Tue, 11 Mar 2025 12:19:50 +0000
Subject: [PATCH 295/815] Create
_github-pages-challenge-Saganaki22.drbaph.is-a.dev.json
---
...ithub-pages-challenge-Saganaki22.drbaph.is-a.dev.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/_github-pages-challenge-Saganaki22.drbaph.is-a.dev.json
diff --git a/domains/_github-pages-challenge-Saganaki22.drbaph.is-a.dev.json b/domains/_github-pages-challenge-Saganaki22.drbaph.is-a.dev.json
new file mode 100644
index 000000000..f4cf7e717
--- /dev/null
+++ b/domains/_github-pages-challenge-Saganaki22.drbaph.is-a.dev.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Saganaki22",
+ "email": "info@drbaph.dev"
+ },
+ "record": {
+ "TXT": "5aa90f589281a20522ec58d7b8a739"
+ }
+}
From e81898108822a2f90944d01328167b1ff22a4548 Mon Sep 17 00:00:00 2001
From: Pranav S <151462261+Prs96@users.noreply.github.com>
Date: Tue, 11 Mar 2025 18:59:04 +0530
Subject: [PATCH 296/815] Create _github-pages-challenge-Prs96.pranavs.json
---
domains/_github-pages-challenge-Prs96.pranavs.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/_github-pages-challenge-Prs96.pranavs.json
diff --git a/domains/_github-pages-challenge-Prs96.pranavs.json b/domains/_github-pages-challenge-Prs96.pranavs.json
new file mode 100644
index 000000000..b533d7e5e
--- /dev/null
+++ b/domains/_github-pages-challenge-Prs96.pranavs.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Prs96",
+ "email": "pranavsudheesh34@gmail.com"
+ },
+ "record": {
+ "TXT": "191a26c6879278f22117451ad5d91c"
+ }
+}
From 64f9927863f8c804265b23460dd19a74bfe8446b Mon Sep 17 00:00:00 2001
From: itsLeonB
Date: Tue, 11 Mar 2025 20:32:36 +0700
Subject: [PATCH 297/815] feat: add leon.json
---
domains/leon.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/leon.json
diff --git a/domains/leon.json b/domains/leon.json
new file mode 100644
index 000000000..0b2d4efa8
--- /dev/null
+++ b/domains/leon.json
@@ -0,0 +1,11 @@
+{
+ "description": "Leon is a dev!",
+ "owner": {
+ "username": "itsLeonB",
+ "email": "ellionblessan@gmail.com"
+ },
+ "record": {
+ "CNAME": "itsLeonB.github.io"
+ },
+ "proxied": true
+}
\ No newline at end of file
From 7f8d8cb57aa6977eb9f19bb2cf56583f755601e7 Mon Sep 17 00:00:00 2001
From: Pranav S <151462261+Prs96@users.noreply.github.com>
Date: Tue, 11 Mar 2025 19:05:43 +0530
Subject: [PATCH 298/815] Rename _github-pages-challenge-Prs96.pranavs.json to
_github-pages-challenge-prs96.pranavs.json
---
...96.pranavs.json => _github-pages-challenge-prs96.pranavs.json} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename domains/{_github-pages-challenge-Prs96.pranavs.json => _github-pages-challenge-prs96.pranavs.json} (100%)
diff --git a/domains/_github-pages-challenge-Prs96.pranavs.json b/domains/_github-pages-challenge-prs96.pranavs.json
similarity index 100%
rename from domains/_github-pages-challenge-Prs96.pranavs.json
rename to domains/_github-pages-challenge-prs96.pranavs.json
From a0b1e8383c732540f9d3d222ed2e4627fe80f9de Mon Sep 17 00:00:00 2001
From: WebLux7 <142096880+WebLux7@users.noreply.github.com>
Date: Tue, 11 Mar 2025 19:51:59 +0530
Subject: [PATCH 299/815] Luckioo.is-a.dev.json
---
Luckioo.is-a.dev.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 Luckioo.is-a.dev.json
diff --git a/Luckioo.is-a.dev.json b/Luckioo.is-a.dev.json
new file mode 100644
index 000000000..7a03c091c
--- /dev/null
+++ b/Luckioo.is-a.dev.json
@@ -0,0 +1,11 @@
+{
+ "description": "Welcome to my experimental domain",
+ "repo": "https://github.com/WebLux7/WebLux",
+ "owner": {
+ "username": "WebLux7",
+ "email": "lucky7049sp@gmail.com"
+ },
+ "record": {
+ "URL": "https://github.com/WebLux7"
+ }
+}
From 0836b12b6c4ee6ff3c72c9f797dca73612ae7ca0 Mon Sep 17 00:00:00 2001
From: Alfred Jophy <57448041+alfredjophy@users.noreply.github.com>
Date: Tue, 11 Mar 2025 19:57:31 +0530
Subject: [PATCH 300/815] Create alfredjophy.json
---
domains/alfredjophy.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/alfredjophy.json
diff --git a/domains/alfredjophy.json b/domains/alfredjophy.json
new file mode 100644
index 000000000..f852093a0
--- /dev/null
+++ b/domains/alfredjophy.json
@@ -0,0 +1,10 @@
+{
+ "description": "Redirect for my personal website.",
+ "owner": {
+ "username": "alfredjophy",
+ "email": "mail@alfredjophy.com"
+ },
+ "record": {
+ "CNAME": "alfredjophy.com"
+ }
+}
From ff2926f92fa9d0d1b7f3c406cba2e4df916d56ea Mon Sep 17 00:00:00 2001
From: Simon <155970748+tvkorsimon02@users.noreply.github.com>
Date: Tue, 11 Mar 2025 21:50:52 +0700
Subject: [PATCH 301/815] Create simontran.json
---
domains/simontran.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/simontran.json
diff --git a/domains/simontran.json b/domains/simontran.json
new file mode 100644
index 000000000..beff8393d
--- /dev/null
+++ b/domains/simontran.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "tvkorsimon02",
+ "email": "tntgaming2016@gmail.com"
+ },
+ "record": {
+ "CNAME": "tvkorsimon02.github.io"
+ }
+}
From db10a00ee913c11c0abda0b987507f1eb0c57336 Mon Sep 17 00:00:00 2001
From: 21Z <21z95@proton.me>
Date: Tue, 11 Mar 2025 19:50:41 +0400
Subject: [PATCH 302/815] Delete domains/vai.devmatei.json
---
domains/vai.devmatei.json | 9 ---------
1 file changed, 9 deletions(-)
delete mode 100644 domains/vai.devmatei.json
diff --git a/domains/vai.devmatei.json b/domains/vai.devmatei.json
deleted file mode 100644
index e7aef920e..000000000
--- a/domains/vai.devmatei.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "DevMatei",
- "email": "contact@devmatei.is-a.dev"
- },
- "record": {
- "A": ["75.2.60.5"]
- }
-}
\ No newline at end of file
From 2fce5072d1fc5f2214f1f232141a5a0cb58d7b27 Mon Sep 17 00:00:00 2001
From: WebLux7 <142096880+WebLux7@users.noreply.github.com>
Date: Tue, 11 Mar 2025 22:42:52 +0530
Subject: [PATCH 303/815] Delete Luckioo.is-a.dev.json
---
Luckioo.is-a.dev.json | 11 -----------
1 file changed, 11 deletions(-)
delete mode 100644 Luckioo.is-a.dev.json
diff --git a/Luckioo.is-a.dev.json b/Luckioo.is-a.dev.json
deleted file mode 100644
index 7a03c091c..000000000
--- a/Luckioo.is-a.dev.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Welcome to my experimental domain",
- "repo": "https://github.com/WebLux7/WebLux",
- "owner": {
- "username": "WebLux7",
- "email": "lucky7049sp@gmail.com"
- },
- "record": {
- "URL": "https://github.com/WebLux7"
- }
-}
From d10083c953cd3987d07545abb0def8da070b3a86 Mon Sep 17 00:00:00 2001
From: WebLux7 <142096880+WebLux7@users.noreply.github.com>
Date: Tue, 11 Mar 2025 22:44:04 +0530
Subject: [PATCH 304/815] discord-lakshishere.json
---
domains/discord-lakshishere.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/discord-lakshishere.json
diff --git a/domains/discord-lakshishere.json b/domains/discord-lakshishere.json
new file mode 100644
index 000000000..7a03c091c
--- /dev/null
+++ b/domains/discord-lakshishere.json
@@ -0,0 +1,11 @@
+{
+ "description": "Welcome to my experimental domain",
+ "repo": "https://github.com/WebLux7/WebLux",
+ "owner": {
+ "username": "WebLux7",
+ "email": "lucky7049sp@gmail.com"
+ },
+ "record": {
+ "URL": "https://github.com/WebLux7"
+ }
+}
From d26c502ecd5d4eb8f0a37a82c569aadffda6440a Mon Sep 17 00:00:00 2001
From: WebLux7 <142096880+WebLux7@users.noreply.github.com>
Date: Tue, 11 Mar 2025 22:45:12 +0530
Subject: [PATCH 305/815] discordlakshishere.json
---
domains/discordlakshishere | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/discordlakshishere
diff --git a/domains/discordlakshishere b/domains/discordlakshishere
new file mode 100644
index 000000000..7a03c091c
--- /dev/null
+++ b/domains/discordlakshishere
@@ -0,0 +1,11 @@
+{
+ "description": "Welcome to my experimental domain",
+ "repo": "https://github.com/WebLux7/WebLux",
+ "owner": {
+ "username": "WebLux7",
+ "email": "lucky7049sp@gmail.com"
+ },
+ "record": {
+ "URL": "https://github.com/WebLux7"
+ }
+}
From b8226786c4cae359bbc4e901613006141fa840e6 Mon Sep 17 00:00:00 2001
From: WebLux7 <142096880+WebLux7@users.noreply.github.com>
Date: Tue, 11 Mar 2025 22:45:52 +0530
Subject: [PATCH 306/815] discordlakshishere.json
---
domains/discordlakshishere.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/discordlakshishere.json
diff --git a/domains/discordlakshishere.json b/domains/discordlakshishere.json
new file mode 100644
index 000000000..7a03c091c
--- /dev/null
+++ b/domains/discordlakshishere.json
@@ -0,0 +1,11 @@
+{
+ "description": "Welcome to my experimental domain",
+ "repo": "https://github.com/WebLux7/WebLux",
+ "owner": {
+ "username": "WebLux7",
+ "email": "lucky7049sp@gmail.com"
+ },
+ "record": {
+ "URL": "https://github.com/WebLux7"
+ }
+}
From b28ade40a158128252bcffc356dafd5dc07e9833 Mon Sep 17 00:00:00 2001
From: NewTun <111964067+VinhTin-AQUA@users.noreply.github.com>
Date: Wed, 12 Mar 2025 00:20:27 +0700
Subject: [PATCH 307/815] update domain newtun-code-cheat-sheet
---
...de-cheat-sheet.json => _vercel.newtun-code-cheat-sheet.json} | 2 +-
...ewtun.code-cheat-sheet.json => newtun-code-cheat-sheet.json} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
rename domains/{_vercel.newtun.code-cheat-sheet.json => _vercel.newtun-code-cheat-sheet.json} (56%)
rename domains/{newtun.code-cheat-sheet.json => newtun-code-cheat-sheet.json} (100%)
diff --git a/domains/_vercel.newtun.code-cheat-sheet.json b/domains/_vercel.newtun-code-cheat-sheet.json
similarity index 56%
rename from domains/_vercel.newtun.code-cheat-sheet.json
rename to domains/_vercel.newtun-code-cheat-sheet.json
index 54178764f..94d68858e 100644
--- a/domains/_vercel.newtun.code-cheat-sheet.json
+++ b/domains/_vercel.newtun-code-cheat-sheet.json
@@ -4,6 +4,6 @@
"email": "tinhovinh@gmail.com"
},
"record": {
- "TXT": "vc-domain-verify=newtun.code-cheat-sheet.is-a.dev,2a7a54bd3ee1ac1ddebe"
+ "TXT": "vc-domain-verify=newtun-code-cheat-sheet.is-a.dev,d8b78b5284419c18ec16"
}
}
\ No newline at end of file
diff --git a/domains/newtun.code-cheat-sheet.json b/domains/newtun-code-cheat-sheet.json
similarity index 100%
rename from domains/newtun.code-cheat-sheet.json
rename to domains/newtun-code-cheat-sheet.json
From 69840a86e1600c855709f8a012232f9ad44a5a7b Mon Sep 17 00:00:00 2001
From: Ankit Kelkar
Date: Tue, 11 Mar 2025 15:10:54 -0400
Subject: [PATCH 308/815] Create ankit-kelkar.json
requesting a subdomain
---
domains/ankit-kelkar.json | 8 ++++++++
1 file changed, 8 insertions(+)
create mode 100644 domains/ankit-kelkar.json
diff --git a/domains/ankit-kelkar.json b/domains/ankit-kelkar.json
new file mode 100644
index 000000000..7343ee6ec
--- /dev/null
+++ b/domains/ankit-kelkar.json
@@ -0,0 +1,8 @@
+{
+ "owner": {
+ "username": "akelkar3"
+ },
+ "record": {
+ "CNAME": "https://akelkar3.github.io/portfolio"
+ }
+}
From 5ee555def5bec25306254799c1750b340ef6ccb8 Mon Sep 17 00:00:00 2001
From: Ankit Kelkar
Date: Tue, 11 Mar 2025 15:17:16 -0400
Subject: [PATCH 309/815] Update ankit-kelkar.json
correcting the required fields
---
domains/ankit-kelkar.json | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/domains/ankit-kelkar.json b/domains/ankit-kelkar.json
index 7343ee6ec..505d8670d 100644
--- a/domains/ankit-kelkar.json
+++ b/domains/ankit-kelkar.json
@@ -1,8 +1,9 @@
{
"owner": {
- "username": "akelkar3"
+ "username": "akelkar3",
+ "email": "ankit.kelkar@gmail.com"
},
"record": {
- "CNAME": "https://akelkar3.github.io/portfolio"
+ "CNAME": "akelkar3.github.io"
}
}
From 68198b9f4072be5f5b0b587cd1861a6fa4c5ce0b Mon Sep 17 00:00:00 2001
From: Stefano Del Prete
Date: Tue, 11 Mar 2025 23:00:31 +0100
Subject: [PATCH 310/815] Rename OmarAbdellatif.json to omarabdellatif.json
---
domains/{OmarAbdellatif.json => omarabdellatif.json} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename domains/{OmarAbdellatif.json => omarabdellatif.json} (100%)
diff --git a/domains/OmarAbdellatif.json b/domains/omarabdellatif.json
similarity index 100%
rename from domains/OmarAbdellatif.json
rename to domains/omarabdellatif.json
From 205275103d09765febd3cc35fc6d27d42f2b1311 Mon Sep 17 00:00:00 2001
From: David Rivas <32422713+DavidRDevs@users.noreply.github.com>
Date: Tue, 11 Mar 2025 19:08:54 -0400
Subject: [PATCH 311/815] Create DavidRivas.json
---
domains/DavidRivas.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/DavidRivas.json
diff --git a/domains/DavidRivas.json b/domains/DavidRivas.json
new file mode 100644
index 000000000..99588663d
--- /dev/null
+++ b/domains/DavidRivas.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "DavidRDevs",
+ "email": "ing.davidrivas96@gmail.com",
+ },
+ "record": {
+ "CNAME": "https://github.com/DavidRDevs"
+ }
+}
From fc49ea2f705367319ef91ad472766366200401ae Mon Sep 17 00:00:00 2001
From: fliti fodil
Date: Wed, 12 Mar 2025 02:20:53 +0100
Subject: [PATCH 312/815] add fodilfliti domain
---
domains/_vercel.fodilfliti.json | 9 +++++++++
domains/fodilfliti.json | 9 +++++++++
2 files changed, 18 insertions(+)
create mode 100644 domains/_vercel.fodilfliti.json
create mode 100644 domains/fodilfliti.json
diff --git a/domains/_vercel.fodilfliti.json b/domains/_vercel.fodilfliti.json
new file mode 100644
index 000000000..9d324b412
--- /dev/null
+++ b/domains/_vercel.fodilfliti.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "fodilfliti",
+ "email": "fodilfliti150@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=fodilfliti.is-a.dev,4fd9fffa402a9f014dc9"
+ }
+}
diff --git a/domains/fodilfliti.json b/domains/fodilfliti.json
new file mode 100644
index 000000000..e831522dc
--- /dev/null
+++ b/domains/fodilfliti.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "fodilfliti",
+ "email": "fodilfliti150@gmail.com"
+ },
+ "record": {
+ "A": ["76.76.21.21"]
+ }
+}
From 869dff2c6708ab9fc709b709759492fbecfac093 Mon Sep 17 00:00:00 2001
From: Manh Nguyen <48132812+nguyenmanh18@users.noreply.github.com>
Date: Wed, 12 Mar 2025 10:10:03 +0700
Subject: [PATCH 313/815] Create _vercel.manhnguyen18.json
---
domains/_vercel.manhnguyen18.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/_vercel.manhnguyen18.json
diff --git a/domains/_vercel.manhnguyen18.json b/domains/_vercel.manhnguyen18.json
new file mode 100644
index 000000000..f40b75fe7
--- /dev/null
+++ b/domains/_vercel.manhnguyen18.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "nguyenmanh18"
+ "email": "nguyenmanh1891997@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=nguyenmanh18.is-a.dev,88611ccf1ee56912e742"
+ }
+}
From 3cfaf31d2d163254bf3d367d33278c29305d9329 Mon Sep 17 00:00:00 2001
From: ridwanyinus
Date: Wed, 12 Mar 2025 06:01:52 +0100
Subject: [PATCH 314/815] create a new ridwan.is-a.dev domain and delete the
old one ridwanyinus.is-a.dev
---
domains/_vercel.ridwan.json | 9 +++++++++
domains/ridwan.json | 10 ++++++++++
domains/ridwanyinus.json | 11 -----------
3 files changed, 19 insertions(+), 11 deletions(-)
create mode 100644 domains/_vercel.ridwan.json
create mode 100644 domains/ridwan.json
delete mode 100644 domains/ridwanyinus.json
diff --git a/domains/_vercel.ridwan.json b/domains/_vercel.ridwan.json
new file mode 100644
index 000000000..36fdbfd66
--- /dev/null
+++ b/domains/_vercel.ridwan.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ridwanyinus",
+ "email": "ridwanyinusa15@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=ridwan.is-a.dev,225e2c74c9221022a84f"
+ }
+}
diff --git a/domains/ridwan.json b/domains/ridwan.json
new file mode 100644
index 000000000..dad000808
--- /dev/null
+++ b/domains/ridwan.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "description": "This subdomain points to my portfolio website. https://ridwanyinus.vercel.app/ is the link for a preview of the website",
+ "username": "ridwanyinus",
+ "email": "ridwanyinusa15@gmail.com"
+ },
+ "record": {
+ "A": ["76.76.21.21"]
+ }
+}
diff --git a/domains/ridwanyinus.json b/domains/ridwanyinus.json
deleted file mode 100644
index b077d79f5..000000000
--- a/domains/ridwanyinus.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "My Portfolio",
- "repo": "https://github.com/ridwanyinus/pfp-2",
- "owner": {
- "username": "ridwanyinusa",
- "email": "ridwanyinusa15@gmail.com"
- },
- "record": {
- "CNAME": "ridwanyinusa.netlify.app"
- }
-}
From 11ad481ac1a59f08a48adf681348cc9fd3333041 Mon Sep 17 00:00:00 2001
From: orangc
Date: Wed, 12 Mar 2025 09:01:44 +0300
Subject: [PATCH 315/815] Update mnhtng.json
---
domains/mnhtng.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/mnhtng.json b/domains/mnhtng.json
index a7b3590b8..8bc2dc9d2 100644
--- a/domains/mnhtng.json
+++ b/domains/mnhtng.json
@@ -1,7 +1,7 @@
{
"description": "mnhtng.is-a.dev",
"owner": {
- "username": "MnhTng",
+ "username": "MnhTng"
},
"record": {
"URL": "https://mnhtng.github.io/Student-managerment"
From db34bccdf664a7f3d0726717238b2fa154104884 Mon Sep 17 00:00:00 2001
From: Manh Nguyen <48132812+nguyenmanh18@users.noreply.github.com>
Date: Wed, 12 Mar 2025 13:38:03 +0700
Subject: [PATCH 316/815] Update _vercel.manhnguyen18.json
---
domains/_vercel.manhnguyen18.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/_vercel.manhnguyen18.json b/domains/_vercel.manhnguyen18.json
index f40b75fe7..f8087e851 100644
--- a/domains/_vercel.manhnguyen18.json
+++ b/domains/_vercel.manhnguyen18.json
@@ -1,6 +1,6 @@
{
"owner": {
- "username": "nguyenmanh18"
+ "username": "nguyenmanh18",
"email": "nguyenmanh1891997@gmail.com"
},
"record": {
From 7a6ec32e7bca192cf9a1fc5a45c8043def95a6d4 Mon Sep 17 00:00:00 2001
From: orangc
Date: Wed, 12 Mar 2025 10:07:32 +0300
Subject: [PATCH 317/815] Rename
_github-pages-challenge-Saganaki22.drbaph.is-a.dev.json to
_github-pages-challenge-Saganaki22.drbaph.json
---
...-a.dev.json => _github-pages-challenge-Saganaki22.drbaph.json} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename domains/{_github-pages-challenge-Saganaki22.drbaph.is-a.dev.json => _github-pages-challenge-Saganaki22.drbaph.json} (100%)
diff --git a/domains/_github-pages-challenge-Saganaki22.drbaph.is-a.dev.json b/domains/_github-pages-challenge-Saganaki22.drbaph.json
similarity index 100%
rename from domains/_github-pages-challenge-Saganaki22.drbaph.is-a.dev.json
rename to domains/_github-pages-challenge-Saganaki22.drbaph.json
From b90af03530c7e07023cad9e8e33c1ed89565a99d Mon Sep 17 00:00:00 2001
From: orangc
Date: Wed, 12 Mar 2025 10:08:31 +0300
Subject: [PATCH 318/815] Rename _github-pages-challenge-Saganaki22.drbaph.json
to _github-pages-challenge-saganaki22.drbaph.json
---
...drbaph.json => _github-pages-challenge-saganaki22.drbaph.json} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename domains/{_github-pages-challenge-Saganaki22.drbaph.json => _github-pages-challenge-saganaki22.drbaph.json} (100%)
diff --git a/domains/_github-pages-challenge-Saganaki22.drbaph.json b/domains/_github-pages-challenge-saganaki22.drbaph.json
similarity index 100%
rename from domains/_github-pages-challenge-Saganaki22.drbaph.json
rename to domains/_github-pages-challenge-saganaki22.drbaph.json
From a30ff1b868807f247a7cffb904e5f7219b1a5f9e Mon Sep 17 00:00:00 2001
From: Das PeTe
Date: Wed, 12 Mar 2025 08:09:54 +0100
Subject: [PATCH 319/815] added pete TXT record
---
domains/_github-pages-challenge-daspete.pete.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/_github-pages-challenge-daspete.pete.json
diff --git a/domains/_github-pages-challenge-daspete.pete.json b/domains/_github-pages-challenge-daspete.pete.json
new file mode 100644
index 000000000..042c290b9
--- /dev/null
+++ b/domains/_github-pages-challenge-daspete.pete.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "daspete",
+ "email": "daspetemail@gmail.com"
+ },
+ "record": {
+ "TXT": "ece69b9f0bf2d6d1bda512b8af30fa"
+ }
+}
From 10486bed1364ab6bbd75640f58bd71d5fee363bc Mon Sep 17 00:00:00 2001
From: orangc
Date: Wed, 12 Mar 2025 10:18:39 +0300
Subject: [PATCH 320/815] idiot
---
domains/{DavidRivas.json => davidrivas.json} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename domains/{DavidRivas.json => davidrivas.json} (71%)
diff --git a/domains/DavidRivas.json b/domains/davidrivas.json
similarity index 71%
rename from domains/DavidRivas.json
rename to domains/davidrivas.json
index 99588663d..4d9d32f4c 100644
--- a/domains/DavidRivas.json
+++ b/domains/davidrivas.json
@@ -4,6 +4,6 @@
"email": "ing.davidrivas96@gmail.com",
},
"record": {
- "CNAME": "https://github.com/DavidRDevs"
+ "URL": "https://github.com/DavidRDevs"
}
}
From 1686b0a1af1368a55e66a514ebefcc4f4504f91a Mon Sep 17 00:00:00 2001
From: orangc
Date: Wed, 12 Mar 2025 10:20:04 +0300
Subject: [PATCH 321/815] idiot x2
---
domains/davidrivas.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/davidrivas.json b/domains/davidrivas.json
index 4d9d32f4c..37a4a3ce6 100644
--- a/domains/davidrivas.json
+++ b/domains/davidrivas.json
@@ -1,7 +1,7 @@
{
"owner": {
"username": "DavidRDevs",
- "email": "ing.davidrivas96@gmail.com",
+ "email": "ing.davidrivas96@gmail.com"
},
"record": {
"URL": "https://github.com/DavidRDevs"
From c9a23ac3158f6d655a9cc93f653d9d7ddce98f4e Mon Sep 17 00:00:00 2001
From: kathy883 <165139601+kathy883@users.noreply.github.com>
Date: Wed, 12 Mar 2025 16:15:12 +0800
Subject: [PATCH 322/815] Add files via upload
---
domains/new.json | 0
1 file changed, 0 insertions(+), 0 deletions(-)
create mode 100644 domains/new.json
diff --git a/domains/new.json b/domains/new.json
new file mode 100644
index 000000000..e69de29bb
From 78b8abb6d1ca6e5388708e446220aa84f23f449a Mon Sep 17 00:00:00 2001
From: duc3d-hus <59676527+duc3d-hus@users.noreply.github.com>
Date: Wed, 12 Mar 2025 15:28:17 +0700
Subject: [PATCH 323/815] register
---
domains/dodongduc.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/dodongduc.json
diff --git a/domains/dodongduc.json b/domains/dodongduc.json
new file mode 100644
index 000000000..b6036ff4d
--- /dev/null
+++ b/domains/dodongduc.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "duc3d-hus",
+ "email": "duc3d.hus@gmail.com"
+ },
+ "record": {
+ "CNAME": "duc3d-hus.github.io"
+ }
+ }
\ No newline at end of file
From d26dc0e3dad261b82b6720a5cdfa603c8ef8786a Mon Sep 17 00:00:00 2001
From: WebLux7 <142096880+WebLux7@users.noreply.github.com>
Date: Wed, 12 Mar 2025 14:05:27 +0530
Subject: [PATCH 324/815] create lakshisherediscord.json
---
domains/lakshisherediscord.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/lakshisherediscord.json
diff --git a/domains/lakshisherediscord.json b/domains/lakshisherediscord.json
new file mode 100644
index 000000000..7a03c091c
--- /dev/null
+++ b/domains/lakshisherediscord.json
@@ -0,0 +1,11 @@
+{
+ "description": "Welcome to my experimental domain",
+ "repo": "https://github.com/WebLux7/WebLux",
+ "owner": {
+ "username": "WebLux7",
+ "email": "lucky7049sp@gmail.com"
+ },
+ "record": {
+ "URL": "https://github.com/WebLux7"
+ }
+}
From 26a63b1172a32a00dc2c1d5a288027f9de595db6 Mon Sep 17 00:00:00 2001
From: kathy883 <165139601+kathy883@users.noreply.github.com>
Date: Wed, 12 Mar 2025 16:43:32 +0800
Subject: [PATCH 325/815] Add files via upload
---
domains/new.json | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/domains/new.json b/domains/new.json
index e69de29bb..8aea4b20a 100644
--- a/domains/new.json
+++ b/domains/new.json
@@ -0,0 +1,11 @@
+{
+ "description": "Personal Portfolio Website",
+ "owner": {
+ "username": "kathy883"
+ },
+ "record": {
+ "AAAA": [
+ "2604:abc0:103:413:3::b5"
+ ]
+ }
+}
\ No newline at end of file
From 590f18f2812b14f93fe1bcd85c93da12fe28eccb Mon Sep 17 00:00:00 2001
From: alenseeman
Date: Wed, 12 Mar 2025 10:17:03 +0100
Subject: [PATCH 326/815] Update alen.json - wrong repo name
I saw that my page is still not 'live' so I found out that this is incorrect.
Hope this will fix the issues
---
domains/alen.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/alen.json b/domains/alen.json
index 4fe388df4..bd9fcaa9e 100644
--- a/domains/alen.json
+++ b/domains/alen.json
@@ -1,6 +1,6 @@
{
"description": "Alen's page",
- "repo": "https://github.com/alenseeman/dev.github.io",
+ "repo": "https://github.com/alenseeman/alenseeman.github.io",
"owner": {
"username": "alenseeman",
"email": "alenseeman@hotmail.com"
From 4eeca8f9d4b0757c78ef8f546fd2d83ed11cdc75 Mon Sep 17 00:00:00 2001
From: Anony <73958752+celestix@users.noreply.github.com>
Date: Wed, 12 Mar 2025 14:55:48 +0530
Subject: [PATCH 327/815] Create anony.json
---
domains/anony.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/anony.json
diff --git a/domains/anony.json b/domains/anony.json
new file mode 100644
index 000000000..e47ce1d74
--- /dev/null
+++ b/domains/anony.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "celestix",
+ "email": "i@anodite.me"
+ },
+ "record": {
+ "URL": "https://anodite.me/"
+ }
+}
From b9e603d8f585818acebff220b139db59ed96aefc Mon Sep 17 00:00:00 2001
From: William Harrison <87287585+wdhdev@users.noreply.github.com>
Date: Wed, 12 Mar 2025 18:01:36 +0800
Subject: [PATCH 328/815] Update reserved.json
---
util/reserved.json | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/util/reserved.json b/util/reserved.json
index 65d342324..54e4add0b 100644
--- a/util/reserved.json
+++ b/util/reserved.json
@@ -29,6 +29,7 @@
"dns",
"doc",
"documentation",
+ "domain",
"email",
"example",
"feedback",
@@ -106,6 +107,7 @@
"statistics",
"stats",
"status",
+ "subdomain",
"support",
"sys",
"system",
@@ -119,6 +121,17 @@
"webmaster",
"whois",
"ww",
+ "ww0",
+ "ww1",
+ "ww2",
+ "ww3",
+ "ww4",
+ "ww5",
+ "ww6",
+ "ww7",
+ "ww8",
+ "ww9",
+ "www0",
"www1",
"www2",
"www3",
From 541ca6dbb64d20147fb8f01e88305b9b50339f29 Mon Sep 17 00:00:00 2001
From: William Harrison <87287585+wdhdev@users.noreply.github.com>
Date: Wed, 12 Mar 2025 18:02:27 +0800
Subject: [PATCH 329/815] Update reserved.json
---
util/reserved.json | 2 ++
1 file changed, 2 insertions(+)
diff --git a/util/reserved.json b/util/reserved.json
index 54e4add0b..ec562a4f0 100644
--- a/util/reserved.json
+++ b/util/reserved.json
@@ -1,4 +1,5 @@
[
+ "about",
"account",
"accounts",
"admin",
@@ -71,6 +72,7 @@
"notification",
"notifications",
"ns",
+ "ns0",
"ns1",
"ns2",
"ns3",
From 86e2f428349c4d6273d60e3e42f7aa80ffa87a5c Mon Sep 17 00:00:00 2001
From: Manh Nguyen <48132812+nguyenmanh18@users.noreply.github.com>
Date: Wed, 12 Mar 2025 18:12:20 +0700
Subject: [PATCH 330/815] Update _vercel.manhnguyen18.json
---
domains/_vercel.manhnguyen18.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/_vercel.manhnguyen18.json b/domains/_vercel.manhnguyen18.json
index f8087e851..9db64cc3e 100644
--- a/domains/_vercel.manhnguyen18.json
+++ b/domains/_vercel.manhnguyen18.json
@@ -4,6 +4,6 @@
"email": "nguyenmanh1891997@gmail.com"
},
"record": {
- "TXT": "vc-domain-verify=nguyenmanh18.is-a.dev,88611ccf1ee56912e742"
+ "TXT": "vc-domain-verify=manhnguyen18.is-a.dev,32b5b9a6627ffaa77e66"
}
}
From 4b4a30505962453c95cb53ab269b716813ada9da Mon Sep 17 00:00:00 2001
From: Manh Tung <143700010+mnhtng@users.noreply.github.com>
Date: Wed, 12 Mar 2025 18:15:03 +0700
Subject: [PATCH 331/815] Create _github-pages-challenge-mnhtng.mnhtng.json
---
domains/_github-pages-challenge-mnhtng.mnhtng.json | 8 ++++++++
1 file changed, 8 insertions(+)
create mode 100644 domains/_github-pages-challenge-mnhtng.mnhtng.json
diff --git a/domains/_github-pages-challenge-mnhtng.mnhtng.json b/domains/_github-pages-challenge-mnhtng.mnhtng.json
new file mode 100644
index 000000000..74d34ec46
--- /dev/null
+++ b/domains/_github-pages-challenge-mnhtng.mnhtng.json
@@ -0,0 +1,8 @@
+{
+ "owner": {
+ "username": "mnhtng"
+ },
+ "record": {
+ "TXT": "d3bfa02a77af7eec2db5df3a4d98da"
+ }
+}
From 4f4c18dc9a6c31bb9e08906820066c2ac91eaa73 Mon Sep 17 00:00:00 2001
From: Manh Nguyen <48132812+nguyenmanh18@users.noreply.github.com>
Date: Wed, 12 Mar 2025 18:27:12 +0700
Subject: [PATCH 332/815] Create manhnguyen18.json
---
domains/manhnguyen18.json | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 domains/manhnguyen18.json
diff --git a/domains/manhnguyen18.json b/domains/manhnguyen18.json
new file mode 100644
index 000000000..c8ce7b713
--- /dev/null
+++ b/domains/manhnguyen18.json
@@ -0,0 +1,12 @@
+{
+ "description": "manhnguyen18 portfolio",
+ "repo": "https://github.com/nguyenmanh18",
+ "owner": {
+ "username": "nguyenmanh18",
+ "email": "nguyenmanh1891997@gmail.com"
+ },
+ "record": {
+ "CNAME": "manh-nguyen-blogs.vercel.app",
+ "A": ["76.76.21.21"]
+ }
+}
From 2b7eb2d42be516f3d316071ac6fc701eab62b453 Mon Sep 17 00:00:00 2001
From: Haithem Turki
Date: Wed, 12 Mar 2025 13:04:19 +0100
Subject: [PATCH 333/815] Create yatsuki.json
---
domains/yatsuki.json | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
create mode 100644 domains/yatsuki.json
diff --git a/domains/yatsuki.json b/domains/yatsuki.json
new file mode 100644
index 000000000..909e70d61
--- /dev/null
+++ b/domains/yatsuki.json
@@ -0,0 +1,16 @@
+{
+ "description": "Personal dev domain for my portfolio, testing purposes, and self-hosting via Cloudflare Tunnel.",
+ "repo": "https://github.com/is-a-dev/docs",
+ "owner": {
+ "username": "Turkitutu",
+ "email": "turkitututfm@gmail.com",
+ "discord": "yatsuki."
+ },
+ "record": {
+ "NS": [
+ "ezra.ns.cloudflare.com",
+ "teagan.ns.cloudflare.com"
+ ]
+ }
+ "proxied": true
+}
From e70e871685a845e3118ab75340641b465f799fce Mon Sep 17 00:00:00 2001
From: Sergio Perea
Date: Wed, 12 Mar 2025 13:09:47 +0100
Subject: [PATCH 334/815] Create _vercel.sergioperea.json
---
domains/_vercel.sergioperea.json | 1 +
1 file changed, 1 insertion(+)
create mode 100644 domains/_vercel.sergioperea.json
diff --git a/domains/_vercel.sergioperea.json b/domains/_vercel.sergioperea.json
new file mode 100644
index 000000000..8b1378917
--- /dev/null
+++ b/domains/_vercel.sergioperea.json
@@ -0,0 +1 @@
+
From e001df0ebb6d7fefb729e06afa9c9cbaae832c71 Mon Sep 17 00:00:00 2001
From: Sergio Perea
Date: Wed, 12 Mar 2025 13:13:51 +0100
Subject: [PATCH 335/815] Update _vercel.sergioperea.json
---
domains/_vercel.sergioperea.json | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/domains/_vercel.sergioperea.json b/domains/_vercel.sergioperea.json
index 8b1378917..c3b8cf061 100644
--- a/domains/_vercel.sergioperea.json
+++ b/domains/_vercel.sergioperea.json
@@ -1 +1,9 @@
-
+{
+ "owner": {
+ "username": "sperea",
+ "email": "perea@mailfence.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=sergioperea.is-a.dev,ff9bc4d6b26eca2587d7"
+ }
+}
From 2ce96514a597439e535e840e9f56910b83506fb1 Mon Sep 17 00:00:00 2001
From: Sergio Perea
Date: Wed, 12 Mar 2025 13:17:41 +0100
Subject: [PATCH 336/815] Create sergioperea.json
---
domains/sergioperea.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/sergioperea.json
diff --git a/domains/sergioperea.json b/domains/sergioperea.json
new file mode 100644
index 000000000..3d07f1a09
--- /dev/null
+++ b/domains/sergioperea.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "sperea",
+ "email": "perea@mailfence.com"
+ },
+ "record": {
+ "A": ["76.76.21.21"]
+ }
+}
From 9f6cbd5346a60bbbf1f3d79586d33487ca17a7eb Mon Sep 17 00:00:00 2001
From: Haithem Turki
Date: Wed, 12 Mar 2025 13:25:30 +0100
Subject: [PATCH 337/815] Remove repo field from yatsuki.js
---
domains/yatsuki.json | 1 -
1 file changed, 1 deletion(-)
diff --git a/domains/yatsuki.json b/domains/yatsuki.json
index 909e70d61..c4ef9ba7d 100644
--- a/domains/yatsuki.json
+++ b/domains/yatsuki.json
@@ -1,6 +1,5 @@
{
"description": "Personal dev domain for my portfolio, testing purposes, and self-hosting via Cloudflare Tunnel.",
- "repo": "https://github.com/is-a-dev/docs",
"owner": {
"username": "Turkitutu",
"email": "turkitututfm@gmail.com",
From cb72d48950e73c2559e13d0907071bc93eefb75d Mon Sep 17 00:00:00 2001
From: GodKode69 <157723750+GodKode69@users.noreply.github.com>
Date: Wed, 12 Mar 2025 18:24:31 +0530
Subject: [PATCH 338/815] Update raghav.json
---
domains/raghav.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/domains/raghav.json b/domains/raghav.json
index b0925135d..409e725b6 100644
--- a/domains/raghav.json
+++ b/domains/raghav.json
@@ -1,6 +1,7 @@
{
"owner": {
- "username": "GodKode69"
+ "username": "GodKode69",
+ "email": "knownasraghav@gmai.com"
},
"record": {
"RECORDTYPE": "CNAME"
From 5cea47feb0aa40efe2cc8bc27ba9b72a40887a54 Mon Sep 17 00:00:00 2001
From: GodKode69 <157723750+GodKode69@users.noreply.github.com>
Date: Wed, 12 Mar 2025 18:26:22 +0530
Subject: [PATCH 339/815] Update godkode.json
---
domains/godkode.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/domains/godkode.json b/domains/godkode.json
index b0925135d..409e725b6 100644
--- a/domains/godkode.json
+++ b/domains/godkode.json
@@ -1,6 +1,7 @@
{
"owner": {
- "username": "GodKode69"
+ "username": "GodKode69",
+ "email": "knownasraghav@gmai.com"
},
"record": {
"RECORDTYPE": "CNAME"
From f8d3d23bfbc0a6f898f5651bee4ee1ae8fce7c35 Mon Sep 17 00:00:00 2001
From: GodKode69 <157723750+GodKode69@users.noreply.github.com>
Date: Wed, 12 Mar 2025 18:32:53 +0530
Subject: [PATCH 340/815] Update godkode.json
---
domains/godkode.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/domains/godkode.json b/domains/godkode.json
index 409e725b6..f8d53b82c 100644
--- a/domains/godkode.json
+++ b/domains/godkode.json
@@ -1,9 +1,9 @@
{
"owner": {
"username": "GodKode69",
- "email": "knownasraghav@gmai.com"
+ "email": "knownasraghav@gmail.com"
},
"record": {
- "RECORDTYPE": "CNAME"
+ "RECORDTYPE": "godkode69.github.io"
}
}
From e3a28e38f13b56c6523b83e33c2fe9448506ed04 Mon Sep 17 00:00:00 2001
From: GodKode69 <157723750+GodKode69@users.noreply.github.com>
Date: Wed, 12 Mar 2025 18:33:13 +0530
Subject: [PATCH 341/815] Update raghav.json
---
domains/raghav.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/raghav.json b/domains/raghav.json
index 409e725b6..9836a141f 100644
--- a/domains/raghav.json
+++ b/domains/raghav.json
@@ -4,6 +4,6 @@
"email": "knownasraghav@gmai.com"
},
"record": {
- "RECORDTYPE": "CNAME"
+ "RECORDTYPE": "godkode69.github.io"
}
}
From d1b924562b0fcd692b9f65ce8e08c8cec7fbb649 Mon Sep 17 00:00:00 2001
From: GodKode69 <157723750+GodKode69@users.noreply.github.com>
Date: Wed, 12 Mar 2025 18:34:53 +0530
Subject: [PATCH 342/815] Update raghav.json
---
domains/raghav.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/raghav.json b/domains/raghav.json
index 9836a141f..f8d53b82c 100644
--- a/domains/raghav.json
+++ b/domains/raghav.json
@@ -1,7 +1,7 @@
{
"owner": {
"username": "GodKode69",
- "email": "knownasraghav@gmai.com"
+ "email": "knownasraghav@gmail.com"
},
"record": {
"RECORDTYPE": "godkode69.github.io"
From 66ae11e16de85148b72cdaff7a87f6032da307dc Mon Sep 17 00:00:00 2001
From: GodKode69 <157723750+GodKode69@users.noreply.github.com>
Date: Wed, 12 Mar 2025 18:39:47 +0530
Subject: [PATCH 343/815] Update raghav.json
---
domains/raghav.json | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/domains/raghav.json b/domains/raghav.json
index f8d53b82c..9275bcb5a 100644
--- a/domains/raghav.json
+++ b/domains/raghav.json
@@ -1,9 +1,11 @@
{
+ "description": "Flex",
+ "repo": "https://github.com/GodKode69/GodKode69.github.io",
"owner": {
"username": "GodKode69",
"email": "knownasraghav@gmail.com"
},
"record": {
- "RECORDTYPE": "godkode69.github.io"
+ "CNAME": "godkode69.github.io"
}
}
From 3f861c9f69417d9237f8830d07df2686efa3b522 Mon Sep 17 00:00:00 2001
From: GodKode69 <157723750+GodKode69@users.noreply.github.com>
Date: Wed, 12 Mar 2025 18:41:42 +0530
Subject: [PATCH 344/815] Update godkode.json
---
domains/godkode.json | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/domains/godkode.json b/domains/godkode.json
index f8d53b82c..9275bcb5a 100644
--- a/domains/godkode.json
+++ b/domains/godkode.json
@@ -1,9 +1,11 @@
{
+ "description": "Flex",
+ "repo": "https://github.com/GodKode69/GodKode69.github.io",
"owner": {
"username": "GodKode69",
"email": "knownasraghav@gmail.com"
},
"record": {
- "RECORDTYPE": "godkode69.github.io"
+ "CNAME": "godkode69.github.io"
}
}
From 11efa348b97b3acfaef923d746baa0bddd9f6b43 Mon Sep 17 00:00:00 2001
From: orangc
Date: Wed, 12 Mar 2025 16:11:48 +0300
Subject: [PATCH 345/815] Delete domains/discordlakshishere
---
domains/discordlakshishere | 11 -----------
1 file changed, 11 deletions(-)
delete mode 100644 domains/discordlakshishere
diff --git a/domains/discordlakshishere b/domains/discordlakshishere
deleted file mode 100644
index 7a03c091c..000000000
--- a/domains/discordlakshishere
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Welcome to my experimental domain",
- "repo": "https://github.com/WebLux7/WebLux",
- "owner": {
- "username": "WebLux7",
- "email": "lucky7049sp@gmail.com"
- },
- "record": {
- "URL": "https://github.com/WebLux7"
- }
-}
From 1129cd7624c7a54da2d3805a16184124c67872cb Mon Sep 17 00:00:00 2001
From: orangc
Date: Wed, 12 Mar 2025 16:12:58 +0300
Subject: [PATCH 346/815] this isnt necessary
---
domains/manhnguyen18.json | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/domains/manhnguyen18.json b/domains/manhnguyen18.json
index c8ce7b713..44ffe2526 100644
--- a/domains/manhnguyen18.json
+++ b/domains/manhnguyen18.json
@@ -6,7 +6,6 @@
"email": "nguyenmanh1891997@gmail.com"
},
"record": {
- "CNAME": "manh-nguyen-blogs.vercel.app",
- "A": ["76.76.21.21"]
+ "CNAME": "manh-nguyen-blogs.vercel.app"
}
}
From 1d9c63d6273bbde7721319c9fdb1460981b6d048 Mon Sep 17 00:00:00 2001
From: prashil1411
Date: Wed, 12 Mar 2025 18:53:54 +0530
Subject: [PATCH 347/815] Added txt record for verification
Signed-off-by: prashil1411
---
domains/prashil.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/domains/prashil.json b/domains/prashil.json
index cbb340e72..7577a4393 100644
--- a/domains/prashil.json
+++ b/domains/prashil.json
@@ -4,6 +4,7 @@
"email": "prashil1411@gmail.com"
},
"record": {
- "CNAME": "portfolio-gold-delta-24.vercel.app"
+ "CNAME": "portfolio-gold-delta-24.vercel.app",
+ "TXT": ["vc-domain-verify=prashil.is-a.dev,4d4ecde09797589bede3"]
}
}
From 3f8dd9f0f83dfcaa3c27a17924eeafe7f9deb601 Mon Sep 17 00:00:00 2001
From: prashil1411
Date: Wed, 12 Mar 2025 19:04:20 +0530
Subject: [PATCH 348/815] Cname wasnt working
Signed-off-by: prashil1411
---
domains/prashil.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/prashil.json b/domains/prashil.json
index 7577a4393..4c904d35a 100644
--- a/domains/prashil.json
+++ b/domains/prashil.json
@@ -4,7 +4,7 @@
"email": "prashil1411@gmail.com"
},
"record": {
- "CNAME": "portfolio-gold-delta-24.vercel.app",
+ "A": ["216.198.79.1", "64.29.17.1"],
"TXT": ["vc-domain-verify=prashil.is-a.dev,4d4ecde09797589bede3"]
}
}
From a298edd9aeebe7ed80a3dfd8afb943f8e24d8577 Mon Sep 17 00:00:00 2001
From: orangc
Date: Wed, 12 Mar 2025 17:05:37 +0300
Subject: [PATCH 349/815] Revert "Add kathy883.is-a.dev"
---
domains/new.json | 11 -----------
1 file changed, 11 deletions(-)
delete mode 100644 domains/new.json
diff --git a/domains/new.json b/domains/new.json
deleted file mode 100644
index 8aea4b20a..000000000
--- a/domains/new.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Personal Portfolio Website",
- "owner": {
- "username": "kathy883"
- },
- "record": {
- "AAAA": [
- "2604:abc0:103:413:3::b5"
- ]
- }
-}
\ No newline at end of file
From 5089208d18e4c8f21c8e6fc2edc6c355fd2e7f83 Mon Sep 17 00:00:00 2001
From: William Harrison <87287585+wdhdev@users.noreply.github.com>
Date: Wed, 12 Mar 2025 22:16:33 +0800
Subject: [PATCH 350/815] Update yatsuki.json
---
domains/yatsuki.json | 1 -
1 file changed, 1 deletion(-)
diff --git a/domains/yatsuki.json b/domains/yatsuki.json
index c4ef9ba7d..48ee4c2c1 100644
--- a/domains/yatsuki.json
+++ b/domains/yatsuki.json
@@ -11,5 +11,4 @@
"teagan.ns.cloudflare.com"
]
}
- "proxied": true
}
From ab178541507b9deb7f774003df83d82970118ee4 Mon Sep 17 00:00:00 2001
From: prashil1411
Date: Wed, 12 Mar 2025 19:59:14 +0530
Subject: [PATCH 351/815] Created the required _vercel.prashil.json file
Signed-off-by: prashil1411
---
domains/_vercel.prashil.json | 9 +++++++++
domains/prashil.json | 3 +--
2 files changed, 10 insertions(+), 2 deletions(-)
create mode 100644 domains/_vercel.prashil.json
diff --git a/domains/_vercel.prashil.json b/domains/_vercel.prashil.json
new file mode 100644
index 000000000..601806a4b
--- /dev/null
+++ b/domains/_vercel.prashil.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "prashilthul",
+ "email": "prashil1411@gmail.com"
+ },
+ "record": {
+ "TXT": ["vc-domain-verify=prashil.is-a.dev,4d4ecde09797589bede3"]
+ }
+}
diff --git a/domains/prashil.json b/domains/prashil.json
index 4c904d35a..55a5a788f 100644
--- a/domains/prashil.json
+++ b/domains/prashil.json
@@ -4,7 +4,6 @@
"email": "prashil1411@gmail.com"
},
"record": {
- "A": ["216.198.79.1", "64.29.17.1"],
- "TXT": ["vc-domain-verify=prashil.is-a.dev,4d4ecde09797589bede3"]
+ "A": ["216.198.79.1", "64.29.17.1"]
}
}
From 17a78ceb2749fdb70f8987a8599416fafc960dd7 Mon Sep 17 00:00:00 2001
From: Febrian SF <89757018+febriansf@users.noreply.github.com>
Date: Wed, 12 Mar 2025 21:30:31 +0700
Subject: [PATCH 352/815] Update febs.json
---
domains/febs.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/febs.json b/domains/febs.json
index 57a535b1d..576610b4b 100644
--- a/domains/febs.json
+++ b/domains/febs.json
@@ -5,6 +5,6 @@
"email": "febrian.xiii@gmail.com"
},
"record": {
- "CNAME": "febriansf.netlify.app"
+ "CNAME": "www.febss.web.id"
}
}
From fb3be31235f3d54e901108c990c5517a5860c2ed Mon Sep 17 00:00:00 2001
From: RejectModders <142326052+RejectModders@users.noreply.github.com>
Date: Wed, 12 Mar 2025 09:35:08 -0500
Subject: [PATCH 353/815] Create rejectmodders.json
---
domains/rejectmodders.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/rejectmodders.json
diff --git a/domains/rejectmodders.json b/domains/rejectmodders.json
new file mode 100644
index 000000000..a17cb5b5a
--- /dev/null
+++ b/domains/rejectmodders.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "RejectModders",
+ "discord": "RejectModders",
+ "email": "rejectmodders@disutils.com"
+ },
+ "record": {
+ "TXT": "_vercel.vc-domain-verify=rejectmodders.is-a.dev,96098d7f80d62c706b12"
+ }
+}
From 3c90d15b6123108de6b3f9c7c2e027ba32b7c1a8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Nguy=E1=BB=85n=20Hi=E1=BB=81n=20Trung=20Nam?=
Date: Wed, 12 Mar 2025 21:37:10 +0700
Subject: [PATCH 354/815] Create _vercel.namht.json
---
domains/_vercel.namht.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/_vercel.namht.json
diff --git a/domains/_vercel.namht.json b/domains/_vercel.namht.json
new file mode 100644
index 000000000..e347eead7
--- /dev/null
+++ b/domains/_vercel.namht.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "lagux-coding",
+ "email": "nguyenhientrungnam@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=namht.is-a.dev,e9380ff504bc157f2eda"
+ }
+}
From 34e3750af03c77617cca5d863dc0136858f4e84e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Nguy=E1=BB=85n=20Hi=E1=BB=81n=20Trung=20Nam?=
Date: Wed, 12 Mar 2025 21:42:26 +0700
Subject: [PATCH 355/815] Create namht.json
---
domains/namht.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/namht.json
diff --git a/domains/namht.json b/domains/namht.json
new file mode 100644
index 000000000..9d83a8bac
--- /dev/null
+++ b/domains/namht.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "lagux-coding",
+ "email": "nguyenhientrungnam@gmail.com"
+ },
+ "record": {
+ "A": ["76.76.21.21"]
+ }
+}
From bd946c8c81d7d7e99e78eb6b47ac1b85e8fc7080 Mon Sep 17 00:00:00 2001
From: Josh
Date: Wed, 12 Mar 2025 23:00:37 +0800
Subject: [PATCH 356/815] Request subdomain mjresu.is-a.dev
---
domains/mjresu.json | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 domains/mjresu.json
diff --git a/domains/mjresu.json b/domains/mjresu.json
new file mode 100644
index 000000000..0c0216718
--- /dev/null
+++ b/domains/mjresu.json
@@ -0,0 +1,12 @@
+{
+ "subdomain": "mjresu",
+ "owner": {
+ "repo": "https://github.com/mjdsj",
+ "email": "work.mjdsj+is-a-dev@gmail.com"
+ },
+ "record": {
+ "CNAME": "portfolio-workmjdsj-gmailcom.vercel.app"
+ },
+ "proxied": false
+ }
+
\ No newline at end of file
From b1ac70ce706a7574d0074c4a7bedbee3365a9cd5 Mon Sep 17 00:00:00 2001
From: KruASe76
Date: Wed, 12 Mar 2025 06:08:22 +0300
Subject: [PATCH 357/815] add kruase domain configuration
---
domains/kruase.json | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
create mode 100644 domains/kruase.json
diff --git a/domains/kruase.json b/domains/kruase.json
new file mode 100644
index 000000000..f976b0435
--- /dev/null
+++ b/domains/kruase.json
@@ -0,0 +1,21 @@
+{
+ "description": "For personal development usage",
+ "repo": "https://github.com/KruASe76",
+ "owner": {
+ "username": "KruASe76",
+ "email": "kruanse@ya.ru",
+ "telegram": "https://t.me/KruASe"
+ },
+ "record": {
+ "A": [
+ "89.19.177.86"
+ ]
+ },
+ "redirect_config": {
+ "custom_paths": {
+ "/blog": "https://kruase.vercel.app"
+ },
+ "redirect_paths": true
+ },
+ "proxied": true
+}
From 6cd129bc96b9c2e2828043e24f1890b8c148467e Mon Sep 17 00:00:00 2001
From: KruASe76
Date: Wed, 12 Mar 2025 18:11:15 +0300
Subject: [PATCH 358/815] make kruase subdomain mirror vercel, move A record to
api.kruase subdomain
---
domains/api.kruase.json | 15 +++++++++++++++
domains/kruase.json | 12 ++----------
2 files changed, 17 insertions(+), 10 deletions(-)
create mode 100644 domains/api.kruase.json
diff --git a/domains/api.kruase.json b/domains/api.kruase.json
new file mode 100644
index 000000000..ae5fa0396
--- /dev/null
+++ b/domains/api.kruase.json
@@ -0,0 +1,15 @@
+{
+ "description": "Development and pet-project APIs",
+ "repo": "https://github.com/KruASe76",
+ "owner": {
+ "username": "KruASe76",
+ "email": "kruanse@ya.ru",
+ "telegram": "https://t.me/KruASe"
+ },
+ "record": {
+ "A": [
+ "89.19.177.86"
+ ]
+ },
+ "proxied": true
+}
diff --git a/domains/kruase.json b/domains/kruase.json
index f976b0435..88d91a085 100644
--- a/domains/kruase.json
+++ b/domains/kruase.json
@@ -1,5 +1,5 @@
{
- "description": "For personal development usage",
+ "description": "Root subdomain, just a CNAME to Vercel",
"repo": "https://github.com/KruASe76",
"owner": {
"username": "KruASe76",
@@ -7,15 +7,7 @@
"telegram": "https://t.me/KruASe"
},
"record": {
- "A": [
- "89.19.177.86"
- ]
- },
- "redirect_config": {
- "custom_paths": {
- "/blog": "https://kruase.vercel.app"
- },
- "redirect_paths": true
+ "CNAME": "kruase.vercel.app"
},
"proxied": true
}
From 0a58b09e17aff11d320c928c1dc020b20cb7f156 Mon Sep 17 00:00:00 2001
From: Praveen Kumar <68219142+InfiniteCoder06@users.noreply.github.com>
Date: Wed, 12 Mar 2025 21:42:52 +0530
Subject: [PATCH 359/815] Create praveen-2006.json
---
domains/praveen-2006.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/praveen-2006.json
diff --git a/domains/praveen-2006.json b/domains/praveen-2006.json
new file mode 100644
index 000000000..77d1e048d
--- /dev/null
+++ b/domains/praveen-2006.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "InfiniteCoder06",
+ "email": "mallidipraveenkumar@gmail.com"
+ },
+ "record": {
+ "A": ["76.76.21.21"]
+ }
+}
From fdf03cdb53df31e2e240fbbc3119e5c5d88a3c9d Mon Sep 17 00:00:00 2001
From: Praveen Kumar <68219142+InfiniteCoder06@users.noreply.github.com>
Date: Wed, 12 Mar 2025 21:45:02 +0530
Subject: [PATCH 360/815] Create _vercel.praveen-2006.json
---
domains/_vercel.praveen-2006.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/_vercel.praveen-2006.json
diff --git a/domains/_vercel.praveen-2006.json b/domains/_vercel.praveen-2006.json
new file mode 100644
index 000000000..2ce2088a4
--- /dev/null
+++ b/domains/_vercel.praveen-2006.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "InfiniteCoder06",
+ "email": "mallidipraveenkumar@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=praveen-2006.is-a.dev,6ed24154aab38b23b2d3"
+ }
+}
From 7218b1b0c7d84f13078e5767dd044534baaad58e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Manuel=20Ramallo=20D=C3=ADaz?=
<32164753+ManuelRamallo@users.noreply.github.com>
Date: Wed, 12 Mar 2025 20:08:31 +0100
Subject: [PATCH 361/815] Create manuelramallo.json
---
domains/manuelramallo.json | 8 ++++++++
1 file changed, 8 insertions(+)
create mode 100644 domains/manuelramallo.json
diff --git a/domains/manuelramallo.json b/domains/manuelramallo.json
new file mode 100644
index 000000000..b83f885db
--- /dev/null
+++ b/domains/manuelramallo.json
@@ -0,0 +1,8 @@
+{
+ "owner": {
+ "username": "ManuelRamallo"
+ },
+ "record": {
+ "CNAME": "manuelramallo.github.io"
+ }
+}
From a4fb762ae9503ee22f18f8d508676408b032d540 Mon Sep 17 00:00:00 2001
From: _readsack <79992197+readsack@users.noreply.github.com>
Date: Thu, 13 Mar 2025 01:02:05 +0530
Subject: [PATCH 362/815] Delete domains/the-green-light.json
---
domains/the-green-light.json | 9 ---------
1 file changed, 9 deletions(-)
delete mode 100644 domains/the-green-light.json
diff --git a/domains/the-green-light.json b/domains/the-green-light.json
deleted file mode 100644
index bec4a9ac0..000000000
--- a/domains/the-green-light.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Senky-Dev",
- "email": "agarwala.keshav10@gmail.com"
- },
- "record": {
- "CNAME": "the-green-light.pages.dev"
- }
-}
From 4d9a55e55797a59918758c1ac9d64e85e43a5b4f Mon Sep 17 00:00:00 2001
From: William Harrison <87287585+wdhdev@users.noreply.github.com>
Date: Thu, 13 Mar 2025 12:20:27 +0800
Subject: [PATCH 363/815] fix tests
---
.github/workflows/ci.yml | 2 +-
domains/_atproto.lumi.json | 2 +-
domains/_atproto.razo.json | 10 -----
domains/_discord.harunabdullah.json | 2 +-
domains/_discord.jonathan-russ.json | 10 -----
domains/_discord.lumi.json | 2 +-
domains/_discord.rouf0x.json | 4 +-
domains/_discord.sabbir.json | 8 ----
domains/_discord.whisp.json | 9 -----
domains/_gh-lumidevelopment-o.lumi.json | 2 +-
..._github-challenge-spicydevs-org.spicy.json | 9 -----
...ub-pages-challenge-abiapp789.abiapp22.json | 10 -----
...ithub-pages-challenge-akpi816218.akpi.json | 9 -----
...ithub-pages-challenge-fa-fifi.fa-fifi.json | 10 -----
.../_github-pages-challenge-i-jer.jer.json | 2 +-
.../_github-pages-challenge-lean-cc.kars.json | 11 ------
...es-challenge-ramanandkrgupta.ramanand.json | 9 -----
.../_github-pages-challenge-yashokuu.yas.json | 2 +-
domains/_vercel.about.harshshah.json | 10 -----
domains/_vercel.amanraj.json | 13 -------
domains/_vercel.greeshma.json | 10 -----
domains/_vercel.huuloc.json | 11 ------
domains/_vercel.isaiadriel.json | 10 -----
domains/_vercel.jonathan-russ.json | 10 -----
domains/_vercel.manishgun.json | 9 -----
domains/_vercel.xenonrexo.json | 2 +-
domains/about.harshshah.json | 10 -----
domains/akpi.json | 2 +-
domains/discord.winbo.json | 9 -----
domains/lumi.json | 2 +-
domains/marco.voegeli.json | 9 -----
domains/pedrofff.json | 2 +-
domains/roohullah.kazmi.json | 11 ------
domains/schuh.json | 2 +-
domains/url.aditya.json | 12 ------
domains/zmail._domainkey.devarnav.json | 11 ------
tests/pr.test.js => pr.test.js | 2 +-
tests/domains.test.js | 39 ++++++-------------
util/trusted.json | 3 ++
39 files changed, 29 insertions(+), 273 deletions(-)
delete mode 100644 domains/_atproto.razo.json
delete mode 100644 domains/_discord.jonathan-russ.json
delete mode 100644 domains/_discord.sabbir.json
delete mode 100644 domains/_discord.whisp.json
delete mode 100644 domains/_github-challenge-spicydevs-org.spicy.json
delete mode 100644 domains/_github-pages-challenge-abiapp789.abiapp22.json
delete mode 100644 domains/_github-pages-challenge-akpi816218.akpi.json
delete mode 100644 domains/_github-pages-challenge-fa-fifi.fa-fifi.json
delete mode 100644 domains/_github-pages-challenge-lean-cc.kars.json
delete mode 100644 domains/_github-pages-challenge-ramanandkrgupta.ramanand.json
delete mode 100644 domains/_vercel.about.harshshah.json
delete mode 100644 domains/_vercel.amanraj.json
delete mode 100644 domains/_vercel.greeshma.json
delete mode 100644 domains/_vercel.huuloc.json
delete mode 100644 domains/_vercel.isaiadriel.json
delete mode 100644 domains/_vercel.jonathan-russ.json
delete mode 100644 domains/_vercel.manishgun.json
delete mode 100644 domains/about.harshshah.json
delete mode 100644 domains/discord.winbo.json
delete mode 100644 domains/marco.voegeli.json
delete mode 100644 domains/roohullah.kazmi.json
delete mode 100644 domains/url.aditya.json
delete mode 100644 domains/zmail._domainkey.devarnav.json
rename tests/pr.test.js => pr.test.js (94%)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 1faaef82c..4e6f30beb 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -42,7 +42,7 @@ jobs:
- name: Get changed files
if: github.event_name == 'pull_request'
run: |
- FILES=$(gh api --jq '[.[] | .filename]' /repos/{owner}/{repo}/pulls/${{ github.event.number }}/files)
+ FILES=$(gh api --jq '[.[] | select(.status != "removed") | .filename]' /repos/{owner}/{repo}/pulls/${{ github.event.number }}/files)
echo "CHANGED_FILES=$FILES" >> $GITHUB_ENV
env:
GH_TOKEN: ${{ github.token }}
diff --git a/domains/_atproto.lumi.json b/domains/_atproto.lumi.json
index 7c80a4563..1a19c7d60 100644
--- a/domains/_atproto.lumi.json
+++ b/domains/_atproto.lumi.json
@@ -1,6 +1,6 @@
{
"owner": {
- "username": "itsFatlum",
+ "username": "itssfatlum",
"email": "fatlum@lumi.is-a.dev"
},
"record": {
diff --git a/domains/_atproto.razo.json b/domains/_atproto.razo.json
deleted file mode 100644
index 6186da4d3..000000000
--- a/domains/_atproto.razo.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "Domain verification for my Bluesky account.",
- "owner": {
- "username": "razobeckett",
- "email": "razobeckett@proton.me"
- },
- "record": {
- "TXT": "did=did:plc:w6h4dilqruly6q4zki2mj5qt"
- }
-}
diff --git a/domains/_discord.harunabdullah.json b/domains/_discord.harunabdullah.json
index b02c66be9..5c89533cb 100644
--- a/domains/_discord.harunabdullah.json
+++ b/domains/_discord.harunabdullah.json
@@ -1,6 +1,6 @@
{
"owner": {
- "username": "harunabdullah",
+ "username": "harunabdullahrakin",
"email": "harunabdullahrakin@gmail.com"
},
"record": {
diff --git a/domains/_discord.jonathan-russ.json b/domains/_discord.jonathan-russ.json
deleted file mode 100644
index 85ec5b4c7..000000000
--- a/domains/_discord.jonathan-russ.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "JonathanXDR",
- "email": "jonathan.russ@bluewin.ch",
- "discord": "494042822320717827"
- },
- "record": {
- "TXT": "dh=38d522d76c80c10c68fa083f015b65ef2986a91b"
- }
-}
diff --git a/domains/_discord.lumi.json b/domains/_discord.lumi.json
index 94a9a1b26..774b92f31 100644
--- a/domains/_discord.lumi.json
+++ b/domains/_discord.lumi.json
@@ -1,6 +1,6 @@
{
"owner": {
- "username": "itsFatlum",
+ "username": "itssfatlum",
"discord": "563697359423406082"
},
"record": {
diff --git a/domains/_discord.rouf0x.json b/domains/_discord.rouf0x.json
index c5afbd574..b9cd3eb35 100644
--- a/domains/_discord.rouf0x.json
+++ b/domains/_discord.rouf0x.json
@@ -1,7 +1,7 @@
{
"owner": {
- "username": "Roufox",
- "discord": "Roufox"
+ "username": "Rouf0x",
+ "discord": "roufox"
},
"record": {
"TXT": "dh=c3f8c6ef337cccc45ed0c1fac8f1dbbb76b86271"
diff --git a/domains/_discord.sabbir.json b/domains/_discord.sabbir.json
deleted file mode 100644
index a57a9d97f..000000000
--- a/domains/_discord.sabbir.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "owner": {
- "username": "s8rr"
- },
- "record": {
- "TXT": ["dh=02cb947f7961bbd1816cb3aa4d2d47854665515c"]
- }
-}
diff --git a/domains/_discord.whisp.json b/domains/_discord.whisp.json
deleted file mode 100644
index e84b61faf..000000000
--- a/domains/_discord.whisp.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "itswhisp",
- "email": "ag.whisp@gmail.com"
- },
- "record": {
- "TXT": "dh=f98e45bf000905131a5ee712210c9561d2079b24"
- }
-}
diff --git a/domains/_gh-lumidevelopment-o.lumi.json b/domains/_gh-lumidevelopment-o.lumi.json
index 93f4e58c2..9053f020f 100644
--- a/domains/_gh-lumidevelopment-o.lumi.json
+++ b/domains/_gh-lumidevelopment-o.lumi.json
@@ -1,6 +1,6 @@
{
"owner": {
- "username": "LUMIDevelopment"
+ "username": "itssfatlum"
},
"record": {
"TXT": ["eade7c5be7"]
diff --git a/domains/_github-challenge-spicydevs-org.spicy.json b/domains/_github-challenge-spicydevs-org.spicy.json
deleted file mode 100644
index b38b357ca..000000000
--- a/domains/_github-challenge-spicydevs-org.spicy.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "oyepriyansh",
- "email": "oyepriyansh@hotmail.com"
- },
- "record": {
- "TXT": "0e84f14f3a"
- }
-}
diff --git a/domains/_github-pages-challenge-abiapp789.abiapp22.json b/domains/_github-pages-challenge-abiapp789.abiapp22.json
deleted file mode 100644
index cd681e6b9..000000000
--- a/domains/_github-pages-challenge-abiapp789.abiapp22.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "domain": "abiapp1789.is-a.dev",
- "owner": {
- "username": "abiapp789",
- "email": "abiapp2024@gmail.com"
- },
- "record": {
- "TXT": "e8984bf946de59788c1b78b19b8d51"
- }
-}
diff --git a/domains/_github-pages-challenge-akpi816218.akpi.json b/domains/_github-pages-challenge-akpi816218.akpi.json
deleted file mode 100644
index 030db64ef..000000000
--- a/domains/_github-pages-challenge-akpi816218.akpi.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "akpi816218",
- "discord": "equus_quagga"
- },
- "record": {
- "TXT": "83f74e3c71720aa4514d32cabe7324"
- }
-}
diff --git a/domains/_github-pages-challenge-fa-fifi.fa-fifi.json b/domains/_github-pages-challenge-fa-fifi.fa-fifi.json
deleted file mode 100644
index e68a19e0e..000000000
--- a/domains/_github-pages-challenge-fa-fifi.fa-fifi.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "Github page domain verification",
- "owner": {
- "username": "fa-fifi",
- "email": "fafifi1997@gmail.com"
- },
- "record": {
- "TXT": "4076c15aac94a89c1a131d252cf368"
- }
-}
diff --git a/domains/_github-pages-challenge-i-jer.jer.json b/domains/_github-pages-challenge-i-jer.jer.json
index ba868f179..cc0be384e 100644
--- a/domains/_github-pages-challenge-i-jer.jer.json
+++ b/domains/_github-pages-challenge-i-jer.jer.json
@@ -1,6 +1,6 @@
{
"owner": {
- "username": "JerBlox",
+ "username": "i-Jer",
"email": "chen.fuyuan07@gmail.com"
},
"record": {
diff --git a/domains/_github-pages-challenge-lean-cc.kars.json b/domains/_github-pages-challenge-lean-cc.kars.json
deleted file mode 100644
index 3b0f43bdf..000000000
--- a/domains/_github-pages-challenge-lean-cc.kars.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Personal website.",
- "repo": "https://github.com/lean-cc/Personal-site",
- "owner": {
- "username": "lean-cc",
- "email": "leancc3020@gmail.com"
- },
- "record": {
- "TXT": "3c11059b471a5b5163437912c020df"
- }
-}
diff --git a/domains/_github-pages-challenge-ramanandkrgupta.ramanand.json b/domains/_github-pages-challenge-ramanandkrgupta.ramanand.json
deleted file mode 100644
index f3502af5c..000000000
--- a/domains/_github-pages-challenge-ramanandkrgupta.ramanand.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "ramanandkrgupta",
- "email": "ramanand@myyahoo.com"
- },
- "record": {
- "TXT": "07cd3e879dce98546f212f494f50da"
- }
-}
diff --git a/domains/_github-pages-challenge-yashokuu.yas.json b/domains/_github-pages-challenge-yashokuu.yas.json
index 1de373534..e4d8836d4 100644
--- a/domains/_github-pages-challenge-yashokuu.yas.json
+++ b/domains/_github-pages-challenge-yashokuu.yas.json
@@ -1,6 +1,6 @@
{
"owner": {
- "username": "yashokuu",
+ "username": "yashoukuu",
"email": "yas.studios.en@gmail.com"
},
"record": {
diff --git a/domains/_vercel.about.harshshah.json b/domains/_vercel.about.harshshah.json
deleted file mode 100644
index 20179c209..000000000
--- a/domains/_vercel.about.harshshah.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "Harsh-0986",
- "email": "harsh2102.dev@gmail.com",
- "discord": "889700837520199761"
- },
- "record": {
- "TXT": "vc-domain-verify=about.harshshah.is-a.dev,f9d8e16efb5cc0d31d96"
- }
-}
diff --git a/domains/_vercel.amanraj.json b/domains/_vercel.amanraj.json
deleted file mode 100644
index 27511e0c9..000000000
--- a/domains/_vercel.amanraj.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "description": "This website is my personal portfolio",
- "repo": "https://github.com/huamanraj/Portfolio-v4",
- "owner": {
- "username": "huamanraj",
- "email": "amanraj12.ar@gmail.com",
- "discord": "amanraj"
- },
- "record": {
- "TXT": ["vc-domain-verify=amanraj.is-a.dev,25dd2c58bb98baf55cd4"]
- }
- }
-
\ No newline at end of file
diff --git a/domains/_vercel.greeshma.json b/domains/_vercel.greeshma.json
deleted file mode 100644
index 0d8d151ad..000000000
--- a/domains/_vercel.greeshma.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "greeshhma",
- "email": "greeshma864@gmail.com",
- "discord": "greeshhma"
- },
- "record": {
- "TXT": "vc-domain-verify=greeshma.is-a.dev,dcf8eae911029ace6427"
- }
-}
diff --git a/domains/_vercel.huuloc.json b/domains/_vercel.huuloc.json
deleted file mode 100644
index 3c2811d75..000000000
--- a/domains/_vercel.huuloc.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "huuloc",
- "email": "huuloc2026@gmail.com"
- },
- "record": {
- "TXT": [
- "vc-domain-verify=huuloc.is-a.dev,251080b2d18334a71c6e"
- ]
- }
-}
diff --git a/domains/_vercel.isaiadriel.json b/domains/_vercel.isaiadriel.json
deleted file mode 100644
index 59e6f6108..000000000
--- a/domains/_vercel.isaiadriel.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "AdrielValecillo",
- "email": "",
- "discord": "386501216504512514"
- },
- "record": {
- "TXT": "vc-domain-verify=isaiadriel.is-a.dev,bbb52dc1293221795089"
- }
-}
diff --git a/domains/_vercel.jonathan-russ.json b/domains/_vercel.jonathan-russ.json
deleted file mode 100644
index dddf4eabc..000000000
--- a/domains/_vercel.jonathan-russ.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "JonathanXDR",
- "email": "jonathan.russ@bluewin.ch",
- "discord": "494042822320717827"
- },
- "record": {
- "TXT": "vc-domain-verify=jonathan-russ.is-a.dev,298a207b5f94dffde572"
- }
-}
diff --git a/domains/_vercel.manishgun.json b/domains/_vercel.manishgun.json
deleted file mode 100644
index bf60d0cb8..000000000
--- a/domains/_vercel.manishgun.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "manishgun",
- "email": "mail.cto.manish@gmail.com"
- },
- "record": {
- "TXT": ["vc-domain-verify=manishgun.is-a.dev,f13d291aacd89c0da59c"]
- }
-}
diff --git a/domains/_vercel.xenonrexo.json b/domains/_vercel.xenonrexo.json
index 2a6c78644..08557d14c 100644
--- a/domains/_vercel.xenonrexo.json
+++ b/domains/_vercel.xenonrexo.json
@@ -1,6 +1,6 @@
{
"owner": {
- "username": "shshahms",
+ "username": "shshams",
"email": "shahadathossenshams@gmail.com"
},
"record": {
diff --git a/domains/about.harshshah.json b/domains/about.harshshah.json
deleted file mode 100644
index 4adaaf31d..000000000
--- a/domains/about.harshshah.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "Harsh-0986",
- "email": "harsh2102.dev@gmail.com",
- "discord": "889700837520199761"
- },
- "record": {
- "A": ["76.76.21.21"]
- }
-}
diff --git a/domains/akpi.json b/domains/akpi.json
index 1da856509..27bac795c 100644
--- a/domains/akpi.json
+++ b/domains/akpi.json
@@ -5,7 +5,7 @@
},
"record": {
"URL": "https://ackle.vercel.app/",
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "MX": ["mx1.improvmx.com", "mx2.imrovmx.com"],
"TXT": ["v=spf1 include:spf.improvmx.com ~all"]
}
}
diff --git a/domains/discord.winbo.json b/domains/discord.winbo.json
deleted file mode 100644
index 8d30e3739..000000000
--- a/domains/discord.winbo.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "komaru-meow",
- "email": "winbo-yml-exe@outlook.com"
- },
- "record": {
- "CNAME": "komaru-discord.github.io"
- }
-}
diff --git a/domains/lumi.json b/domains/lumi.json
index c98b1cb19..7b8bd0174 100644
--- a/domains/lumi.json
+++ b/domains/lumi.json
@@ -1,6 +1,6 @@
{
"owner": {
- "username": "itsFatlum",
+ "username": "itssfatlum",
"discord": "563697359423406082"
},
"record": {
diff --git a/domains/marco.voegeli.json b/domains/marco.voegeli.json
deleted file mode 100644
index c92231ffe..000000000
--- a/domains/marco.voegeli.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Marco-Voegeli",
- "email": "voegelijjm@gmail.com"
- },
- "record": {
- "CNAME": "marco-voegeli.github.io"
- }
-}
diff --git a/domains/pedrofff.json b/domains/pedrofff.json
index f007edb28..42d2319d8 100644
--- a/domains/pedrofff.json
+++ b/domains/pedrofff.json
@@ -2,7 +2,7 @@
"description": "Portfolio",
"repo": "https://github.com/Pedrofff23/Portfolio",
"owner": {
- "username": "Pedrofff",
+ "username": "Pedrofff23",
"email": "pmendes09@hotmail.com"
},
"record": {
diff --git a/domains/roohullah.kazmi.json b/domains/roohullah.kazmi.json
deleted file mode 100644
index 74b6cab92..000000000
--- a/domains/roohullah.kazmi.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "roohullah.kazmi",
- "owner": {
- "username": "r-kazmi",
- "email": "smrkamzi@gmail.com"
- },
- "record": {
- "URL": "https://linktr.ee/roohullah.kazmi"
- },
- "proxied": false
-}
diff --git a/domains/schuh.json b/domains/schuh.json
index 896579524..a1919a9de 100644
--- a/domains/schuh.json
+++ b/domains/schuh.json
@@ -1,6 +1,6 @@
{
"owner": {
- "username": "schuh",
+ "username": "vqpe",
"email": "theschuhofyou@gmail.com"
},
"record": {
diff --git a/domains/url.aditya.json b/domains/url.aditya.json
deleted file mode 100644
index bdf74b007..000000000
--- a/domains/url.aditya.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "subdomain for link redirection",
- "owner": {
- "username": "dedomil",
- "email": "ishqaddy@gmail.com",
- "twitter": "aadixl",
- "discord": "dedomil"
- },
- "record": {
- "CNAME": "edge.redirect.pizza"
- }
-}
diff --git a/domains/zmail._domainkey.devarnav.json b/domains/zmail._domainkey.devarnav.json
deleted file mode 100644
index baa38f9b5..000000000
--- a/domains/zmail._domainkey.devarnav.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "ArnavBarway",
- "email": "playnav.yt@gmail.com"
- },
- "record": {
- "TXT": [
- "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDSshIz5JRWquCDisgpRtbtWwMhzi2asXOamXxO6G80r4cNYll2/7AWSIxEKGV8t/eoGo9xiryfUXi0W5P5jHY6TWcdawPE/xBoBySt58dQtOElHEplukCYxyTotrvdQp1nH9w2jmexZfjXzOS97sGwUXHDWxNZjwT7hYf5Kzif+QIDAQAB"
- ]
- }
-}
diff --git a/tests/pr.test.js b/pr.test.js
similarity index 94%
rename from tests/pr.test.js
rename to pr.test.js
index 8456e1576..d9c1ae5e2 100644
--- a/tests/pr.test.js
+++ b/pr.test.js
@@ -2,7 +2,7 @@ const t = require("ava");
const fs = require("fs-extra");
const path = require("path");
-const trustedUsers = require("../util/trusted.json").map((u) => u.toLowerCase());
+const trustedUsers = require("./util/trusted.json").map((u) => u.toLowerCase());
function getDomainData(subdomain) {
try {
diff --git a/tests/domains.test.js b/tests/domains.test.js
index cecb2159f..1804e5037 100644
--- a/tests/domains.test.js
+++ b/tests/domains.test.js
@@ -21,31 +21,14 @@ function getDomainData(subdomain) {
}
}
-function getParentSubdomain(subdomain) {
- const parts = subdomain.split(".");
-
- if (parts.length <= 1) return null; // No parent for top-level subdomains
-
- // Try to find the parent subdomain by iterating over the parts
- for (let i = parts.length - 1; i > 0; i--) {
- const potentialParent = parts.slice(i - 1).join(".");
-
- if (files.includes(`${potentialParent}.json`)) {
- return potentialParent;
- }
- }
-
- return null;
-}
-
t("Nested subdomains should not exist without a parent subdomain", (t) => {
files.forEach((file) => {
const subdomain = file.replace(/\.json$/, "");
+ const parentDomain = subdomain.split(".").reverse()[0];
- if (subdomain.split(".").length > 1) {
- const parentSubdomain = getParentSubdomain(subdomain);
+ if (parentDomain !== subdomain) {
t.true(
- parentSubdomain && files.includes(`${parentSubdomain}.json`),
+ parentDomain && files.includes(`${parentDomain}.json`),
`${file}: Parent subdomain does not exist`
);
}
@@ -55,12 +38,12 @@ t("Nested subdomains should not exist without a parent subdomain", (t) => {
t("Nested subdomains should not exist if the parent subdomain has NS records", (t) => {
files.forEach((file) => {
const subdomain = file.replace(/\.json$/, "");
+ const parentDomain = subdomain.split(".").reverse()[0];
- if (subdomain.split(".").length > 1) {
- const parentSubdomain = getParentSubdomain(subdomain);
- const parentDomain = getDomainData(parentSubdomain);
+ if (parentDomain !== subdomain) {
+ const parentData = getDomainData(parentDomain);
- t.true(!parentDomain.record.NS, `${file}: Parent subdomain has NS records`);
+ t.true(!parentData.record.NS, `${file}: Parent subdomain has NS records`);
}
});
});
@@ -68,14 +51,14 @@ t("Nested subdomains should not exist if the parent subdomain has NS records", (
t("Nested subdomains should be owned by the parent subdomain's owner", (t) => {
files.forEach((file) => {
const subdomain = file.replace(/\.json$/, "");
+ const parentDomain = subdomain.split(".").reverse()[0];
- if (subdomain.split(".").length > 1) {
+ if (parentDomain !== subdomain) {
const data = getDomainData(subdomain);
- const parentSubdomain = getParentSubdomain(subdomain);
- const parentDomain = getDomainData(parentSubdomain);
+ const parentData = getDomainData(parentDomain);
t.true(
- data.owner.username.toLowerCase() === parentDomain.owner.username.toLowerCase(),
+ data.owner.username.toLowerCase() === parentData.owner.username.toLowerCase(),
`${file}: Owner does not match the parent subdomain`
);
}
diff --git a/util/trusted.json b/util/trusted.json
index 4b1b9b611..3c6078ccf 100644
--- a/util/trusted.json
+++ b/util/trusted.json
@@ -1,8 +1,11 @@
[
+ "21Z",
"DEV-DIBSTER",
"iostpa",
"is-a-dev-bot",
"orangci",
"Stef-00012",
+ "SX-9",
+ "WDH-2",
"wdhdev"
]
From d2896f11ab3894677341428e544e814535648f6a Mon Sep 17 00:00:00 2001
From: William Harrison <87287585+wdhdev@users.noreply.github.com>
Date: Thu, 13 Mar 2025 12:21:05 +0800
Subject: [PATCH 364/815] move pr test back
---
pr.test.js => tests/pr.test.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename pr.test.js => tests/pr.test.js (94%)
diff --git a/pr.test.js b/tests/pr.test.js
similarity index 94%
rename from pr.test.js
rename to tests/pr.test.js
index d9c1ae5e2..8456e1576 100644
--- a/pr.test.js
+++ b/tests/pr.test.js
@@ -2,7 +2,7 @@ const t = require("ava");
const fs = require("fs-extra");
const path = require("path");
-const trustedUsers = require("./util/trusted.json").map((u) => u.toLowerCase());
+const trustedUsers = require("../util/trusted.json").map((u) => u.toLowerCase());
function getDomainData(subdomain) {
try {
From 43d70c7e1deab969ef29b44c8709535a3af04dd5 Mon Sep 17 00:00:00 2001
From: William Harrison <87287585+wdhdev@users.noreply.github.com>
Date: Thu, 13 Mar 2025 12:22:13 +0800
Subject: [PATCH 365/815] fix typo in akpi.json
---
domains/akpi.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/akpi.json b/domains/akpi.json
index 27bac795c..1da856509 100644
--- a/domains/akpi.json
+++ b/domains/akpi.json
@@ -5,7 +5,7 @@
},
"record": {
"URL": "https://ackle.vercel.app/",
- "MX": ["mx1.improvmx.com", "mx2.imrovmx.com"],
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
"TXT": ["v=spf1 include:spf.improvmx.com ~all"]
}
}
From e6b7ec3e154fbc9194e1ecb56088ac9b17bdd116 Mon Sep 17 00:00:00 2001
From: William Harrison <87287585+wdhdev@users.noreply.github.com>
Date: Thu, 13 Mar 2025 12:29:33 +0800
Subject: [PATCH 366/815] prettier + fix some improvmx and gh pages records
---
domains/0xarchit.json | 6 +---
domains/4hmet.json | 14 ++++----
domains/57.json | 13 ++++++-
domains/_atproto.priyanshu.json | 2 +-
domains/_discord.arlan.json | 14 ++++----
domains/_discord.arsenobetaine.json | 14 ++++----
domains/_discord.cally.json | 14 ++++----
domains/_discord.colin.json | 13 ++++---
domains/_discord.harunabdullah.json | 14 ++++----
domains/_discord.liam.json | 14 ++++----
domains/_discord.lver.json | 2 +-
domains/_discord.nek0zyx.json | 14 ++++----
domains/_discord.nickibreeki.json | 14 ++++----
domains/_discord.notzer0two.json | 14 ++++----
domains/_discord.qing762.json | 16 ++++-----
domains/_discord.schuh.json | 14 ++++----
domains/_discord.sep.json | 18 +++++-----
domains/_discord.shimizu.json | 14 ++++----
domains/_discord.thangle.json | 19 +++++-----
...ithub-pages-challenge-alenseeman.alen.json | 14 ++++----
...b-pages-challenge-alpha-og.athulanoop.json | 14 ++++----
...challenge-arsenobetaine.arsenobetaine.json | 14 ++++----
...b-pages-challenge-baturalp52.baturalp.json | 14 ++++----
...pages-challenge-breakertws.breakertws.json | 14 ++++----
...thub-pages-challenge-chauvansang.sang.json | 14 ++++----
.../_github-pages-challenge-daspete.pete.json | 18 +++++-----
...hub-pages-challenge-herwingx.ghsearch.json | 14 ++++----
...pages-challenge-hungthai1401.hungthai.json | 2 +-
..._github-pages-challenge-jecoh12.jecoh.json | 14 ++++----
...github-pages-challenge-kajpio.kajetan.json | 16 ++++-----
...b-pages-challenge-kellylawrence.kelly.json | 14 ++++----
...allenge-kunalpurandare.kunalpurandare.json | 14 ++++----
...ub-pages-challenge-leespencer.spencer.json | 14 ++++----
..._github-pages-challenge-lyaxsh.lyaxsh.json | 14 ++++----
...hub-pages-challenge-mcalec-dev.mcalec.json | 20 +++++------
..._github-pages-challenge-mnhtng.mnhtng.json | 12 +++----
..._github-pages-challenge-mrsiir.xavier.json | 2 +-
...thub-pages-challenge-natedog2424.nd24.json | 14 ++++----
...thub-pages-challenge-nduartech.nathan.json | 14 ++++----
...ithub-pages-challenge-nuraly-v.nuraly.json | 14 ++++----
...github-pages-challenge-parzi-val.bala.json | 16 ++++-----
..._github-pages-challenge-prs96.pranavs.json | 14 ++++----
...thub-pages-challenge-robinjesba.robin.json | 14 ++++----
...ithub-pages-challenge-rudwolf.rodolfo.json | 14 ++++----
...hub-pages-challenge-saganaki22.drbaph.json | 14 ++++----
...ages-challenge-sandunmadhushan.sandun.json | 14 ++++----
...pages-challenge-sangeeth-606.sangeeth.json | 14 ++++----
..._github-pages-challenge-sepultrex.sep.json | 16 ++++-----
...ges-challenge-shukraditya.shukraditya.json | 16 ++++-----
...ub-pages-challenge-sidhant947.sidhant.json | 16 ++++-----
...ges-challenge-unidentifiedx.sunzizhuo.json | 14 ++++----
.../_github-pages-challenge-yashokuu.yas.json | 14 ++++----
.../_github-pages-challenge.wildchamo.json | 14 ++++----
domains/_vercel.4hmet.json | 14 ++++----
domains/_vercel.aadityaa.json | 14 ++++----
domains/_vercel.aakashrawat.json | 16 ++++-----
domains/_vercel.abdullah-al-mridul.json | 14 ++++----
domains/_vercel.abdullahcxd.json | 20 +++++------
domains/_vercel.ahios.json | 16 ++++-----
domains/_vercel.aishik999.json | 14 ++++----
domains/_vercel.aitji.json | 16 ++++-----
domains/_vercel.akashkumar.json | 16 ++++-----
domains/_vercel.akk1to.json | 14 ++++----
domains/_vercel.alrakib.json | 14 ++++----
domains/_vercel.anand.json | 16 ++++-----
domains/_vercel.andresarr.json | 16 ++++-----
domains/_vercel.ansh.json | 14 ++++----
domains/_vercel.arhanansari.json | 14 ++++----
domains/_vercel.arkan.json | 14 ++++----
domains/_vercel.arlan.json | 14 ++++----
domains/_vercel.arvind.json | 14 ++++----
domains/_vercel.bumidenpasar.json | 14 ++++----
domains/_vercel.codesoft.json | 14 ++++----
domains/_vercel.codexkun.json | 14 ++++----
domains/_vercel.crystal.json | 14 ++++----
domains/_vercel.davr.json | 16 ++++-----
domains/_vercel.deeptanshu.json | 14 ++++----
domains/_vercel.dishant.json | 14 ++++----
domains/_vercel.divyanshudhruv.json | 14 ++++----
domains/_vercel.duypt14.json | 14 ++++----
domains/_vercel.emanuel-prado.json | 2 +-
domains/_vercel.farouk.json | 14 ++++----
domains/_vercel.fendimohamed.json | 16 ++++-----
domains/_vercel.francoleon.json | 16 ++++-----
domains/_vercel.glitched-da-kitty-cat.json | 14 ++++----
domains/_vercel.hareesh.json | 16 ++++-----
domains/_vercel.henderythmix.json | 14 ++++----
domains/_vercel.idriss.json | 2 +-
domains/_vercel.inputly.json | 16 ++++-----
domains/_vercel.isaacrobert33.json | 14 ++++----
domains/_vercel.itsjhonalex.json | 18 +++++-----
domains/_vercel.jar.json | 14 ++++----
domains/_vercel.jeanclaude.json | 14 ++++----
domains/_vercel.jmc.json | 16 ++++-----
domains/_vercel.juanpabloleonmaya.json | 18 +++++-----
domains/_vercel.kareem.json | 14 ++++----
domains/_vercel.ken-kuro.json | 14 ++++----
domains/_vercel.kevinmolina.json | 16 ++++-----
domains/_vercel.kilamieaz.json | 14 ++++----
domains/_vercel.layhout.json | 14 ++++----
domains/_vercel.luvtoxic.json | 18 +++++-----
domains/_vercel.lycoris.json | 14 ++++----
domains/_vercel.manhnguyen18.json | 8 ++---
domains/_vercel.marlonbaatjes.json | 15 ++++----
domains/_vercel.mateogariboglio.json | 14 ++++----
domains/_vercel.menn.json | 16 ++++-----
domains/_vercel.minhtan.json | 14 ++++----
domains/_vercel.monosen.json | 2 +-
domains/_vercel.mr-julus.json | 14 ++++----
domains/_vercel.mrtspeedy.json | 18 +++++-----
domains/_vercel.mudasir.json | 14 ++++----
domains/_vercel.muhammed.json | 14 ++++----
domains/_vercel.nabin.json | 14 ++++----
domains/_vercel.namansethi.json | 17 +++++----
domains/_vercel.newtun-code-cheat-sheet.json | 18 +++++-----
domains/_vercel.newtun.json | 18 +++++-----
domains/_vercel.ngoutam.json | 16 ++++-----
domains/_vercel.notzer0two.json | 14 ++++----
domains/_vercel.onerandom.json | 14 ++++----
domains/_vercel.raafey.json | 14 ++++----
domains/_vercel.rajeshkumar.json | 14 ++++----
domains/_vercel.rajeshreddy.json | 16 ++++-----
domains/_vercel.rajputshashank.json | 15 ++++----
domains/_vercel.raynaldescala.json | 14 ++++----
domains/_vercel.renant.json | 14 ++++----
domains/_vercel.riccardo126.json | 14 ++++----
domains/_vercel.risqiahmad.json | 17 +++++----
domains/_vercel.s1dd.json | 14 ++++----
domains/_vercel.saif.json | 16 ++++-----
domains/_vercel.shimizu.json | 14 ++++----
domains/_vercel.siya.json | 15 ++++----
domains/_vercel.skibidi.json | 6 +++-
domains/_vercel.sohag.json | 18 +++++-----
domains/_vercel.sombochea.json | 16 ++++-----
domains/_vercel.soul.json | 16 ++++-----
domains/_vercel.supperfreddo.json | 18 +++++-----
domains/_vercel.synthara.json | 14 ++++----
domains/_vercel.tanbaycu.json | 14 ++++----
domains/_vercel.terry.json | 14 ++++----
domains/_vercel.thavirak.json | 14 ++++----
domains/_vercel.tobias.json | 16 ++++-----
domains/_vercel.tsania.json | 14 ++++----
domains/_vercel.udit.json | 15 ++++----
domains/_vercel.ujjvaljoshi.json | 18 +++++-----
domains/_vercel.vdevanarayan.json | 14 ++++----
domains/_vercel.voidvault.json | 14 ++++----
domains/_vercel.w3teal.json | 18 +++++-----
domains/_vercel.wasim.json | 14 ++++----
domains/_vercel.xenonrexo.json | 14 ++++----
domains/_vercel.yohanesrioirsan.json | 14 ++++----
domains/_vercel.zara.json | 16 ++++-----
domains/aadityaa.json | 14 ++++----
domains/aakashrawat.json | 16 ++++-----
domains/aankit.json | 1 -
domains/abdullah-al-mridul.json | 14 ++++----
domains/abdulquddus.json | 15 ++++----
domains/abeer.json | 14 ++++----
domains/abhinav-shyju.json | 14 ++++----
domains/abidraza.json | 14 ++++----
domains/abu.json | 19 +++++-----
domains/ad.lver.json | 18 +++++-----
domains/affan.json | 5 +--
domains/afnan.json | 18 +++++-----
domains/ahios.json | 16 ++++-----
domains/ai.devmatei.json | 16 ++++-----
domains/aishik999.json | 14 ++++----
domains/aitji.json | 14 ++++----
domains/ak-profile.json | 14 ++++----
domains/akashj.json | 14 ++++----
domains/akashkumar.json | 16 ++++-----
domains/akk1to.json | 7 +++-
domains/akprofile.json | 14 ++++----
domains/albertodm.json | 18 +++++-----
domains/alec.json | 12 +++----
domains/alen.json | 18 +++++-----
domains/allen-xavier.json | 18 +++++-----
domains/alrakib.json | 14 ++++----
domains/alvaro14.json | 14 ++++----
domains/anand.json | 16 ++++-----
domains/andresarr.json | 16 ++++-----
domains/andriampeno.json | 19 +++++-----
domains/angganix.json | 22 ++++++------
domains/anhvt.json | 14 ++++----
domains/ankit-kelkar.json | 14 ++++----
domains/ansh.json | 14 ++++----
domains/anveshraman.json | 14 ++++----
domains/api.devmatei.json | 16 ++++-----
domains/arca.json | 17 +++++----
domains/arhanansari.json | 22 ++++++------
domains/ariabid.json | 14 ++++----
domains/arkan.json | 14 ++++----
domains/arlan.json | 14 ++++----
domains/armaan44.json | 20 +++++------
domains/armandosalcedo.json | 14 ++++----
domains/arsenobetaine.json | 18 +++++-----
domains/arvind.json | 14 ++++----
domains/ashkan.json | 18 +++++-----
domains/athulanoop.json | 18 +++++-----
domains/atomtr.json | 18 +++++-----
domains/axay.json | 14 ++++----
domains/ayberk.json | 18 +++++-----
domains/bala.json | 20 +++++------
domains/barry-hammer.json | 12 +++----
domains/baturalp.json | 18 +++++-----
domains/bayu.json | 14 ++++----
domains/beoo.json | 14 ++++----
domains/billion.json | 16 ++++-----
domains/bio.json | 18 +++++-----
domains/bitbend.json | 14 ++++----
domains/blkdang1.json | 12 +++----
domains/blogs.akk1to.json | 14 ++++----
domains/breakertws.json | 18 +++++-----
domains/brint.json | 12 +++----
domains/bryanj.json | 14 ++++----
domains/bumidenpasar.json | 14 ++++----
domains/cescdev.json | 14 ++++----
domains/cirno.json | 15 ++++----
domains/code-vista.json | 20 +++++------
domains/codexisme.json | 14 ++++----
domains/codexkun.json | 6 ++--
domains/colin.json | 15 ++++----
domains/coolify-app.json | 20 +++++------
domains/darsshan.json | 14 ++++----
domains/dauvet.json | 14 ++++----
domains/davidpizarro.json | 18 +++++-----
domains/davidsneighbour.json | 4 +--
domains/davr.json | 14 ++++----
domains/deeptanshu.json | 14 ++++----
domains/denblo.json | 16 ++++-----
domains/devghost.json | 21 +++++------
domains/devm.json | 16 ++++-----
domains/devma.json | 16 ++++-----
domains/devmai.json | 16 ++++-----
domains/devmat.json | 16 ++++-----
domains/devmate.json | 16 ++++-----
domains/devmatei-again.json | 16 ++++-----
domains/dhruvkoshta.json | 18 +++++-----
domains/dikshantsingh.json | 14 ++++----
domains/discord.devmatei.json | 16 ++++-----
domains/dishant.json | 10 +++---
domains/divyanshudhruv.json | 14 ++++----
domains/dm.devmatei.json | 16 ++++-----
domains/dm.json | 15 ++++----
domains/dmi.json | 16 ++++-----
domains/doansilinh.json | 12 +++----
domains/doc.devmatei.json | 16 ++++-----
domains/docs.abdullahcxd.json | 20 +++++------
domains/dodongduc.json | 16 ++++-----
domains/dongtran.json | 16 ++++-----
domains/drbaph.json | 14 ++++----
domains/dtdung.json | 12 +++----
domains/duanyang.json | 16 ++++-----
domains/duc.json | 18 +++++-----
domains/duyhandsome.json | 12 +++----
domains/duypt14.json | 14 ++++----
domains/dvm.json | 16 ++++-----
domains/dvmi.json | 16 ++++-----
domains/educatedsuddenbucket.json | 13 ++++++-
domains/elbek.json | 14 ++++----
domains/element.json | 16 ++++-----
domains/eli.json | 12 +++----
domains/emanuel-prado.json | 2 +-
domains/etercore.json | 16 ++++-----
domains/ethantran.json | 14 ++++----
domains/euler.json | 16 ++++-----
domains/existing.json | 1 -
domains/faaris.json | 19 +++++-----
domains/farouk.json | 14 ++++----
domains/faultywindows.json | 13 ++++++-
domains/febs.json | 2 +-
domains/fendimohamed.json | 18 +++++-----
domains/finch.json | 14 ++++----
domains/florent.json | 2 +-
domains/fongg.json | 18 +++++-----
domains/franlo42.json | 6 ++--
domains/freewill.devmatei.json | 16 ++++-----
domains/fsoft72.json | 16 ++++-----
domains/funinkina.json | 14 ++++----
domains/fusoras.json | 18 +++++-----
domains/fynnlukah.json | 14 ++++----
domains/gabriel-iturre.json | 14 ++++----
domains/ganeswarv.json | 18 +++++-----
domains/ghsearch.json | 18 +++++-----
domains/glitched-da-kitty-cat.json | 14 ++++----
domains/goddy.json | 15 ++++----
domains/godkode.json | 18 +++++-----
domains/guillelm.json | 18 +++++-----
domains/guvent.json | 19 +++++-----
domains/gwly.json | 12 +++----
domains/hamdi.json | 18 +++++-----
domains/haohoang.json | 16 ++++-----
domains/hareesh.json | 16 ++++-----
domains/harunabdullah.json | 15 ++++----
domains/haydenpc.json | 14 ++++----
domains/hemath.json | 15 ++++----
domains/henderythmix.json | 14 ++++----
domains/hercase.json | 14 ++++----
domains/herve.json | 14 ++++----
domains/heyaxo.json | 31 ++++++++--------
domains/hoan.json | 16 ++++-----
domains/holedev.json | 16 ++++-----
domains/homelab.json | 5 +--
domains/hongquang.json | 18 +++++-----
domains/hungthai.json | 2 +-
domains/huntroid.json | 13 ++++++-
domains/huu-hoang.json | 4 +--
domains/iamdhakrey.json | 16 ++++-----
domains/idcesares.json | 18 +++++-----
domains/idriss.json | 14 ++++----
domains/imm0nv1nhtv.json | 2 +-
domains/imxitiz.json | 14 ++++----
domains/inputly.json | 16 ++++-----
domains/is-a-dev.devmatei.json | 16 ++++-----
domains/isaacrobert33.json | 14 ++++----
domains/islandboy.json | 5 +--
domains/itsjhonalex.json | 18 +++++-----
domains/itz-rj-here.json | 18 +++++-----
domains/jameshartley.json | 20 +++++------
domains/jar.json | 14 ++++----
domains/jasvindersingh.json | 14 ++++----
domains/jawad0501.json | 18 +++++-----
domains/jecoh.json | 18 +++++-----
domains/jeielmiranda.json | 18 +++++-----
domains/jg.json | 20 +++++------
domains/jmc.json | 16 ++++-----
domains/jmmille.json | 14 ++++----
domains/jonathangeva.json | 20 +++++------
domains/jonathanmoya.json | 18 +++++-----
domains/josh.json | 6 ++--
domains/juanpabloleonmaya.json | 18 +++++-----
domains/juantito.json | 14 ++++----
domains/jubal.json | 18 +++++-----
domains/justdeveloper.json | 5 +--
domains/juststudio.json | 6 +---
domains/jwe0.json | 4 +--
domains/kareem.json | 14 ++++----
domains/karthikeyanj.json | 18 +++++-----
domains/katumbapaul.json | 19 +++++-----
domains/kelly.json | 18 +++++-----
domains/ken-kuro.json | 14 ++++----
domains/kennymolina.json | 2 +-
domains/kevinmolina.json | 16 ++++-----
domains/kilamieaz.json | 14 ++++----
domains/konnn04.json | 18 +++++-----
domains/kunalpurandare.json | 16 ++++-----
domains/kz.json | 2 +-
domains/layhout.json | 14 ++++----
domains/leon.json | 2 +-
domains/link-to.lver.json | 18 +++++-----
domains/lit.lver.json | 26 +++++++-------
domains/locionic.json | 14 ++++----
domains/lololand.json | 14 ++++----
domains/luanvu.json | 24 ++++++-------
domains/ludolua.json | 14 ++++----
domains/luiz.json | 14 ++++----
domains/luvtoxic.json | 18 +++++-----
domains/lver-rocks.lver.json | 26 +++++++-------
domains/lver.json | 32 ++++++++---------
domains/lyaxsh.json | 18 +++++-----
domains/lycoris.json | 14 ++++----
domains/mahmoud-makady.json | 14 ++++----
domains/mail.lver.json | 18 ++++------
domains/main.devmatei.json | 16 ++++-----
domains/manoj.json | 19 +++++-----
domains/marjuz.json | 12 +++----
domains/marlon.json | 14 ++++----
domains/marlonbaatjes.json | 15 ++++----
domains/marten-mrfc.json | 18 +++++-----
domains/matei.json | 16 ++++-----
domains/mateogariboglio.json | 14 ++++----
domains/mateusz.json | 12 +++----
domains/mattew.json | 16 ++++-----
domains/mayuresh.json | 14 ++++----
domains/mcalec.json | 20 +++++------
domains/mehrshad.json | 18 +++++-----
domains/meme.devmatei.json | 16 ++++-----
domains/menn.json | 16 ++++-----
domains/mertdemir.json | 19 +++++-----
domains/milaan.json | 14 ++++----
domains/moddatei.json | 14 ++++----
domains/mohammedobaid.json | 16 ++++-----
domains/mohammedwisam.json | 14 ++++----
domains/mohsen.json | 16 ++++-----
domains/monosen.json | 18 +++++-----
domains/morzhstudio.json | 13 ++++++-
domains/mrtspeedy.json | 18 +++++-----
domains/mudasir.json | 14 ++++----
domains/muhammed.json | 14 ++++----
domains/nabin.json | 14 ++++----
domains/namansethi.json | 15 ++++----
domains/narendradwivedi.json | 16 ++++-----
domains/nashnc.json | 14 ++++----
domains/nathanospino.json | 14 ++++----
domains/nek0zyx.json | 18 +++++-----
domains/newtun-code-cheat-sheet.json | 18 +++++-----
domains/newtun.json | 18 +++++-----
domains/ngocphung.json | 12 +++----
domains/ngoutam.json | 16 ++++-----
domains/nguyen-phuong-nam.json | 14 ++++----
domains/nhim411.json | 20 +++++------
domains/nickibreeki.json | 14 ++++----
domains/nihalkrishna.json | 14 ++++----
domains/nipuni.json | 14 ++++----
domains/noelpatonog.json | 14 ++++----
domains/noob.json | 18 +++++-----
domains/notaproton.json | 21 ++++++-----
domains/notdevmatei.json | 16 ++++-----
domains/notzer0two.json | 14 ++++----
domains/nuraly.json | 16 ++++-----
domains/nvcoden.json | 20 +++++------
domains/nvhai272.json | 12 +++----
domains/oliver.json | 14 ++++----
domains/omarabdellatif.json | 18 +++++-----
domains/omarjaber.json | 19 +++++-----
domains/omesh.json | 12 +++----
domains/omkar.json | 21 ++++++-----
domains/onerandom.json | 14 ++++----
domains/owens.json | 12 +++----
domains/panashe-mapika.json | 12 +++----
domains/panashe.json | 12 +++----
domains/pavanc.json | 19 +++++-----
domains/pete.json | 22 ++++++------
domains/phi.json | 5 +--
domains/pikachu.json | 14 ++++----
domains/pita.json | 14 ++++----
domains/pixelbend.json | 14 ++++----
domains/pranavagrawal.json | 14 ++++++--
domains/prasant.json | 20 +++++------
domains/pratikthapw.json | 14 ++++----
domains/priscila.json | 14 ++++----
domains/pyaesonewin.json | 20 +++++------
domains/quddi.json | 14 ++++----
domains/rafaelfernandes.json | 32 ++++++++---------
domains/raghav.json | 18 +++++-----
domains/rahulc0dy.json | 16 ++++-----
domains/rahulsunil.json | 18 +++++-----
domains/rahulverma.json | 18 +++++-----
domains/rajeshreddy.json | 14 ++++----
domains/rajputshashank.json | 20 +++++------
domains/raspicloud.json | 14 ++++----
domains/raynaldescala.json | 14 ++++----
domains/realfara.json | 13 ++++++-
domains/renant.json | 14 ++++----
domains/resend._domainkey.blogs.akk1to.json | 14 ++++----
domains/riccardo126.json | 14 ++++----
domains/risqiahmad.json | 17 +++++----
domains/rizqi.json | 20 +++++------
domains/rodolfo.json | 18 +++++-----
domains/roei.json | 14 ++++----
domains/ronnieaban.json | 14 ++++----
domains/rudeus.json | 14 ++++----
domains/rupankar.json | 20 +++++------
domains/s1dd.json | 14 ++++----
domains/sad-devmatei.json | 16 ++++-----
domains/saif.json | 16 ++++-----
domains/samadhi.json | 14 ++++----
domains/sangeeth.json | 19 +++++-----
domains/satindar.json | 14 ++++----
domains/secsum.json | 16 ++++-----
domains/send.blogs.akk1to.json | 16 ++++-----
domains/sep.json | 22 ++++++------
domains/sergarsilla.json | 14 ++++----
domains/sh13y.json | 18 +++++-----
domains/shikhar.json | 18 +++++-----
domains/shimizu.json | 14 ++++----
domains/shoaib.json | 14 ++++----
domains/shubhamverma.json | 12 +++----
domains/shukraditya.json | 20 +++++------
domains/si458.json | 21 +++++------
domains/sid385.json | 18 +++++-----
domains/sidhant.json | 20 +++++------
domains/silva.json | 14 ++++----
domains/simontran.json | 14 ++++----
domains/sincererflame71.json | 13 ++++++-
domains/siritas.json | 14 ++++----
domains/sivaraj.json | 13 ++++++-
domains/siya.json | 20 +++++------
domains/sohag.json | 20 +++++------
domains/sombochea.json | 16 ++++-----
domains/soul.json | 14 ++++----
domains/speedindeed1.json | 14 ++++----
domains/spencer.json | 18 +++++-----
domains/stark.json | 14 ++++----
domains/status.killuazoldyck.json | 14 ++++----
domains/summon-the-coder.json | 18 +++++-----
domains/supperfreddo.json | 18 +++++-----
domains/synthara.json | 20 +++++------
domains/tainguyen.json | 14 ++++----
domains/tanish-chahal.json | 18 +++++-----
domains/tawiah.json | 18 +++++-----
domains/terry.json | 14 ++++----
domains/texh.json | 2 +-
domains/thangle.json | 14 ++++----
domains/thanh-sang.json | 14 ++++----
domains/thavirak.json | 14 ++++----
domains/thorito.json | 18 +++++-----
domains/thuc.json | 12 +++----
domains/tiep-dv.json | 18 +++++-----
domains/toastedstuff.json | 22 ++++++------
domains/tobi.json | 14 ++++----
domains/tobias.json | 16 ++++-----
domains/tomek.json | 12 +++----
domains/trademark.json | 18 +++++-----
domains/tranduytoan.json | 14 ++++----
domains/truongvanthong.json | 14 ++++----
domains/tsania.json | 14 ++++----
domains/tungbt.json | 36 +++++++++----------
domains/udit.json | 20 +++++------
domains/uditha.json | 13 ++++---
domains/udyanupal.json | 12 +++----
domains/umar.json | 18 +++++-----
domains/usamakhalid.json | 18 +++++-----
domains/ushnish.json | 2 +-
domains/varun-kumar.json | 14 ++++----
domains/vedant.json | 12 +++----
domains/viernes.json | 15 ++++----
domains/viet.json | 5 +--
domains/vinitshah.json | 18 +++++-----
domains/vugx.json | 14 ++++----
domains/w0l1d.json | 2 +-
domains/w3teal.json | 31 ++++++++--------
domains/wasim.json | 14 ++++----
domains/william2sober.json | 22 ++++++------
domains/wilson-cordova.json | 20 +++++------
domains/www.all.json | 2 +-
domains/www.encoder.js.json | 2 +-
domains/www.harunabdullah.json | 15 ++++----
domains/xavier.json | 8 ++---
domains/xenonrexo.json | 14 ++++----
domains/xhide341.json | 22 ++++++------
domains/xn--3s9h.json | 18 +++++-----
domains/yas.json | 18 +++++-----
domains/yatsuki.json | 5 +--
domains/yeasin.json | 20 +++++------
domains/yellososa.json | 21 ++++++-----
domains/yohanesrioirsan.json | 14 ++++----
domains/youssef.json | 14 ++++----
domains/ysoseriouz.json | 14 ++++----
domains/zara.json | 16 ++++-----
domains/zehao.json | 14 ++++----
domains/zerot69.json | 14 ++++----
541 files changed, 4027 insertions(+), 4014 deletions(-)
diff --git a/domains/0xarchit.json b/domains/0xarchit.json
index 303e85c79..cc3476cd2 100644
--- a/domains/0xarchit.json
+++ b/domains/0xarchit.json
@@ -4,11 +4,7 @@
"email": "0xarchit@proton.me"
},
"record": {
- "MX": [
- "mx.zoho.in",
- "mx2.zoho.in",
- "mx3.zoho.in"
- ],
+ "MX": ["mx.zoho.in", "mx2.zoho.in", "mx3.zoho.in"],
"TXT": [
"v=spf1 include:zohomail.in ~all",
"zoho-verification=zb94087787.zmverify.zoho.in",
diff --git a/domains/4hmet.json b/domains/4hmet.json
index 503098fb1..d2172911f 100644
--- a/domains/4hmet.json
+++ b/domains/4hmet.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "ahmetunsal",
- "email": "web.unsalahmet@gmail.com"
- },
- "record": {
- "A": ["76.76.21.21"]
- }
+ "owner": {
+ "username": "ahmetunsal",
+ "email": "web.unsalahmet@gmail.com"
+ },
+ "record": {
+ "A": ["76.76.21.21"]
+ }
}
diff --git a/domains/57.json b/domains/57.json
index 6d3e7a757..6b4cd2492 100644
--- a/domains/57.json
+++ b/domains/57.json
@@ -4,6 +4,17 @@
"email": "potatogamer34579@gmail.com"
},
"record": {
- "A": ["185.199.108.153"]
+ "A": [
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"
+ ],
+ "AAAA": [
+ "2606:50c0:8000::153",
+ "2606:50c0:8001::153",
+ "2606:50c0:8002::153",
+ "2606:50c0:8003::153"
+ ]
}
}
diff --git a/domains/_atproto.priyanshu.json b/domains/_atproto.priyanshu.json
index 282bf1210..d56ee1548 100644
--- a/domains/_atproto.priyanshu.json
+++ b/domains/_atproto.priyanshu.json
@@ -6,4 +6,4 @@
"record": {
"TXT": "did=did:plc:psimj7hgshwoets2jvd6caib"
}
-}
\ No newline at end of file
+}
diff --git a/domains/_discord.arlan.json b/domains/_discord.arlan.json
index dbc8285c1..6ce9e19e6 100644
--- a/domains/_discord.arlan.json
+++ b/domains/_discord.arlan.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "handikatriarlan",
- "email": "handikaarlan@gmail.com"
- },
- "record": {
- "TXT": "dh=bc2dcf8fbcb6ee4e4d77621a0f2369571bc03416"
- }
+ "owner": {
+ "username": "handikatriarlan",
+ "email": "handikaarlan@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=bc2dcf8fbcb6ee4e4d77621a0f2369571bc03416"
+ }
}
diff --git a/domains/_discord.arsenobetaine.json b/domains/_discord.arsenobetaine.json
index cef3ec70a..d7c22bf47 100644
--- a/domains/_discord.arsenobetaine.json
+++ b/domains/_discord.arsenobetaine.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "arsenobetaine",
- "email": "arsenobetaine@gmail.com"
- },
- "record": {
- "TXT": "dh=a7836fe0f1ee1642624faaa1e95fedba6f53f907"
- }
+ "owner": {
+ "username": "arsenobetaine",
+ "email": "arsenobetaine@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=a7836fe0f1ee1642624faaa1e95fedba6f53f907"
+ }
}
diff --git a/domains/_discord.cally.json b/domains/_discord.cally.json
index 80607c630..efb6a94ad 100644
--- a/domains/_discord.cally.json
+++ b/domains/_discord.cally.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "cally-jt",
- "email": "callumjt@proton.me"
- },
- "record": {
- "TXT": "dh=ad9865a1b510eca9917556bd35b8e60d089d3888"
- }
+ "owner": {
+ "username": "cally-jt",
+ "email": "callumjt@proton.me"
+ },
+ "record": {
+ "TXT": "dh=ad9865a1b510eca9917556bd35b8e60d089d3888"
+ }
}
diff --git a/domains/_discord.colin.json b/domains/_discord.colin.json
index ef66babf0..44e17ad6b 100644
--- a/domains/_discord.colin.json
+++ b/domains/_discord.colin.json
@@ -1,9 +1,8 @@
{
- "owner": {
- "username": "ColinLeDev"
- },
- "record": {
- "TXT": ["dh=f51bcf0f0dac685ca2a69541d3981cd689a1e96a"]
- }
+ "owner": {
+ "username": "ColinLeDev"
+ },
+ "record": {
+ "TXT": ["dh=f51bcf0f0dac685ca2a69541d3981cd689a1e96a"]
}
-
\ No newline at end of file
+}
diff --git a/domains/_discord.harunabdullah.json b/domains/_discord.harunabdullah.json
index 5c89533cb..e1922283a 100644
--- a/domains/_discord.harunabdullah.json
+++ b/domains/_discord.harunabdullah.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "harunabdullahrakin",
- "email": "harunabdullahrakin@gmail.com"
- },
- "record": {
- "TXT": "dh=08ca7b2a348ba12437193e6d84e9b819dc75da31"
- }
+ "owner": {
+ "username": "harunabdullahrakin",
+ "email": "harunabdullahrakin@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=08ca7b2a348ba12437193e6d84e9b819dc75da31"
+ }
}
diff --git a/domains/_discord.liam.json b/domains/_discord.liam.json
index 99637acbc..61b416831 100644
--- a/domains/_discord.liam.json
+++ b/domains/_discord.liam.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "liamatienza",
- "email": "liamdev@duck.com"
- },
- "record": {
- "TXT": "dh=c53cce4432aa366f65bd320ab681d468c8cea968"
- }
+ "owner": {
+ "username": "liamatienza",
+ "email": "liamdev@duck.com"
+ },
+ "record": {
+ "TXT": "dh=c53cce4432aa366f65bd320ab681d468c8cea968"
+ }
}
diff --git a/domains/_discord.lver.json b/domains/_discord.lver.json
index c2bafa3d3..6441d8735 100644
--- a/domains/_discord.lver.json
+++ b/domains/_discord.lver.json
@@ -6,4 +6,4 @@
"record": {
"TXT": "dh=2e24b5f5d9aa41852614d8b5760748d097b138b9"
}
-}
\ No newline at end of file
+}
diff --git a/domains/_discord.nek0zyx.json b/domains/_discord.nek0zyx.json
index f37694f63..b409d2807 100644
--- a/domains/_discord.nek0zyx.json
+++ b/domains/_discord.nek0zyx.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "nek0zyx",
- "email": "nek0zyx@costmiku.space"
- },
- "record": {
- "TXT": "dh=540cae67bbdffb46fb380c384823dda2270a28f0"
- }
+ "owner": {
+ "username": "nek0zyx",
+ "email": "nek0zyx@costmiku.space"
+ },
+ "record": {
+ "TXT": "dh=540cae67bbdffb46fb380c384823dda2270a28f0"
+ }
}
diff --git a/domains/_discord.nickibreeki.json b/domains/_discord.nickibreeki.json
index 6a6fbec44..d3b54f4f7 100644
--- a/domains/_discord.nickibreeki.json
+++ b/domains/_discord.nickibreeki.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "n1ckibreeki",
- "email": "nickibreeki@outlook.com"
- },
- "record": {
- "TXT": "dh=14acda3ef13ac5d15f7cf8e8cfd3a8556fc227eb"
- }
+ "owner": {
+ "username": "n1ckibreeki",
+ "email": "nickibreeki@outlook.com"
+ },
+ "record": {
+ "TXT": "dh=14acda3ef13ac5d15f7cf8e8cfd3a8556fc227eb"
+ }
}
diff --git a/domains/_discord.notzer0two.json b/domains/_discord.notzer0two.json
index 73045103f..690fc331e 100644
--- a/domains/_discord.notzer0two.json
+++ b/domains/_discord.notzer0two.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "NotZer0Two",
- "email": "lyonfan2010@gmail.com"
- },
- "record": {
- "TXT": "dh=89504c863f0365fd5e214e695141b54b8d44c6c7"
- }
+ "owner": {
+ "username": "NotZer0Two",
+ "email": "lyonfan2010@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=89504c863f0365fd5e214e695141b54b8d44c6c7"
+ }
}
diff --git a/domains/_discord.qing762.json b/domains/_discord.qing762.json
index 5eec384c6..29b423eda 100644
--- a/domains/_discord.qing762.json
+++ b/domains/_discord.qing762.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "qing762",
- "email": "q1ng762@outlook.com"
- },
- "record": {
- "TXT": "dh=c798ccabffa36b2206669860c46efe903852e675"
- }
-}
\ No newline at end of file
+ "owner": {
+ "username": "qing762",
+ "email": "q1ng762@outlook.com"
+ },
+ "record": {
+ "TXT": "dh=c798ccabffa36b2206669860c46efe903852e675"
+ }
+}
diff --git a/domains/_discord.schuh.json b/domains/_discord.schuh.json
index 29d469ab3..b7db211c7 100644
--- a/domains/_discord.schuh.json
+++ b/domains/_discord.schuh.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "vqpe",
- "email": "theschuhofyou@gmail.com"
- },
- "record": {
- "TXT": "dh=7e4702912048b4ff69b652081db69782cd50ccf3"
- }
+ "owner": {
+ "username": "vqpe",
+ "email": "theschuhofyou@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=7e4702912048b4ff69b652081db69782cd50ccf3"
+ }
}
diff --git a/domains/_discord.sep.json b/domains/_discord.sep.json
index f1584c0e4..801b76c44 100644
--- a/domains/_discord.sep.json
+++ b/domains/_discord.sep.json
@@ -1,9 +1,9 @@
-{
- "owner": {
- "username": "sepultrex",
- "email": "sepultrex@gmail.com"
- },
- "record": {
- "TXT": "dh=2f929b7a4935af1795801360d92ba2788e27a2ff"
- }
-}
\ No newline at end of file
+{
+ "owner": {
+ "username": "sepultrex",
+ "email": "sepultrex@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=2f929b7a4935af1795801360d92ba2788e27a2ff"
+ }
+}
diff --git a/domains/_discord.shimizu.json b/domains/_discord.shimizu.json
index 5ce34aa5e..027445582 100644
--- a/domains/_discord.shimizu.json
+++ b/domains/_discord.shimizu.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Mikofoxie",
- "email": "shimizulazy@gmail.com"
- },
- "record": {
- "TXT": "dh=a24d14132caded8f17f5e4fdd4222378e8df2b89"
- }
+ "owner": {
+ "username": "Mikofoxie",
+ "email": "shimizulazy@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=a24d14132caded8f17f5e4fdd4222378e8df2b89"
+ }
}
diff --git a/domains/_discord.thangle.json b/domains/_discord.thangle.json
index 06ee5723d..ed21f0026 100644
--- a/domains/_discord.thangle.json
+++ b/domains/_discord.thangle.json
@@ -1,12 +1,11 @@
{
- "owner": {
- "username": "ThangLe9999",
- "discord": "872078632565215282",
- "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.G5BtkuOaAUmFdixUP1IN4ZTmec-NZCllzsliK6q8sggJkBzasXefGfeEh6pBOiZ6ZkV2gr-GCdTN7LkP7QLPgLN6FglXac8BP1DSGDF3Lo8ULvrM-CpLUdeR0mqes6OQVvWdmPhZgVFGF3ItzDXQ7SqB6zrMbEWEwuZeg2KLHyPqvHsdrWLjzNpvVUwZRBuxicPyNTT70oMbPaOn3cvg4J_mVxNywnrIY5F34-T4tmiOEijsHmPwG2RzHsTCzC3cGYfNmokQtAsL0jhIMH4GzYdbTUsjDOrqbLdT-W2y33pQkeQuCjdf8KkeYCfacE0oWAZKFhrW2X0zJLYvGQBeuw.3qY1yT9H2x2WH2DePTziiw.PJvjWBGxfTgCKqZiHuAsRaUEdjld3XeMAw7NwX9P28VSFOS3-xsSiOvbLrCo1n1nTF-4g8EIRkkFJPn2P1T6YUDNuHVqbvnGg2wfhpfdSaM.yxghx67x9iGLMjDEKJdeAw"
- },
-
- "record": {
- "TXT": "dh=8d98fb5fefbb1915e89d5dc43c9fdd9fa801557f"
- }
+ "owner": {
+ "username": "ThangLe9999",
+ "discord": "872078632565215282",
+ "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.G5BtkuOaAUmFdixUP1IN4ZTmec-NZCllzsliK6q8sggJkBzasXefGfeEh6pBOiZ6ZkV2gr-GCdTN7LkP7QLPgLN6FglXac8BP1DSGDF3Lo8ULvrM-CpLUdeR0mqes6OQVvWdmPhZgVFGF3ItzDXQ7SqB6zrMbEWEwuZeg2KLHyPqvHsdrWLjzNpvVUwZRBuxicPyNTT70oMbPaOn3cvg4J_mVxNywnrIY5F34-T4tmiOEijsHmPwG2RzHsTCzC3cGYfNmokQtAsL0jhIMH4GzYdbTUsjDOrqbLdT-W2y33pQkeQuCjdf8KkeYCfacE0oWAZKFhrW2X0zJLYvGQBeuw.3qY1yT9H2x2WH2DePTziiw.PJvjWBGxfTgCKqZiHuAsRaUEdjld3XeMAw7NwX9P28VSFOS3-xsSiOvbLrCo1n1nTF-4g8EIRkkFJPn2P1T6YUDNuHVqbvnGg2wfhpfdSaM.yxghx67x9iGLMjDEKJdeAw"
+ },
+
+ "record": {
+ "TXT": "dh=8d98fb5fefbb1915e89d5dc43c9fdd9fa801557f"
+ }
}
-
diff --git a/domains/_github-pages-challenge-alenseeman.alen.json b/domains/_github-pages-challenge-alenseeman.alen.json
index e71959c7b..2af91df99 100644
--- a/domains/_github-pages-challenge-alenseeman.alen.json
+++ b/domains/_github-pages-challenge-alenseeman.alen.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "alenseeman",
- "email": "alenseeman@hotmail.com"
- },
- "record": {
- "TXT": "8a6132b9777f26ea1a3f2a892f92f6"
- }
+ "owner": {
+ "username": "alenseeman",
+ "email": "alenseeman@hotmail.com"
+ },
+ "record": {
+ "TXT": "8a6132b9777f26ea1a3f2a892f92f6"
+ }
}
diff --git a/domains/_github-pages-challenge-alpha-og.athulanoop.json b/domains/_github-pages-challenge-alpha-og.athulanoop.json
index 2b0f1f4f9..1aab4b74e 100644
--- a/domains/_github-pages-challenge-alpha-og.athulanoop.json
+++ b/domains/_github-pages-challenge-alpha-og.athulanoop.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "alpha-og",
- "email": "athulanoop2020@gmail.com"
- },
- "record": {
- "TXT": "f39f5fde5d918c2ca297b843c5776b"
- }
+ "owner": {
+ "username": "alpha-og",
+ "email": "athulanoop2020@gmail.com"
+ },
+ "record": {
+ "TXT": "f39f5fde5d918c2ca297b843c5776b"
+ }
}
diff --git a/domains/_github-pages-challenge-arsenobetaine.arsenobetaine.json b/domains/_github-pages-challenge-arsenobetaine.arsenobetaine.json
index ab62a0cc6..62bf5d789 100644
--- a/domains/_github-pages-challenge-arsenobetaine.arsenobetaine.json
+++ b/domains/_github-pages-challenge-arsenobetaine.arsenobetaine.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "arsenobetaine",
- "email": "arsenobetaine@gmail.com"
- },
- "record": {
- "TXT": "02ff8b21eeaed5e8333376fc244485"
- }
+ "owner": {
+ "username": "arsenobetaine",
+ "email": "arsenobetaine@gmail.com"
+ },
+ "record": {
+ "TXT": "02ff8b21eeaed5e8333376fc244485"
+ }
}
diff --git a/domains/_github-pages-challenge-baturalp52.baturalp.json b/domains/_github-pages-challenge-baturalp52.baturalp.json
index 8907a66a2..4bdbd3237 100644
--- a/domains/_github-pages-challenge-baturalp52.baturalp.json
+++ b/domains/_github-pages-challenge-baturalp52.baturalp.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Baturalp52",
- "email": "baturalpsonmez2002@gmail.com"
- },
- "record": {
- "TXT": "8e1fd82942a7ceae35f62019e370aa"
- }
+ "owner": {
+ "username": "Baturalp52",
+ "email": "baturalpsonmez2002@gmail.com"
+ },
+ "record": {
+ "TXT": "8e1fd82942a7ceae35f62019e370aa"
+ }
}
diff --git a/domains/_github-pages-challenge-breakertws.breakertws.json b/domains/_github-pages-challenge-breakertws.breakertws.json
index c3c80c39a..1f660b9b6 100644
--- a/domains/_github-pages-challenge-breakertws.breakertws.json
+++ b/domains/_github-pages-challenge-breakertws.breakertws.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "BreakerTWS",
- "email": "breakingtws@gmail.com"
- },
- "record": {
- "TXT": "dcde9a29c9e10cbea2e47c46805b57"
- }
+ "owner": {
+ "username": "BreakerTWS",
+ "email": "breakingtws@gmail.com"
+ },
+ "record": {
+ "TXT": "dcde9a29c9e10cbea2e47c46805b57"
+ }
}
diff --git a/domains/_github-pages-challenge-chauvansang.sang.json b/domains/_github-pages-challenge-chauvansang.sang.json
index 733c9a150..4ddffeb83 100644
--- a/domains/_github-pages-challenge-chauvansang.sang.json
+++ b/domains/_github-pages-challenge-chauvansang.sang.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "chauvansang",
- "email": "cvansang94@gmail.com"
- },
- "record": {
- "TXT": "8a2d191d582a62b817e10aa08b67f5"
- }
+ "owner": {
+ "username": "chauvansang",
+ "email": "cvansang94@gmail.com"
+ },
+ "record": {
+ "TXT": "8a2d191d582a62b817e10aa08b67f5"
+ }
}
diff --git a/domains/_github-pages-challenge-daspete.pete.json b/domains/_github-pages-challenge-daspete.pete.json
index 042c290b9..64ef791c7 100644
--- a/domains/_github-pages-challenge-daspete.pete.json
+++ b/domains/_github-pages-challenge-daspete.pete.json
@@ -1,9 +1,9 @@
-{
- "owner": {
- "username": "daspete",
- "email": "daspetemail@gmail.com"
- },
- "record": {
- "TXT": "ece69b9f0bf2d6d1bda512b8af30fa"
- }
-}
+{
+ "owner": {
+ "username": "daspete",
+ "email": "daspetemail@gmail.com"
+ },
+ "record": {
+ "TXT": "ece69b9f0bf2d6d1bda512b8af30fa"
+ }
+}
diff --git a/domains/_github-pages-challenge-herwingx.ghsearch.json b/domains/_github-pages-challenge-herwingx.ghsearch.json
index ee7bc69e0..6c38dd1e4 100644
--- a/domains/_github-pages-challenge-herwingx.ghsearch.json
+++ b/domains/_github-pages-challenge-herwingx.ghsearch.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "herwingx",
- "email": "herwingmacias@gmail.com"
- },
- "record": {
- "TXT": "2a006f5ffbfb592d6001e215d479da"
- }
+ "owner": {
+ "username": "herwingx",
+ "email": "herwingmacias@gmail.com"
+ },
+ "record": {
+ "TXT": "2a006f5ffbfb592d6001e215d479da"
+ }
}
diff --git a/domains/_github-pages-challenge-hungthai1401.hungthai.json b/domains/_github-pages-challenge-hungthai1401.hungthai.json
index 13abbc273..04d99debd 100644
--- a/domains/_github-pages-challenge-hungthai1401.hungthai.json
+++ b/domains/_github-pages-challenge-hungthai1401.hungthai.json
@@ -6,4 +6,4 @@
"record": {
"TXT": "693e3be4f1121fc00f2fbad65439d0"
}
-}
\ No newline at end of file
+}
diff --git a/domains/_github-pages-challenge-jecoh12.jecoh.json b/domains/_github-pages-challenge-jecoh12.jecoh.json
index 999b1de72..be579d34b 100644
--- a/domains/_github-pages-challenge-jecoh12.jecoh.json
+++ b/domains/_github-pages-challenge-jecoh12.jecoh.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "jecoh12",
- "email": "jecoh12@gmail.com"
- },
- "record": {
- "TXT": "06b17cb3b27f897547ef636ec8189d"
- }
+ "owner": {
+ "username": "jecoh12",
+ "email": "jecoh12@gmail.com"
+ },
+ "record": {
+ "TXT": "06b17cb3b27f897547ef636ec8189d"
+ }
}
diff --git a/domains/_github-pages-challenge-kajpio.kajetan.json b/domains/_github-pages-challenge-kajpio.kajetan.json
index 02b3d6692..351dd400a 100644
--- a/domains/_github-pages-challenge-kajpio.kajetan.json
+++ b/domains/_github-pages-challenge-kajpio.kajetan.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Kajpio",
- "email": "thugmichel14@gmail.com"
- },
- "record": {
- "TXT": "22a0972632a2df28e644ae320025b9"
- }
-}
\ No newline at end of file
+ "owner": {
+ "username": "Kajpio",
+ "email": "thugmichel14@gmail.com"
+ },
+ "record": {
+ "TXT": "22a0972632a2df28e644ae320025b9"
+ }
+}
diff --git a/domains/_github-pages-challenge-kellylawrence.kelly.json b/domains/_github-pages-challenge-kellylawrence.kelly.json
index a6f1930f8..b9c8eb85b 100644
--- a/domains/_github-pages-challenge-kellylawrence.kelly.json
+++ b/domains/_github-pages-challenge-kellylawrence.kelly.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "kellylawrence",
- "email": "kelly@kellylawrence.ca"
- },
- "record": {
- "TXT": "26237ec72d51f1ba56e371e8e3fef9"
- }
+ "owner": {
+ "username": "kellylawrence",
+ "email": "kelly@kellylawrence.ca"
+ },
+ "record": {
+ "TXT": "26237ec72d51f1ba56e371e8e3fef9"
+ }
}
diff --git a/domains/_github-pages-challenge-kunalpurandare.kunalpurandare.json b/domains/_github-pages-challenge-kunalpurandare.kunalpurandare.json
index d0d73b34d..c3623095c 100644
--- a/domains/_github-pages-challenge-kunalpurandare.kunalpurandare.json
+++ b/domains/_github-pages-challenge-kunalpurandare.kunalpurandare.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "kunalpurandare",
- "email": "kunalpurandare1703@gmail.com"
- },
- "record": {
- "TXT": "6ab808f578d906f3b0fe8333da9b57"
- }
+ "owner": {
+ "username": "kunalpurandare",
+ "email": "kunalpurandare1703@gmail.com"
+ },
+ "record": {
+ "TXT": "6ab808f578d906f3b0fe8333da9b57"
+ }
}
diff --git a/domains/_github-pages-challenge-leespencer.spencer.json b/domains/_github-pages-challenge-leespencer.spencer.json
index 6482df6a5..9ad6bbbfe 100644
--- a/domains/_github-pages-challenge-leespencer.spencer.json
+++ b/domains/_github-pages-challenge-leespencer.spencer.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "LeeSpencer",
- "email": "mr.lee.spencer@gmail.com"
- },
- "record": {
- "TXT": "d2ec009b06395dafb0b2a7cb525a3a"
- }
+ "owner": {
+ "username": "LeeSpencer",
+ "email": "mr.lee.spencer@gmail.com"
+ },
+ "record": {
+ "TXT": "d2ec009b06395dafb0b2a7cb525a3a"
+ }
}
diff --git a/domains/_github-pages-challenge-lyaxsh.lyaxsh.json b/domains/_github-pages-challenge-lyaxsh.lyaxsh.json
index 796fbda51..8ab20d7e9 100644
--- a/domains/_github-pages-challenge-lyaxsh.lyaxsh.json
+++ b/domains/_github-pages-challenge-lyaxsh.lyaxsh.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "lyaxsh",
- "email": "lakshnahar.forwork@gmail.com"
- },
- "record": {
- "TXT": "052e15826ee7e1723c713d222b1bcc"
- }
+ "owner": {
+ "username": "lyaxsh",
+ "email": "lakshnahar.forwork@gmail.com"
+ },
+ "record": {
+ "TXT": "052e15826ee7e1723c713d222b1bcc"
+ }
}
diff --git a/domains/_github-pages-challenge-mcalec-dev.mcalec.json b/domains/_github-pages-challenge-mcalec-dev.mcalec.json
index d1525b872..be12871f5 100644
--- a/domains/_github-pages-challenge-mcalec-dev.mcalec.json
+++ b/domains/_github-pages-challenge-mcalec-dev.mcalec.json
@@ -1,12 +1,12 @@
{
- "description": "mcalec.is-a.dev",
- "repo": "https://github.com/mcalec-dev/mcalec.is-a.dev",
- "owner": {
- "username": "mcalec-dev",
- "email": "hello@mcalec.dev",
- "discord": "mcalec"
- },
- "record": {
- "TXT": "015fcfab7237a3342e028237414716"
- }
+ "description": "mcalec.is-a.dev",
+ "repo": "https://github.com/mcalec-dev/mcalec.is-a.dev",
+ "owner": {
+ "username": "mcalec-dev",
+ "email": "hello@mcalec.dev",
+ "discord": "mcalec"
+ },
+ "record": {
+ "TXT": "015fcfab7237a3342e028237414716"
+ }
}
diff --git a/domains/_github-pages-challenge-mnhtng.mnhtng.json b/domains/_github-pages-challenge-mnhtng.mnhtng.json
index 74d34ec46..20bde4b60 100644
--- a/domains/_github-pages-challenge-mnhtng.mnhtng.json
+++ b/domains/_github-pages-challenge-mnhtng.mnhtng.json
@@ -1,8 +1,8 @@
{
- "owner": {
- "username": "mnhtng"
- },
- "record": {
- "TXT": "d3bfa02a77af7eec2db5df3a4d98da"
- }
+ "owner": {
+ "username": "mnhtng"
+ },
+ "record": {
+ "TXT": "d3bfa02a77af7eec2db5df3a4d98da"
+ }
}
diff --git a/domains/_github-pages-challenge-mrsiir.xavier.json b/domains/_github-pages-challenge-mrsiir.xavier.json
index f86ea66ba..c68522f20 100644
--- a/domains/_github-pages-challenge-mrsiir.xavier.json
+++ b/domains/_github-pages-challenge-mrsiir.xavier.json
@@ -6,4 +6,4 @@
"record": {
"TXT": "137e2b17a723cce89a10e5e245a3b5"
}
-}
\ No newline at end of file
+}
diff --git a/domains/_github-pages-challenge-natedog2424.nd24.json b/domains/_github-pages-challenge-natedog2424.nd24.json
index b1edfb72e..1be329a14 100644
--- a/domains/_github-pages-challenge-natedog2424.nd24.json
+++ b/domains/_github-pages-challenge-natedog2424.nd24.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "natedog2424",
- "email": "natedog2424mail@gmail.com"
- },
- "record": {
- "TXT": "277ecd07aa6d1593b09b96c9329e3b"
- }
+ "owner": {
+ "username": "natedog2424",
+ "email": "natedog2424mail@gmail.com"
+ },
+ "record": {
+ "TXT": "277ecd07aa6d1593b09b96c9329e3b"
+ }
}
diff --git a/domains/_github-pages-challenge-nduartech.nathan.json b/domains/_github-pages-challenge-nduartech.nathan.json
index 937af8d0d..4b689eb3b 100644
--- a/domains/_github-pages-challenge-nduartech.nathan.json
+++ b/domains/_github-pages-challenge-nduartech.nathan.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "nduartech",
- "email": "nduartech101@gmail.com"
- },
- "record": {
- "TXT": "79d3051264abe353b91b26d27d0e42"
- }
+ "owner": {
+ "username": "nduartech",
+ "email": "nduartech101@gmail.com"
+ },
+ "record": {
+ "TXT": "79d3051264abe353b91b26d27d0e42"
+ }
}
diff --git a/domains/_github-pages-challenge-nuraly-v.nuraly.json b/domains/_github-pages-challenge-nuraly-v.nuraly.json
index 54bf7bf6f..3407dc574 100644
--- a/domains/_github-pages-challenge-nuraly-v.nuraly.json
+++ b/domains/_github-pages-challenge-nuraly-v.nuraly.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "nuraly-v",
- "email": "mescorpx@gmail.com"
- },
- "record": {
- "TXT": "aecce766c2f539c48be6e59e611020"
- }
+ "owner": {
+ "username": "nuraly-v",
+ "email": "mescorpx@gmail.com"
+ },
+ "record": {
+ "TXT": "aecce766c2f539c48be6e59e611020"
+ }
}
diff --git a/domains/_github-pages-challenge-parzi-val.bala.json b/domains/_github-pages-challenge-parzi-val.bala.json
index 42a5c2b1d..d616d7121 100644
--- a/domains/_github-pages-challenge-parzi-val.bala.json
+++ b/domains/_github-pages-challenge-parzi-val.bala.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "parzi-val",
- "email": "krbala1511@gmail.com"
- },
- "record": {
- "TXT": "ce0aa85ad09c4e53ee08034cd66447"
- }
-}
\ No newline at end of file
+ "owner": {
+ "username": "parzi-val",
+ "email": "krbala1511@gmail.com"
+ },
+ "record": {
+ "TXT": "ce0aa85ad09c4e53ee08034cd66447"
+ }
+}
diff --git a/domains/_github-pages-challenge-prs96.pranavs.json b/domains/_github-pages-challenge-prs96.pranavs.json
index b533d7e5e..92df3ec58 100644
--- a/domains/_github-pages-challenge-prs96.pranavs.json
+++ b/domains/_github-pages-challenge-prs96.pranavs.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Prs96",
- "email": "pranavsudheesh34@gmail.com"
- },
- "record": {
- "TXT": "191a26c6879278f22117451ad5d91c"
- }
+ "owner": {
+ "username": "Prs96",
+ "email": "pranavsudheesh34@gmail.com"
+ },
+ "record": {
+ "TXT": "191a26c6879278f22117451ad5d91c"
+ }
}
diff --git a/domains/_github-pages-challenge-robinjesba.robin.json b/domains/_github-pages-challenge-robinjesba.robin.json
index 0019269cc..eafe3866e 100644
--- a/domains/_github-pages-challenge-robinjesba.robin.json
+++ b/domains/_github-pages-challenge-robinjesba.robin.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "RobinJesba",
- "email": "jb.robinm@gmail.com"
- },
- "record": {
- "TXT": "eed44d532373578471a0fb245336c4"
- }
+ "owner": {
+ "username": "RobinJesba",
+ "email": "jb.robinm@gmail.com"
+ },
+ "record": {
+ "TXT": "eed44d532373578471a0fb245336c4"
+ }
}
diff --git a/domains/_github-pages-challenge-rudwolf.rodolfo.json b/domains/_github-pages-challenge-rudwolf.rodolfo.json
index c39498fb4..a3d1d3b7d 100644
--- a/domains/_github-pages-challenge-rudwolf.rodolfo.json
+++ b/domains/_github-pages-challenge-rudwolf.rodolfo.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "rudwolf",
- "email": "rudwolf@gmail.com"
- },
- "record": {
- "TXT": "549d8e2eaf3753b07362c99c2eb240"
- }
+ "owner": {
+ "username": "rudwolf",
+ "email": "rudwolf@gmail.com"
+ },
+ "record": {
+ "TXT": "549d8e2eaf3753b07362c99c2eb240"
+ }
}
diff --git a/domains/_github-pages-challenge-saganaki22.drbaph.json b/domains/_github-pages-challenge-saganaki22.drbaph.json
index f4cf7e717..8c27fc546 100644
--- a/domains/_github-pages-challenge-saganaki22.drbaph.json
+++ b/domains/_github-pages-challenge-saganaki22.drbaph.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Saganaki22",
- "email": "info@drbaph.dev"
- },
- "record": {
- "TXT": "5aa90f589281a20522ec58d7b8a739"
- }
+ "owner": {
+ "username": "Saganaki22",
+ "email": "info@drbaph.dev"
+ },
+ "record": {
+ "TXT": "5aa90f589281a20522ec58d7b8a739"
+ }
}
diff --git a/domains/_github-pages-challenge-sandunmadhushan.sandun.json b/domains/_github-pages-challenge-sandunmadhushan.sandun.json
index 64530a2c7..a26c14771 100644
--- a/domains/_github-pages-challenge-sandunmadhushan.sandun.json
+++ b/domains/_github-pages-challenge-sandunmadhushan.sandun.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "sandunMadhushan",
- "email": "sandunhmadushan9330@gmail.com"
- },
- "record": {
- "TXT": "6f8cbcd17af6f3e277eb864f78cfeb"
- }
+ "owner": {
+ "username": "sandunMadhushan",
+ "email": "sandunhmadushan9330@gmail.com"
+ },
+ "record": {
+ "TXT": "6f8cbcd17af6f3e277eb864f78cfeb"
+ }
}
diff --git a/domains/_github-pages-challenge-sangeeth-606.sangeeth.json b/domains/_github-pages-challenge-sangeeth-606.sangeeth.json
index 4a4eb54b2..f02e58941 100644
--- a/domains/_github-pages-challenge-sangeeth-606.sangeeth.json
+++ b/domains/_github-pages-challenge-sangeeth-606.sangeeth.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "sangeeth-606",
- "email": "sangeeth999123@gmail.com"
- },
- "record": {
- "TXT": "db86cdabc094732729851d093e4c47"
- }
+ "owner": {
+ "username": "sangeeth-606",
+ "email": "sangeeth999123@gmail.com"
+ },
+ "record": {
+ "TXT": "db86cdabc094732729851d093e4c47"
+ }
}
diff --git a/domains/_github-pages-challenge-sepultrex.sep.json b/domains/_github-pages-challenge-sepultrex.sep.json
index 34d0664e8..2d9d5dca9 100644
--- a/domains/_github-pages-challenge-sepultrex.sep.json
+++ b/domains/_github-pages-challenge-sepultrex.sep.json
@@ -1,8 +1,8 @@
-{
- "owner": {
- "username": "sepultrex"
- },
- "record": {
- "TXT": "9d48d99c569b77b148651f4052b25f"
- }
- }
\ No newline at end of file
+{
+ "owner": {
+ "username": "sepultrex"
+ },
+ "record": {
+ "TXT": "9d48d99c569b77b148651f4052b25f"
+ }
+}
diff --git a/domains/_github-pages-challenge-shukraditya.shukraditya.json b/domains/_github-pages-challenge-shukraditya.shukraditya.json
index 88e6eb8d1..3719166a9 100644
--- a/domains/_github-pages-challenge-shukraditya.shukraditya.json
+++ b/domains/_github-pages-challenge-shukraditya.shukraditya.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "shukraditya",
- "email": "shukra12bose@gmail.com"
- },
- "record": {
- "TXT": "617d0b9d13126957daf657d7396ec2"
- }
-}
\ No newline at end of file
+ "owner": {
+ "username": "shukraditya",
+ "email": "shukra12bose@gmail.com"
+ },
+ "record": {
+ "TXT": "617d0b9d13126957daf657d7396ec2"
+ }
+}
diff --git a/domains/_github-pages-challenge-sidhant947.sidhant.json b/domains/_github-pages-challenge-sidhant947.sidhant.json
index 3f65fd4e6..24fcbb24b 100644
--- a/domains/_github-pages-challenge-sidhant947.sidhant.json
+++ b/domains/_github-pages-challenge-sidhant947.sidhant.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "sidhant947",
- "email": "khatkarsidhant@gmail.com"
- },
- "record": {
- "TXT": "6c4f29a8923a09d9e9c36a95669015"
- }
-}
\ No newline at end of file
+ "owner": {
+ "username": "sidhant947",
+ "email": "khatkarsidhant@gmail.com"
+ },
+ "record": {
+ "TXT": "6c4f29a8923a09d9e9c36a95669015"
+ }
+}
diff --git a/domains/_github-pages-challenge-unidentifiedx.sunzizhuo.json b/domains/_github-pages-challenge-unidentifiedx.sunzizhuo.json
index 361474540..2373cfd05 100644
--- a/domains/_github-pages-challenge-unidentifiedx.sunzizhuo.json
+++ b/domains/_github-pages-challenge-unidentifiedx.sunzizhuo.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "UnidentifiedX",
- "email": "sunzizhuo33@gmail.com"
- },
- "record": {
- "TXT": "82c071e58d59a58ca0ac52f3240f65"
- }
+ "owner": {
+ "username": "UnidentifiedX",
+ "email": "sunzizhuo33@gmail.com"
+ },
+ "record": {
+ "TXT": "82c071e58d59a58ca0ac52f3240f65"
+ }
}
diff --git a/domains/_github-pages-challenge-yashokuu.yas.json b/domains/_github-pages-challenge-yashokuu.yas.json
index e4d8836d4..17656bd55 100644
--- a/domains/_github-pages-challenge-yashokuu.yas.json
+++ b/domains/_github-pages-challenge-yashokuu.yas.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "yashoukuu",
- "email": "yas.studios.en@gmail.com"
- },
- "record": {
- "TXT": "3dc5a3f950e7f70f6535b6bf715042"
- }
+ "owner": {
+ "username": "yashoukuu",
+ "email": "yas.studios.en@gmail.com"
+ },
+ "record": {
+ "TXT": "3dc5a3f950e7f70f6535b6bf715042"
+ }
}
diff --git a/domains/_github-pages-challenge.wildchamo.json b/domains/_github-pages-challenge.wildchamo.json
index 836e5b1ac..ea0ece3d4 100644
--- a/domains/_github-pages-challenge.wildchamo.json
+++ b/domains/_github-pages-challenge.wildchamo.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "wildchamo",
- "email": "wildchamo@gmail.com"
- },
- "record": {
- "TXT": "5b9a158bcd9821a7a78b5b362bccf0"
- }
+ "owner": {
+ "username": "wildchamo",
+ "email": "wildchamo@gmail.com"
+ },
+ "record": {
+ "TXT": "5b9a158bcd9821a7a78b5b362bccf0"
+ }
}
diff --git a/domains/_vercel.4hmet.json b/domains/_vercel.4hmet.json
index a11a56cfc..548534f94 100644
--- a/domains/_vercel.4hmet.json
+++ b/domains/_vercel.4hmet.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "ahmetunsal",
- "email": "web.unsalahmet@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=4hmet.is-a.dev,c313bc7151ebff9a1f1f"
- }
+ "owner": {
+ "username": "ahmetunsal",
+ "email": "web.unsalahmet@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=4hmet.is-a.dev,c313bc7151ebff9a1f1f"
+ }
}
diff --git a/domains/_vercel.aadityaa.json b/domains/_vercel.aadityaa.json
index bfa029eff..58ad65db3 100644
--- a/domains/_vercel.aadityaa.json
+++ b/domains/_vercel.aadityaa.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Aadityaa2606",
- "email": "aadityaa2606@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=aadityaa.is-a.dev,ac8d0d70ecad184cddfa"
- }
+ "owner": {
+ "username": "Aadityaa2606",
+ "email": "aadityaa2606@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=aadityaa.is-a.dev,ac8d0d70ecad184cddfa"
+ }
}
diff --git a/domains/_vercel.aakashrawat.json b/domains/_vercel.aakashrawat.json
index 0e745a4ff..b92e69e32 100644
--- a/domains/_vercel.aakashrawat.json
+++ b/domains/_vercel.aakashrawat.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "aakashrawat04",
- "email": "2004rawataakash@gmail.com",
- "discord": "759817307957493800"
- },
- "record": {
- "TXT": "vc-domain-verify=aakashrawat.is-a.dev,d80839eb94f222e03728"
- }
+ "owner": {
+ "username": "aakashrawat04",
+ "email": "2004rawataakash@gmail.com",
+ "discord": "759817307957493800"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=aakashrawat.is-a.dev,d80839eb94f222e03728"
+ }
}
diff --git a/domains/_vercel.abdullah-al-mridul.json b/domains/_vercel.abdullah-al-mridul.json
index f4d8c53a2..178199aa9 100644
--- a/domains/_vercel.abdullah-al-mridul.json
+++ b/domains/_vercel.abdullah-al-mridul.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "abdullah-al-mridul",
- "email": "rim89987@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=abdullah-al-mridul.is-a.dev,28add02b5250c0339353"
- }
+ "owner": {
+ "username": "abdullah-al-mridul",
+ "email": "rim89987@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=abdullah-al-mridul.is-a.dev,28add02b5250c0339353"
+ }
}
diff --git a/domains/_vercel.abdullahcxd.json b/domains/_vercel.abdullahcxd.json
index 2d0d7e872..9d91dd155 100644
--- a/domains/_vercel.abdullahcxd.json
+++ b/domains/_vercel.abdullahcxd.json
@@ -1,10 +1,10 @@
-{
- "owner": {
- "username": "abdullahcxd",
- "email": "sabdullahcxd@gmail.com",
- "discord": "sabdullahcxd"
- },
- "record": {
- "TXT": "vc-domain-verify=docs.abdullahcxd.is-a.dev,88eae4c1971934256cdf"
- }
-}
\ No newline at end of file
+{
+ "owner": {
+ "username": "abdullahcxd",
+ "email": "sabdullahcxd@gmail.com",
+ "discord": "sabdullahcxd"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=docs.abdullahcxd.is-a.dev,88eae4c1971934256cdf"
+ }
+}
diff --git a/domains/_vercel.ahios.json b/domains/_vercel.ahios.json
index 0b4279234..eec2a6e3e 100644
--- a/domains/_vercel.ahios.json
+++ b/domains/_vercel.ahios.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "ahios",
- "email": "ahios.dev@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=ahios.is-a.dev,4937fc5cde05797c4fc3"
- }
-}
\ No newline at end of file
+ "owner": {
+ "username": "ahios",
+ "email": "ahios.dev@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=ahios.is-a.dev,4937fc5cde05797c4fc3"
+ }
+}
diff --git a/domains/_vercel.aishik999.json b/domains/_vercel.aishik999.json
index 8099f11ef..f1d7e4b23 100644
--- a/domains/_vercel.aishik999.json
+++ b/domains/_vercel.aishik999.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "aishik999",
- "email": "aishikm2002@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=aishik999.is-a.dev,ee81dd1464c614776855"
- }
+ "owner": {
+ "username": "aishik999",
+ "email": "aishikm2002@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=aishik999.is-a.dev,ee81dd1464c614776855"
+ }
}
diff --git a/domains/_vercel.aitji.json b/domains/_vercel.aitji.json
index ae4360a8f..3b7104481 100644
--- a/domains/_vercel.aitji.json
+++ b/domains/_vercel.aitji.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "aitji",
- "email": "ait.suriya@gmail.com",
- "discord": "aitji"
- },
- "record": {
- "TXT": "vc-domain-verify=aitji.is-a.dev,0a05468b82f542c74dea"
- }
+ "owner": {
+ "username": "aitji",
+ "email": "ait.suriya@gmail.com",
+ "discord": "aitji"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=aitji.is-a.dev,0a05468b82f542c74dea"
+ }
}
diff --git a/domains/_vercel.akashkumar.json b/domains/_vercel.akashkumar.json
index 7f58c5a8f..e35f85f2b 100644
--- a/domains/_vercel.akashkumar.json
+++ b/domains/_vercel.akashkumar.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "akash-kumar-dev",
- "email": "akashkumar.dev00@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=akashkumar.is-a.dev,844132b059abdd5bd808"
- }
-}
\ No newline at end of file
+ "owner": {
+ "username": "akash-kumar-dev",
+ "email": "akashkumar.dev00@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=akashkumar.is-a.dev,844132b059abdd5bd808"
+ }
+}
diff --git a/domains/_vercel.akk1to.json b/domains/_vercel.akk1to.json
index 910e17289..52ae857e8 100644
--- a/domains/_vercel.akk1to.json
+++ b/domains/_vercel.akk1to.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "akk1to",
- "email": "akk1to.dev@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=blogs.akk1to.is-a.dev,18b784bd5f6ecb5feeb8"
- }
+ "owner": {
+ "username": "akk1to",
+ "email": "akk1to.dev@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=blogs.akk1to.is-a.dev,18b784bd5f6ecb5feeb8"
+ }
}
diff --git a/domains/_vercel.alrakib.json b/domains/_vercel.alrakib.json
index 196d3233a..d764d097f 100644
--- a/domains/_vercel.alrakib.json
+++ b/domains/_vercel.alrakib.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "alrakibthedev",
- "email": "alrakibthedev@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=alrakib.is-a.dev,3a2663fe979960b1dad2"
- }
+ "owner": {
+ "username": "alrakibthedev",
+ "email": "alrakibthedev@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=alrakib.is-a.dev,3a2663fe979960b1dad2"
+ }
}
diff --git a/domains/_vercel.anand.json b/domains/_vercel.anand.json
index 6b53bbfeb..01f2379f5 100644
--- a/domains/_vercel.anand.json
+++ b/domains/_vercel.anand.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "anandd17",
- "email": "avdoddamani123@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=anand.is-a.dev,3a42c86f85216132b3ef"
- }
-}
\ No newline at end of file
+ "owner": {
+ "username": "anandd17",
+ "email": "avdoddamani123@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=anand.is-a.dev,3a42c86f85216132b3ef"
+ }
+}
diff --git a/domains/_vercel.andresarr.json b/domains/_vercel.andresarr.json
index e7f767efd..b95184791 100644
--- a/domains/_vercel.andresarr.json
+++ b/domains/_vercel.andresarr.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Anonymous1223334444",
- "email": "replit005@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=andresarr.is-a.dev,c7c6b930211214eb12c5"
- }
- }
+ "owner": {
+ "username": "Anonymous1223334444",
+ "email": "replit005@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=andresarr.is-a.dev,c7c6b930211214eb12c5"
+ }
+}
diff --git a/domains/_vercel.ansh.json b/domains/_vercel.ansh.json
index 0cd79fabc..4d1b1a3f7 100644
--- a/domains/_vercel.ansh.json
+++ b/domains/_vercel.ansh.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "anshaneja5",
- "email": "anshanejaa@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=ansh.is-a.dev,074c2e585d197374e108"
- }
+ "owner": {
+ "username": "anshaneja5",
+ "email": "anshanejaa@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=ansh.is-a.dev,074c2e585d197374e108"
+ }
}
diff --git a/domains/_vercel.arhanansari.json b/domains/_vercel.arhanansari.json
index 3f13b6a53..47ca6fa78 100644
--- a/domains/_vercel.arhanansari.json
+++ b/domains/_vercel.arhanansari.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "ArhanAnsari",
- "email": "arhanansari2009@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=arhanansari.is-a.dev,73384f1ab64fc8f50509"
- }
+ "owner": {
+ "username": "ArhanAnsari",
+ "email": "arhanansari2009@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=arhanansari.is-a.dev,73384f1ab64fc8f50509"
+ }
}
diff --git a/domains/_vercel.arkan.json b/domains/_vercel.arkan.json
index e732c9e3b..5f5b0866f 100644
--- a/domains/_vercel.arkan.json
+++ b/domains/_vercel.arkan.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "ArizalArkan",
- "email": "arizalarkan@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=arkan.is-a.dev,1950c16be793b47f3a76"
- }
+ "owner": {
+ "username": "ArizalArkan",
+ "email": "arizalarkan@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=arkan.is-a.dev,1950c16be793b47f3a76"
+ }
}
diff --git a/domains/_vercel.arlan.json b/domains/_vercel.arlan.json
index 9268ae87b..35c1f87c6 100644
--- a/domains/_vercel.arlan.json
+++ b/domains/_vercel.arlan.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "handikatriarlan",
- "email": "handikaarlan@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=arlan.is-a.dev,0ab1dd26cecd05574326"
- }
+ "owner": {
+ "username": "handikatriarlan",
+ "email": "handikaarlan@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=arlan.is-a.dev,0ab1dd26cecd05574326"
+ }
}
diff --git a/domains/_vercel.arvind.json b/domains/_vercel.arvind.json
index dc0b83863..f429e44c3 100644
--- a/domains/_vercel.arvind.json
+++ b/domains/_vercel.arvind.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "coderman400",
- "email": "achurox1121@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=arvind.is-a.dev,6078db13fb7b19c2e83d"
- }
+ "owner": {
+ "username": "coderman400",
+ "email": "achurox1121@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=arvind.is-a.dev,6078db13fb7b19c2e83d"
+ }
}
diff --git a/domains/_vercel.bumidenpasar.json b/domains/_vercel.bumidenpasar.json
index b5d4b30f7..5495d630d 100644
--- a/domains/_vercel.bumidenpasar.json
+++ b/domains/_vercel.bumidenpasar.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "BumiDenpasar",
- "instagram": "ibummmbumi"
- },
- "record": {
- "TXT": "vc-domain-verify=bumidenpasar.is-a.dev,2acace80e7ea336fd678"
- }
+ "owner": {
+ "username": "BumiDenpasar",
+ "instagram": "ibummmbumi"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=bumidenpasar.is-a.dev,2acace80e7ea336fd678"
+ }
}
diff --git a/domains/_vercel.codesoft.json b/domains/_vercel.codesoft.json
index f4c5a04af..1e332b1c0 100644
--- a/domains/_vercel.codesoft.json
+++ b/domains/_vercel.codesoft.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "CodeSoftGit",
- "email": "codesft@proton.me"
- },
- "record": {
- "TXT": "vc-domain-verify=codesoft.is-a.dev,18c04513308f15b350a9"
- }
+ "owner": {
+ "username": "CodeSoftGit",
+ "email": "codesft@proton.me"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=codesoft.is-a.dev,18c04513308f15b350a9"
+ }
}
diff --git a/domains/_vercel.codexkun.json b/domains/_vercel.codexkun.json
index 11f528470..4b909ef1d 100644
--- a/domains/_vercel.codexkun.json
+++ b/domains/_vercel.codexkun.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "KunalBishwal",
- "email": "kunalbishwal2004@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=codexkun.is-a.dev,0c262cd5c5e3a73e7717"
- }
+ "owner": {
+ "username": "KunalBishwal",
+ "email": "kunalbishwal2004@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=codexkun.is-a.dev,0c262cd5c5e3a73e7717"
+ }
}
diff --git a/domains/_vercel.crystal.json b/domains/_vercel.crystal.json
index aa0de75d2..cd4c8821e 100644
--- a/domains/_vercel.crystal.json
+++ b/domains/_vercel.crystal.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "crystalbajgai",
- "email": "crystalbajgai@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=crystal.is-a.dev,ef573673a0e376748ea9"
- }
+ "owner": {
+ "username": "crystalbajgai",
+ "email": "crystalbajgai@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=crystal.is-a.dev,ef573673a0e376748ea9"
+ }
}
diff --git a/domains/_vercel.davr.json b/domains/_vercel.davr.json
index 92f52839b..c40474376 100644
--- a/domains/_vercel.davr.json
+++ b/domains/_vercel.davr.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "cernoh",
- "email": "davincey06@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=davr.is-a.dev,ac46906b38acef6b29bf"
- }
-}
\ No newline at end of file
+ "owner": {
+ "username": "cernoh",
+ "email": "davincey06@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=davr.is-a.dev,ac46906b38acef6b29bf"
+ }
+}
diff --git a/domains/_vercel.deeptanshu.json b/domains/_vercel.deeptanshu.json
index 35310ba7c..d8567ddde 100644
--- a/domains/_vercel.deeptanshu.json
+++ b/domains/_vercel.deeptanshu.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Deeptanshuu",
- "email": "laldeeptanshu96@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=deeptanshu.is-a.dev,28a4f0adf29f7fd2f9c3"
- }
+ "owner": {
+ "username": "Deeptanshuu",
+ "email": "laldeeptanshu96@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=deeptanshu.is-a.dev,28a4f0adf29f7fd2f9c3"
+ }
}
diff --git a/domains/_vercel.dishant.json b/domains/_vercel.dishant.json
index 8e1e08fd2..00eb62c4a 100644
--- a/domains/_vercel.dishant.json
+++ b/domains/_vercel.dishant.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Dishant402955",
- "email": "dishantradadiya3036@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=dishant.is-a.dev,cfc2c6cd0ad49054757b"
- }
+ "owner": {
+ "username": "Dishant402955",
+ "email": "dishantradadiya3036@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=dishant.is-a.dev,cfc2c6cd0ad49054757b"
+ }
}
diff --git a/domains/_vercel.divyanshudhruv.json b/domains/_vercel.divyanshudhruv.json
index 93c67cd42..98afe396e 100644
--- a/domains/_vercel.divyanshudhruv.json
+++ b/domains/_vercel.divyanshudhruv.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "divyanshudhruv",
- "email": "divyanshudhruv24@gmail.com"
- },
- "record": {
- "TXT": ["vc-domain-verify=divyanshudhruv.is-a.dev,3736859f922a85d87e46"]
- }
+ "owner": {
+ "username": "divyanshudhruv",
+ "email": "divyanshudhruv24@gmail.com"
+ },
+ "record": {
+ "TXT": ["vc-domain-verify=divyanshudhruv.is-a.dev,3736859f922a85d87e46"]
+ }
}
diff --git a/domains/_vercel.duypt14.json b/domains/_vercel.duypt14.json
index a2e727dc8..f65d99352 100644
--- a/domains/_vercel.duypt14.json
+++ b/domains/_vercel.duypt14.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "ptduy14",
- "email": "phantanduy14@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=duypt14.is-a.dev,14245b40810d20910d2a"
- }
+ "owner": {
+ "username": "ptduy14",
+ "email": "phantanduy14@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=duypt14.is-a.dev,14245b40810d20910d2a"
+ }
}
diff --git a/domains/_vercel.emanuel-prado.json b/domains/_vercel.emanuel-prado.json
index 918c4885f..535009f99 100644
--- a/domains/_vercel.emanuel-prado.json
+++ b/domains/_vercel.emanuel-prado.json
@@ -6,4 +6,4 @@
"record": {
"TXT": "vc-domain-verify=emanuel-prado.is-a.dev,2852fb034d376417491f"
}
-}
\ No newline at end of file
+}
diff --git a/domains/_vercel.farouk.json b/domains/_vercel.farouk.json
index 341011e42..d5b387e8f 100644
--- a/domains/_vercel.farouk.json
+++ b/domains/_vercel.farouk.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "faroukchebaiki",
- "email": "farouk.chebaiki@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=farouk.is-a.dev,ec3de2841315d1108853"
- }
+ "owner": {
+ "username": "faroukchebaiki",
+ "email": "farouk.chebaiki@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=farouk.is-a.dev,ec3de2841315d1108853"
+ }
}
diff --git a/domains/_vercel.fendimohamed.json b/domains/_vercel.fendimohamed.json
index c98014cf0..529b41706 100644
--- a/domains/_vercel.fendimohamed.json
+++ b/domains/_vercel.fendimohamed.json
@@ -1,9 +1,9 @@
-{
- "owner": {
- "username": "FendiMohamed",
- "email": "fendimohamed615@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=fendimohamed.is-a.dev,36783fd4f5b7c8306eb5"
- }
+{
+ "owner": {
+ "username": "FendiMohamed",
+ "email": "fendimohamed615@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=fendimohamed.is-a.dev,36783fd4f5b7c8306eb5"
+ }
}
diff --git a/domains/_vercel.francoleon.json b/domains/_vercel.francoleon.json
index d450bfd5b..da40de48d 100644
--- a/domains/_vercel.francoleon.json
+++ b/domains/_vercel.francoleon.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "francoleon08",
- "email": "francoleon284@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=francoleon.is-a.dev,ead369809cf9c9018296"
- }
-}
\ No newline at end of file
+ "owner": {
+ "username": "francoleon08",
+ "email": "francoleon284@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=francoleon.is-a.dev,ead369809cf9c9018296"
+ }
+}
diff --git a/domains/_vercel.glitched-da-kitty-cat.json b/domains/_vercel.glitched-da-kitty-cat.json
index 0ac16eaaa..075705d42 100644
--- a/domains/_vercel.glitched-da-kitty-cat.json
+++ b/domains/_vercel.glitched-da-kitty-cat.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "GlitchedDaKittyCatSchoolaccount",
- "email": "glitcheddacat@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=glitched-da-kitty-cat.is-a.dev,d3ead0cedf604d462fbb"
- }
+ "owner": {
+ "username": "GlitchedDaKittyCatSchoolaccount",
+ "email": "glitcheddacat@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=glitched-da-kitty-cat.is-a.dev,d3ead0cedf604d462fbb"
+ }
}
diff --git a/domains/_vercel.hareesh.json b/domains/_vercel.hareesh.json
index a2e8f060f..52ed4ba29 100644
--- a/domains/_vercel.hareesh.json
+++ b/domains/_vercel.hareesh.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Hareesh108",
- "email": "hareeshbhittam@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=hareesh.is-a.dev,477c6844f0ac3a8191e6"
- }
-}
\ No newline at end of file
+ "owner": {
+ "username": "Hareesh108",
+ "email": "hareeshbhittam@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=hareesh.is-a.dev,477c6844f0ac3a8191e6"
+ }
+}
diff --git a/domains/_vercel.henderythmix.json b/domains/_vercel.henderythmix.json
index 12397cb8c..018042d86 100644
--- a/domains/_vercel.henderythmix.json
+++ b/domains/_vercel.henderythmix.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Henderythmix",
- "email": "robertoselleswork@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=henderythmix.is-a.dev,daad531219c3ad9b7579"
- }
+ "owner": {
+ "username": "Henderythmix",
+ "email": "robertoselleswork@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=henderythmix.is-a.dev,daad531219c3ad9b7579"
+ }
}
diff --git a/domains/_vercel.idriss.json b/domains/_vercel.idriss.json
index 286c47ce7..613026e0b 100644
--- a/domains/_vercel.idriss.json
+++ b/domains/_vercel.idriss.json
@@ -2,7 +2,7 @@
"owner": {
"username": "AstroDriss",
"email": "drisspennywise@gmail.com"
-},
+ },
"record": {
"TXT": "vc-domain-verify=idriss.is-a.dev,375d6639e027c0907afd"
}
diff --git a/domains/_vercel.inputly.json b/domains/_vercel.inputly.json
index 37ca7e0ba..550811aa7 100644
--- a/domains/_vercel.inputly.json
+++ b/domains/_vercel.inputly.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "NateNear",
- "email": "matternate21@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=inputly.is-a.dev,650df8c4415b2035e3e3"
- }
-}
\ No newline at end of file
+ "owner": {
+ "username": "NateNear",
+ "email": "matternate21@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=inputly.is-a.dev,650df8c4415b2035e3e3"
+ }
+}
diff --git a/domains/_vercel.isaacrobert33.json b/domains/_vercel.isaacrobert33.json
index b4cd6007d..2c67403dc 100644
--- a/domains/_vercel.isaacrobert33.json
+++ b/domains/_vercel.isaacrobert33.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "isaacrobert33",
- "email": "isaacrobertoluwaseun@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=isaacrobert33.is-a.dev,1688a3dfda585e08298e"
- }
+ "owner": {
+ "username": "isaacrobert33",
+ "email": "isaacrobertoluwaseun@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=isaacrobert33.is-a.dev,1688a3dfda585e08298e"
+ }
}
diff --git a/domains/_vercel.itsjhonalex.json b/domains/_vercel.itsjhonalex.json
index 44b1b4050..a1541f08d 100644
--- a/domains/_vercel.itsjhonalex.json
+++ b/domains/_vercel.itsjhonalex.json
@@ -1,11 +1,11 @@
{
- "description": "itsjhonalex.is-a.dev",
- "repo": "github.com/ItsJhonAlex/PortfolioDev",
- "owner": {
- "username": "ItsJhonAlex",
- "email": "itsjhonalex@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=itsjhonalex.is-a.dev,8c4f4f96f1fa142804c7"
- }
+ "description": "itsjhonalex.is-a.dev",
+ "repo": "github.com/ItsJhonAlex/PortfolioDev",
+ "owner": {
+ "username": "ItsJhonAlex",
+ "email": "itsjhonalex@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=itsjhonalex.is-a.dev,8c4f4f96f1fa142804c7"
+ }
}
diff --git a/domains/_vercel.jar.json b/domains/_vercel.jar.json
index d304b6d09..607c01ff0 100644
--- a/domains/_vercel.jar.json
+++ b/domains/_vercel.jar.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "jartf",
- "email": "hi@jar.tf"
- },
- "record": {
- "TXT": "vc-domain-verify=jar.is-a.dev,faf9fc9ca0c53d380bd7"
- }
+ "owner": {
+ "username": "jartf",
+ "email": "hi@jar.tf"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=jar.is-a.dev,faf9fc9ca0c53d380bd7"
+ }
}
diff --git a/domains/_vercel.jeanclaude.json b/domains/_vercel.jeanclaude.json
index 75c0aa258..e99b7b66d 100644
--- a/domains/_vercel.jeanclaude.json
+++ b/domains/_vercel.jeanclaude.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "jeanclaudegeagea",
- "email": "jeanclaude.geagea@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=jeanclaude.is-a.dev,76b49022de3c560947e8"
- }
+ "owner": {
+ "username": "jeanclaudegeagea",
+ "email": "jeanclaude.geagea@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=jeanclaude.is-a.dev,76b49022de3c560947e8"
+ }
}
diff --git a/domains/_vercel.jmc.json b/domains/_vercel.jmc.json
index ac1990440..f2903e319 100644
--- a/domains/_vercel.jmc.json
+++ b/domains/_vercel.jmc.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "josem430",
- "email": "jmc300499@gmail.com",
- "discord": "josem430"
- },
- "record": {
- "TXT": "vc-domain-verify=jmc.is-a.dev,27b92885b5a4c6e96615"
- }
+ "owner": {
+ "username": "josem430",
+ "email": "jmc300499@gmail.com",
+ "discord": "josem430"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=jmc.is-a.dev,27b92885b5a4c6e96615"
+ }
}
diff --git a/domains/_vercel.juanpabloleonmaya.json b/domains/_vercel.juanpabloleonmaya.json
index 305e434d8..6ba26c133 100644
--- a/domains/_vercel.juanpabloleonmaya.json
+++ b/domains/_vercel.juanpabloleonmaya.json
@@ -1,9 +1,9 @@
-{
- "owner": {
- "username": "juanleon8581",
- "email": "juanleon8581@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=juanpabloleonmaya.is-a.dev,60444b8f6c0ae7c91c12"
- }
-}
\ No newline at end of file
+{
+ "owner": {
+ "username": "juanleon8581",
+ "email": "juanleon8581@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=juanpabloleonmaya.is-a.dev,60444b8f6c0ae7c91c12"
+ }
+}
diff --git a/domains/_vercel.kareem.json b/domains/_vercel.kareem.json
index fa317c31e..0e9a9caa1 100644
--- a/domains/_vercel.kareem.json
+++ b/domains/_vercel.kareem.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "kareem-m",
- "email": "kareemmoh1911@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=kareem.is-a.dev,227f1873f5be3f29395e"
- }
+ "owner": {
+ "username": "kareem-m",
+ "email": "kareemmoh1911@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=kareem.is-a.dev,227f1873f5be3f29395e"
+ }
}
diff --git a/domains/_vercel.ken-kuro.json b/domains/_vercel.ken-kuro.json
index bb082b97a..99439a77c 100644
--- a/domains/_vercel.ken-kuro.json
+++ b/domains/_vercel.ken-kuro.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "ken-kuro",
- "linkedin": "hieuhm2610"
- },
- "record": {
- "TXT": "vc-domain-verify=ken-kuro.is-a.dev,f7190a78aaa06c66bd44"
- }
+ "owner": {
+ "username": "ken-kuro",
+ "linkedin": "hieuhm2610"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=ken-kuro.is-a.dev,f7190a78aaa06c66bd44"
+ }
}
diff --git a/domains/_vercel.kevinmolina.json b/domains/_vercel.kevinmolina.json
index c30ac1bf5..5a3ee6a88 100644
--- a/domains/_vercel.kevinmolina.json
+++ b/domains/_vercel.kevinmolina.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "kevinmolinadev",
- "email": "kevinmolina.dev@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=kevinmolina.is-a.dev,514e23dcdfedeb5ae4c5"
- }
-}
\ No newline at end of file
+ "owner": {
+ "username": "kevinmolinadev",
+ "email": "kevinmolina.dev@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=kevinmolina.is-a.dev,514e23dcdfedeb5ae4c5"
+ }
+}
diff --git a/domains/_vercel.kilamieaz.json b/domains/_vercel.kilamieaz.json
index 814a409fd..914ecfc7a 100644
--- a/domains/_vercel.kilamieaz.json
+++ b/domains/_vercel.kilamieaz.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "kilamieaz",
- "email": "im.sultaan05@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=kilamieaz.is-a.dev,43bb0e712f64dcb9c8a5"
- }
+ "owner": {
+ "username": "kilamieaz",
+ "email": "im.sultaan05@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=kilamieaz.is-a.dev,43bb0e712f64dcb9c8a5"
+ }
}
diff --git a/domains/_vercel.layhout.json b/domains/_vercel.layhout.json
index e17243f9c..5b4e0205d 100644
--- a/domains/_vercel.layhout.json
+++ b/domains/_vercel.layhout.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "layhout",
- "email": "layhoutworkmail@gmail.com"
- },
- "record": {
- "TXT": ["vc-domain-verify=layhout.is-a.dev,be218a450dbf76cb68f1"]
- }
+ "owner": {
+ "username": "layhout",
+ "email": "layhoutworkmail@gmail.com"
+ },
+ "record": {
+ "TXT": ["vc-domain-verify=layhout.is-a.dev,be218a450dbf76cb68f1"]
+ }
}
diff --git a/domains/_vercel.luvtoxic.json b/domains/_vercel.luvtoxic.json
index 396c99bad..18e948862 100644
--- a/domains/_vercel.luvtoxic.json
+++ b/domains/_vercel.luvtoxic.json
@@ -1,9 +1,9 @@
-{
- "owner": {
- "username": "luvtoxic",
- "email": "ammarbags2023@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=luvtoxic.is-a.dev,fe679dc4161b66e8e00f"
- }
-}
+{
+ "owner": {
+ "username": "luvtoxic",
+ "email": "ammarbags2023@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=luvtoxic.is-a.dev,fe679dc4161b66e8e00f"
+ }
+}
diff --git a/domains/_vercel.lycoris.json b/domains/_vercel.lycoris.json
index 969f26a4b..37a225862 100644
--- a/domains/_vercel.lycoris.json
+++ b/domains/_vercel.lycoris.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "lycorissss",
- "email": "beelzebub5758@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=lycoris.is-a.dev,c3b18b1afc1e66757025"
- }
+ "owner": {
+ "username": "lycorissss",
+ "email": "beelzebub5758@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=lycoris.is-a.dev,c3b18b1afc1e66757025"
+ }
}
diff --git a/domains/_vercel.manhnguyen18.json b/domains/_vercel.manhnguyen18.json
index 9db64cc3e..3e5ce4d3d 100644
--- a/domains/_vercel.manhnguyen18.json
+++ b/domains/_vercel.manhnguyen18.json
@@ -1,8 +1,8 @@
{
- "owner": {
- "username": "nguyenmanh18",
- "email": "nguyenmanh1891997@gmail.com"
- },
+ "owner": {
+ "username": "nguyenmanh18",
+ "email": "nguyenmanh1891997@gmail.com"
+ },
"record": {
"TXT": "vc-domain-verify=manhnguyen18.is-a.dev,32b5b9a6627ffaa77e66"
}
diff --git a/domains/_vercel.marlonbaatjes.json b/domains/_vercel.marlonbaatjes.json
index 2a2a81189..bb1c76446 100644
--- a/domains/_vercel.marlonbaatjes.json
+++ b/domains/_vercel.marlonbaatjes.json
@@ -1,10 +1,9 @@
{
- "owner": {
- "username": "mdesignscode",
- "email": "marlonbaatjes62@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=marlonbaatjes.is-a.dev,e393641c1319b97e701e"
- }
+ "owner": {
+ "username": "mdesignscode",
+ "email": "marlonbaatjes62@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=marlonbaatjes.is-a.dev,e393641c1319b97e701e"
+ }
}
-
diff --git a/domains/_vercel.mateogariboglio.json b/domains/_vercel.mateogariboglio.json
index fdfca6250..2e6217207 100644
--- a/domains/_vercel.mateogariboglio.json
+++ b/domains/_vercel.mateogariboglio.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Mateo-404",
- "discord": "gary_______"
- },
- "record": {
- "TXT": "vc-domain-verify=mateogariboglio.is-a.dev,5241b76c19e0f7de2f4a"
- }
+ "owner": {
+ "username": "Mateo-404",
+ "discord": "gary_______"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=mateogariboglio.is-a.dev,5241b76c19e0f7de2f4a"
+ }
}
diff --git a/domains/_vercel.menn.json b/domains/_vercel.menn.json
index 01cd25955..127af943f 100644
--- a/domains/_vercel.menn.json
+++ b/domains/_vercel.menn.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "hedgehog-menn",
- "email": "kp.thananchai@gmail.com",
- "discord": "26623men"
- },
- "record": {
- "TXT": "vc-domain-verify=menn.is-a.dev,888e516936e6a1278bc0"
- }
+ "owner": {
+ "username": "hedgehog-menn",
+ "email": "kp.thananchai@gmail.com",
+ "discord": "26623men"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=menn.is-a.dev,888e516936e6a1278bc0"
+ }
}
diff --git a/domains/_vercel.minhtan.json b/domains/_vercel.minhtan.json
index 60f5234bc..8ff25ab80 100644
--- a/domains/_vercel.minhtan.json
+++ b/domains/_vercel.minhtan.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "tanbaycu",
- "email": "tanbaycu@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=minhtan.is-a.dev,7be64448654af271a7c5"
- }
+ "owner": {
+ "username": "tanbaycu",
+ "email": "tanbaycu@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=minhtan.is-a.dev,7be64448654af271a7c5"
+ }
}
diff --git a/domains/_vercel.monosen.json b/domains/_vercel.monosen.json
index d3fa8c851..90f07ae1b 100644
--- a/domains/_vercel.monosen.json
+++ b/domains/_vercel.monosen.json
@@ -7,4 +7,4 @@
"record": {
"TXT": "vc-domain-verify=monosen.is-a.dev,a2fd2dc04b730870b37c"
}
-}
\ No newline at end of file
+}
diff --git a/domains/_vercel.mr-julus.json b/domains/_vercel.mr-julus.json
index a1333e074..bc35f9022 100644
--- a/domains/_vercel.mr-julus.json
+++ b/domains/_vercel.mr-julus.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "BougSoon-Studio",
- "email": "bougsoon.studio@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=mr-julus.is-a.dev,caaed911982c75cb0961"
- }
+ "owner": {
+ "username": "BougSoon-Studio",
+ "email": "bougsoon.studio@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=mr-julus.is-a.dev,caaed911982c75cb0961"
+ }
}
diff --git a/domains/_vercel.mrtspeedy.json b/domains/_vercel.mrtspeedy.json
index bb5aed1e9..cce036d23 100644
--- a/domains/_vercel.mrtspeedy.json
+++ b/domains/_vercel.mrtspeedy.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "mrtspeedy",
- "email": "toxicspeedytv@gmail.com",
- "discord": "1095502790534627348"
- },
- "record": {
- "TXT": "vc-domain-verify=mrtspeedy.is-a.dev,c168ba7b9bdca5dd1be8"
- }
-}
\ No newline at end of file
+ "owner": {
+ "username": "mrtspeedy",
+ "email": "toxicspeedytv@gmail.com",
+ "discord": "1095502790534627348"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=mrtspeedy.is-a.dev,c168ba7b9bdca5dd1be8"
+ }
+}
diff --git a/domains/_vercel.mudasir.json b/domains/_vercel.mudasir.json
index f6281db7a..14bc33e4f 100644
--- a/domains/_vercel.mudasir.json
+++ b/domains/_vercel.mudasir.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "mirzamudassir",
- "discord": "0xmudassir"
- },
- "record": {
- "TXT": "vc-domain-verify=mudasir.is-a.dev,2d0551deb0d92e5838a7"
- }
+ "owner": {
+ "username": "mirzamudassir",
+ "discord": "0xmudassir"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=mudasir.is-a.dev,2d0551deb0d92e5838a7"
+ }
}
diff --git a/domains/_vercel.muhammed.json b/domains/_vercel.muhammed.json
index 3a8cd8152..b58578cb6 100644
--- a/domains/_vercel.muhammed.json
+++ b/domains/_vercel.muhammed.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "MhmdFais",
- "email": "mofam534@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=muhammed.is-a.dev,98134514b3a6d270df4b"
- }
+ "owner": {
+ "username": "MhmdFais",
+ "email": "mofam534@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=muhammed.is-a.dev,98134514b3a6d270df4b"
+ }
}
diff --git a/domains/_vercel.nabin.json b/domains/_vercel.nabin.json
index 48c57c535..40f80cb54 100644
--- a/domains/_vercel.nabin.json
+++ b/domains/_vercel.nabin.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "nabinkatwal7",
- "email": "mediocampistaa@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=nabin.is-a.dev,bfd13935a3cb2aaea0e5"
- }
+ "owner": {
+ "username": "nabinkatwal7",
+ "email": "mediocampistaa@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=nabin.is-a.dev,bfd13935a3cb2aaea0e5"
+ }
}
diff --git a/domains/_vercel.namansethi.json b/domains/_vercel.namansethi.json
index fb48c2e36..11e5c7e15 100644
--- a/domains/_vercel.namansethi.json
+++ b/domains/_vercel.namansethi.json
@@ -1,11 +1,10 @@
{
- "owner": {
- "username": "namansethi13",
- "discord": "namansethi",
- "email": "namansethi1328@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=namansethi.is-a.dev,e0b892773250b43800c9"
- }
+ "owner": {
+ "username": "namansethi13",
+ "discord": "namansethi",
+ "email": "namansethi1328@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=namansethi.is-a.dev,e0b892773250b43800c9"
}
-
\ No newline at end of file
+}
diff --git a/domains/_vercel.newtun-code-cheat-sheet.json b/domains/_vercel.newtun-code-cheat-sheet.json
index 94d68858e..73b172f57 100644
--- a/domains/_vercel.newtun-code-cheat-sheet.json
+++ b/domains/_vercel.newtun-code-cheat-sheet.json
@@ -1,9 +1,9 @@
-{
- "owner": {
- "username": "VinhTin-AQUA",
- "email": "tinhovinh@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=newtun-code-cheat-sheet.is-a.dev,d8b78b5284419c18ec16"
- }
- }
\ No newline at end of file
+{
+ "owner": {
+ "username": "VinhTin-AQUA",
+ "email": "tinhovinh@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=newtun-code-cheat-sheet.is-a.dev,d8b78b5284419c18ec16"
+ }
+}
diff --git a/domains/_vercel.newtun.json b/domains/_vercel.newtun.json
index 5393e7666..60530537c 100644
--- a/domains/_vercel.newtun.json
+++ b/domains/_vercel.newtun.json
@@ -1,9 +1,9 @@
-{
- "owner": {
- "username": "VinhTin-AQUA",
- "email": "tinhovinh@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=newtun.is-a.dev,4bb1f2ec7e540d7f7a2b"
- }
-}
\ No newline at end of file
+{
+ "owner": {
+ "username": "VinhTin-AQUA",
+ "email": "tinhovinh@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=newtun.is-a.dev,4bb1f2ec7e540d7f7a2b"
+ }
+}
diff --git a/domains/_vercel.ngoutam.json b/domains/_vercel.ngoutam.json
index 313674d74..93eec5434 100644
--- a/domains/_vercel.ngoutam.json
+++ b/domains/_vercel.ngoutam.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Goutam-04",
- "email": "goutamnayak2804+github1@gmail.com"
- },
- "record": {
- "TXT": ["vc-domain-verify=ngoutam.is-a.dev,9c110859b66d7ddcd7b5"]
- }
-}
\ No newline at end of file
+ "owner": {
+ "username": "Goutam-04",
+ "email": "goutamnayak2804+github1@gmail.com"
+ },
+ "record": {
+ "TXT": ["vc-domain-verify=ngoutam.is-a.dev,9c110859b66d7ddcd7b5"]
+ }
+}
diff --git a/domains/_vercel.notzer0two.json b/domains/_vercel.notzer0two.json
index 263514b6b..5126eb959 100644
--- a/domains/_vercel.notzer0two.json
+++ b/domains/_vercel.notzer0two.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "NotZer0Two",
- "email": "lyonfan2010@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=notzer0two.is-a.dev,38a2a717010666874386"
- }
+ "owner": {
+ "username": "NotZer0Two",
+ "email": "lyonfan2010@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=notzer0two.is-a.dev,38a2a717010666874386"
+ }
}
diff --git a/domains/_vercel.onerandom.json b/domains/_vercel.onerandom.json
index 3d1c81d2e..88dd53e8f 100644
--- a/domains/_vercel.onerandom.json
+++ b/domains/_vercel.onerandom.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "OneRandom1509",
- "email": "anantukid@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=onerandom.is-a.dev,e18318031614810f658f"
- }
+ "owner": {
+ "username": "OneRandom1509",
+ "email": "anantukid@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=onerandom.is-a.dev,e18318031614810f658f"
+ }
}
diff --git a/domains/_vercel.raafey.json b/domains/_vercel.raafey.json
index 0e7768b13..be0119b9b 100644
--- a/domains/_vercel.raafey.json
+++ b/domains/_vercel.raafey.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "RaafeyRaza",
- "email": "raafeyraza1@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=raafey.is-a.dev,aa0e06a894333b259a4b"
- }
+ "owner": {
+ "username": "RaafeyRaza",
+ "email": "raafeyraza1@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=raafey.is-a.dev,aa0e06a894333b259a4b"
+ }
}
diff --git a/domains/_vercel.rajeshkumar.json b/domains/_vercel.rajeshkumar.json
index ea9f3d565..5a228e0f1 100644
--- a/domains/_vercel.rajeshkumar.json
+++ b/domains/_vercel.rajeshkumar.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Dev-Rajeshkumar",
- "email": "rajesh8778354586@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=rajeshkumar.is-a.dev,52cd27c94b7115d293d5"
- }
+ "owner": {
+ "username": "Dev-Rajeshkumar",
+ "email": "rajesh8778354586@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=rajeshkumar.is-a.dev,52cd27c94b7115d293d5"
+ }
}
diff --git a/domains/_vercel.rajeshreddy.json b/domains/_vercel.rajeshreddy.json
index f4bfd865c..d9e8499ea 100644
--- a/domains/_vercel.rajeshreddy.json
+++ b/domains/_vercel.rajeshreddy.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "rajesh-reddy1",
- "email": "mrrajeshreddy1@gmail.com",
- "discord": "suuiii_1"
- },
- "record": {
- "TXT": "vc-domain-verify=rajeshreddy.is-a.dev,400e697edc993cbbeab7"
- }
+ "owner": {
+ "username": "rajesh-reddy1",
+ "email": "mrrajeshreddy1@gmail.com",
+ "discord": "suuiii_1"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=rajeshreddy.is-a.dev,400e697edc993cbbeab7"
+ }
}
diff --git a/domains/_vercel.rajputshashank.json b/domains/_vercel.rajputshashank.json
index 038a29181..1a277e35c 100644
--- a/domains/_vercel.rajputshashank.json
+++ b/domains/_vercel.rajputshashank.json
@@ -1,10 +1,9 @@
{
- "owner": {
- "username": "rajputshashank003",
- "email" : "hariomshashank@gmail.com"
- },
- "record": {
- "TXT": ["vc-domain-verify=rajputshashank.is-a.dev,b54453fc10c77cf72c1d"]
- }
+ "owner": {
+ "username": "rajputshashank003",
+ "email": "hariomshashank@gmail.com"
+ },
+ "record": {
+ "TXT": ["vc-domain-verify=rajputshashank.is-a.dev,b54453fc10c77cf72c1d"]
}
-
\ No newline at end of file
+}
diff --git a/domains/_vercel.raynaldescala.json b/domains/_vercel.raynaldescala.json
index 843e11542..cb6d3b8e2 100644
--- a/domains/_vercel.raynaldescala.json
+++ b/domains/_vercel.raynaldescala.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "raynaldescala",
- "email": "raynaldescala01@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=raynaldescala.is-a.dev,7c5440b0cdb643d66472"
- }
+ "owner": {
+ "username": "raynaldescala",
+ "email": "raynaldescala01@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=raynaldescala.is-a.dev,7c5440b0cdb643d66472"
+ }
}
diff --git a/domains/_vercel.renant.json b/domains/_vercel.renant.json
index f1f52c9d5..45de79fb6 100644
--- a/domains/_vercel.renant.json
+++ b/domains/_vercel.renant.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "renant",
- "email": "renan_replay@live.com"
- },
- "record": {
- "TXT": "vc-domain-verify=renant.is-a.dev,fe738eebddc5a20097e6"
- }
+ "owner": {
+ "username": "renant",
+ "email": "renan_replay@live.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=renant.is-a.dev,fe738eebddc5a20097e6"
+ }
}
diff --git a/domains/_vercel.riccardo126.json b/domains/_vercel.riccardo126.json
index 9f98c2832..c486602f9 100644
--- a/domains/_vercel.riccardo126.json
+++ b/domains/_vercel.riccardo126.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "riccardo126",
- "email": "riccardopassacantando@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=riccardo126.is-a.dev,408e1d0b2f39a662b0ae"
- }
+ "owner": {
+ "username": "riccardo126",
+ "email": "riccardopassacantando@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=riccardo126.is-a.dev,408e1d0b2f39a662b0ae"
+ }
}
diff --git a/domains/_vercel.risqiahmad.json b/domains/_vercel.risqiahmad.json
index d543a0d55..193bb9876 100644
--- a/domains/_vercel.risqiahmad.json
+++ b/domains/_vercel.risqiahmad.json
@@ -1,11 +1,10 @@
{
- "owner": {
- "username": "risqi17",
- "email": "ahmadreys@gmail.com",
- "discord": "risqi_ahmad9230"
- },
- "record": {
- "TXT": "vc-domain-verify=risqiahmad.is-a.dev,8bd8af8f24fe915c1ac4"
- }
+ "owner": {
+ "username": "risqi17",
+ "email": "ahmadreys@gmail.com",
+ "discord": "risqi_ahmad9230"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=risqiahmad.is-a.dev,8bd8af8f24fe915c1ac4"
}
-
\ No newline at end of file
+}
diff --git a/domains/_vercel.s1dd.json b/domains/_vercel.s1dd.json
index d330bb369..157262262 100644
--- a/domains/_vercel.s1dd.json
+++ b/domains/_vercel.s1dd.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "nots1dd",
- "email": "sid9.karanam@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=s1dd.is-a.dev,e08de74daf627d6e653d"
- }
+ "owner": {
+ "username": "nots1dd",
+ "email": "sid9.karanam@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=s1dd.is-a.dev,e08de74daf627d6e653d"
+ }
}
diff --git a/domains/_vercel.saif.json b/domains/_vercel.saif.json
index 0207cec10..6e2518c73 100644
--- a/domains/_vercel.saif.json
+++ b/domains/_vercel.saif.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Saifkhanz",
- "email": "saif137.khan@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=saif.is-a.dev,8f2dcd17056c670b7276"
- }
-}
\ No newline at end of file
+ "owner": {
+ "username": "Saifkhanz",
+ "email": "saif137.khan@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=saif.is-a.dev,8f2dcd17056c670b7276"
+ }
+}
diff --git a/domains/_vercel.shimizu.json b/domains/_vercel.shimizu.json
index f69c8f0a8..4f16f5a8c 100644
--- a/domains/_vercel.shimizu.json
+++ b/domains/_vercel.shimizu.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Mikofoxie",
- "email": "shimizulazy@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=shimizu.is-a.dev,3356672e8054fe9b4d65"
- }
+ "owner": {
+ "username": "Mikofoxie",
+ "email": "shimizulazy@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=shimizu.is-a.dev,3356672e8054fe9b4d65"
+ }
}
diff --git a/domains/_vercel.siya.json b/domains/_vercel.siya.json
index 38ec823e9..053ee8548 100644
--- a/domains/_vercel.siya.json
+++ b/domains/_vercel.siya.json
@@ -1,10 +1,9 @@
{
- "owner": {
- "username": "rajputsiya",
- "email" : "siyarajput9258@gmail.com"
- },
- "record": {
- "TXT": ["vc-domain-verify=siya.is-a.dev,8b5584a1aeb3bb9a60c5"]
- }
+ "owner": {
+ "username": "rajputsiya",
+ "email": "siyarajput9258@gmail.com"
+ },
+ "record": {
+ "TXT": ["vc-domain-verify=siya.is-a.dev,8b5584a1aeb3bb9a60c5"]
}
-
\ No newline at end of file
+}
diff --git a/domains/_vercel.skibidi.json b/domains/_vercel.skibidi.json
index 3c3d88a30..71ed2cfcb 100644
--- a/domains/_vercel.skibidi.json
+++ b/domains/_vercel.skibidi.json
@@ -4,6 +4,10 @@
"discord": "skibidibagel"
},
"record": {
- "TXT": ["vc-domain-verify=skibidi.is-a.dev,b75173107a422d2f8244", "vc-domain-verify=bundler.skibidi.is-a.dev,0ed5e66158d45b6bd83d", "vc-domain-verify=projects.skibidi.is-a.dev,33f08aa6e287f18f368b"]
+ "TXT": [
+ "vc-domain-verify=skibidi.is-a.dev,b75173107a422d2f8244",
+ "vc-domain-verify=bundler.skibidi.is-a.dev,0ed5e66158d45b6bd83d",
+ "vc-domain-verify=projects.skibidi.is-a.dev,33f08aa6e287f18f368b"
+ ]
}
}
diff --git a/domains/_vercel.sohag.json b/domains/_vercel.sohag.json
index f8bb6eec8..36dd7e789 100644
--- a/domains/_vercel.sohag.json
+++ b/domains/_vercel.sohag.json
@@ -1,9 +1,9 @@
-{
- "owner": {
- "username": "sohag02",
- "discord": "sohagjabed"
- },
- "record": {
- "TXT": "vc-domain-verify=sohag.is-a.dev,905a0fff3e8fdda0052e"
- }
-}
\ No newline at end of file
+{
+ "owner": {
+ "username": "sohag02",
+ "discord": "sohagjabed"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=sohag.is-a.dev,905a0fff3e8fdda0052e"
+ }
+}
diff --git a/domains/_vercel.sombochea.json b/domains/_vercel.sombochea.json
index ee967eece..d5f0ee241 100644
--- a/domains/_vercel.sombochea.json
+++ b/domains/_vercel.sombochea.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "sombochea",
- "email": "sombochea100@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=sombochea.is-a.dev,2cdc71284d8d8193f021"
- }
-}
\ No newline at end of file
+ "owner": {
+ "username": "sombochea",
+ "email": "sombochea100@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=sombochea.is-a.dev,2cdc71284d8d8193f021"
+ }
+}
diff --git a/domains/_vercel.soul.json b/domains/_vercel.soul.json
index c9f35bd01..f1616f878 100644
--- a/domains/_vercel.soul.json
+++ b/domains/_vercel.soul.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "SoulDevs",
- "email": "soulcosmic1406@proton.me",
- "discord": "soulcosmic1406_"
- },
- "record": {
- "TXT": "vc-domain-verify=soul.is-a.dev,6f957e2edcd5bb791896"
- }
+ "owner": {
+ "username": "SoulDevs",
+ "email": "soulcosmic1406@proton.me",
+ "discord": "soulcosmic1406_"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=soul.is-a.dev,6f957e2edcd5bb791896"
+ }
}
diff --git a/domains/_vercel.supperfreddo.json b/domains/_vercel.supperfreddo.json
index 66480369b..1ca14d6cc 100644
--- a/domains/_vercel.supperfreddo.json
+++ b/domains/_vercel.supperfreddo.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "supperfreddo",
- "email": "supperfreddoio@gmail.com",
- "discord": "supperfreddo"
- },
- "record": {
- "TXT": "vc-domain-verify=supperfreddo.is-a.dev,68c20273ddb3ea11e1d6"
- }
-}
\ No newline at end of file
+ "owner": {
+ "username": "supperfreddo",
+ "email": "supperfreddoio@gmail.com",
+ "discord": "supperfreddo"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=supperfreddo.is-a.dev,68c20273ddb3ea11e1d6"
+ }
+}
diff --git a/domains/_vercel.synthara.json b/domains/_vercel.synthara.json
index 1c48f3e66..7dc7bfd57 100644
--- a/domains/_vercel.synthara.json
+++ b/domains/_vercel.synthara.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "ArhanAnsari",
- "email": "arhanansari2009@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=synthara.is-a.dev,5cfe1b6f6a8530d47a55"
- }
+ "owner": {
+ "username": "ArhanAnsari",
+ "email": "arhanansari2009@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=synthara.is-a.dev,5cfe1b6f6a8530d47a55"
+ }
}
diff --git a/domains/_vercel.tanbaycu.json b/domains/_vercel.tanbaycu.json
index 00e1f3e11..443f46f7a 100644
--- a/domains/_vercel.tanbaycu.json
+++ b/domains/_vercel.tanbaycu.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "tanbaycu",
- "email": "tanbaycu@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=tanbaycu.is-a.dev,39c822aec04365116c16"
- }
+ "owner": {
+ "username": "tanbaycu",
+ "email": "tanbaycu@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=tanbaycu.is-a.dev,39c822aec04365116c16"
+ }
}
diff --git a/domains/_vercel.terry.json b/domains/_vercel.terry.json
index 19e0e060f..9fc9c6b92 100644
--- a/domains/_vercel.terry.json
+++ b/domains/_vercel.terry.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "realyoterry",
- "email": "theterrykim@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=terry.is-a.dev,77663b6ef45302529609"
- }
+ "owner": {
+ "username": "realyoterry",
+ "email": "theterrykim@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=terry.is-a.dev,77663b6ef45302529609"
+ }
}
diff --git a/domains/_vercel.thavirak.json b/domains/_vercel.thavirak.json
index a9d574af4..1e65365c2 100644
--- a/domains/_vercel.thavirak.json
+++ b/domains/_vercel.thavirak.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "thavirak",
- "email": "thavirak@gmail.com"
- },
- "record": {
- "TXT": ["vc-domain-verify=thavirak.is-a.dev,7a6a4ebd89476f7b339a"]
- }
+ "owner": {
+ "username": "thavirak",
+ "email": "thavirak@gmail.com"
+ },
+ "record": {
+ "TXT": ["vc-domain-verify=thavirak.is-a.dev,7a6a4ebd89476f7b339a"]
+ }
}
diff --git a/domains/_vercel.tobias.json b/domains/_vercel.tobias.json
index 9910e6185..487856ea0 100644
--- a/domains/_vercel.tobias.json
+++ b/domains/_vercel.tobias.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "smarterToby",
- "discord": "724712767080235049"
- },
- "record": {
- "TXT": "vc-domain-verify=tobias.is-a.dev,21171b13f4596f6ef9ee"
- }
-}
\ No newline at end of file
+ "owner": {
+ "username": "smarterToby",
+ "discord": "724712767080235049"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=tobias.is-a.dev,21171b13f4596f6ef9ee"
+ }
+}
diff --git a/domains/_vercel.tsania.json b/domains/_vercel.tsania.json
index fff4ac588..4db7f51e2 100644
--- a/domains/_vercel.tsania.json
+++ b/domains/_vercel.tsania.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "tsnzzhr",
- "email": "tsnzzhr102@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=tsania-az.is-a.dev,3cf74b208f3938a96f7b"
- }
+ "owner": {
+ "username": "tsnzzhr",
+ "email": "tsnzzhr102@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=tsania-az.is-a.dev,3cf74b208f3938a96f7b"
+ }
}
diff --git a/domains/_vercel.udit.json b/domains/_vercel.udit.json
index 5877b6aed..96f2e3ead 100644
--- a/domains/_vercel.udit.json
+++ b/domains/_vercel.udit.json
@@ -1,10 +1,9 @@
{
- "owner": {
- "username": "uditdev",
- "email" : "uditdev0008@gmail.com"
- },
- "record": {
- "TXT": ["vc-domain-verify=udit.is-a.dev,8718c1c2a08417265d7e"]
- }
+ "owner": {
+ "username": "uditdev",
+ "email": "uditdev0008@gmail.com"
+ },
+ "record": {
+ "TXT": ["vc-domain-verify=udit.is-a.dev,8718c1c2a08417265d7e"]
}
-
\ No newline at end of file
+}
diff --git a/domains/_vercel.ujjvaljoshi.json b/domains/_vercel.ujjvaljoshi.json
index f19d60b0c..09252807b 100644
--- a/domains/_vercel.ujjvaljoshi.json
+++ b/domains/_vercel.ujjvaljoshi.json
@@ -1,11 +1,11 @@
{
- "description": "Portfolio Website",
- "repo": "https://github.com/ujjvaljoshi45/ujjvaljoshi45",
- "owner": {
- "username": "ujjvaljoshi45",
- "email": "ujjvaljoshi45@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=ujjvaljoshi.is-a.dev,f7ed737aeb48311d634c"
- }
+ "description": "Portfolio Website",
+ "repo": "https://github.com/ujjvaljoshi45/ujjvaljoshi45",
+ "owner": {
+ "username": "ujjvaljoshi45",
+ "email": "ujjvaljoshi45@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=ujjvaljoshi.is-a.dev,f7ed737aeb48311d634c"
+ }
}
diff --git a/domains/_vercel.vdevanarayan.json b/domains/_vercel.vdevanarayan.json
index 7310781ca..1f8b49254 100644
--- a/domains/_vercel.vdevanarayan.json
+++ b/domains/_vercel.vdevanarayan.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "CodeTitan7",
- "email": "octavius1983bc@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=vdevanarayan.is-a.dev,0c0c081b89b565d7ece1"
- }
+ "owner": {
+ "username": "CodeTitan7",
+ "email": "octavius1983bc@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=vdevanarayan.is-a.dev,0c0c081b89b565d7ece1"
+ }
}
diff --git a/domains/_vercel.voidvault.json b/domains/_vercel.voidvault.json
index 9d09ef071..fd5702d80 100644
--- a/domains/_vercel.voidvault.json
+++ b/domains/_vercel.voidvault.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Dev-Rajeshkumar",
- "email": "rajesh8778354686@gmail.com"
- },
- "record": {
- "TXT": ["vc-domain-verify=voidvault.is-a.dev,fdc2aadb068bd286d372"]
- }
+ "owner": {
+ "username": "Dev-Rajeshkumar",
+ "email": "rajesh8778354686@gmail.com"
+ },
+ "record": {
+ "TXT": ["vc-domain-verify=voidvault.is-a.dev,fdc2aadb068bd286d372"]
+ }
}
diff --git a/domains/_vercel.w3teal.json b/domains/_vercel.w3teal.json
index 80199abbc..06e381c67 100644
--- a/domains/_vercel.w3teal.json
+++ b/domains/_vercel.w3teal.json
@@ -1,11 +1,11 @@
{
- "description": "Used for my W3Teal's blog website.",
- "repo": "https://github.com/w3teal/w3teal.github.io",
- "owner": {
- "username": "w3teal",
- "email": "w3teal@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=w3teal.is-a.dev,d0cb532c15b16a993c2a"
- }
+ "description": "Used for my W3Teal's blog website.",
+ "repo": "https://github.com/w3teal/w3teal.github.io",
+ "owner": {
+ "username": "w3teal",
+ "email": "w3teal@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=w3teal.is-a.dev,d0cb532c15b16a993c2a"
+ }
}
diff --git a/domains/_vercel.wasim.json b/domains/_vercel.wasim.json
index 82edb123b..a5ce07365 100644
--- a/domains/_vercel.wasim.json
+++ b/domains/_vercel.wasim.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "simbaig",
- "email": "wasimbaig000@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=wasim.is-a.dev,6b4abdaf07b7f6517075"
- }
+ "owner": {
+ "username": "simbaig",
+ "email": "wasimbaig000@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=wasim.is-a.dev,6b4abdaf07b7f6517075"
+ }
}
diff --git a/domains/_vercel.xenonrexo.json b/domains/_vercel.xenonrexo.json
index 08557d14c..b654d4a5b 100644
--- a/domains/_vercel.xenonrexo.json
+++ b/domains/_vercel.xenonrexo.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "shshams",
- "email": "shahadathossenshams@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=xenonrexo.is-a.dev,8fbb85bd77adeb090add"
- }
+ "owner": {
+ "username": "shshams",
+ "email": "shahadathossenshams@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=xenonrexo.is-a.dev,8fbb85bd77adeb090add"
+ }
}
diff --git a/domains/_vercel.yohanesrioirsan.json b/domains/_vercel.yohanesrioirsan.json
index 0edf88def..2f46c5930 100644
--- a/domains/_vercel.yohanesrioirsan.json
+++ b/domains/_vercel.yohanesrioirsan.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "yohanesrioirsan",
- "email": "rioirsan8@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=yohanesrioirsan.is-a.dev,2c8b157439c95db80770"
- }
+ "owner": {
+ "username": "yohanesrioirsan",
+ "email": "rioirsan8@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=yohanesrioirsan.is-a.dev,2c8b157439c95db80770"
+ }
}
diff --git a/domains/_vercel.zara.json b/domains/_vercel.zara.json
index e5e0538b0..e9024b750 100644
--- a/domains/_vercel.zara.json
+++ b/domains/_vercel.zara.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "tutupharirabu",
- "email": "code.zharaurien@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=zara.is-a.dev,54fd6194f447f7c5295b"
- }
-}
\ No newline at end of file
+ "owner": {
+ "username": "tutupharirabu",
+ "email": "code.zharaurien@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=zara.is-a.dev,54fd6194f447f7c5295b"
+ }
+}
diff --git a/domains/aadityaa.json b/domains/aadityaa.json
index 0609b2d10..c6f26b17c 100644
--- a/domains/aadityaa.json
+++ b/domains/aadityaa.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Aadityaa2606",
- "email": "aadityaa2606@gmail.com"
- },
- "record": {
- "A": ["76.76.21.21"]
- }
+ "owner": {
+ "username": "Aadityaa2606",
+ "email": "aadityaa2606@gmail.com"
+ },
+ "record": {
+ "A": ["76.76.21.21"]
+ }
}
diff --git a/domains/aakashrawat.json b/domains/aakashrawat.json
index 24c81cf1a..0f0a3ccfa 100644
--- a/domains/aakashrawat.json
+++ b/domains/aakashrawat.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "aakashrawat04",
- "email": "2004rawataakash@gmail.com",
- "discord": "759817307957493800"
- },
- "record": {
- "CNAME": "aakashrawat.vercel.app"
- }
+ "owner": {
+ "username": "aakashrawat04",
+ "email": "2004rawataakash@gmail.com",
+ "discord": "759817307957493800"
+ },
+ "record": {
+ "CNAME": "aakashrawat.vercel.app"
+ }
}
diff --git a/domains/aankit.json b/domains/aankit.json
index 6f23070b9..76e46b9ae 100644
--- a/domains/aankit.json
+++ b/domains/aankit.json
@@ -1,4 +1,3 @@
-
{
"description": "Ankit's GitHub page",
"repo": "https://github.com/Ankit-0310",
diff --git a/domains/abdullah-al-mridul.json b/domains/abdullah-al-mridul.json
index eecee44a1..2fcb83694 100644
--- a/domains/abdullah-al-mridul.json
+++ b/domains/abdullah-al-mridul.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "abdullah-al-mridul",
- "email": "rim89987@gmail.com"
- },
- "record": {
- "CNAME": "abdullah-al-mridul-dev.vercel.app"
- }
+ "owner": {
+ "username": "abdullah-al-mridul",
+ "email": "rim89987@gmail.com"
+ },
+ "record": {
+ "CNAME": "abdullah-al-mridul-dev.vercel.app"
+ }
}
diff --git a/domains/abdulquddus.json b/domains/abdulquddus.json
index 84b383608..11a3677f4 100644
--- a/domains/abdulquddus.json
+++ b/domains/abdulquddus.json
@@ -1,10 +1,9 @@
{
- "owner": {
- "username": "aqdev-tech",
- "email": "abdulquddusinda@gmail.com"
- },
- "record": {
- "CNAME": "abdulquddus.onrender.com"
- }
+ "owner": {
+ "username": "aqdev-tech",
+ "email": "abdulquddusinda@gmail.com"
+ },
+ "record": {
+ "CNAME": "abdulquddus.onrender.com"
}
-
+}
diff --git a/domains/abeer.json b/domains/abeer.json
index c78b73e57..aa0f9620c 100644
--- a/domains/abeer.json
+++ b/domains/abeer.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "abeer555",
- "email": "abeergupta555@gmail.com"
- },
- "record": {
- "CNAME": "abeer555.github.io"
- }
+ "owner": {
+ "username": "abeer555",
+ "email": "abeergupta555@gmail.com"
+ },
+ "record": {
+ "CNAME": "abeer555.github.io"
+ }
}
diff --git a/domains/abhinav-shyju.json b/domains/abhinav-shyju.json
index 24d2c8bbe..62b8b15b9 100644
--- a/domains/abhinav-shyju.json
+++ b/domains/abhinav-shyju.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "abhinavshyju",
- "email":"abhinavshyjupc@gmail.com"
- },
- "record": {
- "CNAME": "portfolio-6ns.pages.dev"
- }
+ "owner": {
+ "username": "abhinavshyju",
+ "email": "abhinavshyjupc@gmail.com"
+ },
+ "record": {
+ "CNAME": "portfolio-6ns.pages.dev"
+ }
}
diff --git a/domains/abidraza.json b/domains/abidraza.json
index 7be5b4881..ee456e6dd 100644
--- a/domains/abidraza.json
+++ b/domains/abidraza.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "ariabid",
- "email": "ari.abid@gmail.com"
- },
- "record": {
- "URL": "https://abidraza.com"
- }
+ "owner": {
+ "username": "ariabid",
+ "email": "ari.abid@gmail.com"
+ },
+ "record": {
+ "URL": "https://abidraza.com"
+ }
}
diff --git a/domains/abu.json b/domains/abu.json
index 62c3163d8..7fae28ec1 100644
--- a/domains/abu.json
+++ b/domains/abu.json
@@ -1,10 +1,9 @@
-{
- "owner": {
- "username": "Mohamed-faaris",
- "email": "mohammedfaaris2005@gmail.com"
- },
- "record": {
- "URL": "https://github.com/Mohamed-Abu-Bakkar"
- }
- }
-
\ No newline at end of file
+{
+ "owner": {
+ "username": "Mohamed-faaris",
+ "email": "mohammedfaaris2005@gmail.com"
+ },
+ "record": {
+ "URL": "https://github.com/Mohamed-Abu-Bakkar"
+ }
+}
diff --git a/domains/ad.lver.json b/domains/ad.lver.json
index 2ae1da6dc..93c4db3e7 100644
--- a/domains/ad.lver.json
+++ b/domains/ad.lver.json
@@ -1,11 +1,11 @@
-{
- "github": "https://github.com/lverx",
- "owner": {
- "username": "lverx",
+{
+ "github": "https://github.com/lverx",
+ "owner": {
+ "username": "lverx",
"email": "profoundlvr@gmail.com"
- },
- "record": {
+ },
+ "record": {
"A": ["52.72.49.79"]
- },
- "proxied": true
-}
+ },
+ "proxied": true
+}
diff --git a/domains/affan.json b/domains/affan.json
index 9930f2698..c24952ed8 100644
--- a/domains/affan.json
+++ b/domains/affan.json
@@ -5,10 +5,7 @@
},
"record": {
"A": ["75.2.60.5"],
- "MX": [
- "mx1.improvmx.com",
- "mx2.improvmx.com"
- ],
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
"TXT": [
"v=spf1 include:_spf.mx.cloudflare.net include:spf.improvmx.com ~all",
"dh=92c9945830f32cb180df547af9f491ff1a4c75a9",
diff --git a/domains/afnan.json b/domains/afnan.json
index 3974d2c22..fc62c307c 100644
--- a/domains/afnan.json
+++ b/domains/afnan.json
@@ -1,11 +1,11 @@
{
- "description": "My portfolio website",
- "repo": "https://github.com/Sayed-Afnan-Khazi/sayed-afnan-khazi.github.io",
- "owner": {
- "username": "Sayed-Afnan-Khazi",
- "email": "oofnanfake1@gmail.com"
- },
- "record": {
- "CNAME": "sayed-afnan-khazi.github.io"
- }
+ "description": "My portfolio website",
+ "repo": "https://github.com/Sayed-Afnan-Khazi/sayed-afnan-khazi.github.io",
+ "owner": {
+ "username": "Sayed-Afnan-Khazi",
+ "email": "oofnanfake1@gmail.com"
+ },
+ "record": {
+ "CNAME": "sayed-afnan-khazi.github.io"
+ }
}
diff --git a/domains/ahios.json b/domains/ahios.json
index 77a56cf86..534cf419b 100644
--- a/domains/ahios.json
+++ b/domains/ahios.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "ahios",
- "email": "ahios.dev@gmail.com"
- },
- "record": {
- "A": ["76.76.21.21"]
- }
-}
\ No newline at end of file
+ "owner": {
+ "username": "ahios",
+ "email": "ahios.dev@gmail.com"
+ },
+ "record": {
+ "A": ["76.76.21.21"]
+ }
+}
diff --git a/domains/ai.devmatei.json b/domains/ai.devmatei.json
index e7aef920e..4b150d5ab 100644
--- a/domains/ai.devmatei.json
+++ b/domains/ai.devmatei.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "DevMatei",
- "email": "contact@devmatei.is-a.dev"
- },
- "record": {
- "A": ["75.2.60.5"]
- }
-}
\ No newline at end of file
+ "owner": {
+ "username": "DevMatei",
+ "email": "contact@devmatei.is-a.dev"
+ },
+ "record": {
+ "A": ["75.2.60.5"]
+ }
+}
diff --git a/domains/aishik999.json b/domains/aishik999.json
index 2e09e3b16..175c6af92 100644
--- a/domains/aishik999.json
+++ b/domains/aishik999.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "aishik999",
- "email": "aishikm2002@gmail.com"
- },
- "record": {
- "CNAME": "aishik999.vercel.app"
- }
+ "owner": {
+ "username": "aishik999",
+ "email": "aishikm2002@gmail.com"
+ },
+ "record": {
+ "CNAME": "aishik999.vercel.app"
+ }
}
diff --git a/domains/aitji.json b/domains/aitji.json
index a7c793f2f..7d7b38413 100644
--- a/domains/aitji.json
+++ b/domains/aitji.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "aitji",
- "email": "ait.suriya@gmail.com"
- },
- "record": {
- "A": ["76.76.21.21"]
- }
+ "owner": {
+ "username": "aitji",
+ "email": "ait.suriya@gmail.com"
+ },
+ "record": {
+ "A": ["76.76.21.21"]
+ }
}
diff --git a/domains/ak-profile.json b/domains/ak-profile.json
index cf97a0f79..3734127ed 100644
--- a/domains/ak-profile.json
+++ b/domains/ak-profile.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Akash0816",
- "email": "akashoffical321@gmail.com"
- },
- "record": {
- "CNAME": "akash0816.github.io"
- }
+ "owner": {
+ "username": "Akash0816",
+ "email": "akashoffical321@gmail.com"
+ },
+ "record": {
+ "CNAME": "akash0816.github.io"
+ }
}
diff --git a/domains/akashj.json b/domains/akashj.json
index 5e52375e9..1153fa421 100644
--- a/domains/akashj.json
+++ b/domains/akashj.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "akash-janapati",
- "email": "akash2009janapati@gmail.com"
- },
- "record": {
- "CNAME": "akash-janapati.github.io"
- }
+ "owner": {
+ "username": "akash-janapati",
+ "email": "akash2009janapati@gmail.com"
+ },
+ "record": {
+ "CNAME": "akash-janapati.github.io"
+ }
}
diff --git a/domains/akashkumar.json b/domains/akashkumar.json
index 4d28c8345..f5ce94745 100644
--- a/domains/akashkumar.json
+++ b/domains/akashkumar.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "akash-kumar-dev",
- "email": "akashkumar.dev00@gmail.com"
- },
- "record": {
- "CNAME": "akashkumar-dev.vercel.app"
- }
-}
\ No newline at end of file
+ "owner": {
+ "username": "akash-kumar-dev",
+ "email": "akashkumar.dev00@gmail.com"
+ },
+ "record": {
+ "CNAME": "akashkumar-dev.vercel.app"
+ }
+}
diff --git a/domains/akk1to.json b/domains/akk1to.json
index 5f3997d5b..a2a8e777b 100644
--- a/domains/akk1to.json
+++ b/domains/akk1to.json
@@ -7,7 +7,12 @@
"discord": "727497287777124414"
},
"record": {
- "A": ["185.199.108.153", "185.199.111.153", "185.199.110.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/akprofile.json b/domains/akprofile.json
index 6beabd313..04b0255a3 100644
--- a/domains/akprofile.json
+++ b/domains/akprofile.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Akash0816",
- "email": "akashoffical321@gmail.com"
- },
- "record": {
- "CNAME": "Akash0816.github.io"
- }
+ "owner": {
+ "username": "Akash0816",
+ "email": "akashoffical321@gmail.com"
+ },
+ "record": {
+ "CNAME": "Akash0816.github.io"
+ }
}
diff --git a/domains/albertodm.json b/domains/albertodm.json
index 868ccddca..af96c304c 100644
--- a/domains/albertodm.json
+++ b/domains/albertodm.json
@@ -1,11 +1,11 @@
{
- "repo": "https://github.com/MonforteGG/portfolio",
- "owner": {
- "username": "MonforteGG",
- "email": "albdiamun@gmail.com"
- },
- "description": "portfolio website",
- "record": {
- "CNAME": "albertodm.netlify.app"
- }
+ "repo": "https://github.com/MonforteGG/portfolio",
+ "owner": {
+ "username": "MonforteGG",
+ "email": "albdiamun@gmail.com"
+ },
+ "description": "portfolio website",
+ "record": {
+ "CNAME": "albertodm.netlify.app"
+ }
}
diff --git a/domains/alec.json b/domains/alec.json
index 8bd61cf74..5a5839ade 100644
--- a/domains/alec.json
+++ b/domains/alec.json
@@ -1,8 +1,8 @@
{
- "owner": {
- "username": "asidsdamad1"
- },
- "record": {
- "CNAME": "asidsdamad1.github.io"
- }
+ "owner": {
+ "username": "asidsdamad1"
+ },
+ "record": {
+ "CNAME": "asidsdamad1.github.io"
+ }
}
diff --git a/domains/alen.json b/domains/alen.json
index bd9fcaa9e..6c4930fb5 100644
--- a/domains/alen.json
+++ b/domains/alen.json
@@ -1,11 +1,11 @@
{
- "description": "Alen's page",
- "repo": "https://github.com/alenseeman/alenseeman.github.io",
- "owner": {
- "username": "alenseeman",
- "email": "alenseeman@hotmail.com"
- },
- "record": {
- "CNAME": "alenseeman.github.io"
- }
+ "description": "Alen's page",
+ "repo": "https://github.com/alenseeman/alenseeman.github.io",
+ "owner": {
+ "username": "alenseeman",
+ "email": "alenseeman@hotmail.com"
+ },
+ "record": {
+ "CNAME": "alenseeman.github.io"
+ }
}
diff --git a/domains/allen-xavier.json b/domains/allen-xavier.json
index 9498d4c59..2c8121245 100644
--- a/domains/allen-xavier.json
+++ b/domains/allen-xavier.json
@@ -1,11 +1,11 @@
{
- "description": "For Portfolio Website",
- "repo": "https://github.com/xavierallem/AllenXavier",
- "owner": {
- "username": "xavierallem",
- "email": "xavierallem1999@gmail.com"
- },
- "record": {
- "A": ["75.2.60.5"]
- }
+ "description": "For Portfolio Website",
+ "repo": "https://github.com/xavierallem/AllenXavier",
+ "owner": {
+ "username": "xavierallem",
+ "email": "xavierallem1999@gmail.com"
+ },
+ "record": {
+ "A": ["75.2.60.5"]
+ }
}
diff --git a/domains/alrakib.json b/domains/alrakib.json
index 75d580d88..3ee2d4b4a 100644
--- a/domains/alrakib.json
+++ b/domains/alrakib.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "alrakibthedev",
- "email": "alrakibthedev@gmail.com"
- },
- "record": {
- "CNAME": "alrakibthedev.vercel.app"
- }
+ "owner": {
+ "username": "alrakibthedev",
+ "email": "alrakibthedev@gmail.com"
+ },
+ "record": {
+ "CNAME": "alrakibthedev.vercel.app"
+ }
}
diff --git a/domains/alvaro14.json b/domains/alvaro14.json
index cdc63ec9d..d11b61a8f 100644
--- a/domains/alvaro14.json
+++ b/domains/alvaro14.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "lovian",
- "email": "stikamera26@gmail.com"
- },
- "record": {
- "CNAME": "cfpages-4pw.pages.dev"
- }
+ "owner": {
+ "username": "lovian",
+ "email": "stikamera26@gmail.com"
+ },
+ "record": {
+ "CNAME": "cfpages-4pw.pages.dev"
+ }
}
diff --git a/domains/anand.json b/domains/anand.json
index 9eeb9637a..5a627fafc 100644
--- a/domains/anand.json
+++ b/domains/anand.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "anandd17",
- "email": "avdoddamani123@gmail.com"
- },
- "record": {
- "CNAME": "anandd17.vercel.app"
- }
-}
\ No newline at end of file
+ "owner": {
+ "username": "anandd17",
+ "email": "avdoddamani123@gmail.com"
+ },
+ "record": {
+ "CNAME": "anandd17.vercel.app"
+ }
+}
diff --git a/domains/andresarr.json b/domains/andresarr.json
index 278122706..31c5e2b16 100644
--- a/domains/andresarr.json
+++ b/domains/andresarr.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Anonymous1223334444",
- "email": "replit005@gmail.com"
- },
- "record": {
- "CNAME": "portofoliowebdev.vercel.app"
- }
- }
+ "owner": {
+ "username": "Anonymous1223334444",
+ "email": "replit005@gmail.com"
+ },
+ "record": {
+ "CNAME": "portofoliowebdev.vercel.app"
+ }
+}
diff --git a/domains/andriampeno.json b/domains/andriampeno.json
index e613e77d6..18e54c391 100644
--- a/domains/andriampeno.json
+++ b/domains/andriampeno.json
@@ -1,12 +1,11 @@
{
- "description": "Domain for my personal portfolio",
- "repo": "https://github.com/odie100/odie100.github.io",
- "owner": {
- "username": "odie100",
- "email": "andriampeno.odilon@gmail.com"
- },
- "record": {
- "CNAME": "odie100.github.io"
- }
+ "description": "Domain for my personal portfolio",
+ "repo": "https://github.com/odie100/odie100.github.io",
+ "owner": {
+ "username": "odie100",
+ "email": "andriampeno.odilon@gmail.com"
+ },
+ "record": {
+ "CNAME": "odie100.github.io"
}
-
\ No newline at end of file
+}
diff --git a/domains/angganix.json b/domains/angganix.json
index 36563d7e5..9c87dedd8 100644
--- a/domains/angganix.json
+++ b/domains/angganix.json
@@ -1,13 +1,13 @@
{
- "description": "For personal site, blogging, and displayed portofolio",
- "repo": "https://github.com/angganix/angganix.github.io",
- "owner": {
- "username": "angganix",
- "email": "angganix@gmail.com"
- },
- "record": {
- "CNAME": "angganix.github.io",
- "TXT": "google-site-verification=q5JulUF0tB8rSEi7z2cnvV6IgMZr5En3l_O_uq70ijI"
- },
- "proxied": true
+ "description": "For personal site, blogging, and displayed portofolio",
+ "repo": "https://github.com/angganix/angganix.github.io",
+ "owner": {
+ "username": "angganix",
+ "email": "angganix@gmail.com"
+ },
+ "record": {
+ "CNAME": "angganix.github.io",
+ "TXT": "google-site-verification=q5JulUF0tB8rSEi7z2cnvV6IgMZr5En3l_O_uq70ijI"
+ },
+ "proxied": true
}
diff --git a/domains/anhvt.json b/domains/anhvt.json
index 3200b804f..0fe602a8c 100644
--- a/domains/anhvt.json
+++ b/domains/anhvt.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "anhvt3010",
- "email": "anh.vt.3010@gmail.com"
- },
- "record": {
- "CNAME": "build-cv.vercel.app"
- }
+ "owner": {
+ "username": "anhvt3010",
+ "email": "anh.vt.3010@gmail.com"
+ },
+ "record": {
+ "CNAME": "build-cv.vercel.app"
+ }
}
diff --git a/domains/ankit-kelkar.json b/domains/ankit-kelkar.json
index 505d8670d..1f43baee6 100644
--- a/domains/ankit-kelkar.json
+++ b/domains/ankit-kelkar.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "akelkar3",
- "email": "ankit.kelkar@gmail.com"
- },
- "record": {
- "CNAME": "akelkar3.github.io"
- }
+ "owner": {
+ "username": "akelkar3",
+ "email": "ankit.kelkar@gmail.com"
+ },
+ "record": {
+ "CNAME": "akelkar3.github.io"
+ }
}
diff --git a/domains/ansh.json b/domains/ansh.json
index f883bd6d9..7a29bba12 100644
--- a/domains/ansh.json
+++ b/domains/ansh.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "anshaneja5",
- "email": "anshanejaa@gmail.com"
- },
- "record": {
- "CNAME": "portfolio-xi-liard-96.vercel.app"
- }
+ "owner": {
+ "username": "anshaneja5",
+ "email": "anshanejaa@gmail.com"
+ },
+ "record": {
+ "CNAME": "portfolio-xi-liard-96.vercel.app"
+ }
}
diff --git a/domains/anveshraman.json b/domains/anveshraman.json
index ac1b52dac..6034749a5 100644
--- a/domains/anveshraman.json
+++ b/domains/anveshraman.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "SA-Army",
- "email": "anveshraman.ae@gmail.com"
- },
- "record": {
- "CNAME": "developeranveshraman.github.io"
- }
+ "owner": {
+ "username": "SA-Army",
+ "email": "anveshraman.ae@gmail.com"
+ },
+ "record": {
+ "CNAME": "developeranveshraman.github.io"
+ }
}
diff --git a/domains/api.devmatei.json b/domains/api.devmatei.json
index ce8b67096..e84cdfd7f 100644
--- a/domains/api.devmatei.json
+++ b/domains/api.devmatei.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "DevMatei",
- "email": "contact@devmatei.is-a.dev"
- },
- "record": {
- "URL": "https://docs.devmatei.is-a.dev/"
- }
-}
\ No newline at end of file
+ "owner": {
+ "username": "DevMatei",
+ "email": "contact@devmatei.is-a.dev"
+ },
+ "record": {
+ "URL": "https://docs.devmatei.is-a.dev/"
+ }
+}
diff --git a/domains/arca.json b/domains/arca.json
index 43fe7a2d5..9cdd568b0 100644
--- a/domains/arca.json
+++ b/domains/arca.json
@@ -1,11 +1,10 @@
{
- "repo": "https://github.com/anibalCApaza/anibalcapaza.github.io",
- "owner": {
- "username": "anibalCApaza",
- "email": "arcacorini@gmail.com"
- },
- "record": {
- "CNAME": "anibalcapaza.github.io"
- }
+ "repo": "https://github.com/anibalCApaza/anibalcapaza.github.io",
+ "owner": {
+ "username": "anibalCApaza",
+ "email": "arcacorini@gmail.com"
+ },
+ "record": {
+ "CNAME": "anibalcapaza.github.io"
}
-
+}
diff --git a/domains/arhanansari.json b/domains/arhanansari.json
index fb16e46e7..39c01c9a0 100644
--- a/domains/arhanansari.json
+++ b/domains/arhanansari.json
@@ -1,13 +1,13 @@
{
- "description": "A sleek and 3D portfolio website for Arhan Ansari.",
- "repo": "https://github.com/ArhanAnsari/Arhans-Portfolio",
- "owner": {
- "username": "ArhanAnsari",
- "email": "arhanansari2009@gmail.com",
- "x": "https://x.com/codewitharhan",
- "discord": "@codewitharhan"
- },
- "record": {
- "CNAME": "arhanansari.vercel.app"
- }
+ "description": "A sleek and 3D portfolio website for Arhan Ansari.",
+ "repo": "https://github.com/ArhanAnsari/Arhans-Portfolio",
+ "owner": {
+ "username": "ArhanAnsari",
+ "email": "arhanansari2009@gmail.com",
+ "x": "https://x.com/codewitharhan",
+ "discord": "@codewitharhan"
+ },
+ "record": {
+ "CNAME": "arhanansari.vercel.app"
+ }
}
diff --git a/domains/ariabid.json b/domains/ariabid.json
index 300f6555d..5d0b9f54c 100644
--- a/domains/ariabid.json
+++ b/domains/ariabid.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "ariabid",
- "email": "ari.abid@gmail.com"
- },
- "record": {
- "URL": "https://ariabid.github.io"
- }
+ "owner": {
+ "username": "ariabid",
+ "email": "ari.abid@gmail.com"
+ },
+ "record": {
+ "URL": "https://ariabid.github.io"
+ }
}
diff --git a/domains/arkan.json b/domains/arkan.json
index f75aa7d8f..e79671df3 100644
--- a/domains/arkan.json
+++ b/domains/arkan.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "ArizalArkan",
- "email": "arizalarkan@gmail.com"
- },
- "record": {
- "CNAME": "arkan-potofolio.vercel.app"
- }
+ "owner": {
+ "username": "ArizalArkan",
+ "email": "arizalarkan@gmail.com"
+ },
+ "record": {
+ "CNAME": "arkan-potofolio.vercel.app"
+ }
}
diff --git a/domains/arlan.json b/domains/arlan.json
index ba3c9bb28..82484a9f5 100644
--- a/domains/arlan.json
+++ b/domains/arlan.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "handikatriarlan",
- "email": "handikaarlan@gmail.com"
- },
- "record": {
- "CNAME": "handikatriarlan.vercel.app"
- }
+ "owner": {
+ "username": "handikatriarlan",
+ "email": "handikaarlan@gmail.com"
+ },
+ "record": {
+ "CNAME": "handikatriarlan.vercel.app"
+ }
}
diff --git a/domains/armaan44.json b/domains/armaan44.json
index 9d9c048e8..bf2d5a192 100644
--- a/domains/armaan44.json
+++ b/domains/armaan44.json
@@ -1,11 +1,11 @@
{
- "description": "Portfolio-Website",
- "repo": "https://github.com/Armaan4477/Portfolio",
- "owner": {
- "username": "Armaan4477",
- "email": "nakhudaarmaan66@gmail.com"
- },
- "record": {
- "CNAME": "armaan4477.github.io"
- }
- }
+ "description": "Portfolio-Website",
+ "repo": "https://github.com/Armaan4477/Portfolio",
+ "owner": {
+ "username": "Armaan4477",
+ "email": "nakhudaarmaan66@gmail.com"
+ },
+ "record": {
+ "CNAME": "armaan4477.github.io"
+ }
+}
diff --git a/domains/armandosalcedo.json b/domains/armandosalcedo.json
index baae0c54d..93d1f4777 100644
--- a/domains/armandosalcedo.json
+++ b/domains/armandosalcedo.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "asd1495",
- "email": "armando.salcedo95@gmail.com"
- },
- "record": {
- "CNAME": "asd1495.github.io"
- }
+ "owner": {
+ "username": "asd1495",
+ "email": "armando.salcedo95@gmail.com"
+ },
+ "record": {
+ "CNAME": "asd1495.github.io"
+ }
}
diff --git a/domains/arsenobetaine.json b/domains/arsenobetaine.json
index f2e96f391..14207d31f 100644
--- a/domains/arsenobetaine.json
+++ b/domains/arsenobetaine.json
@@ -1,11 +1,11 @@
{
- "description": "A personal website for information on me and my projects.",
- "repo": "https://github.com/arsenobetaine/arsenobetaine.is-a.dev",
- "owner": {
- "username": "arsenobetaine",
- "email": "arsenobetaine@gmail.com"
- },
- "record": {
- "CNAME": "arsenobetaine.github.io"
- }
+ "description": "A personal website for information on me and my projects.",
+ "repo": "https://github.com/arsenobetaine/arsenobetaine.is-a.dev",
+ "owner": {
+ "username": "arsenobetaine",
+ "email": "arsenobetaine@gmail.com"
+ },
+ "record": {
+ "CNAME": "arsenobetaine.github.io"
+ }
}
diff --git a/domains/arvind.json b/domains/arvind.json
index bf9ab69c0..dc3f90151 100644
--- a/domains/arvind.json
+++ b/domains/arvind.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "coderman400",
- "email": "achurox1121@gmail.com"
- },
- "record": {
- "CNAME": "portfolio-nine-sigma-65.vercel.app"
- }
+ "owner": {
+ "username": "coderman400",
+ "email": "achurox1121@gmail.com"
+ },
+ "record": {
+ "CNAME": "portfolio-nine-sigma-65.vercel.app"
+ }
}
diff --git a/domains/ashkan.json b/domains/ashkan.json
index c0f2d160b..46d16df50 100644
--- a/domains/ashkan.json
+++ b/domains/ashkan.json
@@ -1,11 +1,11 @@
{
- "description": "Welcome to Ashkan's portfolio – a full-stack developer specializing in Angular, React, NestJS, Go, and cloud-native applications",
- "repo": "https://github.com/Ashkan4472/ashkan4472.github.io",
- "owner": {
- "username": "ashkan4472",
- "email": "ashkan4472@gmail.com"
- },
- "record": {
- "CNAME": "ashkan4472.github.io"
- }
+ "description": "Welcome to Ashkan's portfolio – a full-stack developer specializing in Angular, React, NestJS, Go, and cloud-native applications",
+ "repo": "https://github.com/Ashkan4472/ashkan4472.github.io",
+ "owner": {
+ "username": "ashkan4472",
+ "email": "ashkan4472@gmail.com"
+ },
+ "record": {
+ "CNAME": "ashkan4472.github.io"
+ }
}
diff --git a/domains/athulanoop.json b/domains/athulanoop.json
index 2f7f02f33..3fc576c1c 100644
--- a/domains/athulanoop.json
+++ b/domains/athulanoop.json
@@ -1,11 +1,11 @@
{
- "description": "Portfolio website",
- "repo": "https://github.com/alpha-og/portfolio",
- "owner": {
- "username": "alpha-og",
- "email": "athulanoop2020@gmail.com"
- },
- "record": {
- "CNAME": "alpha-og.github.io"
- }
+ "description": "Portfolio website",
+ "repo": "https://github.com/alpha-og/portfolio",
+ "owner": {
+ "username": "alpha-og",
+ "email": "athulanoop2020@gmail.com"
+ },
+ "record": {
+ "CNAME": "alpha-og.github.io"
+ }
}
diff --git a/domains/atomtr.json b/domains/atomtr.json
index 0cea42150..c9aacaa60 100644
--- a/domains/atomtr.json
+++ b/domains/atomtr.json
@@ -1,11 +1,11 @@
{
- "owner": {
- "username": "atom-tr",
- "email": "thai.tr@hotmail.com",
- "discord": "423327141921423361"
- },
- "record": {
- "CNAME": "astro-erudite.pages.dev"
- },
- "repo": "https://github.com/atom-tr/astro-erudite"
+ "owner": {
+ "username": "atom-tr",
+ "email": "thai.tr@hotmail.com",
+ "discord": "423327141921423361"
+ },
+ "record": {
+ "CNAME": "astro-erudite.pages.dev"
+ },
+ "repo": "https://github.com/atom-tr/astro-erudite"
}
diff --git a/domains/axay.json b/domains/axay.json
index 8866d2386..0443203ea 100644
--- a/domains/axay.json
+++ b/domains/axay.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "mraxays",
- "discord": "mrakshayas"
- },
- "record": {
- "URL": "https://mraxays.github.io/"
- }
+ "owner": {
+ "username": "mraxays",
+ "discord": "mrakshayas"
+ },
+ "record": {
+ "URL": "https://mraxays.github.io/"
+ }
}
diff --git a/domains/ayberk.json b/domains/ayberk.json
index 93af755fc..c89fc485c 100644
--- a/domains/ayberk.json
+++ b/domains/ayberk.json
@@ -1,11 +1,11 @@
{
- "description": "My Portfolio",
- "repo": "https://github.com/ayberktandogan/ayberktandogan.github.io",
- "owner": {
- "username": "ayberktandogan",
- "email": "ayberk.tandogan@outlook.com"
- },
- "record": {
- "CNAME": "ayberktandogan.github.io"
- }
+ "description": "My Portfolio",
+ "repo": "https://github.com/ayberktandogan/ayberktandogan.github.io",
+ "owner": {
+ "username": "ayberktandogan",
+ "email": "ayberk.tandogan@outlook.com"
+ },
+ "record": {
+ "CNAME": "ayberktandogan.github.io"
+ }
}
diff --git a/domains/bala.json b/domains/bala.json
index 7e2863e38..3f61f6f0b 100644
--- a/domains/bala.json
+++ b/domains/bala.json
@@ -1,11 +1,11 @@
{
- "description": "For my github page",
- "repo": "https://https://github.com/parzi-val/parzi-val",
- "owner": {
- "username": "parzi-val",
- "email": "krbala1511@gmail.com"
- },
- "record": {
- "CNAME": "parzi-val.github.io"
- }
-}
\ No newline at end of file
+ "description": "For my github page",
+ "repo": "https://https://github.com/parzi-val/parzi-val",
+ "owner": {
+ "username": "parzi-val",
+ "email": "krbala1511@gmail.com"
+ },
+ "record": {
+ "CNAME": "parzi-val.github.io"
+ }
+}
diff --git a/domains/barry-hammer.json b/domains/barry-hammer.json
index a19403a2b..83c35ae48 100644
--- a/domains/barry-hammer.json
+++ b/domains/barry-hammer.json
@@ -1,8 +1,8 @@
{
- "owner": {
- "username": "barry-hammer"
- },
- "record": {
- "CNAME": "barry-hammer.github.io"
- }
+ "owner": {
+ "username": "barry-hammer"
+ },
+ "record": {
+ "CNAME": "barry-hammer.github.io"
+ }
}
diff --git a/domains/baturalp.json b/domains/baturalp.json
index 9707e7d66..40373949d 100644
--- a/domains/baturalp.json
+++ b/domains/baturalp.json
@@ -1,11 +1,11 @@
{
- "description": "Baturalp Sönmez Portfolio website",
- "repo": "https://github.com/Baturalp52/Baturalp52.github.io",
- "owner": {
- "username": "Baturalp52",
- "email": "baturalpsonmez2002@gmail.com"
- },
- "record": {
- "CNAME": "baturalp52.github.io"
- }
+ "description": "Baturalp Sönmez Portfolio website",
+ "repo": "https://github.com/Baturalp52/Baturalp52.github.io",
+ "owner": {
+ "username": "Baturalp52",
+ "email": "baturalpsonmez2002@gmail.com"
+ },
+ "record": {
+ "CNAME": "baturalp52.github.io"
+ }
}
diff --git a/domains/bayu.json b/domains/bayu.json
index 1a28a3df2..7ae7c1030 100644
--- a/domains/bayu.json
+++ b/domains/bayu.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "ByeByu07",
- "email":"muhammadbaharuddin08123@gmail.com"
- },
- "record": {
- "CNAME": "byebyu07.github.io"
- }
+ "owner": {
+ "username": "ByeByu07",
+ "email": "muhammadbaharuddin08123@gmail.com"
+ },
+ "record": {
+ "CNAME": "byebyu07.github.io"
+ }
}
diff --git a/domains/beoo.json b/domains/beoo.json
index c42f729af..c364ad11f 100644
--- a/domains/beoo.json
+++ b/domains/beoo.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "16-thag5",
- "email": "truongvan1605.yahoo@gmail.com"
- },
- "record": {
- "CNAME": "16-thag5.github.io"
- }
+ "owner": {
+ "username": "16-thag5",
+ "email": "truongvan1605.yahoo@gmail.com"
+ },
+ "record": {
+ "CNAME": "16-thag5.github.io"
+ }
}
diff --git a/domains/billion.json b/domains/billion.json
index 021d46279..85f0b2c7e 100644
--- a/domains/billion.json
+++ b/domains/billion.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "billionbucks",
- "discord": "mrbillion_bucks",
- "email": "mrbillionbucks@gmail.com"
- },
- "record": {
- "CNAME": "billionbucks.github.io"
- }
+ "owner": {
+ "username": "billionbucks",
+ "discord": "mrbillion_bucks",
+ "email": "mrbillionbucks@gmail.com"
+ },
+ "record": {
+ "CNAME": "billionbucks.github.io"
+ }
}
diff --git a/domains/bio.json b/domains/bio.json
index b76f092fc..53c17e34b 100644
--- a/domains/bio.json
+++ b/domains/bio.json
@@ -1,11 +1,11 @@
{
- "description": "Personal Bio",
- "repo": "https://github.com/is-a-dev/docs",
- "owner": {
- "username": "octyn-yt",
- "email": "simplelogin-newsletter.idealize471@simplelogin.com"
- },
- "record": {
- "CNAME": "edge.redirect.pizza"
- }
+ "description": "Personal Bio",
+ "repo": "https://github.com/is-a-dev/docs",
+ "owner": {
+ "username": "octyn-yt",
+ "email": "simplelogin-newsletter.idealize471@simplelogin.com"
+ },
+ "record": {
+ "CNAME": "edge.redirect.pizza"
+ }
}
diff --git a/domains/bitbend.json b/domains/bitbend.json
index 7d6db789d..f25942387 100644
--- a/domains/bitbend.json
+++ b/domains/bitbend.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "bitbend",
- "email": "arkamdev@gmail.com"
- },
- "record": {
- "CNAME": "bitbend.github.io"
- }
+ "owner": {
+ "username": "bitbend",
+ "email": "arkamdev@gmail.com"
+ },
+ "record": {
+ "CNAME": "bitbend.github.io"
+ }
}
diff --git a/domains/blkdang1.json b/domains/blkdang1.json
index eea2ecdea..ddb3956cf 100644
--- a/domains/blkdang1.json
+++ b/domains/blkdang1.json
@@ -1,8 +1,8 @@
{
- "owner": {
- "username": "lmlmdf404"
- },
- "record": {
- "CNAME": "lmlmdf404.github.io"
- }
+ "owner": {
+ "username": "lmlmdf404"
+ },
+ "record": {
+ "CNAME": "lmlmdf404.github.io"
+ }
}
diff --git a/domains/blogs.akk1to.json b/domains/blogs.akk1to.json
index 4ceb0bc1e..f83bf1fca 100644
--- a/domains/blogs.akk1to.json
+++ b/domains/blogs.akk1to.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "akk1to",
- "email": "akk1to.dev@gmail.com"
- },
- "record": {
- "CNAME": "blogs-chi-pearl.vercel.app"
- }
+ "owner": {
+ "username": "akk1to",
+ "email": "akk1to.dev@gmail.com"
+ },
+ "record": {
+ "CNAME": "blogs-chi-pearl.vercel.app"
+ }
}
diff --git a/domains/breakertws.json b/domains/breakertws.json
index 76346dedd..f457a5ded 100644
--- a/domains/breakertws.json
+++ b/domains/breakertws.json
@@ -1,11 +1,11 @@
{
- "description": "Portfolio by Breaker TWS",
- "repo": "https://github.com/BreakerTWS/breakertws.github.io",
- "owner": {
- "username": "BreakerTWS",
- "email": "breakingtws@gmail.com"
- },
- "record": {
- "CNAME": "breakertws.github.io"
- }
+ "description": "Portfolio by Breaker TWS",
+ "repo": "https://github.com/BreakerTWS/breakertws.github.io",
+ "owner": {
+ "username": "BreakerTWS",
+ "email": "breakingtws@gmail.com"
+ },
+ "record": {
+ "CNAME": "breakertws.github.io"
+ }
}
diff --git a/domains/brint.json b/domains/brint.json
index 2cc468c60..24fd52854 100644
--- a/domains/brint.json
+++ b/domains/brint.json
@@ -1,8 +1,8 @@
{
- "owner": {
- "username": "brint97"
- },
- "record": {
- "CNAME": "brint97.github.io"
- }
+ "owner": {
+ "username": "brint97"
+ },
+ "record": {
+ "CNAME": "brint97.github.io"
+ }
}
diff --git a/domains/bryanj.json b/domains/bryanj.json
index 951f8c692..f010dc11d 100644
--- a/domains/bryanj.json
+++ b/domains/bryanj.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "bryanj0410",
- "email": "bryanj0410@gmail.com"
- },
- "record": {
- "CNAME": "portfolio-holy-fog-2069.fly.dev"
- }
+ "owner": {
+ "username": "bryanj0410",
+ "email": "bryanj0410@gmail.com"
+ },
+ "record": {
+ "CNAME": "portfolio-holy-fog-2069.fly.dev"
+ }
}
diff --git a/domains/bumidenpasar.json b/domains/bumidenpasar.json
index afdd3d4ca..206faafaf 100644
--- a/domains/bumidenpasar.json
+++ b/domains/bumidenpasar.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "BumiDenpasar",
- "instagram": "ibummmbumi"
- },
- "record": {
- "CNAME": "portofolio-gray-nine.vercel.app"
- }
+ "owner": {
+ "username": "BumiDenpasar",
+ "instagram": "ibummmbumi"
+ },
+ "record": {
+ "CNAME": "portofolio-gray-nine.vercel.app"
+ }
}
diff --git a/domains/cescdev.json b/domains/cescdev.json
index a6b71ceae..7314a7492 100644
--- a/domains/cescdev.json
+++ b/domains/cescdev.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "GitCesc07",
- "email": "cesar0407197@gmail.com"
- },
- "record": {
- "CNAME": "cescdev-portafolio.netlify.app"
- }
+ "owner": {
+ "username": "GitCesc07",
+ "email": "cesar0407197@gmail.com"
+ },
+ "record": {
+ "CNAME": "cescdev-portafolio.netlify.app"
+ }
}
diff --git a/domains/cirno.json b/domains/cirno.json
index 37a73adae..4e82f95b6 100644
--- a/domains/cirno.json
+++ b/domains/cirno.json
@@ -1,10 +1,9 @@
{
- "owner": {
- "username": "orangci",
- "discord": "orangc"
- },
- "record": {
- "URL": "https://orangc.net"
- }
+ "owner": {
+ "username": "orangci",
+ "discord": "orangc"
+ },
+ "record": {
+ "URL": "https://orangc.net"
}
-
\ No newline at end of file
+}
diff --git a/domains/code-vista.json b/domains/code-vista.json
index cba571c63..d84672805 100644
--- a/domains/code-vista.json
+++ b/domains/code-vista.json
@@ -1,12 +1,12 @@
{
- "description": "Just a personal website to use with this is-a.dev subdomain",
- "repo": "https://github.com/JavaVista/code-vista-site",
- "owner": {
- "username": "JavaVista",
- "discord": "codevista",
- "email": "code-vista@outlook.com"
- },
- "record": {
- "CNAME": "javavista.github.io"
- }
+ "description": "Just a personal website to use with this is-a.dev subdomain",
+ "repo": "https://github.com/JavaVista/code-vista-site",
+ "owner": {
+ "username": "JavaVista",
+ "discord": "codevista",
+ "email": "code-vista@outlook.com"
+ },
+ "record": {
+ "CNAME": "javavista.github.io"
+ }
}
diff --git a/domains/codexisme.json b/domains/codexisme.json
index e155b2890..b7174ba69 100644
--- a/domains/codexisme.json
+++ b/domains/codexisme.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "codexart-lab",
- "email": "atmostechnexa@gmail.com"
- },
- "record": {
- "CNAME": "codexart-lab.github.io"
- }
+ "owner": {
+ "username": "codexart-lab",
+ "email": "atmostechnexa@gmail.com"
+ },
+ "record": {
+ "CNAME": "codexart-lab.github.io"
+ }
}
diff --git a/domains/codexkun.json b/domains/codexkun.json
index a10cfd30e..c625ca52a 100644
--- a/domains/codexkun.json
+++ b/domains/codexkun.json
@@ -2,10 +2,10 @@
"description": "Personal Portfolio",
"repo": "https://github.com/KunalBishwal/Portfolio_IDE",
"owner": {
- "username": "KunalBishwal",
- "email": "kunalbishwal2004@gmail.com"
+ "username": "KunalBishwal",
+ "email": "kunalbishwal2004@gmail.com"
},
"record": {
- "CNAME": "portfolio-ide-zeta.vercel.app"
+ "CNAME": "portfolio-ide-zeta.vercel.app"
}
}
diff --git a/domains/colin.json b/domains/colin.json
index afeee8671..d3c365a23 100644
--- a/domains/colin.json
+++ b/domains/colin.json
@@ -1,10 +1,9 @@
{
- "owner": {
- "username": "ColinLeDev",
- "email": "spam+isadev@col1n.fr"
- },
- "record": {
- "CNAME": "proxy.col1n.fr"
- }
+ "owner": {
+ "username": "ColinLeDev",
+ "email": "spam+isadev@col1n.fr"
+ },
+ "record": {
+ "CNAME": "proxy.col1n.fr"
}
-
\ No newline at end of file
+}
diff --git a/domains/coolify-app.json b/domains/coolify-app.json
index bfadfe245..2f614d496 100644
--- a/domains/coolify-app.json
+++ b/domains/coolify-app.json
@@ -1,10 +1,10 @@
-{
- "owner": {
- "username": "umarsidiki",
- "email": "siddiquiumar0007@gmail.com"
- },
- "record": {
- "A": ["89.168.88.28"]
- },
- "proxied": true
-}
\ No newline at end of file
+{
+ "owner": {
+ "username": "umarsidiki",
+ "email": "siddiquiumar0007@gmail.com"
+ },
+ "record": {
+ "A": ["89.168.88.28"]
+ },
+ "proxied": true
+}
diff --git a/domains/darsshan.json b/domains/darsshan.json
index a25d97bdf..dab8ddf9e 100644
--- a/domains/darsshan.json
+++ b/domains/darsshan.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "DotEnvv",
- "email": "nahsrad04@gmail.com"
- },
- "record": {
- "CNAME": "dotenvv.github.io"
- }
+ "owner": {
+ "username": "DotEnvv",
+ "email": "nahsrad04@gmail.com"
+ },
+ "record": {
+ "CNAME": "dotenvv.github.io"
+ }
}
diff --git a/domains/dauvet.json b/domains/dauvet.json
index 86909dbb3..9ae8a6075 100644
--- a/domains/dauvet.json
+++ b/domains/dauvet.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "dauvet",
- "email": "vanhieu85@gmail.com"
- },
- "record": {
- "CNAME": "dauvet.github.io"
- }
+ "owner": {
+ "username": "dauvet",
+ "email": "vanhieu85@gmail.com"
+ },
+ "record": {
+ "CNAME": "dauvet.github.io"
+ }
}
diff --git a/domains/davidpizarro.json b/domains/davidpizarro.json
index 438da7cfe..58664efd0 100644
--- a/domains/davidpizarro.json
+++ b/domains/davidpizarro.json
@@ -1,11 +1,11 @@
{
- "description": "Use the domain for my porfolio",
- "repo": "https://github.com/DavidPPizarro/davidppizarro.github.io",
- "owner": {
- "username": "DavidPPizarro",
- "email": "paulpizarro151@gmail.com"
- },
- "record": {
- "CNAME": "davidppizarro.github.io"
- }
+ "description": "Use the domain for my porfolio",
+ "repo": "https://github.com/DavidPPizarro/davidppizarro.github.io",
+ "owner": {
+ "username": "DavidPPizarro",
+ "email": "paulpizarro151@gmail.com"
+ },
+ "record": {
+ "CNAME": "davidppizarro.github.io"
+ }
}
diff --git a/domains/davidsneighbour.json b/domains/davidsneighbour.json
index ad352b6a0..6952ce03b 100644
--- a/domains/davidsneighbour.json
+++ b/domains/davidsneighbour.json
@@ -6,8 +6,6 @@
},
"record": {
"URL": "https://github.com/davidsneighbour/",
- "MX": [
- "smtp.google.com"
- ]
+ "MX": ["smtp.google.com"]
}
}
diff --git a/domains/davr.json b/domains/davr.json
index c69904dd2..3c07b5a70 100644
--- a/domains/davr.json
+++ b/domains/davr.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "cernoh",
- "email": "davincey06@gmail.com"
- },
- "record": {
- "CNAME": "neobrutal-resume-vercel.vercel.app"
- }
+ "owner": {
+ "username": "cernoh",
+ "email": "davincey06@gmail.com"
+ },
+ "record": {
+ "CNAME": "neobrutal-resume-vercel.vercel.app"
+ }
}
diff --git a/domains/deeptanshu.json b/domains/deeptanshu.json
index 1873c86ef..603733909 100644
--- a/domains/deeptanshu.json
+++ b/domains/deeptanshu.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Deeptanshuu",
- "email": "laldeeptanshu96@gmail.com"
- },
- "record": {
- "CNAME": "deeptanshu.vercel.app"
- }
+ "owner": {
+ "username": "Deeptanshuu",
+ "email": "laldeeptanshu96@gmail.com"
+ },
+ "record": {
+ "CNAME": "deeptanshu.vercel.app"
+ }
}
diff --git a/domains/denblo.json b/domains/denblo.json
index b639fb837..2b03ac82b 100644
--- a/domains/denblo.json
+++ b/domains/denblo.json
@@ -1,10 +1,10 @@
{
- "repo": "https://github.com/DenisBlokhin/DenisBlokhin.github.io",
- "owner": {
- "username": "DenisBlokhin",
- "email": "denis.blokhin@outlook.com"
- },
- "record": {
- "CNAME": "denisblokhin.github.io"
- }
+ "repo": "https://github.com/DenisBlokhin/DenisBlokhin.github.io",
+ "owner": {
+ "username": "DenisBlokhin",
+ "email": "denis.blokhin@outlook.com"
+ },
+ "record": {
+ "CNAME": "denisblokhin.github.io"
+ }
}
diff --git a/domains/devghost.json b/domains/devghost.json
index ccb16cce9..d28397cfe 100644
--- a/domains/devghost.json
+++ b/domains/devghost.json
@@ -1,14 +1,11 @@
{
- "repo": "https://github.com/thecodingwizardx/register.git",
- "owner": {
- "username": "thecodingwizardx",
- "email": "murkyaxe@gmail.com"
- },
- "record": {
- "MX": [
- "mx1.improvmx.com",
- "mx2.improvmx.com"
- ],
- "TXT": "v=spf1 include:spf.improvmx.com ~all"
- }
+ "repo": "https://github.com/thecodingwizardx/register.git",
+ "owner": {
+ "username": "thecodingwizardx",
+ "email": "murkyaxe@gmail.com"
+ },
+ "record": {
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
}
diff --git a/domains/devm.json b/domains/devm.json
index 95adeb76e..b2447dc4b 100644
--- a/domains/devm.json
+++ b/domains/devm.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "DevMatei",
- "email": "contact@devmatei.is-a.dev"
- },
- "record": {
- "URL": "https://devmatei.is-a.dev/"
- }
-}
\ No newline at end of file
+ "owner": {
+ "username": "DevMatei",
+ "email": "contact@devmatei.is-a.dev"
+ },
+ "record": {
+ "URL": "https://devmatei.is-a.dev/"
+ }
+}
diff --git a/domains/devma.json b/domains/devma.json
index 95adeb76e..b2447dc4b 100644
--- a/domains/devma.json
+++ b/domains/devma.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "DevMatei",
- "email": "contact@devmatei.is-a.dev"
- },
- "record": {
- "URL": "https://devmatei.is-a.dev/"
- }
-}
\ No newline at end of file
+ "owner": {
+ "username": "DevMatei",
+ "email": "contact@devmatei.is-a.dev"
+ },
+ "record": {
+ "URL": "https://devmatei.is-a.dev/"
+ }
+}
diff --git a/domains/devmai.json b/domains/devmai.json
index 95adeb76e..b2447dc4b 100644
--- a/domains/devmai.json
+++ b/domains/devmai.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "DevMatei",
- "email": "contact@devmatei.is-a.dev"
- },
- "record": {
- "URL": "https://devmatei.is-a.dev/"
- }
-}
\ No newline at end of file
+ "owner": {
+ "username": "DevMatei",
+ "email": "contact@devmatei.is-a.dev"
+ },
+ "record": {
+ "URL": "https://devmatei.is-a.dev/"
+ }
+}
diff --git a/domains/devmat.json b/domains/devmat.json
index 95adeb76e..b2447dc4b 100644
--- a/domains/devmat.json
+++ b/domains/devmat.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "DevMatei",
- "email": "contact@devmatei.is-a.dev"
- },
- "record": {
- "URL": "https://devmatei.is-a.dev/"
- }
-}
\ No newline at end of file
+ "owner": {
+ "username": "DevMatei",
+ "email": "contact@devmatei.is-a.dev"
+ },
+ "record": {
+ "URL": "https://devmatei.is-a.dev/"
+ }
+}
diff --git a/domains/devmate.json b/domains/devmate.json
index 95adeb76e..b2447dc4b 100644
--- a/domains/devmate.json
+++ b/domains/devmate.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "DevMatei",
- "email": "contact@devmatei.is-a.dev"
- },
- "record": {
- "URL": "https://devmatei.is-a.dev/"
- }
-}
\ No newline at end of file
+ "owner": {
+ "username": "DevMatei",
+ "email": "contact@devmatei.is-a.dev"
+ },
+ "record": {
+ "URL": "https://devmatei.is-a.dev/"
+ }
+}
diff --git a/domains/devmatei-again.json b/domains/devmatei-again.json
index 95adeb76e..b2447dc4b 100644
--- a/domains/devmatei-again.json
+++ b/domains/devmatei-again.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "DevMatei",
- "email": "contact@devmatei.is-a.dev"
- },
- "record": {
- "URL": "https://devmatei.is-a.dev/"
- }
-}
\ No newline at end of file
+ "owner": {
+ "username": "DevMatei",
+ "email": "contact@devmatei.is-a.dev"
+ },
+ "record": {
+ "URL": "https://devmatei.is-a.dev/"
+ }
+}
diff --git a/domains/dhruvkoshta.json b/domains/dhruvkoshta.json
index 2dc4ca279..73f56b446 100644
--- a/domains/dhruvkoshta.json
+++ b/domains/dhruvkoshta.json
@@ -1,11 +1,11 @@
{
- "repo" : "https://github.com/Dhruvkoshta/Dhruvkoshta.github.io",
- "description": "portfolio site",
- "owner": {
- "username": "Dhruvkoshta",
- "email": "dhruvkoshta@gmail.com"
- },
- "record": {
- "CNAME": "dhruvkoshta.github.io"
- }
+ "repo": "https://github.com/Dhruvkoshta/Dhruvkoshta.github.io",
+ "description": "portfolio site",
+ "owner": {
+ "username": "Dhruvkoshta",
+ "email": "dhruvkoshta@gmail.com"
+ },
+ "record": {
+ "CNAME": "dhruvkoshta.github.io"
+ }
}
diff --git a/domains/dikshantsingh.json b/domains/dikshantsingh.json
index 9f2685748..f37339670 100644
--- a/domains/dikshantsingh.json
+++ b/domains/dikshantsingh.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "dikshantsingh510",
- "email":"dikshantsingh510@gmail.com"
- },
- "record": {
- "CNAME": "dikshantsingh510.github.io"
- }
+ "owner": {
+ "username": "dikshantsingh510",
+ "email": "dikshantsingh510@gmail.com"
+ },
+ "record": {
+ "CNAME": "dikshantsingh510.github.io"
+ }
}
diff --git a/domains/discord.devmatei.json b/domains/discord.devmatei.json
index 417c6f9a7..92923422a 100644
--- a/domains/discord.devmatei.json
+++ b/domains/discord.devmatei.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "DevMatei",
- "email": "contact@devmatei.is-a.dev"
- },
- "record": {
- "URL": "https://discord.com/users/784443338627612673"
- }
-}
\ No newline at end of file
+ "owner": {
+ "username": "DevMatei",
+ "email": "contact@devmatei.is-a.dev"
+ },
+ "record": {
+ "URL": "https://discord.com/users/784443338627612673"
+ }
+}
diff --git a/domains/dishant.json b/domains/dishant.json
index 5d91b89b7..cc84bd77c 100644
--- a/domains/dishant.json
+++ b/domains/dishant.json
@@ -1,10 +1,10 @@
{
- "repo":"https://github.com/Dishant402955/Portfolio",
- "owner":{
+ "repo": "https://github.com/Dishant402955/Portfolio",
+ "owner": {
"username": "Dishant402955",
- "email":"dishantradadiya3036@gmail.com"
+ "email": "dishantradadiya3036@gmail.com"
},
- "record":{
- "CNAME":"portfolio-dishants-projects-6881d6c0.vercel.app"
+ "record": {
+ "CNAME": "portfolio-dishants-projects-6881d6c0.vercel.app"
}
}
diff --git a/domains/divyanshudhruv.json b/domains/divyanshudhruv.json
index 51defdcd6..351a5b287 100644
--- a/domains/divyanshudhruv.json
+++ b/domains/divyanshudhruv.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "divyanshudhruv",
- "email": "divyanshudhruv24@gmail.com"
- },
- "record": {
- "CNAME": "divyanshudhruv.vercel.app"
- }
+ "owner": {
+ "username": "divyanshudhruv",
+ "email": "divyanshudhruv24@gmail.com"
+ },
+ "record": {
+ "CNAME": "divyanshudhruv.vercel.app"
+ }
}
diff --git a/domains/dm.devmatei.json b/domains/dm.devmatei.json
index 417c6f9a7..92923422a 100644
--- a/domains/dm.devmatei.json
+++ b/domains/dm.devmatei.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "DevMatei",
- "email": "contact@devmatei.is-a.dev"
- },
- "record": {
- "URL": "https://discord.com/users/784443338627612673"
- }
-}
\ No newline at end of file
+ "owner": {
+ "username": "DevMatei",
+ "email": "contact@devmatei.is-a.dev"
+ },
+ "record": {
+ "URL": "https://discord.com/users/784443338627612673"
+ }
+}
diff --git a/domains/dm.json b/domains/dm.json
index 2d103b341..b2447dc4b 100644
--- a/domains/dm.json
+++ b/domains/dm.json
@@ -1,10 +1,9 @@
{
- "owner": {
- "username": "DevMatei",
- "email": "contact@devmatei.is-a.dev"
- },
- "record": {
- "URL": "https://devmatei.is-a.dev/"
- }
+ "owner": {
+ "username": "DevMatei",
+ "email": "contact@devmatei.is-a.dev"
+ },
+ "record": {
+ "URL": "https://devmatei.is-a.dev/"
+ }
}
-
\ No newline at end of file
diff --git a/domains/dmi.json b/domains/dmi.json
index 95adeb76e..b2447dc4b 100644
--- a/domains/dmi.json
+++ b/domains/dmi.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "DevMatei",
- "email": "contact@devmatei.is-a.dev"
- },
- "record": {
- "URL": "https://devmatei.is-a.dev/"
- }
-}
\ No newline at end of file
+ "owner": {
+ "username": "DevMatei",
+ "email": "contact@devmatei.is-a.dev"
+ },
+ "record": {
+ "URL": "https://devmatei.is-a.dev/"
+ }
+}
diff --git a/domains/doansilinh.json b/domains/doansilinh.json
index 9001d14a2..1d8747c17 100644
--- a/domains/doansilinh.json
+++ b/domains/doansilinh.json
@@ -1,8 +1,8 @@
{
- "owner": {
- "username": "doansilinh"
- },
- "record": {
- "CNAME": "doansilinh.github.io"
- }
+ "owner": {
+ "username": "doansilinh"
+ },
+ "record": {
+ "CNAME": "doansilinh.github.io"
+ }
}
diff --git a/domains/doc.devmatei.json b/domains/doc.devmatei.json
index ce8b67096..e84cdfd7f 100644
--- a/domains/doc.devmatei.json
+++ b/domains/doc.devmatei.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "DevMatei",
- "email": "contact@devmatei.is-a.dev"
- },
- "record": {
- "URL": "https://docs.devmatei.is-a.dev/"
- }
-}
\ No newline at end of file
+ "owner": {
+ "username": "DevMatei",
+ "email": "contact@devmatei.is-a.dev"
+ },
+ "record": {
+ "URL": "https://docs.devmatei.is-a.dev/"
+ }
+}
diff --git a/domains/docs.abdullahcxd.json b/domains/docs.abdullahcxd.json
index 7a74ca4f7..0364a1347 100644
--- a/domains/docs.abdullahcxd.json
+++ b/domains/docs.abdullahcxd.json
@@ -1,10 +1,10 @@
-{
- "owner": {
- "username": "abdullahcxd",
- "email": "sabdullahcxd@gmail.com",
- "discord": "sabdullahcxd"
- },
- "record": {
- "CNAME": "cname.vercel-dns.com"
- }
-}
\ No newline at end of file
+{
+ "owner": {
+ "username": "abdullahcxd",
+ "email": "sabdullahcxd@gmail.com",
+ "discord": "sabdullahcxd"
+ },
+ "record": {
+ "CNAME": "cname.vercel-dns.com"
+ }
+}
diff --git a/domains/dodongduc.json b/domains/dodongduc.json
index b6036ff4d..fc67b2dc4 100644
--- a/domains/dodongduc.json
+++ b/domains/dodongduc.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "duc3d-hus",
- "email": "duc3d.hus@gmail.com"
- },
- "record": {
- "CNAME": "duc3d-hus.github.io"
- }
- }
\ No newline at end of file
+ "owner": {
+ "username": "duc3d-hus",
+ "email": "duc3d.hus@gmail.com"
+ },
+ "record": {
+ "CNAME": "duc3d-hus.github.io"
+ }
+}
diff --git a/domains/dongtran.json b/domains/dongtran.json
index c21d9cdcc..e3ba5a3da 100644
--- a/domains/dongtran.json
+++ b/domains/dongtran.json
@@ -1,10 +1,10 @@
{
- "description": "dongtran.is-a.dev : This is my personal notebook",
- "owner": {
- "username": "dongitran",
- "email": "thiendong.iuh@gmail.com"
- },
- "record": {
- "URL": "https://devvui.one"
- }
+ "description": "dongtran.is-a.dev : This is my personal notebook",
+ "owner": {
+ "username": "dongitran",
+ "email": "thiendong.iuh@gmail.com"
+ },
+ "record": {
+ "URL": "https://devvui.one"
}
+}
diff --git a/domains/drbaph.json b/domains/drbaph.json
index 3ae31a186..1660188a8 100644
--- a/domains/drbaph.json
+++ b/domains/drbaph.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Saganaki22",
- "email": "info@drbaph.dev"
- },
- "record": {
- "CNAME": "saganaki22.github.io"
- }
+ "owner": {
+ "username": "Saganaki22",
+ "email": "info@drbaph.dev"
+ },
+ "record": {
+ "CNAME": "saganaki22.github.io"
+ }
}
diff --git a/domains/dtdung.json b/domains/dtdung.json
index db2e7f5e9..e275ee0c9 100644
--- a/domains/dtdung.json
+++ b/domains/dtdung.json
@@ -1,8 +1,8 @@
{
- "owner": {
- "username": "dtdung07"
- },
- "record": {
- "URL": "https://dtdung.us.to"
- }
+ "owner": {
+ "username": "dtdung07"
+ },
+ "record": {
+ "URL": "https://dtdung.us.to"
+ }
}
diff --git a/domains/duanyang.json b/domains/duanyang.json
index 1d80f4940..c9cc5fa86 100644
--- a/domains/duanyang.json
+++ b/domains/duanyang.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "Mrliduanyang",
- "email": "duanyangchn@gmail.com"
- },
- "record": {
- "CNAME": "duanyang.cool"
- },
- "proxied": false
+ "owner": {
+ "username": "Mrliduanyang",
+ "email": "duanyangchn@gmail.com"
+ },
+ "record": {
+ "CNAME": "duanyang.cool"
+ },
+ "proxied": false
}
diff --git a/domains/duc.json b/domains/duc.json
index dcdd0bddb..c4e199714 100644
--- a/domains/duc.json
+++ b/domains/duc.json
@@ -1,11 +1,11 @@
{
- "description": "duc.is-a.dev",
- "repo": "https://github.com/duc-ios/duc-ios.github.io",
- "owner": {
- "username": "duc-ios",
- "email": "hi@duk.one"
- },
- "record": {
- "CNAME": "duc-ios.github.io"
- }
+ "description": "duc.is-a.dev",
+ "repo": "https://github.com/duc-ios/duc-ios.github.io",
+ "owner": {
+ "username": "duc-ios",
+ "email": "hi@duk.one"
+ },
+ "record": {
+ "CNAME": "duc-ios.github.io"
+ }
}
diff --git a/domains/duyhandsome.json b/domains/duyhandsome.json
index aaefa83e0..0210a29ec 100644
--- a/domains/duyhandsome.json
+++ b/domains/duyhandsome.json
@@ -1,8 +1,8 @@
{
- "owner": {
- "username": "dominhduy09"
- },
- "record": {
- "URL": "https://dominhduy09.github.io/profile/"
- }
+ "owner": {
+ "username": "dominhduy09"
+ },
+ "record": {
+ "URL": "https://dominhduy09.github.io/profile/"
+ }
}
diff --git a/domains/duypt14.json b/domains/duypt14.json
index 27ff91f37..5fe5977e1 100644
--- a/domains/duypt14.json
+++ b/domains/duypt14.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "ptduy14",
- "email": "phantanduy14@gmail.com"
- },
- "record": {
- "CNAME": "portfolio-ptduy14s-projects.vercel.app"
- }
+ "owner": {
+ "username": "ptduy14",
+ "email": "phantanduy14@gmail.com"
+ },
+ "record": {
+ "CNAME": "portfolio-ptduy14s-projects.vercel.app"
+ }
}
diff --git a/domains/dvm.json b/domains/dvm.json
index 95adeb76e..b2447dc4b 100644
--- a/domains/dvm.json
+++ b/domains/dvm.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "DevMatei",
- "email": "contact@devmatei.is-a.dev"
- },
- "record": {
- "URL": "https://devmatei.is-a.dev/"
- }
-}
\ No newline at end of file
+ "owner": {
+ "username": "DevMatei",
+ "email": "contact@devmatei.is-a.dev"
+ },
+ "record": {
+ "URL": "https://devmatei.is-a.dev/"
+ }
+}
diff --git a/domains/dvmi.json b/domains/dvmi.json
index 95adeb76e..b2447dc4b 100644
--- a/domains/dvmi.json
+++ b/domains/dvmi.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "DevMatei",
- "email": "contact@devmatei.is-a.dev"
- },
- "record": {
- "URL": "https://devmatei.is-a.dev/"
- }
-}
\ No newline at end of file
+ "owner": {
+ "username": "DevMatei",
+ "email": "contact@devmatei.is-a.dev"
+ },
+ "record": {
+ "URL": "https://devmatei.is-a.dev/"
+ }
+}
diff --git a/domains/educatedsuddenbucket.json b/domains/educatedsuddenbucket.json
index 76a51d94e..a4d17f0c7 100644
--- a/domains/educatedsuddenbucket.json
+++ b/domains/educatedsuddenbucket.json
@@ -4,7 +4,18 @@
"email": "educatedsuddenbucket@gmail.com"
},
"record": {
- "A": ["185.199.108.153"],
+ "A": [
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"
+ ],
+ "AAAA": [
+ "2606:50c0:8000::153",
+ "2606:50c0:8001::153",
+ "2606:50c0:8002::153",
+ "2606:50c0:8003::153"
+ ],
"TXT": [
"google-site-verification=hS8B2hSz-rNk6gLRnwaZjxuJE9rCLU_25X65JsLEczE",
"v=spf1 include:spf.improvmx.com ~all"
diff --git a/domains/elbek.json b/domains/elbek.json
index 3a366e598..615779395 100644
--- a/domains/elbek.json
+++ b/domains/elbek.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "khamdullaevuz",
- "email": "elbek.khamdullaev@gmail.com"
- },
- "record": {
- "CNAME": "khamdullaevuz.github.io"
- }
+ "owner": {
+ "username": "khamdullaevuz",
+ "email": "elbek.khamdullaev@gmail.com"
+ },
+ "record": {
+ "CNAME": "khamdullaevuz.github.io"
+ }
}
diff --git a/domains/element.json b/domains/element.json
index 7d1ba136e..8b0d30fa5 100644
--- a/domains/element.json
+++ b/domains/element.json
@@ -1,10 +1,10 @@
{
- "repo": "https://github.com/playreaver/reaverlauncher",
- "owner": {
- "username": "playreaver",
- "email": "reaver.entertainment@hotmail.com"
- },
- "record": {
- "A": ["75.2.60.5"]
- }
+ "repo": "https://github.com/playreaver/reaverlauncher",
+ "owner": {
+ "username": "playreaver",
+ "email": "reaver.entertainment@hotmail.com"
+ },
+ "record": {
+ "A": ["75.2.60.5"]
+ }
}
diff --git a/domains/eli.json b/domains/eli.json
index 6d8c06c49..264a680fc 100644
--- a/domains/eli.json
+++ b/domains/eli.json
@@ -1,8 +1,8 @@
{
- "owner": {
- "username": "elisoreal"
- },
- "record": {
- "CNAME": "elisoreal.github.io"
- }
+ "owner": {
+ "username": "elisoreal"
+ },
+ "record": {
+ "CNAME": "elisoreal.github.io"
+ }
}
diff --git a/domains/emanuel-prado.json b/domains/emanuel-prado.json
index 378746fe6..15fd64130 100644
--- a/domains/emanuel-prado.json
+++ b/domains/emanuel-prado.json
@@ -6,4 +6,4 @@
"record": {
"CNAME": "meteoric-swarm.vercel.app"
}
-}
\ No newline at end of file
+}
diff --git a/domains/etercore.json b/domains/etercore.json
index 09e81b792..a20c97deb 100644
--- a/domains/etercore.json
+++ b/domains/etercore.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "ramirosanchezaranda",
- "email": "etercoredesignweb@gmail.com"
- },
- "record": {
- "CNAME": "etercore.vercel.app"
- }
- }
\ No newline at end of file
+ "owner": {
+ "username": "ramirosanchezaranda",
+ "email": "etercoredesignweb@gmail.com"
+ },
+ "record": {
+ "CNAME": "etercore.vercel.app"
+ }
+}
diff --git a/domains/ethantran.json b/domains/ethantran.json
index fd2b34f39..37f12fdb7 100644
--- a/domains/ethantran.json
+++ b/domains/ethantran.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Ethanxcode",
- "email": "trannguyendanhuy2904@gmail.com"
- },
- "record": {
- "CNAME": "ethanxcode.vercel.app"
- }
+ "owner": {
+ "username": "Ethanxcode",
+ "email": "trannguyendanhuy2904@gmail.com"
+ },
+ "record": {
+ "CNAME": "ethanxcode.vercel.app"
+ }
}
diff --git a/domains/euler.json b/domains/euler.json
index 2765bcc02..c54107065 100644
--- a/domains/euler.json
+++ b/domains/euler.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Euler-B",
- "email": "eduardojosebb.matescience@gmail.com"
-},
- "record": {
- "CNAME": "euler-b.pages.dev"
- }
-}
\ No newline at end of file
+ "owner": {
+ "username": "Euler-B",
+ "email": "eduardojosebb.matescience@gmail.com"
+ },
+ "record": {
+ "CNAME": "euler-b.pages.dev"
+ }
+}
diff --git a/domains/existing.json b/domains/existing.json
index 9444e0ff2..fe83dde20 100644
--- a/domains/existing.json
+++ b/domains/existing.json
@@ -9,4 +9,3 @@
"CNAME": "existing-dev.github.io"
}
}
-
diff --git a/domains/faaris.json b/domains/faaris.json
index b4786320d..42f60a334 100644
--- a/domains/faaris.json
+++ b/domains/faaris.json
@@ -1,10 +1,9 @@
-{
- "owner": {
- "username": "Mohamed-faaris",
- "email": "mohammedfaaris2005@gmail.com"
- },
- "record": {
- "URL": "https://github.com/Mohamed-faaris"
- }
- }
-
\ No newline at end of file
+{
+ "owner": {
+ "username": "Mohamed-faaris",
+ "email": "mohammedfaaris2005@gmail.com"
+ },
+ "record": {
+ "URL": "https://github.com/Mohamed-faaris"
+ }
+}
diff --git a/domains/farouk.json b/domains/farouk.json
index 95a5a3edb..bb69e4d6b 100644
--- a/domains/farouk.json
+++ b/domains/farouk.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "faroukchebaiki",
- "email": "farouk.chebaiki@gmail.com"
- },
- "record": {
- "CNAME": "faroukchebaiki.vercel.app"
- }
+ "owner": {
+ "username": "faroukchebaiki",
+ "email": "farouk.chebaiki@gmail.com"
+ },
+ "record": {
+ "CNAME": "faroukchebaiki.vercel.app"
+ }
}
diff --git a/domains/faultywindows.json b/domains/faultywindows.json
index 7df656cab..c0411c20a 100644
--- a/domains/faultywindows.json
+++ b/domains/faultywindows.json
@@ -5,6 +5,17 @@
"discord": "1041028534690386051"
},
"record": {
- "A": ["185.199.108.153"]
+ "A": [
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"
+ ],
+ "AAAA": [
+ "2606:50c0:8000::153",
+ "2606:50c0:8001::153",
+ "2606:50c0:8002::153",
+ "2606:50c0:8003::153"
+ ]
}
}
diff --git a/domains/febs.json b/domains/febs.json
index 576610b4b..cc98d842e 100644
--- a/domains/febs.json
+++ b/domains/febs.json
@@ -5,6 +5,6 @@
"email": "febrian.xiii@gmail.com"
},
"record": {
- "CNAME": "www.febss.web.id"
+ "CNAME": "www.febss.web.id"
}
}
diff --git a/domains/fendimohamed.json b/domains/fendimohamed.json
index c1298253f..b726d9c23 100644
--- a/domains/fendimohamed.json
+++ b/domains/fendimohamed.json
@@ -1,11 +1,9 @@
-{
- "owner": {
- "username": "FendiMohamed",
- "email": "fendimohamed615@gmail.com"
- },
- "record": {
- "A": [
- "76.76.21.21"
- ]
- }
+{
+ "owner": {
+ "username": "FendiMohamed",
+ "email": "fendimohamed615@gmail.com"
+ },
+ "record": {
+ "A": ["76.76.21.21"]
+ }
}
diff --git a/domains/finch.json b/domains/finch.json
index d074436de..228d1dfd8 100644
--- a/domains/finch.json
+++ b/domains/finch.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "metalespesados",
- "email": "bengfm@icloud.com"
- },
- "record": {
- "CNAME": "ebn.netlify.app"
- }
+ "owner": {
+ "username": "metalespesados",
+ "email": "bengfm@icloud.com"
+ },
+ "record": {
+ "CNAME": "ebn.netlify.app"
+ }
}
diff --git a/domains/florent.json b/domains/florent.json
index 60009a9bd..8d6922a6c 100644
--- a/domains/florent.json
+++ b/domains/florent.json
@@ -8,4 +8,4 @@
"CNAME": "flobsx.github.io"
},
"proxied": true
-}
\ No newline at end of file
+}
diff --git a/domains/fongg.json b/domains/fongg.json
index ebf63ec29..55405c792 100644
--- a/domains/fongg.json
+++ b/domains/fongg.json
@@ -1,11 +1,11 @@
{
- "description": "nphng15.is-a.dev",
- "repo": "https://github.com/nphng15/nphng15.github.io",
- "owner": {
- "username": "nphng15",
- "email": "23521172@gm.uit.edu.vn"
- },
- "record": {
- "CNAME": "nphng15.github.io"
- }
+ "description": "nphng15.is-a.dev",
+ "repo": "https://github.com/nphng15/nphng15.github.io",
+ "owner": {
+ "username": "nphng15",
+ "email": "23521172@gm.uit.edu.vn"
+ },
+ "record": {
+ "CNAME": "nphng15.github.io"
+ }
}
diff --git a/domains/franlo42.json b/domains/franlo42.json
index 040d16740..5117f63b1 100644
--- a/domains/franlo42.json
+++ b/domains/franlo42.json
@@ -1,8 +1,8 @@
{
- "owner":{
- "username": "franlo42"
+ "owner": {
+ "username": "franlo42"
},
"record": {
- "CNAME": "franlo42.github.io"
+ "CNAME": "franlo42.github.io"
}
}
diff --git a/domains/freewill.devmatei.json b/domains/freewill.devmatei.json
index 95adeb76e..b2447dc4b 100644
--- a/domains/freewill.devmatei.json
+++ b/domains/freewill.devmatei.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "DevMatei",
- "email": "contact@devmatei.is-a.dev"
- },
- "record": {
- "URL": "https://devmatei.is-a.dev/"
- }
-}
\ No newline at end of file
+ "owner": {
+ "username": "DevMatei",
+ "email": "contact@devmatei.is-a.dev"
+ },
+ "record": {
+ "URL": "https://devmatei.is-a.dev/"
+ }
+}
diff --git a/domains/fsoft72.json b/domains/fsoft72.json
index b97e6ff7d..9fcef0e3f 100644
--- a/domains/fsoft72.json
+++ b/domains/fsoft72.json
@@ -1,10 +1,10 @@
{
- "description": "👋 Hello! I'm Fabio, a passionate developer with 30+ years experience in programming. In my career I have done almost everything, from shared objects for Linux in C to complex web applications and efficient web solutions. Explore my portfolio and contact me on GitHub.",
- "owner": {
- "username": "fsoft72",
- "email": "fabio.rotondo@gmail.com"
- },
- "record": {
- "URL": "https://fsoft.dev"
- }
+ "description": "👋 Hello! I'm Fabio, a passionate developer with 30+ years experience in programming. In my career I have done almost everything, from shared objects for Linux in C to complex web applications and efficient web solutions. Explore my portfolio and contact me on GitHub.",
+ "owner": {
+ "username": "fsoft72",
+ "email": "fabio.rotondo@gmail.com"
+ },
+ "record": {
+ "URL": "https://fsoft.dev"
+ }
}
diff --git a/domains/funinkina.json b/domains/funinkina.json
index 95986c38b..79248d131 100644
--- a/domains/funinkina.json
+++ b/domains/funinkina.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "funinkina",
- "email": "aryankushwaha3101@gmail.com"
- },
- "record": {
- "CNAME": "funinkina.vercel.app"
- }
+ "owner": {
+ "username": "funinkina",
+ "email": "aryankushwaha3101@gmail.com"
+ },
+ "record": {
+ "CNAME": "funinkina.vercel.app"
+ }
}
diff --git a/domains/fusoras.json b/domains/fusoras.json
index 4be4671cb..347f07eac 100644
--- a/domains/fusoras.json
+++ b/domains/fusoras.json
@@ -1,11 +1,11 @@
{
- "description": "Porfolio website",
- "repo": "https://github.com/FuSoraS/portfolio",
- "owner": {
- "username": "FuSoraS",
- "email": "developer.FuSoraS@gmail.com"
- },
- "record": {
- "CNAME": "fusoras.github.io"
- }
+ "description": "Porfolio website",
+ "repo": "https://github.com/FuSoraS/portfolio",
+ "owner": {
+ "username": "FuSoraS",
+ "email": "developer.FuSoraS@gmail.com"
+ },
+ "record": {
+ "CNAME": "fusoras.github.io"
+ }
}
diff --git a/domains/fynnlukah.json b/domains/fynnlukah.json
index 7b49a8bc8..5652527f3 100644
--- a/domains/fynnlukah.json
+++ b/domains/fynnlukah.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "fynnlukah",
- "discord": "727590288209608824"
- },
- "record": {
- "CNAME": "fynnlukah.vercel.app"
- }
+ "owner": {
+ "username": "fynnlukah",
+ "discord": "727590288209608824"
+ },
+ "record": {
+ "CNAME": "fynnlukah.vercel.app"
+ }
}
diff --git a/domains/gabriel-iturre.json b/domains/gabriel-iturre.json
index 4876467f9..be43ac2f8 100644
--- a/domains/gabriel-iturre.json
+++ b/domains/gabriel-iturre.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "GabrielIturreCs",
- "email": "gabriel13iturre@gmail.com"
- },
- "record": {
- "CNAME": "gabrieliturre.netlify.app"
- }
+ "owner": {
+ "username": "GabrielIturreCs",
+ "email": "gabriel13iturre@gmail.com"
+ },
+ "record": {
+ "CNAME": "gabrieliturre.netlify.app"
+ }
}
diff --git a/domains/ganeswarv.json b/domains/ganeswarv.json
index 1bcc92bed..921e50bee 100644
--- a/domains/ganeswarv.json
+++ b/domains/ganeswarv.json
@@ -1,11 +1,11 @@
{
- "repo": "https://github.com/ganeswar-velvadapu/portfolio",
- "description": "My Portfolio Webiste",
- "owner": {
- "username": "ganeswar-velvadapu",
- "email": "ganeshvelvadapu@gmail.com"
- },
- "record": {
- "CNAME": "portfolio-tau-mauve-63.vercel.app"
- }
+ "repo": "https://github.com/ganeswar-velvadapu/portfolio",
+ "description": "My Portfolio Webiste",
+ "owner": {
+ "username": "ganeswar-velvadapu",
+ "email": "ganeshvelvadapu@gmail.com"
+ },
+ "record": {
+ "CNAME": "portfolio-tau-mauve-63.vercel.app"
+ }
}
diff --git a/domains/ghsearch.json b/domains/ghsearch.json
index a5b257566..38aa8f6d9 100644
--- a/domains/ghsearch.json
+++ b/domains/ghsearch.json
@@ -1,11 +1,11 @@
{
- "description": "Aplicación web para buscar repositorios en GitHub por tema, utilizando la API de GitHub. Construida con HTML, CSS y JavaScript.",
- "repo": "https://https://github.com/herwingx/awesome-github-search",
- "owner": {
- "username": "herwingx",
- "email": "herwingmacias@gmail.com"
- },
- "record": {
- "CNAME": "herwingx.github.io"
- }
+ "description": "Aplicación web para buscar repositorios en GitHub por tema, utilizando la API de GitHub. Construida con HTML, CSS y JavaScript.",
+ "repo": "https://https://github.com/herwingx/awesome-github-search",
+ "owner": {
+ "username": "herwingx",
+ "email": "herwingmacias@gmail.com"
+ },
+ "record": {
+ "CNAME": "herwingx.github.io"
+ }
}
diff --git a/domains/glitched-da-kitty-cat.json b/domains/glitched-da-kitty-cat.json
index 18dc8b2e1..be310fb86 100644
--- a/domains/glitched-da-kitty-cat.json
+++ b/domains/glitched-da-kitty-cat.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "GlitchedDaKittyCatSchoolaccount",
- "email": "glitcheddacat@gmail.com"
- },
- "record": {
- "CNAME": "glitched-da-kitty-cat.vercel.app"
- }
+ "owner": {
+ "username": "GlitchedDaKittyCatSchoolaccount",
+ "email": "glitcheddacat@gmail.com"
+ },
+ "record": {
+ "CNAME": "glitched-da-kitty-cat.vercel.app"
+ }
}
diff --git a/domains/goddy.json b/domains/goddy.json
index 8c6f689cd..7735a6c4d 100644
--- a/domains/goddy.json
+++ b/domains/goddy.json
@@ -1,10 +1,9 @@
{
- "owner": {
- "username": "Owinogoddie",
- "email": "owinogoddie@gmail.com"
- },
- "record": {
- "URL": "https://goddy-the-dev.vercel.app"
- }
+ "owner": {
+ "username": "Owinogoddie",
+ "email": "owinogoddie@gmail.com"
+ },
+ "record": {
+ "URL": "https://goddy-the-dev.vercel.app"
}
-
\ No newline at end of file
+}
diff --git a/domains/godkode.json b/domains/godkode.json
index 9275bcb5a..e290738b3 100644
--- a/domains/godkode.json
+++ b/domains/godkode.json
@@ -1,11 +1,11 @@
{
- "description": "Flex",
- "repo": "https://github.com/GodKode69/GodKode69.github.io",
- "owner": {
- "username": "GodKode69",
- "email": "knownasraghav@gmail.com"
- },
- "record": {
- "CNAME": "godkode69.github.io"
- }
+ "description": "Flex",
+ "repo": "https://github.com/GodKode69/GodKode69.github.io",
+ "owner": {
+ "username": "GodKode69",
+ "email": "knownasraghav@gmail.com"
+ },
+ "record": {
+ "CNAME": "godkode69.github.io"
+ }
}
diff --git a/domains/guillelm.json b/domains/guillelm.json
index 5baef4118..361bf23d1 100644
--- a/domains/guillelm.json
+++ b/domains/guillelm.json
@@ -1,11 +1,11 @@
{
- "description": "Personal Portfolio Tech Website...",
- "repo": "https://github.com/guilleLM71/portafolio",
- "owner": {
- "username": "guilleLM71",
- "email": "jlauram3@fcpn.edu.bo"
- },
- "record": {
- "CNAME": "guillelm71.github.io"
- }
+ "description": "Personal Portfolio Tech Website...",
+ "repo": "https://github.com/guilleLM71/portafolio",
+ "owner": {
+ "username": "guilleLM71",
+ "email": "jlauram3@fcpn.edu.bo"
+ },
+ "record": {
+ "CNAME": "guillelm71.github.io"
+ }
}
diff --git a/domains/guvent.json b/domains/guvent.json
index 470563897..49d231992 100644
--- a/domains/guvent.json
+++ b/domains/guvent.json
@@ -1,12 +1,11 @@
{
- "description": "The portfolio site of Guven Topal",
- "repo": "https://github.com/guvent/guvent",
- "owner": {
- "username": "guvent",
- "email": "me@guvent.com"
- },
- "record": {
- "CNAME": "guvent.com"
- }
+ "description": "The portfolio site of Guven Topal",
+ "repo": "https://github.com/guvent/guvent",
+ "owner": {
+ "username": "guvent",
+ "email": "me@guvent.com"
+ },
+ "record": {
+ "CNAME": "guvent.com"
}
-
\ No newline at end of file
+}
diff --git a/domains/gwly.json b/domains/gwly.json
index 26e78f64a..4f99b36f7 100644
--- a/domains/gwly.json
+++ b/domains/gwly.json
@@ -1,8 +1,8 @@
{
- "owner": {
- "username": "cyrilguocode"
- },
- "record": {
- "CNAME": "gwlyweb.pages.dev"
- }
+ "owner": {
+ "username": "cyrilguocode"
+ },
+ "record": {
+ "CNAME": "gwlyweb.pages.dev"
+ }
}
diff --git a/domains/hamdi.json b/domains/hamdi.json
index b718fb161..8790624d9 100644
--- a/domains/hamdi.json
+++ b/domains/hamdi.json
@@ -1,11 +1,11 @@
{
- "description": "Portfolio",
- "repo": "https://github.com/hb12devtn/Portfolio",
- "owner": {
- "username": "hb12devtn",
- "email": "h.bougattaya1212@gmail.com"
- },
- "record": {
- "CNAME": "hb12devtn.github.io"
- }
+ "description": "Portfolio",
+ "repo": "https://github.com/hb12devtn/Portfolio",
+ "owner": {
+ "username": "hb12devtn",
+ "email": "h.bougattaya1212@gmail.com"
+ },
+ "record": {
+ "CNAME": "hb12devtn.github.io"
+ }
}
diff --git a/domains/haohoang.json b/domains/haohoang.json
index f17d61b10..547ff761f 100644
--- a/domains/haohoang.json
+++ b/domains/haohoang.json
@@ -1,10 +1,10 @@
{
- "description": "The blog of Hao Hoang",
- "owner": {
- "username": "vanhaohoang",
- "email": "hoangvanhao99.01@gmail.com"
- },
- "record": {
- "CNAME": "vanhaohoang.github.io"
- }
+ "description": "The blog of Hao Hoang",
+ "owner": {
+ "username": "vanhaohoang",
+ "email": "hoangvanhao99.01@gmail.com"
+ },
+ "record": {
+ "CNAME": "vanhaohoang.github.io"
+ }
}
diff --git a/domains/hareesh.json b/domains/hareesh.json
index ec4c3873f..f6906c0e0 100644
--- a/domains/hareesh.json
+++ b/domains/hareesh.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Hareesh108",
- "email": "hareeshbhittam@gmail.com"
- },
- "record": {
- "CNAME": "me-hazel-delta.vercel.app"
- }
-}
\ No newline at end of file
+ "owner": {
+ "username": "Hareesh108",
+ "email": "hareeshbhittam@gmail.com"
+ },
+ "record": {
+ "CNAME": "me-hazel-delta.vercel.app"
+ }
+}
diff --git a/domains/harunabdullah.json b/domains/harunabdullah.json
index 16e71771f..f535533c9 100644
--- a/domains/harunabdullah.json
+++ b/domains/harunabdullah.json
@@ -1,12 +1,9 @@
{
- "owner": {
- "username": "harunabdullahrakin"
- },
-
+ "owner": {
+ "username": "harunabdullahrakin"
+ },
+
"record": {
- "A": [
- "185.31.40.12"
- ]
-
-}
+ "A": ["185.31.40.12"]
+ }
}
diff --git a/domains/haydenpc.json b/domains/haydenpc.json
index 146ecd899..771561aab 100644
--- a/domains/haydenpc.json
+++ b/domains/haydenpc.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "haydenpc",
- "email": "haydenpc369@gmail.com"
- },
- "record": {
- "CNAME": "haydenpc.github.io"
- }
+ "owner": {
+ "username": "haydenpc",
+ "email": "haydenpc369@gmail.com"
+ },
+ "record": {
+ "CNAME": "haydenpc.github.io"
+ }
}
diff --git a/domains/hemath.json b/domains/hemath.json
index 4328e6a63..97e97e053 100644
--- a/domains/hemath.json
+++ b/domains/hemath.json
@@ -1,10 +1,9 @@
{
- "owner": {
- "username": "djhemath",
- "email": "djhemath@gmail.com"
- },
- "record": {
- "URL": "https://hemath.dev"
- }
+ "owner": {
+ "username": "djhemath",
+ "email": "djhemath@gmail.com"
+ },
+ "record": {
+ "URL": "https://hemath.dev"
}
-
\ No newline at end of file
+}
diff --git a/domains/henderythmix.json b/domains/henderythmix.json
index ca1a63df4..601c86ad4 100644
--- a/domains/henderythmix.json
+++ b/domains/henderythmix.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "henderythmix",
- "email": "robertoselleswork@gmail.com"
- },
- "record": {
- "CNAME": "henderythmix.vercel.app"
- }
+ "owner": {
+ "username": "henderythmix",
+ "email": "robertoselleswork@gmail.com"
+ },
+ "record": {
+ "CNAME": "henderythmix.vercel.app"
+ }
}
diff --git a/domains/hercase.json b/domains/hercase.json
index b76e8c2b2..8c14dc06a 100644
--- a/domains/hercase.json
+++ b/domains/hercase.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "hercase",
- "email": "hercase92@gmail.com"
- },
- "record": {
- "A": ["75.2.60.5"]
- }
+ "owner": {
+ "username": "hercase",
+ "email": "hercase92@gmail.com"
+ },
+ "record": {
+ "A": ["75.2.60.5"]
+ }
}
diff --git a/domains/herve.json b/domains/herve.json
index 883675cff..3898aae8b 100644
--- a/domains/herve.json
+++ b/domains/herve.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "herveleclerc",
- "email": "herve.leclerc@gmail.com"
- },
- "record": {
- "CNAME": "herveleclerc.github.io"
- }
+ "owner": {
+ "username": "herveleclerc",
+ "email": "herve.leclerc@gmail.com"
+ },
+ "record": {
+ "CNAME": "herveleclerc.github.io"
+ }
}
diff --git a/domains/heyaxo.json b/domains/heyaxo.json
index 1f3dd451e..1938285bf 100644
--- a/domains/heyaxo.json
+++ b/domains/heyaxo.json
@@ -1,19 +1,16 @@
{
- "description": "My personal homepage!",
- "repo": "https://github.com/verygafanhot",
- "owner": {
- "username": "Verygafanhot",
- "email": "verygafanhot@gmail.com",
- "twitter": "verygafanhot",
- "discord": "Verygafanhot"
- },
- "record": {
- "CNAME": "verygafanhot.github.io",
- "MX": [
- "mx1.improvmx.com",
- "mx2.improvmx.com"
- ],
- "TXT": "v=spf1 include:spf.improvmx.com ~all"
- },
- "proxied": true
+ "description": "My personal homepage!",
+ "repo": "https://github.com/verygafanhot",
+ "owner": {
+ "username": "Verygafanhot",
+ "email": "verygafanhot@gmail.com",
+ "twitter": "verygafanhot",
+ "discord": "Verygafanhot"
+ },
+ "record": {
+ "CNAME": "verygafanhot.github.io",
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ },
+ "proxied": true
}
diff --git a/domains/hoan.json b/domains/hoan.json
index 98ba071c9..8b28f9a23 100644
--- a/domains/hoan.json
+++ b/domains/hoan.json
@@ -1,10 +1,10 @@
{
- "description": "hoan.is-a.dev : This is my personal notebook",
- "owner": {
- "username": "hwanngo",
- "email": "conghoan.0406@gmail.com"
- },
- "record": {
- "CNAME": "hwanngo.github.io"
- }
+ "description": "hoan.is-a.dev : This is my personal notebook",
+ "owner": {
+ "username": "hwanngo",
+ "email": "conghoan.0406@gmail.com"
+ },
+ "record": {
+ "CNAME": "hwanngo.github.io"
+ }
}
diff --git a/domains/holedev.json b/domains/holedev.json
index 25c0f5245..4e1b3e006 100644
--- a/domains/holedev.json
+++ b/domains/holedev.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "holedev",
- "email": "contact@holedev.com"
- },
- "record": {
- "URL": "https://github.com/holedev"
- }
-}
\ No newline at end of file
+ "owner": {
+ "username": "holedev",
+ "email": "contact@holedev.com"
+ },
+ "record": {
+ "URL": "https://github.com/holedev"
+ }
+}
diff --git a/domains/homelab.json b/domains/homelab.json
index c93d8014e..143591535 100644
--- a/domains/homelab.json
+++ b/domains/homelab.json
@@ -5,9 +5,6 @@
"email": "helovikipranata@gmail.com"
},
"record": {
- "NS": [
- "deb.ns.cloudflare.com",
- "sid.ns.cloudflare.com"
- ]
+ "NS": ["deb.ns.cloudflare.com", "sid.ns.cloudflare.com"]
}
}
diff --git a/domains/hongquang.json b/domains/hongquang.json
index bfc84d262..10c809630 100644
--- a/domains/hongquang.json
+++ b/domains/hongquang.json
@@ -1,11 +1,11 @@
{
- "description": "For introduce myself",
- "repo": "https://github.com/HQuang/HQuang",
- "owner": {
- "username": "quanglh268",
- "email": "quanglh268@gmail.com"
- },
- "record": {
- "CNAME": "hquang.github.io"
- }
+ "description": "For introduce myself",
+ "repo": "https://github.com/HQuang/HQuang",
+ "owner": {
+ "username": "quanglh268",
+ "email": "quanglh268@gmail.com"
+ },
+ "record": {
+ "CNAME": "hquang.github.io"
+ }
}
diff --git a/domains/hungthai.json b/domains/hungthai.json
index 895a9e4a6..c28594939 100644
--- a/domains/hungthai.json
+++ b/domains/hungthai.json
@@ -8,4 +8,4 @@
"record": {
"CNAME": "hungthai1401.github.io"
}
-}
\ No newline at end of file
+}
diff --git a/domains/huntroid.json b/domains/huntroid.json
index a8726b01f..9065b0a7c 100644
--- a/domains/huntroid.json
+++ b/domains/huntroid.json
@@ -4,6 +4,17 @@
"email": "srimath8@gmail.com"
},
"record": {
- "A": ["185.199.108.153"]
+ "A": [
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"
+ ],
+ "AAAA": [
+ "2606:50c0:8000::153",
+ "2606:50c0:8001::153",
+ "2606:50c0:8002::153",
+ "2606:50c0:8003::153"
+ ]
}
}
diff --git a/domains/huu-hoang.json b/domains/huu-hoang.json
index 77dec9839..b1df9317d 100644
--- a/domains/huu-hoang.json
+++ b/domains/huu-hoang.json
@@ -5,8 +5,6 @@
"username": "Mirai3103"
},
"record": {
- "A": [
- "103.82.194.100"
- ]
+ "A": ["103.82.194.100"]
}
}
diff --git a/domains/iamdhakrey.json b/domains/iamdhakrey.json
index a9d55f97e..308119b65 100644
--- a/domains/iamdhakrey.json
+++ b/domains/iamdhakrey.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "iamdhakrey",
- "email": "dhakreyhrithik@gmail.com"
- },
- "record": {
- "URL": "https://iamdhakrey.dev"
- }
- }
\ No newline at end of file
+ "owner": {
+ "username": "iamdhakrey",
+ "email": "dhakreyhrithik@gmail.com"
+ },
+ "record": {
+ "URL": "https://iamdhakrey.dev"
+ }
+}
diff --git a/domains/idcesares.json b/domains/idcesares.json
index 53cb961d0..9410601b4 100644
--- a/domains/idcesares.json
+++ b/domains/idcesares.json
@@ -1,11 +1,11 @@
{
- "description": "Isaac D'Césares personal website",
- "repo": "https://github.com/idcesares",
- "owner": {
- "username": "idcesares",
- "email": "isaac.dcesares@gmail.com"
- },
- "record": {
- "URL": "https://dcesares.dev"
- }
+ "description": "Isaac D'Césares personal website",
+ "repo": "https://github.com/idcesares",
+ "owner": {
+ "username": "idcesares",
+ "email": "isaac.dcesares@gmail.com"
+ },
+ "record": {
+ "URL": "https://dcesares.dev"
+ }
}
diff --git a/domains/idriss.json b/domains/idriss.json
index 58db049ff..076dfeac9 100644
--- a/domains/idriss.json
+++ b/domains/idriss.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "AstroDriss",
- "email": "drisspennywise@gmail.com"
- },
- "record": {
- "A": ["76.76.21.21"]
- }
+ "owner": {
+ "username": "AstroDriss",
+ "email": "drisspennywise@gmail.com"
+ },
+ "record": {
+ "A": ["76.76.21.21"]
+ }
}
diff --git a/domains/imm0nv1nhtv.json b/domains/imm0nv1nhtv.json
index 967b65be3..c0a6a8d49 100644
--- a/domains/imm0nv1nhtv.json
+++ b/domains/imm0nv1nhtv.json
@@ -4,6 +4,6 @@
"email": "windows10phamvinh+github@gmail.com"
},
"record": {
- "NS":["alberto.ns.cloudflare.com", "rosemary.ns.cloudflare.com"]
+ "NS": ["alberto.ns.cloudflare.com", "rosemary.ns.cloudflare.com"]
}
}
diff --git a/domains/imxitiz.json b/domains/imxitiz.json
index b9838c5bc..73bc0bbcc 100644
--- a/domains/imxitiz.json
+++ b/domains/imxitiz.json
@@ -1,9 +1,9 @@
{
- "description": "imxitiz.is-a.dev",
- "owner": {
- "username": "imxitiz"
- },
- "record": {
- "CNAME": "imxitiz.github.io"
- }
+ "description": "imxitiz.is-a.dev",
+ "owner": {
+ "username": "imxitiz"
+ },
+ "record": {
+ "CNAME": "imxitiz.github.io"
+ }
}
diff --git a/domains/inputly.json b/domains/inputly.json
index b2685635a..db5f3f7c2 100644
--- a/domains/inputly.json
+++ b/domains/inputly.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "NateNear",
- "email": "matternate21@gmail.com"
- },
- "record": {
- "CNAME": "inputly.vercel.app"
- }
-}
\ No newline at end of file
+ "owner": {
+ "username": "NateNear",
+ "email": "matternate21@gmail.com"
+ },
+ "record": {
+ "CNAME": "inputly.vercel.app"
+ }
+}
diff --git a/domains/is-a-dev.devmatei.json b/domains/is-a-dev.devmatei.json
index e7aef920e..4b150d5ab 100644
--- a/domains/is-a-dev.devmatei.json
+++ b/domains/is-a-dev.devmatei.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "DevMatei",
- "email": "contact@devmatei.is-a.dev"
- },
- "record": {
- "A": ["75.2.60.5"]
- }
-}
\ No newline at end of file
+ "owner": {
+ "username": "DevMatei",
+ "email": "contact@devmatei.is-a.dev"
+ },
+ "record": {
+ "A": ["75.2.60.5"]
+ }
+}
diff --git a/domains/isaacrobert33.json b/domains/isaacrobert33.json
index 53d087fb0..119ce98f3 100644
--- a/domains/isaacrobert33.json
+++ b/domains/isaacrobert33.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "isaacrobert33",
- "email": "isaacrobertoluwaseun@gmail.com"
- },
- "record": {
- "CNAME": "isaacrobert-is-adev.vercel.app"
- }
+ "owner": {
+ "username": "isaacrobert33",
+ "email": "isaacrobertoluwaseun@gmail.com"
+ },
+ "record": {
+ "CNAME": "isaacrobert-is-adev.vercel.app"
+ }
}
diff --git a/domains/islandboy.json b/domains/islandboy.json
index 1ff10640a..592dfed3d 100644
--- a/domains/islandboy.json
+++ b/domains/islandboy.json
@@ -6,9 +6,6 @@
"email": "mifzaal.scout@gmail.com"
},
"record": {
- "NS": [
- "lucy.ns.cloudflare.com",
- "mario.ns.cloudflare.com"
- ]
+ "NS": ["lucy.ns.cloudflare.com", "mario.ns.cloudflare.com"]
}
}
diff --git a/domains/itsjhonalex.json b/domains/itsjhonalex.json
index 395fc6a3f..1688235c0 100644
--- a/domains/itsjhonalex.json
+++ b/domains/itsjhonalex.json
@@ -1,11 +1,11 @@
{
- "description": "itsjhonalex.is-a.dev",
- "repo": "github.com/ItsJhonAlex/PortfolioDev",
- "owner": {
- "username": "ItsJhonAlex",
- "email": "itsjhonalex@gmail.com"
- },
- "record": {
- "CNAME": "portfolio-dev-itsjhonalexs-projects.vercel.app"
- }
+ "description": "itsjhonalex.is-a.dev",
+ "repo": "github.com/ItsJhonAlex/PortfolioDev",
+ "owner": {
+ "username": "ItsJhonAlex",
+ "email": "itsjhonalex@gmail.com"
+ },
+ "record": {
+ "CNAME": "portfolio-dev-itsjhonalexs-projects.vercel.app"
+ }
}
diff --git a/domains/itz-rj-here.json b/domains/itz-rj-here.json
index ae29b4c2f..55b773761 100644
--- a/domains/itz-rj-here.json
+++ b/domains/itz-rj-here.json
@@ -1,11 +1,11 @@
{
- "description": "It'z RJ's Website",
- "repo": "https://github.com/itz-rj-here/itz-rj-here.github.io",
- "owner": {
- "username": "itz-rj-here",
- "email": "faiadmahmudadil@gmail.com"
- },
- "record": {
- "CNAME": "itz-rj-here.github.io"
- }
+ "description": "It'z RJ's Website",
+ "repo": "https://github.com/itz-rj-here/itz-rj-here.github.io",
+ "owner": {
+ "username": "itz-rj-here",
+ "email": "faiadmahmudadil@gmail.com"
+ },
+ "record": {
+ "CNAME": "itz-rj-here.github.io"
+ }
}
diff --git a/domains/jameshartley.json b/domains/jameshartley.json
index 8eaa5246d..83aae3a5e 100644
--- a/domains/jameshartley.json
+++ b/domains/jameshartley.json
@@ -1,11 +1,11 @@
{
- "description": "Portfolio domain showcasing projects",
- "repo": "https://github.com/jdbhartley/portfolio_nuro",
- "owner": {
- "username": "jdbhartley",
- "discord": "MobiSlick#3640"
- },
- "record": {
- "A": ["75.2.60.5"]
- }
-}
\ No newline at end of file
+ "description": "Portfolio domain showcasing projects",
+ "repo": "https://github.com/jdbhartley/portfolio_nuro",
+ "owner": {
+ "username": "jdbhartley",
+ "discord": "MobiSlick#3640"
+ },
+ "record": {
+ "A": ["75.2.60.5"]
+ }
+}
diff --git a/domains/jar.json b/domains/jar.json
index c2ff47b78..beb93c667 100644
--- a/domains/jar.json
+++ b/domains/jar.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "jartf",
- "email": "hi@jar.tf"
- },
- "record": {
- "A": ["76.76.21.21"]
- }
+ "owner": {
+ "username": "jartf",
+ "email": "hi@jar.tf"
+ },
+ "record": {
+ "A": ["76.76.21.21"]
+ }
}
diff --git a/domains/jasvindersingh.json b/domains/jasvindersingh.json
index fe8dcd21a..4a0fc40c2 100644
--- a/domains/jasvindersingh.json
+++ b/domains/jasvindersingh.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "singhJasvinder101",
- "email": "jasvindersingh3593@gmail.com"
- },
- "record": {
- "CNAME": "jasvinder-portfolio.netlify.app"
- }
+ "owner": {
+ "username": "singhJasvinder101",
+ "email": "jasvindersingh3593@gmail.com"
+ },
+ "record": {
+ "CNAME": "jasvinder-portfolio.netlify.app"
+ }
}
diff --git a/domains/jawad0501.json b/domains/jawad0501.json
index a0cfc9d51..d3849e9da 100644
--- a/domains/jawad0501.json
+++ b/domains/jawad0501.json
@@ -1,11 +1,11 @@
{
- "description": "jawad's personal portfolio website",
- "repo": "https://github.com/Jawad0501/terminal-portfolio.git",
- "owner": {
- "username": "Jawad0501",
- "email": "anmjawad007@gmail.com"
- },
- "record": {
- "A": ["75.2.60.5"]
- }
+ "description": "jawad's personal portfolio website",
+ "repo": "https://github.com/Jawad0501/terminal-portfolio.git",
+ "owner": {
+ "username": "Jawad0501",
+ "email": "anmjawad007@gmail.com"
+ },
+ "record": {
+ "A": ["75.2.60.5"]
+ }
}
diff --git a/domains/jecoh.json b/domains/jecoh.json
index 22f4d0cd7..bd5dd516f 100644
--- a/domains/jecoh.json
+++ b/domains/jecoh.json
@@ -1,11 +1,11 @@
{
- "description": "For personal/portfolio use only.",
- "repo": "https://github.com/jecoh12/jecoh-is-a.dev",
- "owner": {
- "username": "jecoh12",
- "email": "jecoh12@gmail.com"
- },
- "record": {
- "CNAME": "jecoh12.github.io"
- }
+ "description": "For personal/portfolio use only.",
+ "repo": "https://github.com/jecoh12/jecoh-is-a.dev",
+ "owner": {
+ "username": "jecoh12",
+ "email": "jecoh12@gmail.com"
+ },
+ "record": {
+ "CNAME": "jecoh12.github.io"
+ }
}
diff --git a/domains/jeielmiranda.json b/domains/jeielmiranda.json
index ab21b4c1b..1f38f558f 100644
--- a/domains/jeielmiranda.json
+++ b/domains/jeielmiranda.json
@@ -1,11 +1,11 @@
{
- "description": "Personal subdomain",
- "repo": "https://github.com/Jetrom17/jetrom17.github.io",
- "owner": {
- "username": "Jetrom17",
- "email": "jeiel@duck.com"
- },
- "record": {
- "CNAME": "jetrom17.github.io"
- }
+ "description": "Personal subdomain",
+ "repo": "https://github.com/Jetrom17/jetrom17.github.io",
+ "owner": {
+ "username": "Jetrom17",
+ "email": "jeiel@duck.com"
+ },
+ "record": {
+ "CNAME": "jetrom17.github.io"
+ }
}
diff --git a/domains/jg.json b/domains/jg.json
index b8f48c746..7352aa6a7 100644
--- a/domains/jg.json
+++ b/domains/jg.json
@@ -1,11 +1,11 @@
{
- "description": "Personal portfolio site for Jonathan Geva (short for jonathangeva)",
- "repo": "https://github.com/jonathan-geva/Portfolio",
- "owner": {
- "username": "jonathan-geva",
- "discord": "jonilul21"
- },
- "record": {
- "CNAME": "jonathangeva.ch"
- }
-}
\ No newline at end of file
+ "description": "Personal portfolio site for Jonathan Geva (short for jonathangeva)",
+ "repo": "https://github.com/jonathan-geva/Portfolio",
+ "owner": {
+ "username": "jonathan-geva",
+ "discord": "jonilul21"
+ },
+ "record": {
+ "CNAME": "jonathangeva.ch"
+ }
+}
diff --git a/domains/jmc.json b/domains/jmc.json
index b938c448e..7401c1150 100644
--- a/domains/jmc.json
+++ b/domains/jmc.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "josem430",
- "email": "jmc300499@gmail.com",
- "discord": "josem430"
- },
- "record": {
- "A": ["76.76.21.21"]
- }
+ "owner": {
+ "username": "josem430",
+ "email": "jmc300499@gmail.com",
+ "discord": "josem430"
+ },
+ "record": {
+ "A": ["76.76.21.21"]
+ }
}
diff --git a/domains/jmmille.json b/domains/jmmille.json
index 4eca0d1b6..2b21c910b 100644
--- a/domains/jmmille.json
+++ b/domains/jmmille.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "jmmille",
- "email": "jmmille@gmail.com"
- },
- "record": {
- "URL": "https://github.com/jmmille"
- }
+ "owner": {
+ "username": "jmmille",
+ "email": "jmmille@gmail.com"
+ },
+ "record": {
+ "URL": "https://github.com/jmmille"
+ }
}
diff --git a/domains/jonathangeva.json b/domains/jonathangeva.json
index 45a318066..244af87e6 100644
--- a/domains/jonathangeva.json
+++ b/domains/jonathangeva.json
@@ -1,11 +1,11 @@
{
- "description": "Personal portfolio site for Jonathan Geva",
- "repo": "https://github.com/jonathan-geva/Portfolio",
- "owner": {
- "username": "jonathan-geva",
- "discord": "jonilul21"
- },
- "record": {
- "CNAME": "jonathangeva.ch"
- }
-}
\ No newline at end of file
+ "description": "Personal portfolio site for Jonathan Geva",
+ "repo": "https://github.com/jonathan-geva/Portfolio",
+ "owner": {
+ "username": "jonathan-geva",
+ "discord": "jonilul21"
+ },
+ "record": {
+ "CNAME": "jonathangeva.ch"
+ }
+}
diff --git a/domains/jonathanmoya.json b/domains/jonathanmoya.json
index 055cfc7a8..4a96736b8 100644
--- a/domains/jonathanmoya.json
+++ b/domains/jonathanmoya.json
@@ -1,11 +1,11 @@
{
- "description": "Subdominio personal para portfolio web",
- "repo": "https://github.com/srgrover/portfolio",
- "owner": {
- "username": "srgrover",
- "email": "jthmoya.webdev@gmail.com"
- },
- "record": {
- "A": ["75.2.60.5"]
- }
+ "description": "Subdominio personal para portfolio web",
+ "repo": "https://github.com/srgrover/portfolio",
+ "owner": {
+ "username": "srgrover",
+ "email": "jthmoya.webdev@gmail.com"
+ },
+ "record": {
+ "A": ["75.2.60.5"]
+ }
}
diff --git a/domains/josh.json b/domains/josh.json
index cd8aa496e..3277f997d 100644
--- a/domains/josh.json
+++ b/domains/josh.json
@@ -3,7 +3,7 @@
"username": "joshhargreaves",
"email": "me@joshhargreaves.co.uk"
},
- "record": {
- "URL": "https://joshhargreaves.co.uk"
- }
+ "record": {
+ "URL": "https://joshhargreaves.co.uk"
+ }
}
diff --git a/domains/juanpabloleonmaya.json b/domains/juanpabloleonmaya.json
index fcd0b2390..d49b9944a 100644
--- a/domains/juanpabloleonmaya.json
+++ b/domains/juanpabloleonmaya.json
@@ -1,9 +1,9 @@
-{
- "owner": {
- "username": "juanleon8581",
- "email": "juanleon8581@gmail.com"
- },
- "record": {
- "A": ["76.76.21.21"]
- }
-}
\ No newline at end of file
+{
+ "owner": {
+ "username": "juanleon8581",
+ "email": "juanleon8581@gmail.com"
+ },
+ "record": {
+ "A": ["76.76.21.21"]
+ }
+}
diff --git a/domains/juantito.json b/domains/juantito.json
index 779db68dd..2c55e7375 100644
--- a/domains/juantito.json
+++ b/domains/juantito.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "JuanTito",
- "email": "JuanTito@gio.in"
- },
- "record": {
- "URL": "https://github.com/JuanGTito"
- }
+ "owner": {
+ "username": "JuanTito",
+ "email": "JuanTito@gio.in"
+ },
+ "record": {
+ "URL": "https://github.com/JuanGTito"
+ }
}
diff --git a/domains/jubal.json b/domains/jubal.json
index 076d28baa..802ed34b9 100644
--- a/domains/jubal.json
+++ b/domains/jubal.json
@@ -1,11 +1,11 @@
{
- "description": "Jubal Slone's website",
- "repo": "https://github.com/jubalslone/jubalslone.github.io",
- "owner": {
- "username": "jubalslone",
- "email": "jubal.slone@gmail.com"
- },
- "record": {
- "CNAME": "jubalslone.github.io"
- }
+ "description": "Jubal Slone's website",
+ "repo": "https://github.com/jubalslone/jubalslone.github.io",
+ "owner": {
+ "username": "jubalslone",
+ "email": "jubal.slone@gmail.com"
+ },
+ "record": {
+ "CNAME": "jubalslone.github.io"
+ }
}
diff --git a/domains/justdeveloper.json b/domains/justdeveloper.json
index 3e7b887bd..799ea5b03 100644
--- a/domains/justdeveloper.json
+++ b/domains/justdeveloper.json
@@ -13,10 +13,7 @@
"185.199.110.153",
"185.199.111.153"
],
- "MX": [
- "mx1.improvmx.com",
- "mx2.improvmx.com"
- ],
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
"TXT": [
"google-site-verification=qBaFslC7xe6gcHiolYEJ32HjpJVk-ZOMbRpu_1zkm_s",
"yandex-verification: 10cec93159ddc69f",
diff --git a/domains/juststudio.json b/domains/juststudio.json
index bf7bf26bb..bb8add587 100644
--- a/domains/juststudio.json
+++ b/domains/juststudio.json
@@ -13,11 +13,7 @@
"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"],
"TXT": [
"v=spf1 include:zohomail.eu ~all",
"google-site-verification=qUvCromdvfxnS6LXzcxcha5rEsHUzBxl9nZH6sT3Dk4",
diff --git a/domains/jwe0.json b/domains/jwe0.json
index 22e259b58..a7bef65b3 100644
--- a/domains/jwe0.json
+++ b/domains/jwe0.json
@@ -2,9 +2,9 @@
"description": "Forwarding",
"owner": {
"email": "900qxecf7@mozmail.com",
- "username" : "jwe0"
+ "username": "jwe0"
},
"record": {
- "CNAME" : "jwe0.xyz"
+ "CNAME": "jwe0.xyz"
}
}
diff --git a/domains/kareem.json b/domains/kareem.json
index 760ed1e29..fb6592863 100644
--- a/domains/kareem.json
+++ b/domains/kareem.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "kareem-m",
- "email": "kareemmoh1911@gmail.com"
- },
- "record": {
- "CNAME": "kareemelramady.vercel.app"
- }
+ "owner": {
+ "username": "kareem-m",
+ "email": "kareemmoh1911@gmail.com"
+ },
+ "record": {
+ "CNAME": "kareemelramady.vercel.app"
+ }
}
diff --git a/domains/karthikeyanj.json b/domains/karthikeyanj.json
index 7a3d87558..b4889bc1f 100644
--- a/domains/karthikeyanj.json
+++ b/domains/karthikeyanj.json
@@ -1,11 +1,11 @@
{
- "description": "Portfolio of karthikeyan J",
- "repo": "https://github.com/karthik1915/my-vue-portfolio",
- "owner": {
- "username": "karthik1915",
- "email": "karthikeyanj1915@gmail.com"
- },
- "record": {
- "A": ["75.2.60.5"]
- }
+ "description": "Portfolio of karthikeyan J",
+ "repo": "https://github.com/karthik1915/my-vue-portfolio",
+ "owner": {
+ "username": "karthik1915",
+ "email": "karthikeyanj1915@gmail.com"
+ },
+ "record": {
+ "A": ["75.2.60.5"]
+ }
}
diff --git a/domains/katumbapaul.json b/domains/katumbapaul.json
index 33aab8e61..f9ad1810b 100644
--- a/domains/katumbapaul.json
+++ b/domains/katumbapaul.json
@@ -1,10 +1,9 @@
-{
- "owner": {
- "username": "kpaool",
- "email": "jonathapkatumba@gmail.com"
- },
- "record": {
- "CNAME": "katumbapaul.com"
- }
- }
-
\ No newline at end of file
+{
+ "owner": {
+ "username": "kpaool",
+ "email": "jonathapkatumba@gmail.com"
+ },
+ "record": {
+ "CNAME": "katumbapaul.com"
+ }
+}
diff --git a/domains/kelly.json b/domains/kelly.json
index b6edc2131..b68491bbc 100644
--- a/domains/kelly.json
+++ b/domains/kelly.json
@@ -1,11 +1,11 @@
{
- "description": "Kelly Lawrence's personal website.",
- "owner": {
- "email": "kelly@kellylawrence.ca",
- "username": "kellylawrence"
- },
- "record": {
- "CNAME": "kellylawrence.github.io"
- },
- "repo": "https://github.com/kellylawrence/kellylawrence.github.io"
+ "description": "Kelly Lawrence's personal website.",
+ "owner": {
+ "email": "kelly@kellylawrence.ca",
+ "username": "kellylawrence"
+ },
+ "record": {
+ "CNAME": "kellylawrence.github.io"
+ },
+ "repo": "https://github.com/kellylawrence/kellylawrence.github.io"
}
diff --git a/domains/ken-kuro.json b/domains/ken-kuro.json
index f40d7e31d..b5bf0c5bd 100644
--- a/domains/ken-kuro.json
+++ b/domains/ken-kuro.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "ken-kuro",
- "linkedin": "hieuhm2610"
- },
- "record": {
- "CNAME": "kuro-querencia.vercel.app"
- }
+ "owner": {
+ "username": "ken-kuro",
+ "linkedin": "hieuhm2610"
+ },
+ "record": {
+ "CNAME": "kuro-querencia.vercel.app"
+ }
}
diff --git a/domains/kennymolina.json b/domains/kennymolina.json
index 4f15f284c..89f70f0e2 100644
--- a/domains/kennymolina.json
+++ b/domains/kennymolina.json
@@ -1,6 +1,6 @@
{
"owner": {
- "username": "xXMolinaXx",
+ "username": "xXMolinaXx",
"email": "kjmolina@live.com"
},
"record": {
diff --git a/domains/kevinmolina.json b/domains/kevinmolina.json
index 5d1d0baa9..3e11f77cc 100644
--- a/domains/kevinmolina.json
+++ b/domains/kevinmolina.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "kevinmolinadev",
- "email": "kevinmolina.dev@gmail.com"
- },
- "record": {
- "CNAME": "kevinmolinadev.vercel.app"
- }
-}
\ No newline at end of file
+ "owner": {
+ "username": "kevinmolinadev",
+ "email": "kevinmolina.dev@gmail.com"
+ },
+ "record": {
+ "CNAME": "kevinmolinadev.vercel.app"
+ }
+}
diff --git a/domains/kilamieaz.json b/domains/kilamieaz.json
index badbb6876..661af786e 100644
--- a/domains/kilamieaz.json
+++ b/domains/kilamieaz.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "kilamieaz",
- "email": "im.sultaan05@gmail.com"
- },
- "record": {
- "CNAME": "kilamieaz.vercel.app"
- }
+ "owner": {
+ "username": "kilamieaz",
+ "email": "im.sultaan05@gmail.com"
+ },
+ "record": {
+ "CNAME": "kilamieaz.vercel.app"
+ }
}
diff --git a/domains/konnn04.json b/domains/konnn04.json
index 97a66b43e..fc1708e61 100644
--- a/domains/konnn04.json
+++ b/domains/konnn04.json
@@ -1,11 +1,11 @@
{
- "description": "Hello World!",
- "repo": "https://github.com/konnn04/konnn04.github.io",
- "owner": {
- "username": "konnn04",
- "email": "trieukon1011@gmail.com"
- },
- "record": {
- "CNAME": "konnn04.github.io"
- }
+ "description": "Hello World!",
+ "repo": "https://github.com/konnn04/konnn04.github.io",
+ "owner": {
+ "username": "konnn04",
+ "email": "trieukon1011@gmail.com"
+ },
+ "record": {
+ "CNAME": "konnn04.github.io"
+ }
}
diff --git a/domains/kunalpurandare.json b/domains/kunalpurandare.json
index 65b0486e4..1207b3f70 100644
--- a/domains/kunalpurandare.json
+++ b/domains/kunalpurandare.json
@@ -1,10 +1,10 @@
{
- "repo":"https://kunalpurandare.github.io/portfolio",
- "owner": {
- "username": "kunalpurandare",
- "email": "kunalpurandare1703@gmail.com"
- },
- "record": {
- "CNAME": "kunalpurandare.github.io"
- }
+ "repo": "https://kunalpurandare.github.io/portfolio",
+ "owner": {
+ "username": "kunalpurandare",
+ "email": "kunalpurandare1703@gmail.com"
+ },
+ "record": {
+ "CNAME": "kunalpurandare.github.io"
+ }
}
diff --git a/domains/kz.json b/domains/kz.json
index 2bc45d58e..18b52cfa4 100644
--- a/domains/kz.json
+++ b/domains/kz.json
@@ -5,6 +5,6 @@
"discord": "622795838032314388"
},
"record": {
- "MX": ["mx1.improvmx.com"]
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"]
}
}
diff --git a/domains/layhout.json b/domains/layhout.json
index c36c03fa1..185abbfcd 100644
--- a/domains/layhout.json
+++ b/domains/layhout.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "layhout",
- "email": "layhoutworkmail@gmail.com"
- },
- "record": {
- "A": ["76.76.21.21"]
- }
+ "owner": {
+ "username": "layhout",
+ "email": "layhoutworkmail@gmail.com"
+ },
+ "record": {
+ "A": ["76.76.21.21"]
+ }
}
diff --git a/domains/leon.json b/domains/leon.json
index 0b2d4efa8..4f3fbf417 100644
--- a/domains/leon.json
+++ b/domains/leon.json
@@ -8,4 +8,4 @@
"CNAME": "itsLeonB.github.io"
},
"proxied": true
-}
\ No newline at end of file
+}
diff --git a/domains/link-to.lver.json b/domains/link-to.lver.json
index c7b378dda..93c4db3e7 100644
--- a/domains/link-to.lver.json
+++ b/domains/link-to.lver.json
@@ -1,11 +1,11 @@
-{
- "github": "https://github.com/lverx",
- "owner": {
- "username": "lverx",
+{
+ "github": "https://github.com/lverx",
+ "owner": {
+ "username": "lverx",
"email": "profoundlvr@gmail.com"
- },
- "record": {
+ },
+ "record": {
"A": ["52.72.49.79"]
- },
- "proxied": true
-}
\ No newline at end of file
+ },
+ "proxied": true
+}
diff --git a/domains/lit.lver.json b/domains/lit.lver.json
index e707644de..7a2497f8e 100644
--- a/domains/lit.lver.json
+++ b/domains/lit.lver.json
@@ -1,16 +1,16 @@
-{
- "github": "https://github.com/lverx",
- "owner": {
- "username": "lverx",
+{
+ "github": "https://github.com/lverx",
+ "owner": {
+ "username": "lverx",
"email": "profoundlvr@gmail.com"
- },
- "record": {
- "URL": "https://linktr.ee/lverboy"
- },
- "redirect_config": {
- "custom_paths": {
- "/home": "https://lver.is-a.dev/"
- },
- "redirect_paths": true
+ },
+ "record": {
+ "URL": "https://linktr.ee/lverboy"
+ },
+ "redirect_config": {
+ "custom_paths": {
+ "/home": "https://lver.is-a.dev/"
+ },
+ "redirect_paths": true
}
}
diff --git a/domains/locionic.json b/domains/locionic.json
index 7b8b7b50f..1271c4a37 100644
--- a/domains/locionic.json
+++ b/domains/locionic.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "locionic",
- "email": "noone000a@gmail.com"
- },
- "record": {
- "CNAME": "portfolio-blog-locionic.vercel.app"
- }
+ "owner": {
+ "username": "locionic",
+ "email": "noone000a@gmail.com"
+ },
+ "record": {
+ "CNAME": "portfolio-blog-locionic.vercel.app"
+ }
}
diff --git a/domains/lololand.json b/domains/lololand.json
index aeb4627b9..642812000 100644
--- a/domains/lololand.json
+++ b/domains/lololand.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "pessonnier",
- "email": "ihdpsidt.hpsi@gmail.com"
- },
- "record": {
- "URL": "https://pessonnier.github.io/doc/"
- }
+ "owner": {
+ "username": "pessonnier",
+ "email": "ihdpsidt.hpsi@gmail.com"
+ },
+ "record": {
+ "URL": "https://pessonnier.github.io/doc/"
+ }
}
diff --git a/domains/luanvu.json b/domains/luanvu.json
index 17035e38e..7ab86fd0e 100644
--- a/domains/luanvu.json
+++ b/domains/luanvu.json
@@ -1,12 +1,12 @@
-{
- "description": "My portfolio website",
- "repo": "https://github.com/zthanhluan/luan.is-a.dev",
- "owner": {
- "username": "zthanhluan",
- "email": "dientu078@gmail.com"
- },
- "record": {
- "CNAME": "luanvu.betaenglish.com.vn"
- },
- "proxied": false
-}
\ No newline at end of file
+{
+ "description": "My portfolio website",
+ "repo": "https://github.com/zthanhluan/luan.is-a.dev",
+ "owner": {
+ "username": "zthanhluan",
+ "email": "dientu078@gmail.com"
+ },
+ "record": {
+ "CNAME": "luanvu.betaenglish.com.vn"
+ },
+ "proxied": false
+}
diff --git a/domains/ludolua.json b/domains/ludolua.json
index ed49f49cf..b298132bd 100644
--- a/domains/ludolua.json
+++ b/domains/ludolua.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "leduardoaraujo",
- "email": "luizeduardo55062@gmail.com"
- },
- "record": {
- "CNAME": "leduardoaraujo.github.io"
- }
+ "owner": {
+ "username": "leduardoaraujo",
+ "email": "luizeduardo55062@gmail.com"
+ },
+ "record": {
+ "CNAME": "leduardoaraujo.github.io"
+ }
}
diff --git a/domains/luiz.json b/domains/luiz.json
index acfa30b90..0de948317 100644
--- a/domains/luiz.json
+++ b/domains/luiz.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "luk4h",
- "email": "luizmarcondes@lgvm.dev"
- },
- "record": {
- "CNAME": "lgvm.dev"
- }
+ "owner": {
+ "username": "luk4h",
+ "email": "luizmarcondes@lgvm.dev"
+ },
+ "record": {
+ "CNAME": "lgvm.dev"
+ }
}
diff --git a/domains/luvtoxic.json b/domains/luvtoxic.json
index 65029ed5f..ff4b58d9d 100644
--- a/domains/luvtoxic.json
+++ b/domains/luvtoxic.json
@@ -1,9 +1,9 @@
-{
- "owner": {
- "username": "luvtoxic",
- "email": "ammarbags2023@gmail.com"
- },
- "record": {
- "CNAME": "new-portfolio-sigma-indol.vercel.app"
- }
-}
+{
+ "owner": {
+ "username": "luvtoxic",
+ "email": "ammarbags2023@gmail.com"
+ },
+ "record": {
+ "CNAME": "new-portfolio-sigma-indol.vercel.app"
+ }
+}
diff --git a/domains/lver-rocks.lver.json b/domains/lver-rocks.lver.json
index c6816fddd..d5565eb14 100644
--- a/domains/lver-rocks.lver.json
+++ b/domains/lver-rocks.lver.json
@@ -1,21 +1,21 @@
-{
- "github": "https://github.com/lverx",
- "owner": {
- "username": "lverx",
+{
+ "github": "https://github.com/lverx",
+ "owner": {
+ "username": "lverx",
"email": "profoundlvr@gmail.com"
- },
- "record": {
- "URL": "https://lver-rocks.pages.dev/"
- },
- "redirect_config": {
- "custom_paths": {
+ },
+ "record": {
+ "URL": "https://lver-rocks.pages.dev/"
+ },
+ "redirect_config": {
+ "custom_paths": {
"/home": "https://lver.is-a.dev/",
"/host": "https://pages.dev/",
"/dir": "https://github.com/is-a-dev/register",
"/iad": "https://is-a.dev/",
"/proxy": "https://developers.cloudflare.com/dns/proxy-status/",
"/contact": "https://contact-lver.pages.dev"
- },
- "redirect_paths": true
+ },
+ "redirect_paths": true
}
-}
+}
diff --git a/domains/lver.json b/domains/lver.json
index 4adc422c0..b381fae98 100644
--- a/domains/lver.json
+++ b/domains/lver.json
@@ -1,19 +1,19 @@
-{
- "repo": "https://github.com/lverx",
- "owner": {
- "username": "lverx",
+{
+ "repo": "https://github.com/lverx",
+ "owner": {
+ "username": "lverx",
"email": "profoundlvr@gmail.com"
- },
- "record": {
- "URL": "https://lverz.glitch.me/"
- },
- "redirect_config": {
- "custom_paths": {
- "/github": "https://github.com/lverx",
- "/biz": "https://github.com/lverz",
- "/contact": "https://contact-lver.pages.dev/",
+ },
+ "record": {
+ "URL": "https://lverz.glitch.me/"
+ },
+ "redirect_config": {
+ "custom_paths": {
+ "/github": "https://github.com/lverx",
+ "/biz": "https://github.com/lverz",
+ "/contact": "https://contact-lver.pages.dev/",
"/site": "https://lver.link"
- },
- "redirect_paths": true
+ },
+ "redirect_paths": true
}
-}
+}
diff --git a/domains/lyaxsh.json b/domains/lyaxsh.json
index 7c4c61b87..f138821cf 100644
--- a/domains/lyaxsh.json
+++ b/domains/lyaxsh.json
@@ -1,11 +1,11 @@
{
- "description": "Simple portfolio website for lyaxsh",
- "repo": "https://github.com/lyaxsh/lyaxsh.github.io",
- "owner": {
- "username": "lyaxsh",
- "email": "lakshnahar.forwork@gmail.com"
- },
- "record": {
- "CNAME": "lyaxsh.github.io"
- }
+ "description": "Simple portfolio website for lyaxsh",
+ "repo": "https://github.com/lyaxsh/lyaxsh.github.io",
+ "owner": {
+ "username": "lyaxsh",
+ "email": "lakshnahar.forwork@gmail.com"
+ },
+ "record": {
+ "CNAME": "lyaxsh.github.io"
+ }
}
diff --git a/domains/lycoris.json b/domains/lycoris.json
index 00e7fb281..8fa432374 100644
--- a/domains/lycoris.json
+++ b/domains/lycoris.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "lycorissss",
- "email": "beelzebub5758@gmail.com"
- },
- "record": {
- "CNAME": "septyo-adi-dwi-putra.vercel.app"
- }
+ "owner": {
+ "username": "lycorissss",
+ "email": "beelzebub5758@gmail.com"
+ },
+ "record": {
+ "CNAME": "septyo-adi-dwi-putra.vercel.app"
+ }
}
diff --git a/domains/mahmoud-makady.json b/domains/mahmoud-makady.json
index 46eff1630..f72f26ac4 100644
--- a/domains/mahmoud-makady.json
+++ b/domains/mahmoud-makady.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Mahmoud-Makady",
- "email": "m.makady19@gmail.com"
- },
- "record": {
- "CNAME": "mahmoud-makady.netlify.app"
- }
+ "owner": {
+ "username": "Mahmoud-Makady",
+ "email": "m.makady19@gmail.com"
+ },
+ "record": {
+ "CNAME": "mahmoud-makady.netlify.app"
+ }
}
diff --git a/domains/mail.lver.json b/domains/mail.lver.json
index 0b110e3c6..01af9da15 100644
--- a/domains/mail.lver.json
+++ b/domains/mail.lver.json
@@ -1,18 +1,14 @@
-{
- "repo": "https://github.com/lverx",
- "owner": {
- "username": "lverx",
+{
+ "repo": "https://github.com/lverx",
+ "owner": {
+ "username": "lverx",
"email": "profoundlvr@gmail.com"
- },
+ },
"record": {
"TXT": [
"zoho-verification=zb43169475.zmverify.zoho.com",
"v=spf1 include:zohomail.com ~all"
],
- "MX": [
- "mx.zoho.com",
- "mx2.zoho.com",
- "mx3.zoho.com"
- ]
-}
+ "MX": ["mx.zoho.com", "mx2.zoho.com", "mx3.zoho.com"]
+ }
}
diff --git a/domains/main.devmatei.json b/domains/main.devmatei.json
index 95adeb76e..b2447dc4b 100644
--- a/domains/main.devmatei.json
+++ b/domains/main.devmatei.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "DevMatei",
- "email": "contact@devmatei.is-a.dev"
- },
- "record": {
- "URL": "https://devmatei.is-a.dev/"
- }
-}
\ No newline at end of file
+ "owner": {
+ "username": "DevMatei",
+ "email": "contact@devmatei.is-a.dev"
+ },
+ "record": {
+ "URL": "https://devmatei.is-a.dev/"
+ }
+}
diff --git a/domains/manoj.json b/domains/manoj.json
index 149c49b63..ddfb6adbd 100644
--- a/domains/manoj.json
+++ b/domains/manoj.json
@@ -1,12 +1,11 @@
{
- "description": "Manoj's portfolio website",
- "repo": "https://github.com/ManojINaik/portfolio",
- "owner": {
- "username": "ManojINaik",
- "email": "naik97059@gmail.com"
- },
- "record": {
- "CNAME": "manojinaik.github.io"
- }
+ "description": "Manoj's portfolio website",
+ "repo": "https://github.com/ManojINaik/portfolio",
+ "owner": {
+ "username": "ManojINaik",
+ "email": "naik97059@gmail.com"
+ },
+ "record": {
+ "CNAME": "manojinaik.github.io"
}
-
\ No newline at end of file
+}
diff --git a/domains/marjuz.json b/domains/marjuz.json
index f678aa328..6c9415def 100644
--- a/domains/marjuz.json
+++ b/domains/marjuz.json
@@ -1,8 +1,8 @@
{
- "owner": {
- "username": "marjuzdev"
- },
- "record": {
- "CNAME": "marjuz.netlify.app"
- }
+ "owner": {
+ "username": "marjuzdev"
+ },
+ "record": {
+ "CNAME": "marjuz.netlify.app"
+ }
}
diff --git a/domains/marlon.json b/domains/marlon.json
index e63997d25..6d5a8ae76 100644
--- a/domains/marlon.json
+++ b/domains/marlon.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "MarlonDevs",
- "email": "marlonmogollon13@gmail.com"
- },
- "record": {
- "CNAME": "marlondevs.github.io"
- }
+ "owner": {
+ "username": "MarlonDevs",
+ "email": "marlonmogollon13@gmail.com"
+ },
+ "record": {
+ "CNAME": "marlondevs.github.io"
+ }
}
diff --git a/domains/marlonbaatjes.json b/domains/marlonbaatjes.json
index 8584f40ae..b364129b9 100644
--- a/domains/marlonbaatjes.json
+++ b/domains/marlonbaatjes.json
@@ -1,10 +1,9 @@
{
- "owner": {
- "username": "mdesignscode",
- "email": "marlonbaatjes62@gmail.com"
- },
- "record": {
- "CNAME": "marlonbaatjes.vercel.app"
- }
+ "owner": {
+ "username": "mdesignscode",
+ "email": "marlonbaatjes62@gmail.com"
+ },
+ "record": {
+ "CNAME": "marlonbaatjes.vercel.app"
+ }
}
-
diff --git a/domains/marten-mrfc.json b/domains/marten-mrfc.json
index b5d2c9ae3..deb6b4787 100644
--- a/domains/marten-mrfc.json
+++ b/domains/marten-mrfc.json
@@ -1,11 +1,11 @@
{
- "description": "For my portfolio site",
- "repo": "https://github.com/Marten-Mrfc/Marten-Mrfc",
- "owner": {
- "username": "Marten-Mrfc",
- "email": "martensog@gmail.com"
- },
- "record": {
- "CNAME": "marten-mrfc.github.io"
- }
+ "description": "For my portfolio site",
+ "repo": "https://github.com/Marten-Mrfc/Marten-Mrfc",
+ "owner": {
+ "username": "Marten-Mrfc",
+ "email": "martensog@gmail.com"
+ },
+ "record": {
+ "CNAME": "marten-mrfc.github.io"
+ }
}
diff --git a/domains/matei.json b/domains/matei.json
index 95adeb76e..b2447dc4b 100644
--- a/domains/matei.json
+++ b/domains/matei.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "DevMatei",
- "email": "contact@devmatei.is-a.dev"
- },
- "record": {
- "URL": "https://devmatei.is-a.dev/"
- }
-}
\ No newline at end of file
+ "owner": {
+ "username": "DevMatei",
+ "email": "contact@devmatei.is-a.dev"
+ },
+ "record": {
+ "URL": "https://devmatei.is-a.dev/"
+ }
+}
diff --git a/domains/mateogariboglio.json b/domains/mateogariboglio.json
index 3b73f89dc..30d20d95b 100644
--- a/domains/mateogariboglio.json
+++ b/domains/mateogariboglio.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Mateo-404",
- "discord": "gary_______"
- },
- "record": {
- "CNAME": "portfolio-mateo-404s-projects.vercel.app"
- }
+ "owner": {
+ "username": "Mateo-404",
+ "discord": "gary_______"
+ },
+ "record": {
+ "CNAME": "portfolio-mateo-404s-projects.vercel.app"
+ }
}
diff --git a/domains/mateusz.json b/domains/mateusz.json
index 260df4beb..f7047966b 100644
--- a/domains/mateusz.json
+++ b/domains/mateusz.json
@@ -1,8 +1,8 @@
{
- "owner": {
- "username": "Pand3moniuMx3"
- },
- "record": {
- "CNAME": "mateuszmirecki.netlify.app"
- }
+ "owner": {
+ "username": "Pand3moniuMx3"
+ },
+ "record": {
+ "CNAME": "mateuszmirecki.netlify.app"
+ }
}
diff --git a/domains/mattew.json b/domains/mattew.json
index 95adeb76e..b2447dc4b 100644
--- a/domains/mattew.json
+++ b/domains/mattew.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "DevMatei",
- "email": "contact@devmatei.is-a.dev"
- },
- "record": {
- "URL": "https://devmatei.is-a.dev/"
- }
-}
\ No newline at end of file
+ "owner": {
+ "username": "DevMatei",
+ "email": "contact@devmatei.is-a.dev"
+ },
+ "record": {
+ "URL": "https://devmatei.is-a.dev/"
+ }
+}
diff --git a/domains/mayuresh.json b/domains/mayuresh.json
index 376e8374c..90a6ac7f5 100644
--- a/domains/mayuresh.json
+++ b/domains/mayuresh.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "mayur1377",
- "email": "mayuresh1377@gmail.com"
- },
- "record": {
- "CNAME": "iammayur.vercel.app"
- }
+ "owner": {
+ "username": "mayur1377",
+ "email": "mayuresh1377@gmail.com"
+ },
+ "record": {
+ "CNAME": "iammayur.vercel.app"
+ }
}
diff --git a/domains/mcalec.json b/domains/mcalec.json
index cd7664694..70d5716a3 100644
--- a/domains/mcalec.json
+++ b/domains/mcalec.json
@@ -1,12 +1,12 @@
{
- "description": "mcalec.is-a.dev",
- "repo": "https://github.com/mcalec-dev/mcalec.is-a.dev",
- "owner": {
- "username": "mcalec-dev",
- "email": "hello@mcalec.dev",
- "discord": "mcalec"
- },
- "record": {
- "CNAME": "mcalec.dev"
- }
+ "description": "mcalec.is-a.dev",
+ "repo": "https://github.com/mcalec-dev/mcalec.is-a.dev",
+ "owner": {
+ "username": "mcalec-dev",
+ "email": "hello@mcalec.dev",
+ "discord": "mcalec"
+ },
+ "record": {
+ "CNAME": "mcalec.dev"
+ }
}
diff --git a/domains/mehrshad.json b/domains/mehrshad.json
index 3649fe4d8..ea89beb26 100644
--- a/domains/mehrshad.json
+++ b/domains/mehrshad.json
@@ -1,11 +1,11 @@
{
- "description": "Overview And Introduction of Owner's Open Source Projects",
- "repo": "https://github.com/SaintScraTchY/SaintScraTchY.github.io",
- "owner": {
- "username": "SaintScraTchY",
- "email": "mehrshad2028@gmail.com"
- },
- "record": {
- "CNAME": "saintscratchy.github.io"
- }
+ "description": "Overview And Introduction of Owner's Open Source Projects",
+ "repo": "https://github.com/SaintScraTchY/SaintScraTchY.github.io",
+ "owner": {
+ "username": "SaintScraTchY",
+ "email": "mehrshad2028@gmail.com"
+ },
+ "record": {
+ "CNAME": "saintscratchy.github.io"
+ }
}
diff --git a/domains/meme.devmatei.json b/domains/meme.devmatei.json
index e7aef920e..4b150d5ab 100644
--- a/domains/meme.devmatei.json
+++ b/domains/meme.devmatei.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "DevMatei",
- "email": "contact@devmatei.is-a.dev"
- },
- "record": {
- "A": ["75.2.60.5"]
- }
-}
\ No newline at end of file
+ "owner": {
+ "username": "DevMatei",
+ "email": "contact@devmatei.is-a.dev"
+ },
+ "record": {
+ "A": ["75.2.60.5"]
+ }
+}
diff --git a/domains/menn.json b/domains/menn.json
index 87524b527..cef07f018 100644
--- a/domains/menn.json
+++ b/domains/menn.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "hedgehog-menn",
- "email": "kp.thananchai@gmail.com",
- "discord": "26623men"
- },
- "record": {
- "CNAME": "hedgehog-menn.vercel.app"
- }
+ "owner": {
+ "username": "hedgehog-menn",
+ "email": "kp.thananchai@gmail.com",
+ "discord": "26623men"
+ },
+ "record": {
+ "CNAME": "hedgehog-menn.vercel.app"
+ }
}
diff --git a/domains/mertdemir.json b/domains/mertdemir.json
index ca349c00b..3108178a2 100644
--- a/domains/mertdemir.json
+++ b/domains/mertdemir.json
@@ -1,12 +1,11 @@
{
- "description": "Mert Demir CV",
- "repo": "https://github.com/mertdemir0/mertdemir0.github.io",
- "owner": {
- "username": "mertdemir0",
- "email" : "mertdemir@pec.it"
-
- },
- "record": {
- "CNAME": "mertdemir0.github.io"
- }
+ "description": "Mert Demir CV",
+ "repo": "https://github.com/mertdemir0/mertdemir0.github.io",
+ "owner": {
+ "username": "mertdemir0",
+ "email": "mertdemir@pec.it"
+ },
+ "record": {
+ "CNAME": "mertdemir0.github.io"
+ }
}
diff --git a/domains/milaan.json b/domains/milaan.json
index a3f7b017c..e0e4bec57 100644
--- a/domains/milaan.json
+++ b/domains/milaan.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "milandangol",
- "email": "milandangol57@gmail.com"
- },
- "record": {
- "CNAME": "milaan.pages.dev"
- }
+ "owner": {
+ "username": "milandangol",
+ "email": "milandangol57@gmail.com"
+ },
+ "record": {
+ "CNAME": "milaan.pages.dev"
+ }
}
diff --git a/domains/moddatei.json b/domains/moddatei.json
index 9277801f8..d220ba65c 100644
--- a/domains/moddatei.json
+++ b/domains/moddatei.json
@@ -1,11 +1,11 @@
{
- "description" : "this is my profile / portfolio" ,
- "repo" : "https://github.com/moddatei/moddatei.github.io" ,
- "owner" : {
- "username" : "moddatei" ,
- "email" : "moddatei@proton.me"
+ "description": "this is my profile / portfolio",
+ "repo": "https://github.com/moddatei/moddatei.github.io",
+ "owner": {
+ "username": "moddatei",
+ "email": "moddatei@proton.me"
},
- "record" : {
- "CNAME" : "moddatei.github.io"
+ "record": {
+ "CNAME": "moddatei.github.io"
}
}
diff --git a/domains/mohammedobaid.json b/domains/mohammedobaid.json
index a01a57d5a..1849186cf 100644
--- a/domains/mohammedobaid.json
+++ b/domains/mohammedobaid.json
@@ -1,10 +1,10 @@
{
- "description": "My name is mohammed obaid. I am a software engineer",
- "owner": {
- "username": "mdobaid311",
- "email": "mdobaid311@gmail.com"
- },
- "record": {
- "CNAME": "mohammedobaid.vercel.app"
- }
+ "description": "My name is mohammed obaid. I am a software engineer",
+ "owner": {
+ "username": "mdobaid311",
+ "email": "mdobaid311@gmail.com"
+ },
+ "record": {
+ "CNAME": "mohammedobaid.vercel.app"
+ }
}
diff --git a/domains/mohammedwisam.json b/domains/mohammedwisam.json
index a25cce59a..fac907868 100644
--- a/domains/mohammedwisam.json
+++ b/domains/mohammedwisam.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "redcodemohammed",
- "email": "redcodemohammed@gmail.com"
- },
- "record": {
- "CNAME": "mohammed-wisam.pages.dev"
- }
+ "owner": {
+ "username": "redcodemohammed",
+ "email": "redcodemohammed@gmail.com"
+ },
+ "record": {
+ "CNAME": "mohammed-wisam.pages.dev"
+ }
}
diff --git a/domains/mohsen.json b/domains/mohsen.json
index 835aa5627..3c797b92a 100644
--- a/domains/mohsen.json
+++ b/domains/mohsen.json
@@ -1,10 +1,10 @@
{
- "description": "Portfolio website for mohsenansari.com",
- "owner": {
- "username": "mohsenari",
- "email": "mansari387@gmail.com"
- },
- "record": {
- "CNAME": "mohsenansari.com"
- }
+ "description": "Portfolio website for mohsenansari.com",
+ "owner": {
+ "username": "mohsenari",
+ "email": "mansari387@gmail.com"
+ },
+ "record": {
+ "CNAME": "mohsenansari.com"
+ }
}
diff --git a/domains/monosen.json b/domains/monosen.json
index c24841fc2..2c70a9fff 100644
--- a/domains/monosen.json
+++ b/domains/monosen.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "Monosen",
- "email": "edisonbj21@gmail.com",
- "discord": "monosen"
- },
- "record": {
- "CNAME": "minimalist-portfolio-zeta.vercel.app"
- }
-}
\ No newline at end of file
+ "owner": {
+ "username": "Monosen",
+ "email": "edisonbj21@gmail.com",
+ "discord": "monosen"
+ },
+ "record": {
+ "CNAME": "minimalist-portfolio-zeta.vercel.app"
+ }
+}
diff --git a/domains/morzhstudio.json b/domains/morzhstudio.json
index 8196ce57e..d5c2b2cc3 100644
--- a/domains/morzhstudio.json
+++ b/domains/morzhstudio.json
@@ -5,6 +5,17 @@
"discord": "1261855255147057220"
},
"record": {
- "A": ["185.199.108.153"]
+ "A": [
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"
+ ],
+ "AAAA": [
+ "2606:50c0:8000::153",
+ "2606:50c0:8001::153",
+ "2606:50c0:8002::153",
+ "2606:50c0:8003::153"
+ ]
}
}
diff --git a/domains/mrtspeedy.json b/domains/mrtspeedy.json
index c41b41107..31cf8f7eb 100644
--- a/domains/mrtspeedy.json
+++ b/domains/mrtspeedy.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "mrtspeedy",
- "email": "toxicspeedytv@gmail.com",
- "discord": "1095502790534627348"
- },
- "record": {
- "CNAME": "portfolio-mrtspeedy.vercel.app"
- }
-}
\ No newline at end of file
+ "owner": {
+ "username": "mrtspeedy",
+ "email": "toxicspeedytv@gmail.com",
+ "discord": "1095502790534627348"
+ },
+ "record": {
+ "CNAME": "portfolio-mrtspeedy.vercel.app"
+ }
+}
diff --git a/domains/mudasir.json b/domains/mudasir.json
index 8ad64b0cd..28beb19b5 100644
--- a/domains/mudasir.json
+++ b/domains/mudasir.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "mirzamudassir",
- "discord": "0xmudassir"
- },
- "record": {
- "CNAME": "modasir.vercel.app"
- }
+ "owner": {
+ "username": "mirzamudassir",
+ "discord": "0xmudassir"
+ },
+ "record": {
+ "CNAME": "modasir.vercel.app"
+ }
}
diff --git a/domains/muhammed.json b/domains/muhammed.json
index d2076691b..13d51c48e 100644
--- a/domains/muhammed.json
+++ b/domains/muhammed.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "MhmdFais",
- "email": "mofam534@gmail.com"
- },
- "record": {
- "CNAME": "muhammeddev.vercel.app"
- }
+ "owner": {
+ "username": "MhmdFais",
+ "email": "mofam534@gmail.com"
+ },
+ "record": {
+ "CNAME": "muhammeddev.vercel.app"
+ }
}
diff --git a/domains/nabin.json b/domains/nabin.json
index 4ccee6dd2..521057d79 100644
--- a/domains/nabin.json
+++ b/domains/nabin.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "nabinkatwal7",
- "email":"mediocampistaa@gmail.com"
- },
- "record": {
- "CNAME": "portfolio-v3-six-iota.vercel.app"
- }
+ "owner": {
+ "username": "nabinkatwal7",
+ "email": "mediocampistaa@gmail.com"
+ },
+ "record": {
+ "CNAME": "portfolio-v3-six-iota.vercel.app"
+ }
}
diff --git a/domains/namansethi.json b/domains/namansethi.json
index 4bfb8065a..3c890d681 100644
--- a/domains/namansethi.json
+++ b/domains/namansethi.json
@@ -1,10 +1,9 @@
{
- "owner": {
- "username": "namansethi13",
- "email": "heynamansethi@gmail.com"
- },
- "record": {
- "CNAME": "namansethi.vercel.app"
- }
+ "owner": {
+ "username": "namansethi13",
+ "email": "heynamansethi@gmail.com"
+ },
+ "record": {
+ "CNAME": "namansethi.vercel.app"
}
-
\ No newline at end of file
+}
diff --git a/domains/narendradwivedi.json b/domains/narendradwivedi.json
index c8151310e..356b74dd3 100644
--- a/domains/narendradwivedi.json
+++ b/domains/narendradwivedi.json
@@ -1,10 +1,10 @@
{
- "description": "narendradwivedi.is-a.dev for portfolio and projects",
- "owner": {
- "username": "NarendraDwivedi",
- "discord": "narendradwivedi"
- },
- "record": {
- "CNAME": "narendradwivedi.github.io"
- }
+ "description": "narendradwivedi.is-a.dev for portfolio and projects",
+ "owner": {
+ "username": "NarendraDwivedi",
+ "discord": "narendradwivedi"
+ },
+ "record": {
+ "CNAME": "narendradwivedi.github.io"
+ }
}
diff --git a/domains/nashnc.json b/domains/nashnc.json
index 6fc930732..aa3277cba 100644
--- a/domains/nashnc.json
+++ b/domains/nashnc.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "nashnc",
- "email": "nash.nc@gmail.com"
- },
- "record": {
- "CNAME": "nashnc.github.io"
- }
+ "owner": {
+ "username": "nashnc",
+ "email": "nash.nc@gmail.com"
+ },
+ "record": {
+ "CNAME": "nashnc.github.io"
+ }
}
diff --git a/domains/nathanospino.json b/domains/nathanospino.json
index af1590821..27f28e6c4 100644
--- a/domains/nathanospino.json
+++ b/domains/nathanospino.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "C4lumny",
- "email": "ospinonathan@gmail.com"
- },
- "record": {
- "CNAME": "nathanospino.vercel.app"
- }
+ "owner": {
+ "username": "C4lumny",
+ "email": "ospinonathan@gmail.com"
+ },
+ "record": {
+ "CNAME": "nathanospino.vercel.app"
+ }
}
diff --git a/domains/nek0zyx.json b/domains/nek0zyx.json
index e91fa66cb..6bec550e3 100644
--- a/domains/nek0zyx.json
+++ b/domains/nek0zyx.json
@@ -1,11 +1,11 @@
{
- "description": "Serving my website fr fr",
- "repo": "https://github.com/nek0zyx/nek0zyx.github.io",
- "owner": {
- "username": "nek0zyx",
- "email": "nek0zyx@costmiku.space"
- },
- "record": {
- "CNAME": "nek0zyx.github.io"
- }
+ "description": "Serving my website fr fr",
+ "repo": "https://github.com/nek0zyx/nek0zyx.github.io",
+ "owner": {
+ "username": "nek0zyx",
+ "email": "nek0zyx@costmiku.space"
+ },
+ "record": {
+ "CNAME": "nek0zyx.github.io"
+ }
}
diff --git a/domains/newtun-code-cheat-sheet.json b/domains/newtun-code-cheat-sheet.json
index b9049240a..8ccbd1102 100644
--- a/domains/newtun-code-cheat-sheet.json
+++ b/domains/newtun-code-cheat-sheet.json
@@ -1,9 +1,9 @@
-{
- "owner": {
- "username": "VinhTin-AQUA",
- "email": "tinhovinh@gmail.com"
- },
- "record": {
- "CNAME": "code-cheat-sheet.vercel.app"
- }
-}
\ No newline at end of file
+{
+ "owner": {
+ "username": "VinhTin-AQUA",
+ "email": "tinhovinh@gmail.com"
+ },
+ "record": {
+ "CNAME": "code-cheat-sheet.vercel.app"
+ }
+}
diff --git a/domains/newtun.json b/domains/newtun.json
index 6dec23e1b..ca850627c 100644
--- a/domains/newtun.json
+++ b/domains/newtun.json
@@ -1,9 +1,9 @@
-{
- "owner": {
- "username": "VinhTin-AQUA",
- "email": "tinhovinh@gmail.com"
- },
- "record": {
- "CNAME": "portfolio-nine-cyan-53.vercel.app"
- }
-}
\ No newline at end of file
+{
+ "owner": {
+ "username": "VinhTin-AQUA",
+ "email": "tinhovinh@gmail.com"
+ },
+ "record": {
+ "CNAME": "portfolio-nine-cyan-53.vercel.app"
+ }
+}
diff --git a/domains/ngocphung.json b/domains/ngocphung.json
index 2aee1f5fe..78ab8e9b0 100644
--- a/domains/ngocphung.json
+++ b/domains/ngocphung.json
@@ -1,8 +1,8 @@
{
- "owner": {
- "username": "nguyenngocphung2000"
- },
- "record": {
- "CNAME": "nguyenngocphung2000.github.io"
- }
+ "owner": {
+ "username": "nguyenngocphung2000"
+ },
+ "record": {
+ "CNAME": "nguyenngocphung2000.github.io"
+ }
}
diff --git a/domains/ngoutam.json b/domains/ngoutam.json
index 35beea982..1d3fc7144 100644
--- a/domains/ngoutam.json
+++ b/domains/ngoutam.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Goutam-04",
- "email": "goutamnayak2804+github1@gmail.com"
- },
- "record": {
- "CNAME": "goutam-porfolio.vercel.app"
- }
-}
\ No newline at end of file
+ "owner": {
+ "username": "Goutam-04",
+ "email": "goutamnayak2804+github1@gmail.com"
+ },
+ "record": {
+ "CNAME": "goutam-porfolio.vercel.app"
+ }
+}
diff --git a/domains/nguyen-phuong-nam.json b/domains/nguyen-phuong-nam.json
index de6f86e58..72dfdb1ad 100644
--- a/domains/nguyen-phuong-nam.json
+++ b/domains/nguyen-phuong-nam.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "NBlue",
- "email": "nam.np194336@gmail.com"
- },
- "record": {
- "CNAME": "protofilo-beta.vercel.app"
- }
+ "owner": {
+ "username": "NBlue",
+ "email": "nam.np194336@gmail.com"
+ },
+ "record": {
+ "CNAME": "protofilo-beta.vercel.app"
+ }
}
diff --git a/domains/nhim411.json b/domains/nhim411.json
index 32eae7f4f..c2daaa8e9 100644
--- a/domains/nhim411.json
+++ b/domains/nhim411.json
@@ -1,11 +1,11 @@
{
- "description": "Le Hoai Nam's website",
- "repo": "https://github.com/nhim411/nhim411.github.io",
- "owner": {
- "username": "nhim411",
- "email": "lehoainam1998@gmail.com"
- },
- "record": {
- "CNAME": "nhim411.github.io"
- }
-}
\ No newline at end of file
+ "description": "Le Hoai Nam's website",
+ "repo": "https://github.com/nhim411/nhim411.github.io",
+ "owner": {
+ "username": "nhim411",
+ "email": "lehoainam1998@gmail.com"
+ },
+ "record": {
+ "CNAME": "nhim411.github.io"
+ }
+}
diff --git a/domains/nickibreeki.json b/domains/nickibreeki.json
index 6ea9cac03..abc2b0673 100644
--- a/domains/nickibreeki.json
+++ b/domains/nickibreeki.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "n1ckibreeki",
- "email": "nickibreeki@outlook.com"
- },
- "record": {
- "CNAME": "nickibreeki.pages.dev"
- }
+ "owner": {
+ "username": "n1ckibreeki",
+ "email": "nickibreeki@outlook.com"
+ },
+ "record": {
+ "CNAME": "nickibreeki.pages.dev"
+ }
}
diff --git a/domains/nihalkrishna.json b/domains/nihalkrishna.json
index 9e651518b..cbe2b895b 100644
--- a/domains/nihalkrishna.json
+++ b/domains/nihalkrishna.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "nkverified",
- "email": "nkverifiedyt@gmail.com"
- },
- "record": {
- "CNAME": "nkverified.github.io"
- }
+ "owner": {
+ "username": "nkverified",
+ "email": "nkverifiedyt@gmail.com"
+ },
+ "record": {
+ "CNAME": "nkverified.github.io"
+ }
}
diff --git a/domains/nipuni.json b/domains/nipuni.json
index 2fdb6e9d5..6e72a2979 100644
--- a/domains/nipuni.json
+++ b/domains/nipuni.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "nipunigamage",
- "email": "nipunikanishka255@gmail.com"
- },
- "record": {
- "CNAME": "nipuni.pages.dev"
- }
+ "owner": {
+ "username": "nipunigamage",
+ "email": "nipunikanishka255@gmail.com"
+ },
+ "record": {
+ "CNAME": "nipuni.pages.dev"
+ }
}
diff --git a/domains/noelpatonog.json b/domains/noelpatonog.json
index ffe84597f..c3cae7c54 100644
--- a/domains/noelpatonog.json
+++ b/domains/noelpatonog.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "noelpaton-og",
- "email": "noel27938@gmail.com"
- },
- "record": {
- "CNAME": "noelpaton-og.github.io"
- }
+ "owner": {
+ "username": "noelpaton-og",
+ "email": "noel27938@gmail.com"
+ },
+ "record": {
+ "CNAME": "noelpaton-og.github.io"
+ }
}
diff --git a/domains/noob.json b/domains/noob.json
index a5d63400c..a045d21c1 100644
--- a/domains/noob.json
+++ b/domains/noob.json
@@ -1,11 +1,11 @@
{
- "description": "My personal portfolio site, made in nextjs",
- "repo": "https://github.com/IMXNOOBX/universe",
- "owner": {
- "username": "IMXNOOBX",
- "email": "me@noob.bio"
- },
- "record": {
- "CNAME": "noob.bio"
- }
+ "description": "My personal portfolio site, made in nextjs",
+ "repo": "https://github.com/IMXNOOBX/universe",
+ "owner": {
+ "username": "IMXNOOBX",
+ "email": "me@noob.bio"
+ },
+ "record": {
+ "CNAME": "noob.bio"
+ }
}
diff --git a/domains/notaproton.json b/domains/notaproton.json
index a7763e212..c5c9bf4e1 100644
--- a/domains/notaproton.json
+++ b/domains/notaproton.json
@@ -1,12 +1,11 @@
{
- "owner": {
- "username": "NotAProton",
- "discord": "881083592648843294",
- "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.ljVmbkSps_q105bpImCtqo4lcTC3vXwfeKumQRVxp8bEoL2YAJOK_L1-ZJS3xoqwYz4dGhXRgfMwbXxt5DywBdnkWksIaVeslM0kAmjfqFGzT6j7YuFHHn0lCrtJACVCqfnkM6m-K8JVO71W66hnpyHqUep-pk-PEi7ySj7NibAjqMNf2UJiawXTTVLk3ynTUkwF4TJPwm4SdUJ6u9-YoFOh2aLOc716UINMAyRtnhB_LrfOYbl2a0OEnQGNdyEMqs1gjzmtn1wq_MZp6rI0HsRGV8PXuUh4GeEdptRCk2WIs2Rgg8vK1ECQ_DbbFCH0f1qxZAEngq-kTmByoICfhg.vi-XIRIxV8vkUwHBfoDxvQ._nY8vknWdQ_aGvm7_e2oh64O8IePxVzUV-Cxc20Y8HIG1ZihZ1_ae_BeL5b6OxJ9Ku0vnvwzitskb1y58Ja6krv4v-OVUft6kdUUYkyhB5Hai7HIRDbtiT9FD5EFXd3F.uS_CcluynSxFeTDrJosDrw"
- },
-
- "record": {
- "CNAME": "notaproton.github.io"
- }
- }
-
\ No newline at end of file
+ "owner": {
+ "username": "NotAProton",
+ "discord": "881083592648843294",
+ "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.ljVmbkSps_q105bpImCtqo4lcTC3vXwfeKumQRVxp8bEoL2YAJOK_L1-ZJS3xoqwYz4dGhXRgfMwbXxt5DywBdnkWksIaVeslM0kAmjfqFGzT6j7YuFHHn0lCrtJACVCqfnkM6m-K8JVO71W66hnpyHqUep-pk-PEi7ySj7NibAjqMNf2UJiawXTTVLk3ynTUkwF4TJPwm4SdUJ6u9-YoFOh2aLOc716UINMAyRtnhB_LrfOYbl2a0OEnQGNdyEMqs1gjzmtn1wq_MZp6rI0HsRGV8PXuUh4GeEdptRCk2WIs2Rgg8vK1ECQ_DbbFCH0f1qxZAEngq-kTmByoICfhg.vi-XIRIxV8vkUwHBfoDxvQ._nY8vknWdQ_aGvm7_e2oh64O8IePxVzUV-Cxc20Y8HIG1ZihZ1_ae_BeL5b6OxJ9Ku0vnvwzitskb1y58Ja6krv4v-OVUft6kdUUYkyhB5Hai7HIRDbtiT9FD5EFXd3F.uS_CcluynSxFeTDrJosDrw"
+ },
+
+ "record": {
+ "CNAME": "notaproton.github.io"
+ }
+}
diff --git a/domains/notdevmatei.json b/domains/notdevmatei.json
index 95adeb76e..b2447dc4b 100644
--- a/domains/notdevmatei.json
+++ b/domains/notdevmatei.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "DevMatei",
- "email": "contact@devmatei.is-a.dev"
- },
- "record": {
- "URL": "https://devmatei.is-a.dev/"
- }
-}
\ No newline at end of file
+ "owner": {
+ "username": "DevMatei",
+ "email": "contact@devmatei.is-a.dev"
+ },
+ "record": {
+ "URL": "https://devmatei.is-a.dev/"
+ }
+}
diff --git a/domains/notzer0two.json b/domains/notzer0two.json
index 13d45fb45..d1205c6f6 100644
--- a/domains/notzer0two.json
+++ b/domains/notzer0two.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "NotZer0Two",
- "email": "lyonfan2010@gmail.com"
- },
- "record": {
- "CNAME": "notzer0two.vercel.app"
- }
+ "owner": {
+ "username": "NotZer0Two",
+ "email": "lyonfan2010@gmail.com"
+ },
+ "record": {
+ "CNAME": "notzer0two.vercel.app"
+ }
}
diff --git a/domains/nuraly.json b/domains/nuraly.json
index 1dded7be9..54dea8e7c 100644
--- a/domains/nuraly.json
+++ b/domains/nuraly.json
@@ -1,10 +1,10 @@
{
- "description": "Domain for the portfolio website",
- "owner": {
- "username": "nuraly-v",
- "email": "mescorpx@gmail.com"
- },
- "record": {
- "CNAME": "nuraly-v.github.io"
- }
+ "description": "Domain for the portfolio website",
+ "owner": {
+ "username": "nuraly-v",
+ "email": "mescorpx@gmail.com"
+ },
+ "record": {
+ "CNAME": "nuraly-v.github.io"
+ }
}
diff --git a/domains/nvcoden.json b/domains/nvcoden.json
index 11fe760d6..2a76f5f2a 100644
--- a/domains/nvcoden.json
+++ b/domains/nvcoden.json
@@ -1,11 +1,11 @@
{
- "description": "Blog for my personal stuff and things I like",
- "repo": "https://github.com/nvcoden/nvcoden.github.io",
- "owner": {
- "username": "nvcoden",
- "email": "navneeths55555@gmail.com"
- },
- "record": {
- "CNAME": "nvcoden.github.io"
- }
- }
\ No newline at end of file
+ "description": "Blog for my personal stuff and things I like",
+ "repo": "https://github.com/nvcoden/nvcoden.github.io",
+ "owner": {
+ "username": "nvcoden",
+ "email": "navneeths55555@gmail.com"
+ },
+ "record": {
+ "CNAME": "nvcoden.github.io"
+ }
+}
diff --git a/domains/nvhai272.json b/domains/nvhai272.json
index ff4640aed..1a5cb16fb 100644
--- a/domains/nvhai272.json
+++ b/domains/nvhai272.json
@@ -1,8 +1,8 @@
{
- "owner": {
- "username": "nvhai272"
- },
- "record": {
- "CNAME": "nvhai272.github.io"
- }
+ "owner": {
+ "username": "nvhai272"
+ },
+ "record": {
+ "CNAME": "nvhai272.github.io"
+ }
}
diff --git a/domains/oliver.json b/domains/oliver.json
index 0f16d3134..357322288 100644
--- a/domains/oliver.json
+++ b/domains/oliver.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "oli-ward",
- "email": "oliver.ward94@gmail.com"
- },
- "record": {
- "CNAME": "is-a-dev-zc9.pages.dev"
- }
+ "owner": {
+ "username": "oli-ward",
+ "email": "oliver.ward94@gmail.com"
+ },
+ "record": {
+ "CNAME": "is-a-dev-zc9.pages.dev"
+ }
}
diff --git a/domains/omarabdellatif.json b/domains/omarabdellatif.json
index 674303296..2734d25ac 100644
--- a/domains/omarabdellatif.json
+++ b/domains/omarabdellatif.json
@@ -1,11 +1,11 @@
{
- "description": "Serving my PERSONAL website",
- "repo": "https://pog-frog.github.io/my-resume/",
- "owner": {
- "username": "Pog-Frog",
- "email": "fireangle5621@gmail.com"
- },
- "record": {
- "URL": "https://pog-frog.github.io/my-resume/"
- }
+ "description": "Serving my PERSONAL website",
+ "repo": "https://pog-frog.github.io/my-resume/",
+ "owner": {
+ "username": "Pog-Frog",
+ "email": "fireangle5621@gmail.com"
+ },
+ "record": {
+ "URL": "https://pog-frog.github.io/my-resume/"
+ }
}
diff --git a/domains/omarjaber.json b/domains/omarjaber.json
index faf6b169d..18ff50d83 100644
--- a/domains/omarjaber.json
+++ b/domains/omarjaber.json
@@ -1,11 +1,10 @@
{
-
- "repo": "https://github.com/omarHJ/Portfolio-Website",
- "owner": {
- "username": "omarHJ",
- "email": "omarpp5555@gmail.com"
- },
- "record": {
- "CNAME": "omarhj.github.io"
- }
-}
\ No newline at end of file
+ "repo": "https://github.com/omarHJ/Portfolio-Website",
+ "owner": {
+ "username": "omarHJ",
+ "email": "omarpp5555@gmail.com"
+ },
+ "record": {
+ "CNAME": "omarhj.github.io"
+ }
+}
diff --git a/domains/omesh.json b/domains/omesh.json
index 4bd26f1cb..a6fd02709 100644
--- a/domains/omesh.json
+++ b/domains/omesh.json
@@ -1,8 +1,8 @@
{
- "owner": {
- "username": "omesh7"
- },
- "record": {
- "CNAME": "omesh7.github.io"
- }
+ "owner": {
+ "username": "omesh7"
+ },
+ "record": {
+ "CNAME": "omesh7.github.io"
+ }
}
diff --git a/domains/omkar.json b/domains/omkar.json
index 8a8fd377a..31c6b9561 100644
--- a/domains/omkar.json
+++ b/domains/omkar.json
@@ -1,11 +1,10 @@
-{
- "owner": {
- "username": "omkarkirpan",
- "email": "okirpan@gmail.com"
- },
- "repo": "https://github.com/omkarkirpan",
- "record": {
- "CNAME": "omkarkirpan.com"
- }
- }
-
\ No newline at end of file
+{
+ "owner": {
+ "username": "omkarkirpan",
+ "email": "okirpan@gmail.com"
+ },
+ "repo": "https://github.com/omkarkirpan",
+ "record": {
+ "CNAME": "omkarkirpan.com"
+ }
+}
diff --git a/domains/onerandom.json b/domains/onerandom.json
index 497d43658..7ce863398 100644
--- a/domains/onerandom.json
+++ b/domains/onerandom.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "OneRandom1509",
- "email": "anantukid@gmail.com"
- },
- "record": {
- "CNAME": "folio-five-beta.vercel.app"
- }
+ "owner": {
+ "username": "OneRandom1509",
+ "email": "anantukid@gmail.com"
+ },
+ "record": {
+ "CNAME": "folio-five-beta.vercel.app"
+ }
}
diff --git a/domains/owens.json b/domains/owens.json
index 0332c732d..c9cec82df 100644
--- a/domains/owens.json
+++ b/domains/owens.json
@@ -1,8 +1,8 @@
{
- "owner": {
- "username": "owenslopez211"
- },
- "record": {
- "CNAME": "owenslopez211.github.io"
- }
+ "owner": {
+ "username": "owenslopez211"
+ },
+ "record": {
+ "CNAME": "owenslopez211.github.io"
+ }
}
diff --git a/domains/panashe-mapika.json b/domains/panashe-mapika.json
index 88535ae2c..0369a3bb4 100644
--- a/domains/panashe-mapika.json
+++ b/domains/panashe-mapika.json
@@ -1,8 +1,8 @@
{
- "owner": {
- "username": "panda-zw"
- },
- "record": {
- "CNAME": "panashe.codes"
- }
+ "owner": {
+ "username": "panda-zw"
+ },
+ "record": {
+ "CNAME": "panashe.codes"
+ }
}
diff --git a/domains/panashe.json b/domains/panashe.json
index 88535ae2c..0369a3bb4 100644
--- a/domains/panashe.json
+++ b/domains/panashe.json
@@ -1,8 +1,8 @@
{
- "owner": {
- "username": "panda-zw"
- },
- "record": {
- "CNAME": "panashe.codes"
- }
+ "owner": {
+ "username": "panda-zw"
+ },
+ "record": {
+ "CNAME": "panashe.codes"
+ }
}
diff --git a/domains/pavanc.json b/domains/pavanc.json
index f25da9045..9a452f4d4 100644
--- a/domains/pavanc.json
+++ b/domains/pavanc.json
@@ -1,10 +1,9 @@
-{
- "owner": {
- "username": "pavancos",
- "email": "pavankc005@gmail.com"
- },
- "record": {
- "URL": "https://pavanc.me"
- }
- }
-
\ No newline at end of file
+{
+ "owner": {
+ "username": "pavancos",
+ "email": "pavankc005@gmail.com"
+ },
+ "record": {
+ "URL": "https://pavanc.me"
+ }
+}
diff --git a/domains/pete.json b/domains/pete.json
index 08cb4fbf0..b55fcc504 100644
--- a/domains/pete.json
+++ b/domains/pete.json
@@ -1,11 +1,11 @@
-{
- "description": "Portfolio of a fullstack developer",
- "repo": "https://github.com/daspete/pete-github-io",
- "owner": {
- "username": "daspete",
- "email": "daspetemail@gmail.com"
- },
- "record": {
- "CNAME": "daspete.github.io"
- }
-}
\ No newline at end of file
+{
+ "description": "Portfolio of a fullstack developer",
+ "repo": "https://github.com/daspete/pete-github-io",
+ "owner": {
+ "username": "daspete",
+ "email": "daspetemail@gmail.com"
+ },
+ "record": {
+ "CNAME": "daspete.github.io"
+ }
+}
diff --git a/domains/phi.json b/domains/phi.json
index 9a7ddbf0e..6e182f503 100644
--- a/domains/phi.json
+++ b/domains/phi.json
@@ -4,9 +4,6 @@
"email": "y5c4l3@proton.me"
},
"record": {
- "NS": [
- "johnny.ns.cloudflare.com",
- "rachel.ns.cloudflare.com"
- ]
+ "NS": ["johnny.ns.cloudflare.com", "rachel.ns.cloudflare.com"]
}
}
diff --git a/domains/pikachu.json b/domains/pikachu.json
index 8f9c2cf8d..68a2d64b4 100644
--- a/domains/pikachu.json
+++ b/domains/pikachu.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "vighnesh153",
- "email": "pikachu@vighnesh153.dev"
- },
- "record": {
- "CNAME": "vighnesh153-app.web.app"
- }
+ "owner": {
+ "username": "vighnesh153",
+ "email": "pikachu@vighnesh153.dev"
+ },
+ "record": {
+ "CNAME": "vighnesh153-app.web.app"
+ }
}
diff --git a/domains/pita.json b/domains/pita.json
index 901098b86..de9887004 100644
--- a/domains/pita.json
+++ b/domains/pita.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "pita092",
- "discord": "spongebob_spongebob_spongebob"
- },
- "record": {
- "CNAME": "pita092.github.io"
- }
+ "owner": {
+ "username": "pita092",
+ "discord": "spongebob_spongebob_spongebob"
+ },
+ "record": {
+ "CNAME": "pita092.github.io"
+ }
}
diff --git a/domains/pixelbend.json b/domains/pixelbend.json
index b3d2b2822..93e524266 100644
--- a/domains/pixelbend.json
+++ b/domains/pixelbend.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "pixelbend",
- "email": "m.arkamfahry@gmail.com"
- },
- "record": {
- "CNAME": "pixelbend.github.io"
- }
+ "owner": {
+ "username": "pixelbend",
+ "email": "m.arkamfahry@gmail.com"
+ },
+ "record": {
+ "CNAME": "pixelbend.github.io"
+ }
}
diff --git a/domains/pranavagrawal.json b/domains/pranavagrawal.json
index 961525336..ee91c44b5 100644
--- a/domains/pranavagrawal.json
+++ b/domains/pranavagrawal.json
@@ -6,8 +6,18 @@
"email": "pranavagrawal321@gmail.com"
},
"record": {
- "A": ["185.199.108.153"],
- "AAAA": ["2606:50c0:8001::153"],
+ "A": [
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"
+ ],
+ "AAAA": [
+ "2606:50c0:8000::153",
+ "2606:50c0:8001::153",
+ "2606:50c0:8002::153",
+ "2606:50c0:8003::153"
+ ],
"MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
diff --git a/domains/prasant.json b/domains/prasant.json
index e7f6582ed..291eca8f9 100644
--- a/domains/prasant.json
+++ b/domains/prasant.json
@@ -1,11 +1,11 @@
{
- "description": "My Portfolio Website",
- "repo": "https://github.com/prashant48653c/portfolio",
- "owner": {
- "username": "prashant48653c",
- "email": "acharyaprashant227@gmail.com"
- },
- "record": {
- "A": ["75.2.60.5"]
- }
-}
\ No newline at end of file
+ "description": "My Portfolio Website",
+ "repo": "https://github.com/prashant48653c/portfolio",
+ "owner": {
+ "username": "prashant48653c",
+ "email": "acharyaprashant227@gmail.com"
+ },
+ "record": {
+ "A": ["75.2.60.5"]
+ }
+}
diff --git a/domains/pratikthapw.json b/domains/pratikthapw.json
index 56e62a18a..5fb285a9f 100644
--- a/domains/pratikthapw.json
+++ b/domains/pratikthapw.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "pratikthapw",
- "email": "pratikthapw@gmail.com"
- },
- "record": {
- "CNAME": "pratikthapw.github.io"
- }
+ "owner": {
+ "username": "pratikthapw",
+ "email": "pratikthapw@gmail.com"
+ },
+ "record": {
+ "CNAME": "pratikthapw.github.io"
+ }
}
diff --git a/domains/priscila.json b/domains/priscila.json
index f827b48c6..1b6d1c568 100644
--- a/domains/priscila.json
+++ b/domains/priscila.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "pgoliv-code",
- "email": "pguillen.oliv@gmail.com"
- },
- "record": {
- "CNAME": "pgoliv-code.github.io"
- }
+ "owner": {
+ "username": "pgoliv-code",
+ "email": "pguillen.oliv@gmail.com"
+ },
+ "record": {
+ "CNAME": "pgoliv-code.github.io"
+ }
}
diff --git a/domains/pyaesonewin.json b/domains/pyaesonewin.json
index fdc19ae58..bfe0b476e 100644
--- a/domains/pyaesonewin.json
+++ b/domains/pyaesonewin.json
@@ -1,11 +1,11 @@
{
- "description": "Personal website and portfolio for Pyae Sone Win",
- "repo": "https://github.com/mgmgpyaesonewin/mgmgpyaesonewin.github.io",
- "owner": {
- "username": "mgmgpyaesonewin",
- "email": "pyaesonewin.dev@gmail.com"
- },
- "record": {
- "CNAME": "mgmgpyaesonewin.github.io"
- }
-}
\ No newline at end of file
+ "description": "Personal website and portfolio for Pyae Sone Win",
+ "repo": "https://github.com/mgmgpyaesonewin/mgmgpyaesonewin.github.io",
+ "owner": {
+ "username": "mgmgpyaesonewin",
+ "email": "pyaesonewin.dev@gmail.com"
+ },
+ "record": {
+ "CNAME": "mgmgpyaesonewin.github.io"
+ }
+}
diff --git a/domains/quddi.json b/domains/quddi.json
index ac920f3da..82da25fce 100644
--- a/domains/quddi.json
+++ b/domains/quddi.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Quddi",
- "email": "quddi6@gmail.com"
- },
- "record": {
- "CNAME": "quddiy.github.io"
- }
+ "owner": {
+ "username": "Quddi",
+ "email": "quddi6@gmail.com"
+ },
+ "record": {
+ "CNAME": "quddiy.github.io"
+ }
}
diff --git a/domains/rafaelfernandes.json b/domains/rafaelfernandes.json
index dd7b9099d..8175b139a 100644
--- a/domains/rafaelfernandes.json
+++ b/domains/rafaelfernandes.json
@@ -1,17 +1,17 @@
{
- "description": "Personal potifolho site.",
- "repo": "https://github.com/RafaelFernandesBR/rafaelfernandes.github.io",
- "owner": {
- "username": "RafaelFernandesBR",
- "email": "marcorafaeldemelo16@protonmail.com"
- },
- "record": {
- "A": [
- "185.199.108.153",
- "185.199.109.153",
- "185.199.110.153",
- "185.199.111.153"
- ]
- },
- "proxied": true
-}
\ No newline at end of file
+ "description": "Personal potifolho site.",
+ "repo": "https://github.com/RafaelFernandesBR/rafaelfernandes.github.io",
+ "owner": {
+ "username": "RafaelFernandesBR",
+ "email": "marcorafaeldemelo16@protonmail.com"
+ },
+ "record": {
+ "A": [
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"
+ ]
+ },
+ "proxied": true
+}
diff --git a/domains/raghav.json b/domains/raghav.json
index 9275bcb5a..e290738b3 100644
--- a/domains/raghav.json
+++ b/domains/raghav.json
@@ -1,11 +1,11 @@
{
- "description": "Flex",
- "repo": "https://github.com/GodKode69/GodKode69.github.io",
- "owner": {
- "username": "GodKode69",
- "email": "knownasraghav@gmail.com"
- },
- "record": {
- "CNAME": "godkode69.github.io"
- }
+ "description": "Flex",
+ "repo": "https://github.com/GodKode69/GodKode69.github.io",
+ "owner": {
+ "username": "GodKode69",
+ "email": "knownasraghav@gmail.com"
+ },
+ "record": {
+ "CNAME": "godkode69.github.io"
+ }
}
diff --git a/domains/rahulc0dy.json b/domains/rahulc0dy.json
index 69887d408..d1cdc8186 100644
--- a/domains/rahulc0dy.json
+++ b/domains/rahulc0dy.json
@@ -1,10 +1,10 @@
{
- "repo": "https://github.com/rahulc0dy/rahulc0dy.github.io",
- "owner": {
- "username": "rahulc0dy",
- "email": "codyrahulop@gmail.com"
- },
- "record": {
- "CNAME": "rahulc0dy.github.io"
- }
+ "repo": "https://github.com/rahulc0dy/rahulc0dy.github.io",
+ "owner": {
+ "username": "rahulc0dy",
+ "email": "codyrahulop@gmail.com"
+ },
+ "record": {
+ "CNAME": "rahulc0dy.github.io"
+ }
}
diff --git a/domains/rahulsunil.json b/domains/rahulsunil.json
index 16358d721..3e6e7ad57 100644
--- a/domains/rahulsunil.json
+++ b/domains/rahulsunil.json
@@ -1,11 +1,11 @@
{
- "description": "Rahul Sunil - GenAI Engineer",
- "repo": "https://github.com/rahulsunil2/rahulsunil-code-portfolio",
- "owner": {
- "username": "rahulsunil2",
- "email": "rahulsunil2@gmail.com"
- },
- "record": {
- "A": ["75.2.60.5"]
- }
+ "description": "Rahul Sunil - GenAI Engineer",
+ "repo": "https://github.com/rahulsunil2/rahulsunil-code-portfolio",
+ "owner": {
+ "username": "rahulsunil2",
+ "email": "rahulsunil2@gmail.com"
+ },
+ "record": {
+ "A": ["75.2.60.5"]
+ }
}
diff --git a/domains/rahulverma.json b/domains/rahulverma.json
index e2efabccd..1d47b75a2 100644
--- a/domains/rahulverma.json
+++ b/domains/rahulverma.json
@@ -1,11 +1,11 @@
{
- "description": "My Developer Portfolio",
- "repo": "https://github.com/SudoRV/register",
- "owner": {
- "username": "SudoRV",
- "email": "rahulverma.1.2005@gamil.com"
- },
- "record": {
- "CNAME": "rahul-verma.onrender.com"
- }
+ "description": "My Developer Portfolio",
+ "repo": "https://github.com/SudoRV/register",
+ "owner": {
+ "username": "SudoRV",
+ "email": "rahulverma.1.2005@gamil.com"
+ },
+ "record": {
+ "CNAME": "rahul-verma.onrender.com"
+ }
}
diff --git a/domains/rajeshreddy.json b/domains/rajeshreddy.json
index b15963b2e..d5995d048 100644
--- a/domains/rajeshreddy.json
+++ b/domains/rajeshreddy.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "rajesh-reddy1",
- "email": "mrrajeshreddy1@gmail.com"
- },
- "record": {
- "A": ["76.76.21.21"]
- }
+ "owner": {
+ "username": "rajesh-reddy1",
+ "email": "mrrajeshreddy1@gmail.com"
+ },
+ "record": {
+ "A": ["76.76.21.21"]
+ }
}
diff --git a/domains/rajputshashank.json b/domains/rajputshashank.json
index d048f6c2f..995e6296b 100644
--- a/domains/rajputshashank.json
+++ b/domains/rajputshashank.json
@@ -1,11 +1,11 @@
{
- "description": "Shashank's portfolio",
- "repo": "https://github.com/rajputshashank003/details",
- "owner": {
- "username": "rajputshashank003",
- "email": "hariomshashank@gmail.com"
- },
- "record": {
- "CNAME": "rajputshashank.vercel.app"
- }
-}
\ No newline at end of file
+ "description": "Shashank's portfolio",
+ "repo": "https://github.com/rajputshashank003/details",
+ "owner": {
+ "username": "rajputshashank003",
+ "email": "hariomshashank@gmail.com"
+ },
+ "record": {
+ "CNAME": "rajputshashank.vercel.app"
+ }
+}
diff --git a/domains/raspicloud.json b/domains/raspicloud.json
index cd400dd65..376aa0682 100644
--- a/domains/raspicloud.json
+++ b/domains/raspicloud.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "mkrage",
- "email": "manuel.krage@gmx.de"
- },
- "record": {
- "A": ["141.144.239.115"]
- }
+ "owner": {
+ "username": "mkrage",
+ "email": "manuel.krage@gmx.de"
+ },
+ "record": {
+ "A": ["141.144.239.115"]
+ }
}
diff --git a/domains/raynaldescala.json b/domains/raynaldescala.json
index a2dc696f9..53e9f8c27 100644
--- a/domains/raynaldescala.json
+++ b/domains/raynaldescala.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "raynaldescala",
- "email": "raynaldescala01@gmail.com"
- },
- "record": {
- "CNAME": "raynaldescala.vercel.app"
- }
+ "owner": {
+ "username": "raynaldescala",
+ "email": "raynaldescala01@gmail.com"
+ },
+ "record": {
+ "CNAME": "raynaldescala.vercel.app"
+ }
}
diff --git a/domains/realfara.json b/domains/realfara.json
index 71d688c8c..29b94d786 100644
--- a/domains/realfara.json
+++ b/domains/realfara.json
@@ -4,6 +4,17 @@
"email": "faradey.iskra@mail.ru"
},
"record": {
- "A": ["185.199.111.153"]
+ "A": [
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"
+ ],
+ "AAAA": [
+ "2606:50c0:8000::153",
+ "2606:50c0:8001::153",
+ "2606:50c0:8002::153",
+ "2606:50c0:8003::153"
+ ]
}
}
diff --git a/domains/renant.json b/domains/renant.json
index c3fdf18a9..86e36854f 100644
--- a/domains/renant.json
+++ b/domains/renant.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "renant",
- "email": "renan_replay@live.com"
- },
- "record": {
- "CNAME": "renant.vercel.app"
- }
+ "owner": {
+ "username": "renant",
+ "email": "renan_replay@live.com"
+ },
+ "record": {
+ "CNAME": "renant.vercel.app"
+ }
}
diff --git a/domains/resend._domainkey.blogs.akk1to.json b/domains/resend._domainkey.blogs.akk1to.json
index 0d4f04ee8..d3bd69516 100644
--- a/domains/resend._domainkey.blogs.akk1to.json
+++ b/domains/resend._domainkey.blogs.akk1to.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "akk1to",
- "email": "akk1to.dev@gmail.com"
- },
- "record": {
- "TXT": "p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCkC3QeDPeGYFp3nDf2GByvCWnS24VLN9lnWJWWnkPNJGiFuoucjxU8CpeD74C1XlZDz6dr/zcNPsOrh5Zi/87XugfwQsDzjfPPosCRIGa1SVqm1S4kdaT2Ms7i6//x5Y0y7uoE+dK2EecDVwLJAqc93Yipp+xihK9HOf4ffO6nxwIDAQAB"
- }
+ "owner": {
+ "username": "akk1to",
+ "email": "akk1to.dev@gmail.com"
+ },
+ "record": {
+ "TXT": "p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCkC3QeDPeGYFp3nDf2GByvCWnS24VLN9lnWJWWnkPNJGiFuoucjxU8CpeD74C1XlZDz6dr/zcNPsOrh5Zi/87XugfwQsDzjfPPosCRIGa1SVqm1S4kdaT2Ms7i6//x5Y0y7uoE+dK2EecDVwLJAqc93Yipp+xihK9HOf4ffO6nxwIDAQAB"
+ }
}
diff --git a/domains/riccardo126.json b/domains/riccardo126.json
index f7a201342..3d8ca7fd4 100644
--- a/domains/riccardo126.json
+++ b/domains/riccardo126.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "riccardo126",
- "email": "riccardopassacantando@gmail.com"
- },
- "record": {
- "CNAME": "riccardo126.vercel.app"
- }
+ "owner": {
+ "username": "riccardo126",
+ "email": "riccardopassacantando@gmail.com"
+ },
+ "record": {
+ "CNAME": "riccardo126.vercel.app"
+ }
}
diff --git a/domains/risqiahmad.json b/domains/risqiahmad.json
index 325cc3b83..0a4baad15 100644
--- a/domains/risqiahmad.json
+++ b/domains/risqiahmad.json
@@ -1,11 +1,10 @@
{
- "owner": {
- "username": "risqi17",
- "email": "ahmadreys@gmail.com",
- "discord": "risqi_ahmad9230"
- },
- "record": {
- "CNAME": "nextjs-notion-starter-kit-transitive-bullshit.vercel.app"
- }
+ "owner": {
+ "username": "risqi17",
+ "email": "ahmadreys@gmail.com",
+ "discord": "risqi_ahmad9230"
+ },
+ "record": {
+ "CNAME": "nextjs-notion-starter-kit-transitive-bullshit.vercel.app"
}
-
\ No newline at end of file
+}
diff --git a/domains/rizqi.json b/domains/rizqi.json
index 99046675f..d3cc7bfa6 100644
--- a/domains/rizqi.json
+++ b/domains/rizqi.json
@@ -1,11 +1,11 @@
{
- "description": "Portofolio Website.",
- "repo": "https://github.com/RizqiSeijuuro/portfolio",
- "owner": {
- "username": "RizqiSeijuuro",
- "email": "rizqiansyah52@gmail.com"
- },
- "record": {
- "CNAME": "rizqiseijuuro.github.io"
- }
-}
\ No newline at end of file
+ "description": "Portofolio Website.",
+ "repo": "https://github.com/RizqiSeijuuro/portfolio",
+ "owner": {
+ "username": "RizqiSeijuuro",
+ "email": "rizqiansyah52@gmail.com"
+ },
+ "record": {
+ "CNAME": "rizqiseijuuro.github.io"
+ }
+}
diff --git a/domains/rodolfo.json b/domains/rodolfo.json
index 081644859..2ad8be59f 100644
--- a/domains/rodolfo.json
+++ b/domains/rodolfo.json
@@ -1,11 +1,11 @@
{
- "description": "Rodolfo Rodrigues developer page",
- "repo": "https://github.com/rudwolf/rudwolf.github.io",
- "owner": {
- "username": "rudwolf",
- "email": "rudwolf@gmail.com"
- },
- "record": {
- "CNAME": "rudwolf.github.io"
- }
+ "description": "Rodolfo Rodrigues developer page",
+ "repo": "https://github.com/rudwolf/rudwolf.github.io",
+ "owner": {
+ "username": "rudwolf",
+ "email": "rudwolf@gmail.com"
+ },
+ "record": {
+ "CNAME": "rudwolf.github.io"
+ }
}
diff --git a/domains/roei.json b/domains/roei.json
index 33710d976..08d323ffd 100644
--- a/domains/roei.json
+++ b/domains/roei.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "roei111",
- "email": "roeiyaacobi@gmail.com"
- },
- "record": {
- "A": ["75.2.60.5"]
- }
+ "owner": {
+ "username": "roei111",
+ "email": "roeiyaacobi@gmail.com"
+ },
+ "record": {
+ "A": ["75.2.60.5"]
+ }
}
diff --git a/domains/ronnieaban.json b/domains/ronnieaban.json
index 40b727fdc..65b6406bd 100644
--- a/domains/ronnieaban.json
+++ b/domains/ronnieaban.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "ronnieaban",
- "email": "ronnieaban@gmail.com"
- },
- "record": {
- "CNAME": "ronnieaban.pages.dev"
- }
+ "owner": {
+ "username": "ronnieaban",
+ "email": "ronnieaban@gmail.com"
+ },
+ "record": {
+ "CNAME": "ronnieaban.pages.dev"
+ }
}
diff --git a/domains/rudeus.json b/domains/rudeus.json
index 442899d78..605e8c6bd 100644
--- a/domains/rudeus.json
+++ b/domains/rudeus.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "dmquang",
- "email": "mq.rudyy.08@gmai.com"
- },
- "record": {
- "CNAME": "dmquang.github.io"
- }
+ "owner": {
+ "username": "dmquang",
+ "email": "mq.rudyy.08@gmai.com"
+ },
+ "record": {
+ "CNAME": "dmquang.github.io"
+ }
}
diff --git a/domains/rupankar.json b/domains/rupankar.json
index d968cb51b..83901f13e 100644
--- a/domains/rupankar.json
+++ b/domains/rupankar.json
@@ -1,11 +1,11 @@
{
- "description": "A portfolio website",
- "repo": "https://github.com/InvictusRex/InvictusRex.github.io",
- "owner": {
- "username": "InvictusRex",
- "email": "rupankar.majumdar2023@vitstudent.ac.in"
- },
- "record": {
- "CNAME": "invictusrex.github.io"
- }
-}
+ "description": "A portfolio website",
+ "repo": "https://github.com/InvictusRex/InvictusRex.github.io",
+ "owner": {
+ "username": "InvictusRex",
+ "email": "rupankar.majumdar2023@vitstudent.ac.in"
+ },
+ "record": {
+ "CNAME": "invictusrex.github.io"
+ }
+}
diff --git a/domains/s1dd.json b/domains/s1dd.json
index 7e02e8e40..e7a6119eb 100644
--- a/domains/s1dd.json
+++ b/domains/s1dd.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "nots1dd",
- "email": "sid9.karanam@gmail.com"
- },
- "record": {
- "CNAME": "webpage-seven-puce.vercel.app"
- }
+ "owner": {
+ "username": "nots1dd",
+ "email": "sid9.karanam@gmail.com"
+ },
+ "record": {
+ "CNAME": "webpage-seven-puce.vercel.app"
+ }
}
diff --git a/domains/sad-devmatei.json b/domains/sad-devmatei.json
index 95adeb76e..b2447dc4b 100644
--- a/domains/sad-devmatei.json
+++ b/domains/sad-devmatei.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "DevMatei",
- "email": "contact@devmatei.is-a.dev"
- },
- "record": {
- "URL": "https://devmatei.is-a.dev/"
- }
-}
\ No newline at end of file
+ "owner": {
+ "username": "DevMatei",
+ "email": "contact@devmatei.is-a.dev"
+ },
+ "record": {
+ "URL": "https://devmatei.is-a.dev/"
+ }
+}
diff --git a/domains/saif.json b/domains/saif.json
index d547e534c..50a8e1d09 100644
--- a/domains/saif.json
+++ b/domains/saif.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Saifkhanz",
- "email": "saif137.khan@gmail.com"
- },
- "record": {
- "CNAME": "saif-two.vercel.app"
- }
-}
\ No newline at end of file
+ "owner": {
+ "username": "Saifkhanz",
+ "email": "saif137.khan@gmail.com"
+ },
+ "record": {
+ "CNAME": "saif-two.vercel.app"
+ }
+}
diff --git a/domains/samadhi.json b/domains/samadhi.json
index 46904f7b9..f02292fba 100644
--- a/domains/samadhi.json
+++ b/domains/samadhi.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "samadhi1311",
- "email": "samadhilakmina.sl@gmail.com"
- },
- "record": {
- "CNAME": "samadhi-gunasinghe.pages.dev"
- }
+ "owner": {
+ "username": "samadhi1311",
+ "email": "samadhilakmina.sl@gmail.com"
+ },
+ "record": {
+ "CNAME": "samadhi-gunasinghe.pages.dev"
+ }
}
diff --git a/domains/sangeeth.json b/domains/sangeeth.json
index 178d24f73..a05494c84 100644
--- a/domains/sangeeth.json
+++ b/domains/sangeeth.json
@@ -1,12 +1,11 @@
{
- "description": "PORTFOLIO",
- "owner": {
- "username": "sangeeth-606",
- "email": "sangeeth999123@gmail.com"
- },
- "repo": "https://github.com/sangeeth-606/meh",
- "record": {
- "CNAME": "github-sangeeth-606.github.io"
- }
+ "description": "PORTFOLIO",
+ "owner": {
+ "username": "sangeeth-606",
+ "email": "sangeeth999123@gmail.com"
+ },
+ "repo": "https://github.com/sangeeth-606/meh",
+ "record": {
+ "CNAME": "github-sangeeth-606.github.io"
}
-
+}
diff --git a/domains/satindar.json b/domains/satindar.json
index 9ed1644bd..bf02e1c4e 100644
--- a/domains/satindar.json
+++ b/domains/satindar.json
@@ -8,11 +8,13 @@
},
"record": {
"NS": ["brodie.ns.cloudflare.com", "jamie.ns.cloudflare.com"],
- "DS": [{
- "key_tag": 2371,
- "algorithm": 13,
- "digest_type": 2,
- "digest": "C2074462471B81206F792AEC23469EF33DDC53538E8580DCCC92FD130C9A6096"
- }]
+ "DS": [
+ {
+ "key_tag": 2371,
+ "algorithm": 13,
+ "digest_type": 2,
+ "digest": "C2074462471B81206F792AEC23469EF33DDC53538E8580DCCC92FD130C9A6096"
+ }
+ ]
}
}
diff --git a/domains/secsum.json b/domains/secsum.json
index e35bf9625..077fc697d 100644
--- a/domains/secsum.json
+++ b/domains/secsum.json
@@ -1,11 +1,9 @@
{
- "owner": {
- "username": "NgoQuangThien",
- "email": "quangthien18032000@gmail.com"
- },
- "record": {
- "A": [
- "3.24.49.246"
- ]
- }
+ "owner": {
+ "username": "NgoQuangThien",
+ "email": "quangthien18032000@gmail.com"
+ },
+ "record": {
+ "A": ["3.24.49.246"]
+ }
}
diff --git a/domains/send.blogs.akk1to.json b/domains/send.blogs.akk1to.json
index 6c1b33707..b988ef95f 100644
--- a/domains/send.blogs.akk1to.json
+++ b/domains/send.blogs.akk1to.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "akk1to",
- "email": "akk1to.dev@outlook.com"
- },
- "record": {
- "MX": ["feedback-smtp.us-east-1.amazonses.com"],
- "TXT": "v=spf1 include:amazonses.com ~all"
- }
+ "owner": {
+ "username": "akk1to",
+ "email": "akk1to.dev@outlook.com"
+ },
+ "record": {
+ "MX": ["feedback-smtp.us-east-1.amazonses.com"],
+ "TXT": "v=spf1 include:amazonses.com ~all"
+ }
}
diff --git a/domains/sep.json b/domains/sep.json
index 47a8c1a97..4706dc1d6 100644
--- a/domains/sep.json
+++ b/domains/sep.json
@@ -1,11 +1,11 @@
-{
- "description": "personel-website",
- "repo": "https://github.com/sepultrex/sepultrex.github.io",
- "owner": {
- "username": "sepultrex",
- "email": "sepultrex@gmail.com"
- },
- "record": {
- "CNAME": "sepultrex.github.io"
- }
-}
\ No newline at end of file
+{
+ "description": "personel-website",
+ "repo": "https://github.com/sepultrex/sepultrex.github.io",
+ "owner": {
+ "username": "sepultrex",
+ "email": "sepultrex@gmail.com"
+ },
+ "record": {
+ "CNAME": "sepultrex.github.io"
+ }
+}
diff --git a/domains/sergarsilla.json b/domains/sergarsilla.json
index 33486348a..acc50cad4 100644
--- a/domains/sergarsilla.json
+++ b/domains/sergarsilla.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "sergarsilla",
- "email": "sergarsilla@gmail.com"
- },
- "record": {
- "CNAME": "sergarsilla.github.io"
- }
+ "owner": {
+ "username": "sergarsilla",
+ "email": "sergarsilla@gmail.com"
+ },
+ "record": {
+ "CNAME": "sergarsilla.github.io"
+ }
}
diff --git a/domains/sh13y.json b/domains/sh13y.json
index 663d3be97..392946361 100644
--- a/domains/sh13y.json
+++ b/domains/sh13y.json
@@ -1,11 +1,11 @@
{
- "description": "For My Blog",
- "repo": "https://github.com/sh13y/register",
- "owner": {
- "username": "sh13y",
- "email": "lucky10isuru@gmail.com"
- },
- "record": {
- "CNAME": "sh13y.github.io"
- }
+ "description": "For My Blog",
+ "repo": "https://github.com/sh13y/register",
+ "owner": {
+ "username": "sh13y",
+ "email": "lucky10isuru@gmail.com"
+ },
+ "record": {
+ "CNAME": "sh13y.github.io"
+ }
}
diff --git a/domains/shikhar.json b/domains/shikhar.json
index 819cecd6d..ad2a7a480 100644
--- a/domains/shikhar.json
+++ b/domains/shikhar.json
@@ -1,11 +1,11 @@
{
- "description": "YOUR DESCRIPTION GOES HERE",
- "repo": "https://github.com/adityasriv2317/portfolioAditya",
- "owner": {
- "username": "adityasriv2317",
- "email": "adityaxia9237@gmail.com"
- },
- "record": {
- "URL": "https://adityasrivastava.vercel.app/"
- }
+ "description": "YOUR DESCRIPTION GOES HERE",
+ "repo": "https://github.com/adityasriv2317/portfolioAditya",
+ "owner": {
+ "username": "adityasriv2317",
+ "email": "adityaxia9237@gmail.com"
+ },
+ "record": {
+ "URL": "https://adityasrivastava.vercel.app/"
+ }
}
diff --git a/domains/shimizu.json b/domains/shimizu.json
index da5b1d4e5..b0c335042 100644
--- a/domains/shimizu.json
+++ b/domains/shimizu.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Mikofoxie",
- "email": "shimizulazy@gmail.com"
- },
- "record": {
- "CNAME": "shimizulinks.vercel.app"
- }
+ "owner": {
+ "username": "Mikofoxie",
+ "email": "shimizulazy@gmail.com"
+ },
+ "record": {
+ "CNAME": "shimizulinks.vercel.app"
+ }
}
diff --git a/domains/shoaib.json b/domains/shoaib.json
index 07d506eed..492b7ef35 100644
--- a/domains/shoaib.json
+++ b/domains/shoaib.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "d3vshoaib",
- "email": "d3vshoaib@gmail.com"
- },
- "record": {
- "CNAME": "d3vshoaib.netlify.app"
- }
+ "owner": {
+ "username": "d3vshoaib",
+ "email": "d3vshoaib@gmail.com"
+ },
+ "record": {
+ "CNAME": "d3vshoaib.netlify.app"
+ }
}
diff --git a/domains/shubhamverma.json b/domains/shubhamverma.json
index 2141e8dc9..e00d1e26c 100644
--- a/domains/shubhamverma.json
+++ b/domains/shubhamverma.json
@@ -1,8 +1,8 @@
{
- "owner": {
- "username": "Stroller15"
- },
- "record": {
- "CNAME": "cname.vercel-dns.com"
- }
+ "owner": {
+ "username": "Stroller15"
+ },
+ "record": {
+ "CNAME": "cname.vercel-dns.com"
+ }
}
diff --git a/domains/shukraditya.json b/domains/shukraditya.json
index c0ba14a62..8210c31d5 100644
--- a/domains/shukraditya.json
+++ b/domains/shukraditya.json
@@ -1,11 +1,11 @@
{
- "description": "Personal Blog and portfolio",
- "repo": "https://github.com/shukraditya/shukraditya",
- "owner": {
- "username": "shukraditya",
- "email": "shukra12bose@gmail.com"
- },
- "record": {
- "CNAME": "shukraditya.github.io"
- }
-}
\ No newline at end of file
+ "description": "Personal Blog and portfolio",
+ "repo": "https://github.com/shukraditya/shukraditya",
+ "owner": {
+ "username": "shukraditya",
+ "email": "shukra12bose@gmail.com"
+ },
+ "record": {
+ "CNAME": "shukraditya.github.io"
+ }
+}
diff --git a/domains/si458.json b/domains/si458.json
index 3043e5a4d..69fff21be 100644
--- a/domains/si458.json
+++ b/domains/si458.json
@@ -1,14 +1,11 @@
{
- "description": "an open source software developer supporting opensource applications",
- "repo": "https://github.com/si458",
- "owner": {
- "username": "si458",
- "email": "simonsmith5521@gmail.com"
- },
- "record": {
- "NS": [
- "jake.ns.cloudflare.com",
- "jill.ns.cloudflare.com"
- ]
- }
+ "description": "an open source software developer supporting opensource applications",
+ "repo": "https://github.com/si458",
+ "owner": {
+ "username": "si458",
+ "email": "simonsmith5521@gmail.com"
+ },
+ "record": {
+ "NS": ["jake.ns.cloudflare.com", "jill.ns.cloudflare.com"]
+ }
}
diff --git a/domains/sid385.json b/domains/sid385.json
index 8b97b2a63..f421fdcb1 100644
--- a/domains/sid385.json
+++ b/domains/sid385.json
@@ -1,11 +1,11 @@
{
- "description": "Personal portfolio ",
- "repo": "https://github.com/siddhant385/siddhant385.github.io",
- "owner": {
- "username": "siddhant385",
- "email": "ssiddhant.ssharma@gmail.com"
- },
- "record": {
- "CNAME": "siddhant385.github.io"
- }
+ "description": "Personal portfolio ",
+ "repo": "https://github.com/siddhant385/siddhant385.github.io",
+ "owner": {
+ "username": "siddhant385",
+ "email": "ssiddhant.ssharma@gmail.com"
+ },
+ "record": {
+ "CNAME": "siddhant385.github.io"
+ }
}
diff --git a/domains/sidhant.json b/domains/sidhant.json
index e860a0a75..1abbaa50a 100644
--- a/domains/sidhant.json
+++ b/domains/sidhant.json
@@ -1,11 +1,11 @@
{
- "description": "This is for my personal portfolio",
- "repo": "https://github.com/sidhant947/sidhant947.github.io",
- "owner": {
- "username": "sidhant947",
- "email": "khatkarsidhant@gmail.com"
- },
- "record": {
- "CNAME": "sidhant947.github.io"
- }
-}
\ No newline at end of file
+ "description": "This is for my personal portfolio",
+ "repo": "https://github.com/sidhant947/sidhant947.github.io",
+ "owner": {
+ "username": "sidhant947",
+ "email": "khatkarsidhant@gmail.com"
+ },
+ "record": {
+ "CNAME": "sidhant947.github.io"
+ }
+}
diff --git a/domains/silva.json b/domains/silva.json
index 412f8402c..22ac88af5 100644
--- a/domains/silva.json
+++ b/domains/silva.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "SilvaTechB",
- "email": "momanyi.2913@gmail.com"
- },
- "record": {
- "CNAME": "silvatechb.github.io"
- }
+ "owner": {
+ "username": "SilvaTechB",
+ "email": "momanyi.2913@gmail.com"
+ },
+ "record": {
+ "CNAME": "silvatechb.github.io"
+ }
}
diff --git a/domains/simontran.json b/domains/simontran.json
index beff8393d..eb732a4e1 100644
--- a/domains/simontran.json
+++ b/domains/simontran.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "tvkorsimon02",
- "email": "tntgaming2016@gmail.com"
- },
- "record": {
- "CNAME": "tvkorsimon02.github.io"
- }
+ "owner": {
+ "username": "tvkorsimon02",
+ "email": "tntgaming2016@gmail.com"
+ },
+ "record": {
+ "CNAME": "tvkorsimon02.github.io"
+ }
}
diff --git a/domains/sincererflame71.json b/domains/sincererflame71.json
index c6e93e287..3a985230f 100644
--- a/domains/sincererflame71.json
+++ b/domains/sincererflame71.json
@@ -4,6 +4,17 @@
"email": "DarkNightcore8@outlook.com"
},
"record": {
- "A": ["185.199.108.153"]
+ "A": [
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"
+ ],
+ "AAAA": [
+ "2606:50c0:8000::153",
+ "2606:50c0:8001::153",
+ "2606:50c0:8002::153",
+ "2606:50c0:8003::153"
+ ]
}
}
diff --git a/domains/siritas.json b/domains/siritas.json
index f036001d6..164e7d993 100644
--- a/domains/siritas.json
+++ b/domains/siritas.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "dahoba",
- "email": "dahoba+github@gmail.com"
- },
- "record": {
- "URL": "https://siritas.gitlab.io"
- }
+ "owner": {
+ "username": "dahoba",
+ "email": "dahoba+github@gmail.com"
+ },
+ "record": {
+ "URL": "https://siritas.gitlab.io"
+ }
}
diff --git a/domains/sivaraj.json b/domains/sivaraj.json
index d00a09ee7..91c3c4821 100644
--- a/domains/sivaraj.json
+++ b/domains/sivaraj.json
@@ -5,6 +5,17 @@
"discord": "1057144035812327524"
},
"record": {
- "A": ["185.199.108.153"]
+ "A": [
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"
+ ],
+ "AAAA": [
+ "2606:50c0:8000::153",
+ "2606:50c0:8001::153",
+ "2606:50c0:8002::153",
+ "2606:50c0:8003::153"
+ ]
}
}
diff --git a/domains/siya.json b/domains/siya.json
index 23d0afd79..6d829e4d5 100644
--- a/domains/siya.json
+++ b/domains/siya.json
@@ -1,11 +1,11 @@
{
- "description": "Siya's portfolio",
- "repo": "https://github.com/rajputsiya/portfolio",
- "owner": {
- "username": "rajputsiya",
- "email": "siyarajput9258@gmail.com"
- },
- "record": {
- "CNAME": "siyarajput.vercel.app"
- }
-}
\ No newline at end of file
+ "description": "Siya's portfolio",
+ "repo": "https://github.com/rajputsiya/portfolio",
+ "owner": {
+ "username": "rajputsiya",
+ "email": "siyarajput9258@gmail.com"
+ },
+ "record": {
+ "CNAME": "siyarajput.vercel.app"
+ }
+}
diff --git a/domains/sohag.json b/domains/sohag.json
index cd06c3546..a23436df4 100644
--- a/domains/sohag.json
+++ b/domains/sohag.json
@@ -1,10 +1,10 @@
-{
- "description": "For my portfolio",
- "owner": {
- "username": "sohag02",
- "discord": "sohagjabed"
- },
- "record": {
- "CNAME": "sohagj.vercel.app"
- }
-}
\ No newline at end of file
+{
+ "description": "For my portfolio",
+ "owner": {
+ "username": "sohag02",
+ "discord": "sohagjabed"
+ },
+ "record": {
+ "CNAME": "sohagj.vercel.app"
+ }
+}
diff --git a/domains/sombochea.json b/domains/sombochea.json
index 41182a1db..0c39b6a29 100644
--- a/domains/sombochea.json
+++ b/domains/sombochea.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "sombochea",
- "email": "sombochea100@gmail.com"
- },
- "record": {
- "A": ["76.76.21.21"]
- }
-}
\ No newline at end of file
+ "owner": {
+ "username": "sombochea",
+ "email": "sombochea100@gmail.com"
+ },
+ "record": {
+ "A": ["76.76.21.21"]
+ }
+}
diff --git a/domains/soul.json b/domains/soul.json
index bc18daee4..7bfa67701 100644
--- a/domains/soul.json
+++ b/domains/soul.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "SoulDevs",
- "email": "soulcosmic1406@proton.me"
- },
- "record": {
- "CNAME": "main-protfolio-seven.vercel.app"
- }
+ "owner": {
+ "username": "SoulDevs",
+ "email": "soulcosmic1406@proton.me"
+ },
+ "record": {
+ "CNAME": "main-protfolio-seven.vercel.app"
+ }
}
diff --git a/domains/speedindeed1.json b/domains/speedindeed1.json
index 202eaadd3..4b66ab415 100644
--- a/domains/speedindeed1.json
+++ b/domains/speedindeed1.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Rohan-ingle",
- "email": "rohaningle911@gmail.com"
- },
- "record": {
- "CNAME": "rohan-ingle.github.io"
- }
+ "owner": {
+ "username": "Rohan-ingle",
+ "email": "rohaningle911@gmail.com"
+ },
+ "record": {
+ "CNAME": "rohan-ingle.github.io"
+ }
}
diff --git a/domains/spencer.json b/domains/spencer.json
index b5fda7019..43484de0f 100644
--- a/domains/spencer.json
+++ b/domains/spencer.json
@@ -1,11 +1,11 @@
{
- "description": "Spencer's website",
- "repo": "https://github.com/LeeSpencer/leespencer.github.io",
- "owner": {
- "username": "LeeSpencer",
- "email": "mr.lee.spencer@gmail.com"
- },
- "record": {
- "CNAME": "leespencer.github.io"
- }
+ "description": "Spencer's website",
+ "repo": "https://github.com/LeeSpencer/leespencer.github.io",
+ "owner": {
+ "username": "LeeSpencer",
+ "email": "mr.lee.spencer@gmail.com"
+ },
+ "record": {
+ "CNAME": "leespencer.github.io"
+ }
}
diff --git a/domains/stark.json b/domains/stark.json
index 582d30863..ceb61f2e8 100644
--- a/domains/stark.json
+++ b/domains/stark.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "nguyentruongton",
- "email": "tonstark.dev@gmail.com"
- },
- "record": {
- "CNAME": "truongton.vercel.app"
- }
+ "owner": {
+ "username": "nguyentruongton",
+ "email": "tonstark.dev@gmail.com"
+ },
+ "record": {
+ "CNAME": "truongton.vercel.app"
+ }
}
diff --git a/domains/status.killuazoldyck.json b/domains/status.killuazoldyck.json
index 137660aee..c03099498 100644
--- a/domains/status.killuazoldyck.json
+++ b/domains/status.killuazoldyck.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "killuazoldyckreal",
- "email": "bk1030798@gmail.com"
- },
- "record": {
- "CNAME": "statuspage.betteruptime.com"
- }
+ "owner": {
+ "username": "killuazoldyckreal",
+ "email": "bk1030798@gmail.com"
+ },
+ "record": {
+ "CNAME": "statuspage.betteruptime.com"
+ }
}
diff --git a/domains/summon-the-coder.json b/domains/summon-the-coder.json
index 5ed790f42..d80088a6d 100644
--- a/domains/summon-the-coder.json
+++ b/domains/summon-the-coder.json
@@ -1,11 +1,11 @@
{
- "description": "Site about me",
- "repo": "https://github.com/banana6boom/banana6boom.github.io",
- "owner": {
- "username": "banana6boom",
- "email": "themadhouse@mail.ru"
- },
- "record": {
- "CNAME": "banana6boom.github.io"
- }
+ "description": "Site about me",
+ "repo": "https://github.com/banana6boom/banana6boom.github.io",
+ "owner": {
+ "username": "banana6boom",
+ "email": "themadhouse@mail.ru"
+ },
+ "record": {
+ "CNAME": "banana6boom.github.io"
+ }
}
diff --git a/domains/supperfreddo.json b/domains/supperfreddo.json
index daaa546fb..121f6e599 100644
--- a/domains/supperfreddo.json
+++ b/domains/supperfreddo.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "supperfreddo",
- "email": "supperfreddoio@gmail.com",
- "discord": "supperfreddo"
- },
- "record": {
- "CNAME": "supperfreddo.vercel.app"
- }
-}
\ No newline at end of file
+ "owner": {
+ "username": "supperfreddo",
+ "email": "supperfreddoio@gmail.com",
+ "discord": "supperfreddo"
+ },
+ "record": {
+ "CNAME": "supperfreddo.vercel.app"
+ }
+}
diff --git a/domains/synthara.json b/domains/synthara.json
index 7aee4a82d..0c8c720b9 100644
--- a/domains/synthara.json
+++ b/domains/synthara.json
@@ -1,13 +1,13 @@
{
"description": "🚀 Synthara – Your Smart AI Assistant Synthara is an advanced AI-powered virtual assistant designed to enhance productivity, answer queries, and automate tasks efficiently. Built with cutting-edge AI technology, Synthara delivers seamless interactions and intelligent responses.",
- "repo": "https://github.com/ArhanAnsari/Synthara",
- "owner": {
- "username": "ArhanAnsari",
- "email": "arhanansari2009@gmail.com",
- "x": "https://x.com/codewitharhan",
- "discord": "@codewitharhan"
- },
- "record": {
- "CNAME": "synthara.vercel.app"
- }
+ "repo": "https://github.com/ArhanAnsari/Synthara",
+ "owner": {
+ "username": "ArhanAnsari",
+ "email": "arhanansari2009@gmail.com",
+ "x": "https://x.com/codewitharhan",
+ "discord": "@codewitharhan"
+ },
+ "record": {
+ "CNAME": "synthara.vercel.app"
+ }
}
diff --git a/domains/tainguyen.json b/domains/tainguyen.json
index a6759b620..1819fd70e 100644
--- a/domains/tainguyen.json
+++ b/domains/tainguyen.json
@@ -1,11 +1,11 @@
{
- "description" : "this is my profile" ,
- "repo" : "https://github.com/taitai2107/web_cv" ,
- "owner" : {
- "username" : "taitai2107" ,
- "email" : "nguyencongkhanhtai21072001@gmail.com"
+ "description": "this is my profile",
+ "repo": "https://github.com/taitai2107/web_cv",
+ "owner": {
+ "username": "taitai2107",
+ "email": "nguyencongkhanhtai21072001@gmail.com"
},
- "record" : {
- "CNAME" : "taitai2107.github.io"
+ "record": {
+ "CNAME": "taitai2107.github.io"
}
}
diff --git a/domains/tanish-chahal.json b/domains/tanish-chahal.json
index 332880c13..af18388a1 100644
--- a/domains/tanish-chahal.json
+++ b/domains/tanish-chahal.json
@@ -1,11 +1,11 @@
{
- "description": "Tanish's Portfolio",
- "repo": "https://github.com/TanishChahal/register",
- "owner": {
- "username": "TanishChahal",
- "email": "TanishChahal5705@gmail.com"
- },
- "record": {
- "URL": "https://tanishchahal.netlify.app"
- }
+ "description": "Tanish's Portfolio",
+ "repo": "https://github.com/TanishChahal/register",
+ "owner": {
+ "username": "TanishChahal",
+ "email": "TanishChahal5705@gmail.com"
+ },
+ "record": {
+ "URL": "https://tanishchahal.netlify.app"
+ }
}
diff --git a/domains/tawiah.json b/domains/tawiah.json
index cf4f34eec..7582148ea 100644
--- a/domains/tawiah.json
+++ b/domains/tawiah.json
@@ -1,11 +1,11 @@
{
- "description": "Describe the use of this subdomain",
- "repo": "https://github.com/tawiahnyt/tawiah",
- "owner": {
- "username": "tawiahnyt",
- "email": "tawiahin4k@gmail.com"
- },
- "record": {
- "A": ["75.2.60.5"]
- }
+ "description": "Describe the use of this subdomain",
+ "repo": "https://github.com/tawiahnyt/tawiah",
+ "owner": {
+ "username": "tawiahnyt",
+ "email": "tawiahin4k@gmail.com"
+ },
+ "record": {
+ "A": ["75.2.60.5"]
+ }
}
diff --git a/domains/terry.json b/domains/terry.json
index 264442cfd..e6de06fe4 100644
--- a/domains/terry.json
+++ b/domains/terry.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "realyoterry",
- "email": "theterrykim@gmail.com"
- },
- "record": {
- "CNAME": "realyoterry.vercel.app"
- }
+ "owner": {
+ "username": "realyoterry",
+ "email": "theterrykim@gmail.com"
+ },
+ "record": {
+ "CNAME": "realyoterry.vercel.app"
+ }
}
diff --git a/domains/texh.json b/domains/texh.json
index b41ddb98b..b1ea1da39 100644
--- a/domains/texh.json
+++ b/domains/texh.json
@@ -4,6 +4,6 @@
"email": "techtonic709@gmail.com"
},
"record": {
- "MX": ["mx1.improvmx.com"]
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"]
}
}
diff --git a/domains/thangle.json b/domains/thangle.json
index 521a29d38..f3b5eea08 100644
--- a/domains/thangle.json
+++ b/domains/thangle.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "thangle9999",
- "discord": "thangle9999"
- },
- "record": {
- "TXT": "vc-domain-verify=thangle.is-a.dev,bd6f80914ee2949ce900"
- }
+ "owner": {
+ "username": "thangle9999",
+ "discord": "thangle9999"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=thangle.is-a.dev,bd6f80914ee2949ce900"
+ }
}
diff --git a/domains/thanh-sang.json b/domains/thanh-sang.json
index b5ba21e8f..5254349b3 100644
--- a/domains/thanh-sang.json
+++ b/domains/thanh-sang.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "sanG-github",
- "email": "sanghuynh20000@gmail.com"
- },
- "record": {
- "CNAME": "portfolio-logan.netlify.app"
- }
+ "owner": {
+ "username": "sanG-github",
+ "email": "sanghuynh20000@gmail.com"
+ },
+ "record": {
+ "CNAME": "portfolio-logan.netlify.app"
+ }
}
diff --git a/domains/thavirak.json b/domains/thavirak.json
index c1bf93590..2ae929ee3 100644
--- a/domains/thavirak.json
+++ b/domains/thavirak.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "thavirak",
- "email": "thavirak@gmail.com"
- },
- "record": {
- "A": ["76.76.21.21"]
- }
+ "owner": {
+ "username": "thavirak",
+ "email": "thavirak@gmail.com"
+ },
+ "record": {
+ "A": ["76.76.21.21"]
+ }
}
diff --git a/domains/thorito.json b/domains/thorito.json
index 4e348830c..f9b31b22d 100644
--- a/domains/thorito.json
+++ b/domains/thorito.json
@@ -1,11 +1,11 @@
{
- "description": "Personal Portfolio Website",
- "repo": "https://github.com/thorito/thorito.github.io",
- "owner": {
- "username": "thorito",
- "email": "victor.villar.misa@gmail.com"
- },
- "record": {
- "CNAME": "thorito.github.io"
- }
+ "description": "Personal Portfolio Website",
+ "repo": "https://github.com/thorito/thorito.github.io",
+ "owner": {
+ "username": "thorito",
+ "email": "victor.villar.misa@gmail.com"
+ },
+ "record": {
+ "CNAME": "thorito.github.io"
+ }
}
diff --git a/domains/thuc.json b/domains/thuc.json
index 1bf1a2bbb..5c10b4b73 100644
--- a/domains/thuc.json
+++ b/domains/thuc.json
@@ -1,8 +1,8 @@
{
- "owner": {
- "username": "thucngyyen"
- },
- "record": {
- "CNAME": "thucngyyen.github.io"
- }
+ "owner": {
+ "username": "thucngyyen"
+ },
+ "record": {
+ "CNAME": "thucngyyen.github.io"
+ }
}
diff --git a/domains/tiep-dv.json b/domains/tiep-dv.json
index d957b8d89..06c89907c 100644
--- a/domains/tiep-dv.json
+++ b/domains/tiep-dv.json
@@ -1,11 +1,11 @@
{
- "description": "tiep-dv.is-a.dev : This is my personal notebook",
- "repo": "https://github.com/tiep-dv/github-repository",
- "owner": {
- "username": "tiep-dv",
- "email": "tiepduongv@gmail.com"
- },
- "record": {
- "URL": "https://github.com/tiep-dv"
- }
+ "description": "tiep-dv.is-a.dev : This is my personal notebook",
+ "repo": "https://github.com/tiep-dv/github-repository",
+ "owner": {
+ "username": "tiep-dv",
+ "email": "tiepduongv@gmail.com"
+ },
+ "record": {
+ "URL": "https://github.com/tiep-dv"
+ }
}
diff --git a/domains/toastedstuff.json b/domains/toastedstuff.json
index 58c7f712a..279bc8f6f 100644
--- a/domains/toastedstuff.json
+++ b/domains/toastedstuff.json
@@ -1,11 +1,11 @@
-{
- "description": "toast's site lol",
- "repo": "https://github.com/bpr1ch3/bpr1ch3.github.io",
- "owner": {
- "username": "bpr1ch3",
- "email": "toastedstufff@gmail.com"
- },
- "record": {
- "CNAME": "bpr1ch3.github.io"
- }
-}
\ No newline at end of file
+{
+ "description": "toast's site lol",
+ "repo": "https://github.com/bpr1ch3/bpr1ch3.github.io",
+ "owner": {
+ "username": "bpr1ch3",
+ "email": "toastedstufff@gmail.com"
+ },
+ "record": {
+ "CNAME": "bpr1ch3.github.io"
+ }
+}
diff --git a/domains/tobi.json b/domains/tobi.json
index e1589e415..b8f1d131f 100644
--- a/domains/tobi.json
+++ b/domains/tobi.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "tobikli",
- "email": "tobikli@pm.me"
- },
- "record": {
- "URL": "https://tobia.sh"
- }
+ "owner": {
+ "username": "tobikli",
+ "email": "tobikli@pm.me"
+ },
+ "record": {
+ "URL": "https://tobia.sh"
+ }
}
diff --git a/domains/tobias.json b/domains/tobias.json
index 238276223..bd43dbc9d 100644
--- a/domains/tobias.json
+++ b/domains/tobias.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "smarterToby",
- "discord": "724712767080235049"
- },
- "record": {
- "CNAME": "tobiasreuss.vercel.app"
- }
-}
\ No newline at end of file
+ "owner": {
+ "username": "smarterToby",
+ "discord": "724712767080235049"
+ },
+ "record": {
+ "CNAME": "tobiasreuss.vercel.app"
+ }
+}
diff --git a/domains/tomek.json b/domains/tomek.json
index 04410165b..defbebbd1 100644
--- a/domains/tomek.json
+++ b/domains/tomek.json
@@ -1,8 +1,8 @@
{
- "owner": {
- "username": "tomek-i"
- },
- "record": {
- "CNAME": "tomek-i.github.io"
- }
+ "owner": {
+ "username": "tomek-i"
+ },
+ "record": {
+ "CNAME": "tomek-i.github.io"
+ }
}
diff --git a/domains/trademark.json b/domains/trademark.json
index 116efdcd4..59d91b0bb 100644
--- a/domains/trademark.json
+++ b/domains/trademark.json
@@ -1,11 +1,11 @@
{
- "description": "nice subdomain for my personal website.",
- "repo": "https://github.com/trmrk/trademark",
- "owner": {
- "username": "trmrk",
- "email": "augmooney@gmail.com"
- },
- "record": {
- "A": ["75.2.60.5"]
- }
+ "description": "nice subdomain for my personal website.",
+ "repo": "https://github.com/trmrk/trademark",
+ "owner": {
+ "username": "trmrk",
+ "email": "augmooney@gmail.com"
+ },
+ "record": {
+ "A": ["75.2.60.5"]
+ }
}
diff --git a/domains/tranduytoan.json b/domains/tranduytoan.json
index a53d5ed79..9c327da91 100644
--- a/domains/tranduytoan.json
+++ b/domains/tranduytoan.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "tranduytoan",
- "email": "toandeptraibodoiqua.10a4@gmail.com"
- },
- "record": {
- "CNAME": "tranduytoan.github.io"
- }
+ "owner": {
+ "username": "tranduytoan",
+ "email": "toandeptraibodoiqua.10a4@gmail.com"
+ },
+ "record": {
+ "CNAME": "tranduytoan.github.io"
+ }
}
diff --git a/domains/truongvanthong.json b/domains/truongvanthong.json
index 432565ec8..835cd40cc 100644
--- a/domains/truongvanthong.json
+++ b/domains/truongvanthong.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "truongvanthong",
- "email": "thongvanpro2002@gmail.com"
- },
- "record": {
- "CNAME": "truongvanthong.github.io"
- }
+ "owner": {
+ "username": "truongvanthong",
+ "email": "thongvanpro2002@gmail.com"
+ },
+ "record": {
+ "CNAME": "truongvanthong.github.io"
+ }
}
diff --git a/domains/tsania.json b/domains/tsania.json
index 1e4edfed4..bfb6df136 100644
--- a/domains/tsania.json
+++ b/domains/tsania.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "tsnzzhr",
- "email": "tsnzzhr102@gmail.com"
- },
- "record": {
- "CNAME": "tsanias.vercel.app"
- }
+ "owner": {
+ "username": "tsnzzhr",
+ "email": "tsnzzhr102@gmail.com"
+ },
+ "record": {
+ "CNAME": "tsanias.vercel.app"
+ }
}
diff --git a/domains/tungbt.json b/domains/tungbt.json
index c9ed84615..c4a66578f 100644
--- a/domains/tungbt.json
+++ b/domains/tungbt.json
@@ -1,20 +1,20 @@
{
- "description": "tungbt.is-a.dev : This is my personal blog",
- "owner": {
- "username": "bthanhtung",
- "email": "bthanhtung.se@gmail.com"
+ "description": "tungbt.is-a.dev : This is my personal blog",
+ "owner": {
+ "username": "bthanhtung",
+ "email": "bthanhtung.se@gmail.com"
+ },
+ "record": {
+ "URL": "https://tungbt.vercel.app/"
+ },
+ "redirect_config": {
+ "custom_paths": {
+ "/github": "https://github.com/bthanhtung",
+ "/x": "https://x.com/_bthanhtung",
+ "/fb": "https://facebook.com/TungDaDev",
+ "/linkedin": "https://linkedin.com/in/TungDaDev",
+ "/viblo": "https://viblo.asia/u/bthanhtung"
},
- "record": {
- "URL": "https://tungbt.vercel.app/"
- },
- "redirect_config": {
- "custom_paths": {
- "/github": "https://github.com/bthanhtung",
- "/x": "https://x.com/_bthanhtung",
- "/fb": "https://facebook.com/TungDaDev",
- "/linkedin": "https://linkedin.com/in/TungDaDev",
- "/viblo": "https://viblo.asia/u/bthanhtung"
- },
- "redirect_paths": true
- }
- }
\ No newline at end of file
+ "redirect_paths": true
+ }
+}
diff --git a/domains/udit.json b/domains/udit.json
index 1583fe5c4..b80065b9a 100644
--- a/domains/udit.json
+++ b/domains/udit.json
@@ -1,11 +1,11 @@
{
- "description": "Udit's portfolio",
- "repo": "https://github.com/uditdev1/details",
- "owner": {
- "username": "uditdev",
- "email": "uditdev0008@gmail.com"
- },
- "record": {
- "CNAME": "details-five.vercel.app"
- }
-}
\ No newline at end of file
+ "description": "Udit's portfolio",
+ "repo": "https://github.com/uditdev1/details",
+ "owner": {
+ "username": "uditdev",
+ "email": "uditdev0008@gmail.com"
+ },
+ "record": {
+ "CNAME": "details-five.vercel.app"
+ }
+}
diff --git a/domains/uditha.json b/domains/uditha.json
index b3ffe8963..962512690 100644
--- a/domains/uditha.json
+++ b/domains/uditha.json
@@ -1,9 +1,8 @@
-
{
- "owner": {
- "username": "udithamanohara"
- },
- "record": {
- "CNAME": "udithamanohara.github.io"
- }
+ "owner": {
+ "username": "udithamanohara"
+ },
+ "record": {
+ "CNAME": "udithamanohara.github.io"
+ }
}
diff --git a/domains/udyanupal.json b/domains/udyanupal.json
index 5c569ad40..b257a8a54 100644
--- a/domains/udyanupal.json
+++ b/domains/udyanupal.json
@@ -1,8 +1,8 @@
{
- "owner": {
- "username": "udyanupal"
- },
- "record": {
- "CNAME": "usupal.vercel.app"
- }
+ "owner": {
+ "username": "udyanupal"
+ },
+ "record": {
+ "CNAME": "usupal.vercel.app"
+ }
}
diff --git a/domains/umar.json b/domains/umar.json
index de9b455a7..063adf298 100644
--- a/domains/umar.json
+++ b/domains/umar.json
@@ -1,9 +1,9 @@
-{
- "owner": {
- "username": "umarsidiki",
- "email": "siddiquiumar0007@gmail.com"
- },
- "record": {
- "CNAME": "umarsidiki.github.io"
- }
-}
\ No newline at end of file
+{
+ "owner": {
+ "username": "umarsidiki",
+ "email": "siddiquiumar0007@gmail.com"
+ },
+ "record": {
+ "CNAME": "umarsidiki.github.io"
+ }
+}
diff --git a/domains/usamakhalid.json b/domains/usamakhalid.json
index 45f90bddc..a07a72c04 100644
--- a/domains/usamakhalid.json
+++ b/domains/usamakhalid.json
@@ -1,11 +1,11 @@
{
- "description": "THIS IS MY PORTFOLIO WEBSITE, But I am still working on it. I will update it soon.",
- "repo": "https://github.com/usama0155/portfolio",
- "owner": {
- "username": "usama0155",
- "email": "usamak5453@gmail.com"
- },
- "record": {
- "CNAME": "usama0155.github.io"
- }
+ "description": "THIS IS MY PORTFOLIO WEBSITE, But I am still working on it. I will update it soon.",
+ "repo": "https://github.com/usama0155/portfolio",
+ "owner": {
+ "username": "usama0155",
+ "email": "usamak5453@gmail.com"
+ },
+ "record": {
+ "CNAME": "usama0155.github.io"
+ }
}
diff --git a/domains/ushnish.json b/domains/ushnish.json
index e0b48b548..104afd249 100644
--- a/domains/ushnish.json
+++ b/domains/ushnish.json
@@ -9,7 +9,7 @@
"redirect_config": {
"custom_paths": {
"/github": "https://github.com/UshnishG",
- "/linkedin" : "https://www.linkedin.com/in/ushnishghosal"
+ "/linkedin": "https://www.linkedin.com/in/ushnishghosal"
},
"redirect_paths": true
}
diff --git a/domains/varun-kumar.json b/domains/varun-kumar.json
index 747ee4f16..be2a09ca9 100644
--- a/domains/varun-kumar.json
+++ b/domains/varun-kumar.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "varun-kumar-code",
- "email": "varunkumar1329@gmail.com"
- },
- "record": {
- "CNAME": "varun-kumar-code.github.io"
- }
+ "owner": {
+ "username": "varun-kumar-code",
+ "email": "varunkumar1329@gmail.com"
+ },
+ "record": {
+ "CNAME": "varun-kumar-code.github.io"
+ }
}
diff --git a/domains/vedant.json b/domains/vedant.json
index 1148cc2ea..15624eabb 100644
--- a/domains/vedant.json
+++ b/domains/vedant.json
@@ -1,8 +1,8 @@
{
- "owner": {
- "username": "theonlyvedu"
- },
- "record": {
- "CNAME": "theonlyvedu.github.io"
- }
+ "owner": {
+ "username": "theonlyvedu"
+ },
+ "record": {
+ "CNAME": "theonlyvedu.github.io"
+ }
}
diff --git a/domains/viernes.json b/domains/viernes.json
index d8a7a2d67..a738e08c8 100644
--- a/domains/viernes.json
+++ b/domains/viernes.json
@@ -1,10 +1,9 @@
{
- "owner": {
- "username": "br0k3r",
- "email": "br0k3r@protonmail.com"
- },
- "record": {
- "CNAME": "viernes.surge.sh"
- }
+ "owner": {
+ "username": "br0k3r",
+ "email": "br0k3r@protonmail.com"
+ },
+ "record": {
+ "CNAME": "viernes.surge.sh"
}
-
\ No newline at end of file
+}
diff --git a/domains/viet.json b/domains/viet.json
index 17a7d3607..8ed672915 100644
--- a/domains/viet.json
+++ b/domains/viet.json
@@ -7,9 +7,6 @@
"discord": "vietthedev"
},
"record": {
- "NS": [
- "evangeline.ns.cloudflare.com",
- "salvador.ns.cloudflare.com"
- ]
+ "NS": ["evangeline.ns.cloudflare.com", "salvador.ns.cloudflare.com"]
}
}
diff --git a/domains/vinitshah.json b/domains/vinitshah.json
index deca1eb4f..a40cd92da 100644
--- a/domains/vinitshah.json
+++ b/domains/vinitshah.json
@@ -1,11 +1,11 @@
{
- "description": "Portfolio Webisite",
- "repo": "https://github.com/vinitshah101/portfolio-website",
- "owner": {
- "username": "vinitshah101",
- "email": "vinitshahofficial@gmail.com"
- },
- "record": {
- "CNAME": "vinitshah101.github.io"
- }
+ "description": "Portfolio Webisite",
+ "repo": "https://github.com/vinitshah101/portfolio-website",
+ "owner": {
+ "username": "vinitshah101",
+ "email": "vinitshahofficial@gmail.com"
+ },
+ "record": {
+ "CNAME": "vinitshah101.github.io"
+ }
}
diff --git a/domains/vugx.json b/domains/vugx.json
index 36f984eb4..522ba37b9 100644
--- a/domains/vugx.json
+++ b/domains/vugx.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "TheVugx",
- "email": "thevugx@gmail.com"
- },
- "record": {
- "CNAME": "thevugx.github.io"
- }
+ "owner": {
+ "username": "TheVugx",
+ "email": "thevugx@gmail.com"
+ },
+ "record": {
+ "CNAME": "thevugx.github.io"
+ }
}
diff --git a/domains/w0l1d.json b/domains/w0l1d.json
index 362f47d7e..f96d1bd90 100644
--- a/domains/w0l1d.json
+++ b/domains/w0l1d.json
@@ -4,7 +4,7 @@
"owner": {
"username": "w0l1d",
"email": "w0l1d.dev@gmail.com",
- "linkedin":"linkedin.com/in/w0l1d"
+ "linkedin": "linkedin.com/in/w0l1d"
},
"record": {
"CNAME": "www.w0l1d.me"
diff --git a/domains/w3teal.json b/domains/w3teal.json
index 3c4267490..d8afb6325 100644
--- a/domains/w3teal.json
+++ b/domains/w3teal.json
@@ -1,19 +1,16 @@
{
- "description": "Used for my W3Teal's blog website, Keyoxide verification and ImprovMX.",
- "repo": "https://github.com/w3teal/w3teal.github.io",
- "owner": {
- "username": "w3teal",
- "email": "w3teal@gmail.com"
- },
- "record": {
- "A": ["76.76.21.21"],
- "TXT": [
- "aspe:keyoxide.org:YM7J2J5UIVYRWSHRSOTYFYJ2HQ",
- "v=spf1 include:spf.improvmx.com ~all"
- ],
- "MX": [
- "mx1.improvmx.com",
- "mx2.improvmx.com"
- ]
- }
+ "description": "Used for my W3Teal's blog website, Keyoxide verification and ImprovMX.",
+ "repo": "https://github.com/w3teal/w3teal.github.io",
+ "owner": {
+ "username": "w3teal",
+ "email": "w3teal@gmail.com"
+ },
+ "record": {
+ "A": ["76.76.21.21"],
+ "TXT": [
+ "aspe:keyoxide.org:YM7J2J5UIVYRWSHRSOTYFYJ2HQ",
+ "v=spf1 include:spf.improvmx.com ~all"
+ ],
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"]
+ }
}
diff --git a/domains/wasim.json b/domains/wasim.json
index 0543bf374..fdae2d706 100644
--- a/domains/wasim.json
+++ b/domains/wasim.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "simbaig",
- "email": "wasimbaig000@gmail.com"
- },
- "record": {
- "CNAME": "wasimb.vercel.app"
- }
+ "owner": {
+ "username": "simbaig",
+ "email": "wasimbaig000@gmail.com"
+ },
+ "record": {
+ "CNAME": "wasimb.vercel.app"
+ }
}
diff --git a/domains/william2sober.json b/domains/william2sober.json
index a29cc6284..89d6ca4f9 100644
--- a/domains/william2sober.json
+++ b/domains/william2sober.json
@@ -1,14 +1,12 @@
{
- "description": "The Website is to show off all my links and Dev Discord server",
- "repo": "https://github.com/william2sober/is-a-dev",
- "owner": {
- "username": "william2sober",
- "email": "willliam2sober@gmail.com"
- },
- "record": {
- "A": [
- "76.76.21.21"
- ]
- },
- "proxied": false
+ "description": "The Website is to show off all my links and Dev Discord server",
+ "repo": "https://github.com/william2sober/is-a-dev",
+ "owner": {
+ "username": "william2sober",
+ "email": "willliam2sober@gmail.com"
+ },
+ "record": {
+ "A": ["76.76.21.21"]
+ },
+ "proxied": false
}
diff --git a/domains/wilson-cordova.json b/domains/wilson-cordova.json
index 737221366..6adad4a17 100644
--- a/domains/wilson-cordova.json
+++ b/domains/wilson-cordova.json
@@ -1,11 +1,11 @@
{
- "description": "Subdominio para el portafolio de Wilson Córdova",
- "repo": "https://github.com/WSteeven/wilson-steeven.github.io",
- "owner": {
- "username": "WSteeven",
- "email": "wilson972906@gmail.com"
- },
- "record": {
- "CNAME": "wsteeven.github.io"
- }
-}
\ No newline at end of file
+ "description": "Subdominio para el portafolio de Wilson Córdova",
+ "repo": "https://github.com/WSteeven/wilson-steeven.github.io",
+ "owner": {
+ "username": "WSteeven",
+ "email": "wilson972906@gmail.com"
+ },
+ "record": {
+ "CNAME": "wsteeven.github.io"
+ }
+}
diff --git a/domains/www.all.json b/domains/www.all.json
index c933a1137..425e8bf7e 100644
--- a/domains/www.all.json
+++ b/domains/www.all.json
@@ -6,4 +6,4 @@
"record": {
"URL": "https://all.is-a.dev/"
}
-}
\ No newline at end of file
+}
diff --git a/domains/www.encoder.js.json b/domains/www.encoder.js.json
index 2d16694fb..78d2124d6 100644
--- a/domains/www.encoder.js.json
+++ b/domains/www.encoder.js.json
@@ -6,4 +6,4 @@
"record": {
"URL": "https://encoder.js.is-a.dev/"
}
-}
\ No newline at end of file
+}
diff --git a/domains/www.harunabdullah.json b/domains/www.harunabdullah.json
index 8a2ef2a61..f535533c9 100644
--- a/domains/www.harunabdullah.json
+++ b/domains/www.harunabdullah.json
@@ -1,12 +1,9 @@
{
- "owner": {
- "username": "harunabdullahrakin"
- },
-
- "record": {
- "A": [
- "185.31.40.12"
- ]
- }
+ "owner": {
+ "username": "harunabdullahrakin"
+ },
+ "record": {
+ "A": ["185.31.40.12"]
+ }
}
diff --git a/domains/xavier.json b/domains/xavier.json
index fa5b6efeb..e8c7047f4 100644
--- a/domains/xavier.json
+++ b/domains/xavier.json
@@ -2,10 +2,10 @@
"description": "Xavier Personal Development Site",
"repo": "https://github.com/MrSiir/mrsiir.github.io",
"owner": {
- "username": "MrSiir",
- "email": "mrsiir@gmail.com"
+ "username": "MrSiir",
+ "email": "mrsiir@gmail.com"
},
"record": {
- "CNAME": "mrsiir.github.io"
+ "CNAME": "mrsiir.github.io"
}
-}
\ No newline at end of file
+}
diff --git a/domains/xenonrexo.json b/domains/xenonrexo.json
index ac46d78de..61d5d10fb 100644
--- a/domains/xenonrexo.json
+++ b/domains/xenonrexo.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "shshams",
- "email": "shahadathossenshams@gmail.com"
- },
- "record": {
- "CNAME": "xenonrexo.vercel.app"
- }
+ "owner": {
+ "username": "shshams",
+ "email": "shahadathossenshams@gmail.com"
+ },
+ "record": {
+ "CNAME": "xenonrexo.vercel.app"
+ }
}
diff --git a/domains/xhide341.json b/domains/xhide341.json
index 8c861139d..4d5e23169 100644
--- a/domains/xhide341.json
+++ b/domains/xhide341.json
@@ -1,12 +1,12 @@
{
- "description": "Hey, I'm hide and I'm a developer",
- "repo": "https://github.com/xhide341/portfolio",
- "owner": {
- "username": "xhide341",
- "email": "shawnehgn10@gmail.com",
- "discord": "364749406878171136"
- },
- "record": {
- "CNAME": "xhide341.netlify.app"
- }
-}
\ No newline at end of file
+ "description": "Hey, I'm hide and I'm a developer",
+ "repo": "https://github.com/xhide341/portfolio",
+ "owner": {
+ "username": "xhide341",
+ "email": "shawnehgn10@gmail.com",
+ "discord": "364749406878171136"
+ },
+ "record": {
+ "CNAME": "xhide341.netlify.app"
+ }
+}
diff --git a/domains/xn--3s9h.json b/domains/xn--3s9h.json
index e401bb43f..b200d5d17 100644
--- a/domains/xn--3s9h.json
+++ b/domains/xn--3s9h.json
@@ -1,11 +1,11 @@
{
- "description": "I own unicorn.is-a.dev, so I thought it would be funny if I also own xn--3s9h.is-a.dev which is a unicorn-emoji.is-a.dev",
- "repo": "https://github.com/6nf0n3/is-a-dev_register",
- "owner": {
- "username": "bnfone",
- "email": "is-a-dev-registration.zbden@simplelogin.com"
- },
- "record": {
- "URL": "https://unicorn.is-a.dev"
- }
+ "description": "I own unicorn.is-a.dev, so I thought it would be funny if I also own xn--3s9h.is-a.dev which is a unicorn-emoji.is-a.dev",
+ "repo": "https://github.com/6nf0n3/is-a-dev_register",
+ "owner": {
+ "username": "bnfone",
+ "email": "is-a-dev-registration.zbden@simplelogin.com"
+ },
+ "record": {
+ "URL": "https://unicorn.is-a.dev"
+ }
}
diff --git a/domains/yas.json b/domains/yas.json
index e22f156c1..d3b5a8a8b 100644
--- a/domains/yas.json
+++ b/domains/yas.json
@@ -1,11 +1,11 @@
{
- "description": "My Portfolio",
- "repo": "https://github.com/yashokuu/yashokuu.github.io",
- "owner": {
- "username": "yashoukuu",
- "email": "yas.studios.en@gmail.com"
- },
- "record": {
- "CNAME": "yashokuu.github.io"
- }
+ "description": "My Portfolio",
+ "repo": "https://github.com/yashokuu/yashokuu.github.io",
+ "owner": {
+ "username": "yashoukuu",
+ "email": "yas.studios.en@gmail.com"
+ },
+ "record": {
+ "CNAME": "yashokuu.github.io"
+ }
}
diff --git a/domains/yatsuki.json b/domains/yatsuki.json
index 48ee4c2c1..5e975566f 100644
--- a/domains/yatsuki.json
+++ b/domains/yatsuki.json
@@ -6,9 +6,6 @@
"discord": "yatsuki."
},
"record": {
- "NS": [
- "ezra.ns.cloudflare.com",
- "teagan.ns.cloudflare.com"
- ]
+ "NS": ["ezra.ns.cloudflare.com", "teagan.ns.cloudflare.com"]
}
}
diff --git a/domains/yeasin.json b/domains/yeasin.json
index a54bc6124..9cb2a9e92 100644
--- a/domains/yeasin.json
+++ b/domains/yeasin.json
@@ -1,11 +1,11 @@
{
- "description": "yeasin.is-a.dev",
- "owner": {
- "username": "yeasiin",
- "email": "iamyeasiin@gmail.com"
- },
- "record": {
- "CNAME": "yeasiin.github.io"
- },
- "proxied": true
-}
\ No newline at end of file
+ "description": "yeasin.is-a.dev",
+ "owner": {
+ "username": "yeasiin",
+ "email": "iamyeasiin@gmail.com"
+ },
+ "record": {
+ "CNAME": "yeasiin.github.io"
+ },
+ "proxied": true
+}
diff --git a/domains/yellososa.json b/domains/yellososa.json
index d5141d19b..5673378fa 100644
--- a/domains/yellososa.json
+++ b/domains/yellososa.json
@@ -1,12 +1,11 @@
{
- "owner": {
- "username": "Dn1w",
- "discord": "923208452581511199",
- "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.UYEThSdIZTWX2_fHUJL6USuvkXNHtizdv6i6tq7VlLbxQ8hB9ShSrlEvwEbAL7xapElXx-Zjn9-DeeQLlpD6evOb-qeUOLp2bBA_TK9RmLnJnQEfTNsnjZAJwkd_IZUWtSoPVISyooLfEIFROAalmyBvOqO4jo6f_VS62akDJjFkpNHGizyTy3Ap4o4ECYhw3DJDpj70ZUfYlMym4IR9vBx-FENksCdRszGj9uSnCqrut0ebez8BhS4orxwF3iyh2zjOJ9RnvZdaBUM_T0bovHD-4W26p4PiOXVlJG-TPiLAA1oJrpRTjO4pIOeokstysYJWCfZMtz8Vzf1wsAXUnw.AtmbV8Ll8uA5ExuCKoLJAA.rw-ak74Tw-ynZRDyHMgKIwwy6-i-RNUSCEHQrvr4lK24iT5nsdqkqzBPFbIAnpbL-UT9VjlXF5JE-VDkg4p9iXaTPcNm11FSaqOEFSwEPIY.LbsXNr4vTuO14AqbVrEXJA"
- },
-
- "record": {
- "CNAME": "yellososa.github.io"
- }
- }
-
\ No newline at end of file
+ "owner": {
+ "username": "Dn1w",
+ "discord": "923208452581511199",
+ "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.UYEThSdIZTWX2_fHUJL6USuvkXNHtizdv6i6tq7VlLbxQ8hB9ShSrlEvwEbAL7xapElXx-Zjn9-DeeQLlpD6evOb-qeUOLp2bBA_TK9RmLnJnQEfTNsnjZAJwkd_IZUWtSoPVISyooLfEIFROAalmyBvOqO4jo6f_VS62akDJjFkpNHGizyTy3Ap4o4ECYhw3DJDpj70ZUfYlMym4IR9vBx-FENksCdRszGj9uSnCqrut0ebez8BhS4orxwF3iyh2zjOJ9RnvZdaBUM_T0bovHD-4W26p4PiOXVlJG-TPiLAA1oJrpRTjO4pIOeokstysYJWCfZMtz8Vzf1wsAXUnw.AtmbV8Ll8uA5ExuCKoLJAA.rw-ak74Tw-ynZRDyHMgKIwwy6-i-RNUSCEHQrvr4lK24iT5nsdqkqzBPFbIAnpbL-UT9VjlXF5JE-VDkg4p9iXaTPcNm11FSaqOEFSwEPIY.LbsXNr4vTuO14AqbVrEXJA"
+ },
+
+ "record": {
+ "CNAME": "yellososa.github.io"
+ }
+}
diff --git a/domains/yohanesrioirsan.json b/domains/yohanesrioirsan.json
index b3386cce7..dcc978126 100644
--- a/domains/yohanesrioirsan.json
+++ b/domains/yohanesrioirsan.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "yohanesrioirsan",
- "email": "rioirsan8@gmail.com"
- },
- "record": {
- "CNAME": "yohanesrioirsan.vercel.app"
- }
+ "owner": {
+ "username": "yohanesrioirsan",
+ "email": "rioirsan8@gmail.com"
+ },
+ "record": {
+ "CNAME": "yohanesrioirsan.vercel.app"
+ }
}
diff --git a/domains/youssef.json b/domains/youssef.json
index 72737d5b5..94f62f7dc 100644
--- a/domains/youssef.json
+++ b/domains/youssef.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "YoussefDevPro",
- "email": "youssef.pro.coding@gmail.com"
- },
- "record": {
- "CNAME": "youssef-portfolio-sigma-youssefdevpros-projects.vercel.app"
- }
+ "owner": {
+ "username": "YoussefDevPro",
+ "email": "youssef.pro.coding@gmail.com"
+ },
+ "record": {
+ "CNAME": "youssef-portfolio-sigma-youssefdevpros-projects.vercel.app"
+ }
}
diff --git a/domains/ysoseriouz.json b/domains/ysoseriouz.json
index fd0e82bd3..ed5fa1f31 100644
--- a/domains/ysoseriouz.json
+++ b/domains/ysoseriouz.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "ysoseriouz",
- "email": "thanh.nguyen.ntt2612@gmail.com"
- },
- "record": {
- "CNAME": "ysoseriouz.com"
- }
+ "owner": {
+ "username": "ysoseriouz",
+ "email": "thanh.nguyen.ntt2612@gmail.com"
+ },
+ "record": {
+ "CNAME": "ysoseriouz.com"
+ }
}
diff --git a/domains/zara.json b/domains/zara.json
index 521b04e19..b5b4b0676 100644
--- a/domains/zara.json
+++ b/domains/zara.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "tutupharirabu",
- "email": "code.zharaurien@gmail.com"
- },
- "record": {
- "CNAME": "portofolio-pribadi-irfan-zharauri.vercel.app"
- }
-}
\ No newline at end of file
+ "owner": {
+ "username": "tutupharirabu",
+ "email": "code.zharaurien@gmail.com"
+ },
+ "record": {
+ "CNAME": "portofolio-pribadi-irfan-zharauri.vercel.app"
+ }
+}
diff --git a/domains/zehao.json b/domains/zehao.json
index dd9f8938b..d2f99bc95 100644
--- a/domains/zehao.json
+++ b/domains/zehao.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "2eha0",
- "email": "zehao93@outlook.com"
- },
- "record": {
- "CNAME": "blog-pi-eight.vercel.app"
- }
+ "owner": {
+ "username": "2eha0",
+ "email": "zehao93@outlook.com"
+ },
+ "record": {
+ "CNAME": "blog-pi-eight.vercel.app"
+ }
}
diff --git a/domains/zerot69.json b/domains/zerot69.json
index c4654bd07..1b2d17044 100644
--- a/domains/zerot69.json
+++ b/domains/zerot69.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "zerot69",
- "email": "ngo.vo.hoang.tuan.69@gmail.com"
- },
- "record": {
- "CNAME": "zerot69.github.io"
- }
+ "owner": {
+ "username": "zerot69",
+ "email": "ngo.vo.hoang.tuan.69@gmail.com"
+ },
+ "record": {
+ "CNAME": "zerot69.github.io"
+ }
}
From ce714c2c20e4413b0e7d42a6969ab2f9cf7690a4 Mon Sep 17 00:00:00 2001
From: William Harrison <87287585+wdhdev@users.noreply.github.com>
Date: Thu, 13 Mar 2025 12:37:26 +0800
Subject: [PATCH 367/815] Update publish.yml
---
.github/workflows/publish.yml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index ac9c92abd..4d32369fb 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -21,10 +21,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- - name: Run tests
- run: |
- npm install
- npx ava tests/*.test.js
+ - name: Run DNSControl tests
+ uses: is-a-dev/dnscontrol-action@main
+ with:
+ args: check
- name: Generate creds.json
run: echo '{"cloudflare":{"TYPE":"CLOUDFLAREAPI","apitoken":"$CLOUDFLARE_API_TOKEN"}}' > ./creds.json
From 9847a656e8f5b6f84d00d5fb9dac2f77231bd092 Mon Sep 17 00:00:00 2001
From: William Harrison <87287585+wdhdev@users.noreply.github.com>
Date: Thu, 13 Mar 2025 12:46:30 +0800
Subject: [PATCH 368/815] Update ci.yml
---
.github/workflows/ci.yml | 14 ++++----------
1 file changed, 4 insertions(+), 10 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 4e6f30beb..4286d6040 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -27,21 +27,15 @@ jobs:
- run: npm install
- - name: Get PR author
- if: github.event_name == 'pull_request'
- run: echo "PR_AUTHOR=${{ github.event.pull_request.user.login }}" >> $GITHUB_ENV
-
- - name: Get PR labels
+ - name: Fetch PR information
if: github.event_name == 'pull_request'
run: |
+ echo "PR_AUTHOR=${{ github.event.pull_request.user.login }}" >> $GITHUB_ENV
+ echo "PR_AUTHOR_ID=${{ github.event.pull_request.user.id }}" >> $GITHUB_ENV
+
LABELS=$(gh api --jq '[.labels[].name]' /repos/{owner}/{repo}/pulls/${{ github.event.number }})
echo "PR_LABELS=$LABELS" >> $GITHUB_ENV
- env:
- GH_TOKEN: ${{ github.token }}
- - name: Get changed files
- if: github.event_name == 'pull_request'
- run: |
FILES=$(gh api --jq '[.[] | select(.status != "removed") | .filename]' /repos/{owner}/{repo}/pulls/${{ github.event.number }}/files)
echo "CHANGED_FILES=$FILES" >> $GITHUB_ENV
env:
From 01aa6c21a677e3d4a7505a0a311c4b212933ed88 Mon Sep 17 00:00:00 2001
From: Rubhak A <87231746+its-me-rbk@users.noreply.github.com>
Date: Thu, 13 Mar 2025 10:25:39 +0530
Subject: [PATCH 369/815] Create rbk.json
---
domains/rbk.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/rbk.json
diff --git a/domains/rbk.json b/domains/rbk.json
new file mode 100644
index 000000000..e06d445db
--- /dev/null
+++ b/domains/rbk.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "its-me-rbk",
+ "email": "ceo@greendwarftech.com"
+ },
+ "record": {
+ "CNAME": "rubhak.greendwarftech.com"
+ },
+}
From c5a09c9468d377cba33ccb92cd5ef6204c851aa7 Mon Sep 17 00:00:00 2001
From: William Harrison <87287585+wdhdev@users.noreply.github.com>
Date: Thu, 13 Mar 2025 13:01:49 +0800
Subject: [PATCH 370/815] improve pr tests
---
tests/pr.test.js | 8 +++++---
util/trusted.json | 13 ++++---------
2 files changed, 9 insertions(+), 12 deletions(-)
diff --git a/tests/pr.test.js b/tests/pr.test.js
index 8456e1576..eccab0791 100644
--- a/tests/pr.test.js
+++ b/tests/pr.test.js
@@ -2,7 +2,8 @@ const t = require("ava");
const fs = require("fs-extra");
const path = require("path");
-const trustedUsers = require("../util/trusted.json").map((u) => u.toLowerCase());
+const requiredEnvVars = ["CHANGED_FILES", "PR_AUTHOR", "PR_AUTHOR_ID"];
+const trustedUsers = require("../util/trusted.json").map((u) => u.id);
function getDomainData(subdomain) {
try {
@@ -14,14 +15,15 @@ function getDomainData(subdomain) {
}
t("Users can only update their own subdomains", (t) => {
- if (process.env.PR_AUTHOR && process.env.CHANGED_FILES) {
+ if (requiredEnvVars.every((v) => process.env[v])) {
const changedFiles = JSON.parse(process.env.CHANGED_FILES);
const prAuthor = process.env.PR_AUTHOR.toLowerCase();
+ const prAuthorId = process.env.PR_AUTHOR_ID;
const changedJSONFiles = changedFiles
.filter((file) => file.startsWith("domains/"))
.map((file) => path.basename(file));
- if (!changedJSONFiles || trustedUsers.includes(prAuthor)) return t.pass();
+ if (!changedJSONFiles || trustedUsers.includes(prAuthorId)) return t.pass();
if (process.env.PR_LABELS && process.env.PR_LABELS.includes("bypass-owner-check")) return t.pass();
changedJSONFiles.forEach((file) => {
diff --git a/util/trusted.json b/util/trusted.json
index 3c6078ccf..7bba06fc2 100644
--- a/util/trusted.json
+++ b/util/trusted.json
@@ -1,11 +1,6 @@
[
- "21Z",
- "DEV-DIBSTER",
- "iostpa",
- "is-a-dev-bot",
- "orangci",
- "Stef-00012",
- "SX-9",
- "WDH-2",
- "wdhdev"
+ { "username": "iostpa", "id": 69630113 },
+ { "username": "wdhdev", "id": 87287585 },
+ { "username": "is-a-dev-bot", "id": 106927495 },
+ { "username": "WDH-2", "id": 115670568 }
]
From 57205dcfc84112273de3a4fc8f9971ece70c8682 Mon Sep 17 00:00:00 2001
From: William Harrison <87287585+wdhdev@users.noreply.github.com>
Date: Thu, 13 Mar 2025 13:04:15 +0800
Subject: [PATCH 371/815] sort trusted + add orangci
---
util/trusted.json | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/util/trusted.json b/util/trusted.json
index 7bba06fc2..f6ba2bf9a 100644
--- a/util/trusted.json
+++ b/util/trusted.json
@@ -1,6 +1,7 @@
[
{ "username": "iostpa", "id": 69630113 },
- { "username": "wdhdev", "id": 87287585 },
{ "username": "is-a-dev-bot", "id": 106927495 },
- { "username": "WDH-2", "id": 115670568 }
+ { "username": "orangci", "id": 90866414 },
+ { "username": "WDH-2", "id": 115670568 },
+ { "username": "wdhdev", "id": 87287585 }
]
From 804aaa4768b362e93554e90eb957355d013af3f1 Mon Sep 17 00:00:00 2001
From: William Harrison <87287585+wdhdev@users.noreply.github.com>
Date: Thu, 13 Mar 2025 13:05:17 +0800
Subject: [PATCH 372/815] Update rbk.json
---
domains/rbk.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/rbk.json b/domains/rbk.json
index e06d445db..73f84d35a 100644
--- a/domains/rbk.json
+++ b/domains/rbk.json
@@ -5,5 +5,5 @@
},
"record": {
"CNAME": "rubhak.greendwarftech.com"
- },
+ }
}
From b709c2b1a71326588dd48acba711246e30560623 Mon Sep 17 00:00:00 2001
From: William Harrison <87287585+wdhdev@users.noreply.github.com>
Date: Thu, 13 Mar 2025 13:12:57 +0800
Subject: [PATCH 373/815] Update dnsconfig.js
---
dnsconfig.js | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dnsconfig.js b/dnsconfig.js
index eb4204b25..aa94cdc1d 100644
--- a/dnsconfig.js
+++ b/dnsconfig.js
@@ -77,8 +77,8 @@ for (var subdomain in domains) {
records.push(
MX(
subdomainName,
- parseInt(mxRecord.priority) || 10 + parseInt(mx),
- mxRecord.server + "."
+ parseInt(mxRecord.priority),
+ mxRecord.target + "."
)
);
}
@@ -107,7 +107,7 @@ for (var subdomain in domains) {
for (var tlsa in domainData.record.TLSA) {
var tlsaRecord = domainData.record.TLSA[tlsa];
- commit[domain].records.push(
+ records.push(
TLSA(
subdomainName,
tlsaRecord.usage,
From 364847dcc212269658c245ac6a110232857808ee Mon Sep 17 00:00:00 2001
From: William Harrison <87287585+wdhdev@users.noreply.github.com>
Date: Thu, 13 Mar 2025 13:16:47 +0800
Subject: [PATCH 374/815] Update records.test.js
---
tests/records.test.js | 34 +++++++++++++++++-----------------
1 file changed, 17 insertions(+), 17 deletions(-)
diff --git a/tests/records.test.js b/tests/records.test.js
index c387c1721..52fb1f677 100644
--- a/tests/records.test.js
+++ b/tests/records.test.js
@@ -121,10 +121,10 @@ function validateRecordValues(t, data, file) {
if (typeof record === "string") {
t.true(isValidHostname(record), `${file}: Invalid hostname for ${key} at index ${idx}`);
} else {
- t.true(isValidHostname(record.server), `${file}: Invalid server for MX at index ${idx}`);
+ t.true(isValidHostname(record.target), `${file}: Invalid target for ${key} at index ${idx}`);
t.true(
Number.isInteger(record.priority) && record.priority >= 0 && record.priority <= 65535,
- `${file}: Invalid priority for MX at index ${idx}`
+ `${file}: Invalid priority for ${key} at index ${idx}`
);
}
} else if (key === "NS") {
@@ -168,55 +168,55 @@ function validateRecordValues(t, data, file) {
if (key === "CAA") {
t.true(
["issue", "issuewild", "iodef"].includes(record.tag),
- `${file}: Invalid tag for CAA at index ${idx}`
+ `${file}: Invalid tag for ${key} at index ${idx}`
);
- t.true(typeof record.value === "string", `${file}: Invalid value for CAA at index ${idx}`);
+ t.true(typeof record.value === "string", `${file}: Invalid value for ${key} at index ${idx}`);
t.true(
isValidHostname(record.value) || record.value === ";",
- `${file}: Value must be a hostname or semicolon for CAA at index ${idx}`
+ `${file}: Value must be a hostname or semicolon for ${key} at index ${idx}`
);
} else if (key === "DS") {
t.true(
Number.isInteger(record.key_tag) && record.key_tag >= 0 && record.key_tag <= 65535,
- `${file}: Invalid key_tag for DS at index ${idx}`
+ `${file}: Invalid key_tag for ${key} at index ${idx}`
);
t.true(
Number.isInteger(record.algorithm) && record.algorithm >= 0 && record.algorithm <= 255,
- `${file}: Invalid algorithm for DS at index ${idx}`
+ `${file}: Invalid algorithm for ${key} at index ${idx}`
);
t.true(
Number.isInteger(record.digest_type) && record.digest_type >= 0 && record.digest_type <= 255,
- `${file}: Invalid digest_type for DS at index ${idx}`
+ `${file}: Invalid digest_type for ${key} at index ${idx}`
);
- t.true(isValidHexadecimal(record.digest), `${file}: Invalid digest for DS at index ${idx}`);
+ t.true(isValidHexadecimal(record.digest), `${file}: Invalid digest for ${key} at index ${idx}`);
} else if (key === "SRV") {
t.true(
Number.isInteger(record.priority) && record.priority >= 0 && record.priority <= 65535,
- `${file}: Invalid priority for SRV at index ${idx}`
+ `${file}: Invalid priority for ${key} at index ${idx}`
);
t.true(
Number.isInteger(record.weight) && record.weight >= 0 && record.weight <= 65535,
- `${file}: Invalid weight for SRV at index ${idx}`
+ `${file}: Invalid weight for ${key} at index ${idx}`
);
t.true(
Number.isInteger(record.port) && record.port >= 0 && record.port <= 65535,
- `${file}: Invalid port for SRV at index ${idx}`
+ `${file}: Invalid port for ${key} at index ${idx}`
);
- t.true(isValidHostname(record.target), `${file}: Invalid target for SRV at index ${idx}`);
+ t.true(isValidHostname(record.target), `${file}: Invalid target for ${key} at index ${idx}`);
} else if (key === "TLSA") {
t.true(
Number.isInteger(record.usage) && record.usage >= 0 && record.usage <= 255,
- `${file}: Invalid usage for TLSA at index ${idx}`
+ `${file}: Invalid usage for ${key} at index ${idx}`
);
t.true(
Number.isInteger(record.selector) && record.selector >= 0 && record.selector <= 255,
- `${file}: Invalid selector for TLSA at index ${idx}`
+ `${file}: Invalid selector for ${key} at index ${idx}`
);
t.true(
Number.isInteger(record.matchingType) && record.matchingType >= 0 && record.matchingType <= 255,
- `${file}: Invalid matchingType for TLSA at index ${idx}`
+ `${file}: Invalid matchingType for ${key} at index ${idx}`
);
- t.true(isValidHexadecimal(record.certificate), `${file}: Invalid certificate for TLSA at index ${idx}`);
+ t.true(isValidHexadecimal(record.certificate), `${file}: Invalid certificate for ${key} at index ${idx}`);
}
});
}
From 131ed630f0d735e42b6896a0154be31f6f8db152 Mon Sep 17 00:00:00 2001
From: William Harrison <87287585+wdhdev@users.noreply.github.com>
Date: Thu, 13 Mar 2025 13:20:37 +0800
Subject: [PATCH 375/815] add Stef-00012
---
util/trusted.json | 1 +
1 file changed, 1 insertion(+)
diff --git a/util/trusted.json b/util/trusted.json
index f6ba2bf9a..f8b95d666 100644
--- a/util/trusted.json
+++ b/util/trusted.json
@@ -2,6 +2,7 @@
{ "username": "iostpa", "id": 69630113 },
{ "username": "is-a-dev-bot", "id": 106927495 },
{ "username": "orangci", "id": 90866414 },
+ { "username": "Stef-00012", "id": 81536172 },
{ "username": "WDH-2", "id": 115670568 },
{ "username": "wdhdev", "id": 87287585 }
]
From 85faed6ff51f337347eba861a337ecb9d067ec83 Mon Sep 17 00:00:00 2001
From: William Harrison <87287585+wdhdev@users.noreply.github.com>
Date: Thu, 13 Mar 2025 13:34:27 +0800
Subject: [PATCH 376/815] get removed file data
---
.github/workflows/ci.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 4286d6040..a3267184a 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -38,6 +38,9 @@ jobs:
FILES=$(gh api --jq '[.[] | select(.status != "removed") | .filename]' /repos/{owner}/{repo}/pulls/${{ github.event.number }}/files)
echo "CHANGED_FILES=$FILES" >> $GITHUB_ENV
+
+ REMOVED_FILE_DATA=$(gh api --jq '[.[] | select(.status == "removed") | {name: .filename, data: .patch}]' /repos/${{ github.repository }}/pulls/${{ github.event.pull_request.number }}/files)
+ echo "DELETED_FILES=$REMOVED_FILE_DATA" >> $GITHUB_ENV
env:
GH_TOKEN: ${{ github.token }}
From 7867f4b8a180bbe89ca3c72031daede405123b18 Mon Sep 17 00:00:00 2001
From: William Harrison <87287585+wdhdev@users.noreply.github.com>
Date: Thu, 13 Mar 2025 13:41:32 +0800
Subject: [PATCH 377/815] check deleted files ownership
---
tests/pr.test.js | 28 +++++++++++++++++++++++++---
1 file changed, 25 insertions(+), 3 deletions(-)
diff --git a/tests/pr.test.js b/tests/pr.test.js
index eccab0791..9b6a85b7d 100644
--- a/tests/pr.test.js
+++ b/tests/pr.test.js
@@ -2,7 +2,7 @@ const t = require("ava");
const fs = require("fs-extra");
const path = require("path");
-const requiredEnvVars = ["CHANGED_FILES", "PR_AUTHOR", "PR_AUTHOR_ID"];
+const requiredEnvVars = ["PR_AUTHOR", "PR_AUTHOR_ID"];
const trustedUsers = require("../util/trusted.json").map((u) => u.id);
function getDomainData(subdomain) {
@@ -17,13 +17,18 @@ function getDomainData(subdomain) {
t("Users can only update their own subdomains", (t) => {
if (requiredEnvVars.every((v) => process.env[v])) {
const changedFiles = JSON.parse(process.env.CHANGED_FILES);
+ const deletedFiles = JSON.parse(process.env.DELETED_FILES);
const prAuthor = process.env.PR_AUTHOR.toLowerCase();
const prAuthorId = process.env.PR_AUTHOR_ID;
+
const changedJSONFiles = changedFiles
.filter((file) => file.startsWith("domains/"))
.map((file) => path.basename(file));
+ const deletedJSONFiles = deletedFiles
+ .filter((file) => file.name.startsWith("domains/"))
+ .map((file) => path.basename(file.name));
- if (!changedJSONFiles || trustedUsers.includes(prAuthorId)) return t.pass();
+ if ((!changedJSONFiles && !deletedFiles) || trustedUsers.includes(prAuthorId)) return t.pass();
if (process.env.PR_LABELS && process.env.PR_LABELS.includes("bypass-owner-check")) return t.pass();
changedJSONFiles.forEach((file) => {
@@ -32,7 +37,24 @@ t("Users can only update their own subdomains", (t) => {
t.true(
data.owner.username.toLowerCase() === prAuthor,
- `${subdomain}: ${prAuthor} does not own ${subdomain}.is-a.dev`
+ `${subdomain}: ${prAuthor} is not authorized to update ${subdomain}.is-a.dev`
+ );
+ });
+
+ deletedJSONFiles.forEach((file) => {
+ const subdomain = file.replace(/\.json$/, "");
+ const data = JSON.parse(
+ deletedFiles
+ .find((f) => f.name === `domains/${file}`)
+ .data.split("\n")
+ .filter((line) => line.startsWith("-") && !line.startsWith("---"))
+ .map((line) => line.substring(1))
+ .join("\n")
+ );
+
+ t.true(
+ data.owner.username.toLowerCase() === prAuthor,
+ `${file}: ${prAuthor} is not authorized to delete ${subdomain}.is-a.dev`
);
});
}
From 68869d733f23c3e85fadcc44761f4d7a3f040285 Mon Sep 17 00:00:00 2001
From: William Harrison <87287585+wdhdev@users.noreply.github.com>
Date: Thu, 13 Mar 2025 13:50:50 +0800
Subject: [PATCH 378/815] update bypass owner ci label name
---
tests/pr.test.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/pr.test.js b/tests/pr.test.js
index 9b6a85b7d..ee532387c 100644
--- a/tests/pr.test.js
+++ b/tests/pr.test.js
@@ -29,7 +29,7 @@ t("Users can only update their own subdomains", (t) => {
.map((file) => path.basename(file.name));
if ((!changedJSONFiles && !deletedFiles) || trustedUsers.includes(prAuthorId)) return t.pass();
- if (process.env.PR_LABELS && process.env.PR_LABELS.includes("bypass-owner-check")) return t.pass();
+ if (process.env.PR_LABELS && process.env.PR_LABELS.includes("ci: bypass-owner-check")) return t.pass();
changedJSONFiles.forEach((file) => {
const subdomain = file.replace(/\.json$/, "");
From 0c29520bbf80583f8640a268155422c4e7498d44 Mon Sep 17 00:00:00 2001
From: William Harrison <87287585+wdhdev@users.noreply.github.com>
Date: Thu, 13 Mar 2025 14:17:51 +0800
Subject: [PATCH 379/815] Create DISCORD_RULES.md
---
DISCORD_RULES.md | 86 ++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 86 insertions(+)
create mode 100644 DISCORD_RULES.md
diff --git a/DISCORD_RULES.md b/DISCORD_RULES.md
new file mode 100644
index 000000000..8337f60d5
--- /dev/null
+++ b/DISCORD_RULES.md
@@ -0,0 +1,86 @@
+# Introduction
+This document is intended for staff and community members. It covers what is and isn’t allowed in the server, along with punishment lengths and more.
+
+## Server Rules
+
+1. Follow Discord's [ToS](https://discord.com/terms) and [Community Guidelines](https://discord.com/guidelines).
+ 1. Modified clients are allowed, however abusing them may result in a ban.
+2. Show human decency and use common sense above all else. Keep our server clean and be respectful of others.
+ 1. No NSFW. This includes, images, discussions of anything on the topic or "funny" jokes, gore, role playing etc.
+ 2. Do not discuss mutes, bans, warnings, or any related topics in public chats. They do not serve as a topic of discussion.
+ 3. Refrain from mini modding. You aren't a moderator; use */report* or ping one staff member.
+ 4. No slurs, excessive swearing, abuse, bait, harassment, etc.
+3. Do not post malicious links and/or files.
+4. No attempting to bypass, intentionally misinterpret, or find loopholes in the rules.
+ 1. A moderator's word is final. When told to cease, cease.
+5. Refrain from asking for support in non-support channels; you will not receive help there. If you need help, then open a ticket in \#get-help only after you have read the is-a.dev documentation and weren't answered there.
+6. Do not beg for your pull request to be merged or for anything else. Send a link to your pull request *once* in \#pull-requests and patiently wait for a maintainer to get to it. Do *not* ping maintainers to merge pull requests.
+7. Your account is your responsibility.
+ 1. If someone else is using your account and breaks these rules, you are responsible.
+ 2. If your account gets compromised and gets banned from this server, you may request an unban once you recover it.
+8. Do not attempt to bypass our auto moderation system.
+9. Do not advertise your website, bot or anything else outside of \#showcase.
+ 1. Bot invite links are not allowed in \#showcase.
+10. Do not attempt to bypass a punishment on your account.
+ 1. This will result in an immediate ban on your account.
+11. Do not use bot commands outside of \#commands.
+12. English only.
+13. Where applicable, this server is governed by our [Terms of Service](https://is-a.dev/terms).
+
+## Moderation Ethic
+
+1. Don't allow yourself to show bias or prejudice. For example, don't “let something slide” solely because the member in question is a respected person within the community. It is not harsh or wrong to call someone out and request somebody to cease something that isn't allowed on the server.
+2. Don't be rude. A problem that is fairly common in the server is that some maintainers are rude to new members. It's ridiculous and sets a horrible example.
+3. Don't abuse your privileges. You were granted them for a reason \- because we trusted you. Please don't abuse that trust and use them for things they aren't meant for, *even as a joke*. Simply put, it's fair to nobody.
+4. Follow the rules. Especially regarding NSFW language and content.
+5. Staff are not immune to punishment. If you are caught breaking the rules, you will be punished, just like any other regular member.
+
+## Staff Team Respect
+
+**Being respectful to each other**:
+We are working together, this is not a competition, so act like it. Everyone here should be mature enough to be able to at least respect each other, regardless of any differences or issues we have between us. If you have an issue with another staff member, take it to DMs, do not share your problems with the rest of the server.
+
+**Regarding roles and permissions**:
+If someone receives a certain role or position that is higher than you, do not go complaining about it. We are old enough to talk it out properly and not have to argue. What matters is that the service and server runs peacefully, all this does is create drama. If you disagree with someone receiving a specific role or permission, you can talk about it in **private** channels, do not talk about these topics outside of staff channels, and try not to argue.
+
+## Enforcing the Rules
+
+* ***Miscellaneous offences***:
+ * Extremely flashy or earrape media and memes: 3 hour mute
+ * Hoisting: Change nickname to *Moderated Nickname*
+ * Begging for roles/PR merging: 1-3 hour mute
+ * Asking for support in a non-support channel *after* being told it is the wrong channel: 30 minute mute
+ * Impersonation of a staff member: Ban
+ * Mention spam, chat flooding, text walls, command spam: 1-3 hour mute
+ * Arguing after being asked to stop: 1 hour mute, if continued, 1 day mute
+ * Breaking Discord's [ToS](https://discord.com/terms)/[Guidelines](https://discord.com/guidelines): Ban
+ * Modified clients are allowed, assuming they are not using them for abusive purposes. This is because they are extremely hard to moderate.
+ * Doxxing/raiding (including threats): Ban \+ report to Discord
+ * Posting malicious links, files: Ban
+ * Harassment of a user: 3 hour mute
+ * Bypassing mutes/bans: Ban
+* ***Death threats***:
+ * kill yourself/kill myself jokes (including GIFs): 12 hour mute
+ * Severe offence (above, but not a joke) Ban
+* ***Slurs***:
+ * Racial slurs: Ban
+ * LGBT slurs: 1 day mute
+ * *“retard”* is allowed, however it cannot be targeted towards a user
+ * Permitted uses: “that's retarded”
+ * Disallowed uses: “@user is retarded”
+ * 1 day mute
+* ***Trolling***:
+ * Non-severe offence (e.g. just being stupid, asking dumb questions)
+ * 3 hour mute
+ * Severe offence (e.g. abusing moderator permissions)
+ * Ban
+* ***Advertising***:
+ * DM advertising: Ban
+ * Malicious advertising: Ban
+ * Advertising in server: 1 hour mute, if continued, ban
+ * *Advertising is allowed in \#showcase, but mainly only websites and bots.*
+* ***NSFW***:
+ * NSFW jokes/humour: 1-3 hour mute
+ * NSFW content/media: Ban
+ * CP: Ban \+ report to Discord
+ * CP jokes: Ban \+ report messages
From 3627a9fd7edfeb434c93009280a407f9699b55bd Mon Sep 17 00:00:00 2001
From: William Harrison <87287585+wdhdev@users.noreply.github.com>
Date: Thu, 13 Mar 2025 14:18:15 +0800
Subject: [PATCH 380/815] Update DISCORD_RULES.md
---
DISCORD_RULES.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/DISCORD_RULES.md b/DISCORD_RULES.md
index 8337f60d5..af2efef88 100644
--- a/DISCORD_RULES.md
+++ b/DISCORD_RULES.md
@@ -1,4 +1,6 @@
-# Introduction
+# Discord Server Rules
+
+## Introduction
This document is intended for staff and community members. It covers what is and isn’t allowed in the server, along with punishment lengths and more.
## Server Rules
From afc1edf8d22299d13185b44aced9d01cc30a178f Mon Sep 17 00:00:00 2001
From: William Harrison <87287585+wdhdev@users.noreply.github.com>
Date: Thu, 13 Mar 2025 14:33:20 +0800
Subject: [PATCH 381/815] Update raw.json
---
domains/raw.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/raw.json b/domains/raw.json
index cc2562542..b8d2e61c5 100644
--- a/domains/raw.json
+++ b/domains/raw.json
@@ -4,6 +4,6 @@
"email": "admin@is-a.dev"
},
"record": {
- "URL": "https://raw-api.is-a.dev"
+ "CNAME": "is-a.dev"
}
}
From 6f37967f3d322ada5b45f25da9c213a960308f53 Mon Sep 17 00:00:00 2001
From: William Harrison <87287585+wdhdev@users.noreply.github.com>
Date: Thu, 13 Mar 2025 14:35:42 +0800
Subject: [PATCH 382/815] Create _github-pages-challenge-is-a-dev.raw.json
---
domains/_github-pages-challenge-is-a-dev.raw.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/_github-pages-challenge-is-a-dev.raw.json
diff --git a/domains/_github-pages-challenge-is-a-dev.raw.json b/domains/_github-pages-challenge-is-a-dev.raw.json
new file mode 100644
index 000000000..586d27003
--- /dev/null
+++ b/domains/_github-pages-challenge-is-a-dev.raw.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "is-a-dev",
+ "email": "admin@is-a.dev"
+ },
+ "record": {
+ "TXT": "451887dc71c60fef6eb91e9b1ac27d"
+ }
+}
From 275796cf57fd81552c6d89193d7f4e59067e9da8 Mon Sep 17 00:00:00 2001
From: William Harrison <87287585+wdhdev@users.noreply.github.com>
Date: Thu, 13 Mar 2025 14:37:40 +0800
Subject: [PATCH 383/815] Delete
domains/_github-pages-challenge-is-a-dev.raw-api.json
---
domains/_github-pages-challenge-is-a-dev.raw-api.json | 9 ---------
1 file changed, 9 deletions(-)
delete mode 100644 domains/_github-pages-challenge-is-a-dev.raw-api.json
diff --git a/domains/_github-pages-challenge-is-a-dev.raw-api.json b/domains/_github-pages-challenge-is-a-dev.raw-api.json
deleted file mode 100644
index 3b2c1b412..000000000
--- a/domains/_github-pages-challenge-is-a-dev.raw-api.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "is-a-dev",
- "email": "admin@is-a.dev"
- },
- "record": {
- "TXT": "22bbab4068a6c51de6df06aac442d5"
- }
-}
From dcd26e97bf38c28d0ce7ea01ce313afc500770b1 Mon Sep 17 00:00:00 2001
From: William Harrison <87287585+wdhdev@users.noreply.github.com>
Date: Thu, 13 Mar 2025 14:41:39 +0800
Subject: [PATCH 384/815] Update raw-api.json
---
domains/raw-api.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/raw-api.json b/domains/raw-api.json
index b8d2e61c5..48df34639 100644
--- a/domains/raw-api.json
+++ b/domains/raw-api.json
@@ -4,6 +4,6 @@
"email": "admin@is-a.dev"
},
"record": {
- "CNAME": "is-a.dev"
+ "URL": "https://raw.is-a.dev"
}
}
From fe8ce92758bbb17fbc23ab66e678e17ff08deb9c Mon Sep 17 00:00:00 2001
From: orangc
Date: Thu, 13 Mar 2025 10:13:03 +0300
Subject: [PATCH 385/815] Update mjresu.json
---
domains/mjresu.json | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/domains/mjresu.json b/domains/mjresu.json
index 0c0216718..ec9fd4a73 100644
--- a/domains/mjresu.json
+++ b/domains/mjresu.json
@@ -1,12 +1,9 @@
{
- "subdomain": "mjresu",
"owner": {
- "repo": "https://github.com/mjdsj",
+ "username": "mjdsj",
"email": "work.mjdsj+is-a-dev@gmail.com"
},
"record": {
"CNAME": "portfolio-workmjdsj-gmailcom.vercel.app"
- },
- "proxied": false
- }
-
\ No newline at end of file
+ }
+}
From fc1e9da98206ff9a5650cb6734b9bd0ec361c49c Mon Sep 17 00:00:00 2001
From: William Harrison <87287585+wdhdev@users.noreply.github.com>
Date: Thu, 13 Mar 2025 17:59:10 +0800
Subject: [PATCH 386/815] deploy _redirect txt records again
---
dnsconfig.js | 1 +
1 file changed, 1 insertion(+)
diff --git a/dnsconfig.js b/dnsconfig.js
index aa94cdc1d..61a3974ce 100644
--- a/dnsconfig.js
+++ b/dnsconfig.js
@@ -133,6 +133,7 @@ for (var subdomain in domains) {
// Handle URL records
if (domainData.record.URL) {
records.push(A(subdomainName, IP("192.0.2.1"), CF_PROXY_ON));
+ records.push(TXT("_redirect." + subdomainName, domainData.record.URL));
}
}
From 600bc9629c6d848339c147418dc0101d41521afa Mon Sep 17 00:00:00 2001
From: William Harrison <87287585+wdhdev@users.noreply.github.com>
Date: Thu, 13 Mar 2025 19:29:17 +0800
Subject: [PATCH 387/815] Delete domains/wh.json
---
domains/wh.json | 12 ------------
1 file changed, 12 deletions(-)
delete mode 100644 domains/wh.json
diff --git a/domains/wh.json b/domains/wh.json
deleted file mode 100644
index 55dcef36b..000000000
--- a/domains/wh.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "owner": {
- "username": "wdhdev",
- "email": "william@is-a.dev"
- },
- "record": {
- "URL": "https://william.is-a.dev"
- },
- "redirect_config": {
- "redirect_paths": true
- }
-}
From 7eb31a283b5b635f34abb21817b8ae846966e673 Mon Sep 17 00:00:00 2001
From: William Harrison <87287585+wdhdev@users.noreply.github.com>
Date: Thu, 13 Mar 2025 19:42:09 +0800
Subject: [PATCH 388/815] run on updates to reserved domains
---
.github/workflows/raw-api.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/raw-api.yml b/.github/workflows/raw-api.yml
index 4ba2bd85d..227e6100e 100644
--- a/.github/workflows/raw-api.yml
+++ b/.github/workflows/raw-api.yml
@@ -6,6 +6,7 @@ on:
paths:
- "domains/*"
- ".github/workflows/raw-api.yml"
+ - "util/reserved.json"
workflow_dispatch:
From 3358cf5cd119b96c8ef7f11b768a43c44a417be5 Mon Sep 17 00:00:00 2001
From: William Harrison <87287585+wdhdev@users.noreply.github.com>
Date: Thu, 13 Mar 2025 19:43:24 +0800
Subject: [PATCH 389/815] add `reserved`
---
util/reserved.json | 1 +
1 file changed, 1 insertion(+)
diff --git a/util/reserved.json b/util/reserved.json
index ec562a4f0..4d8f280b0 100644
--- a/util/reserved.json
+++ b/util/reserved.json
@@ -98,6 +98,7 @@
"redirect",
"registrar",
"registry",
+ "reserved",
"root",
"secure",
"security",
From fb97c98b75f1868acfd90232241a239c6e7c2b55 Mon Sep 17 00:00:00 2001
From: William Harrison <87287585+wdhdev@users.noreply.github.com>
Date: Thu, 13 Mar 2025 19:50:57 +0800
Subject: [PATCH 390/815] push dns records to reserved domains
---
dnsconfig.js | 7 +++++++
domains/nic.json | 9 ---------
domains/reserved.json | 9 +++++++++
util/reserved.json | 2 +-
4 files changed, 17 insertions(+), 10 deletions(-)
delete mode 100644 domains/nic.json
create mode 100644 domains/reserved.json
diff --git a/dnsconfig.js b/dnsconfig.js
index 61a3974ce..a9ca5fa3f 100644
--- a/dnsconfig.js
+++ b/dnsconfig.js
@@ -137,6 +137,13 @@ for (var subdomain in domains) {
}
}
+const reserved = require("./util/reserved.json");
+
+// Handle reserved domains
+for (const subdomain of reserved) {
+ records.push(CNAME(subdomain), "reserved.is-a.dev", CF_PROXY_ON);
+}
+
var options = {
no_ns: "true"
};
diff --git a/domains/nic.json b/domains/nic.json
deleted file mode 100644
index c78690f36..000000000
--- a/domains/nic.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "is-a-dev",
- "email": "admin@is-a.dev"
- },
- "record": {
- "URL": "https://is-a.dev"
- }
-}
diff --git a/domains/reserved.json b/domains/reserved.json
new file mode 100644
index 000000000..2df8fef75
--- /dev/null
+++ b/domains/reserved.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "is-a-dev",
+ "email": "admin@is-a.dev"
+ },
+ "record": {
+ "URL": "https://is-a.dev/reserved"
+ }
+}
diff --git a/util/reserved.json b/util/reserved.json
index 4d8f280b0..a285827d2 100644
--- a/util/reserved.json
+++ b/util/reserved.json
@@ -68,6 +68,7 @@
"net",
"network",
"news",
+ "nic",
"noc",
"notification",
"notifications",
@@ -98,7 +99,6 @@
"redirect",
"registrar",
"registry",
- "reserved",
"root",
"secure",
"security",
From 68e6bbeeef090bd8fd5977a2b4c02f1ec93e2d2f Mon Sep 17 00:00:00 2001
From: William Harrison <87287585+wdhdev@users.noreply.github.com>
Date: Thu, 13 Mar 2025 19:52:21 +0800
Subject: [PATCH 391/815] fix variable name
---
dnsconfig.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dnsconfig.js b/dnsconfig.js
index a9ca5fa3f..9bca8e6cc 100644
--- a/dnsconfig.js
+++ b/dnsconfig.js
@@ -137,10 +137,10 @@ for (var subdomain in domains) {
}
}
-const reserved = require("./util/reserved.json");
+const reservedDomains = require("./util/reserved.json");
// Handle reserved domains
-for (const subdomain of reserved) {
+for (const subdomain of reservedDomains) {
records.push(CNAME(subdomain), "reserved.is-a.dev", CF_PROXY_ON);
}
From 368e0b2e5ac4b9c6b3dd5f8523ed69663489dd57 Mon Sep 17 00:00:00 2001
From: William Harrison <87287585+wdhdev@users.noreply.github.com>
Date: Thu, 13 Mar 2025 19:55:23 +0800
Subject: [PATCH 392/815] Update dnsconfig.js
---
dnsconfig.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dnsconfig.js b/dnsconfig.js
index 9bca8e6cc..236b15a99 100644
--- a/dnsconfig.js
+++ b/dnsconfig.js
@@ -137,10 +137,10 @@ for (var subdomain in domains) {
}
}
-const reservedDomains = require("./util/reserved.json");
+var reserved = require("./util/reserved.json");
// Handle reserved domains
-for (const subdomain of reservedDomains) {
+for (const subdomain of reserved) {
records.push(CNAME(subdomain), "reserved.is-a.dev", CF_PROXY_ON);
}
From ea69bfea8dc4393f8fb497bde6c4c50c08a7de94 Mon Sep 17 00:00:00 2001
From: William Harrison <87287585+wdhdev@users.noreply.github.com>
Date: Thu, 13 Mar 2025 19:55:47 +0800
Subject: [PATCH 393/815] Update dnsconfig.js
---
dnsconfig.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dnsconfig.js b/dnsconfig.js
index 236b15a99..cba49ca23 100644
--- a/dnsconfig.js
+++ b/dnsconfig.js
@@ -140,7 +140,7 @@ for (var subdomain in domains) {
var reserved = require("./util/reserved.json");
// Handle reserved domains
-for (const subdomain of reserved) {
+for (var subdomain of reserved) {
records.push(CNAME(subdomain), "reserved.is-a.dev", CF_PROXY_ON);
}
From 6918769667d032f1b02a9b6db844008b26b4a7ef Mon Sep 17 00:00:00 2001
From: William Harrison <87287585+wdhdev@users.noreply.github.com>
Date: Thu, 13 Mar 2025 19:57:19 +0800
Subject: [PATCH 394/815] Update dnsconfig.js
---
dnsconfig.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dnsconfig.js b/dnsconfig.js
index cba49ca23..9edb4c23c 100644
--- a/dnsconfig.js
+++ b/dnsconfig.js
@@ -140,8 +140,8 @@ for (var subdomain in domains) {
var reserved = require("./util/reserved.json");
// Handle reserved domains
-for (var subdomain of reserved) {
- records.push(CNAME(subdomain), "reserved.is-a.dev", CF_PROXY_ON);
+for (var subdomain in reserved) {
+ records.push(CNAME(subdomain, "reserved.is-a.dev", CF_PROXY_ON));
}
var options = {
From d065a04ddc6aa9f8c4a0839055f4af8e86b4be1e Mon Sep 17 00:00:00 2001
From: William Harrison <87287585+wdhdev@users.noreply.github.com>
Date: Thu, 13 Mar 2025 20:00:59 +0800
Subject: [PATCH 395/815] Update dnsconfig.js
---
dnsconfig.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dnsconfig.js b/dnsconfig.js
index 9edb4c23c..670b22acd 100644
--- a/dnsconfig.js
+++ b/dnsconfig.js
@@ -140,8 +140,8 @@ for (var subdomain in domains) {
var reserved = require("./util/reserved.json");
// Handle reserved domains
-for (var subdomain in reserved) {
- records.push(CNAME(subdomain, "reserved.is-a.dev", CF_PROXY_ON));
+for (var subdomain of reserved) {
+ records.push(CNAME(subdomain, "reserved.is-a.dev.", CF_PROXY_ON));
}
var options = {
From 5415d9947d7d09e32186e781855b2c0f91f14905 Mon Sep 17 00:00:00 2001
From: William Harrison <87287585+wdhdev@users.noreply.github.com>
Date: Thu, 13 Mar 2025 20:02:45 +0800
Subject: [PATCH 396/815] Update dnsconfig.js
---
dnsconfig.js | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dnsconfig.js b/dnsconfig.js
index 670b22acd..9e5fdd99f 100644
--- a/dnsconfig.js
+++ b/dnsconfig.js
@@ -140,7 +140,8 @@ for (var subdomain in domains) {
var reserved = require("./util/reserved.json");
// Handle reserved domains
-for (var subdomain of reserved) {
+for (var i = 0; i < reserved.length; i++) {
+ var subdomain = reserved[i];
records.push(CNAME(subdomain, "reserved.is-a.dev.", CF_PROXY_ON));
}
From 3a66350a9827a3bdcdf972a1969900990852c6b3 Mon Sep 17 00:00:00 2001
From: William Harrison <87287585+wdhdev@users.noreply.github.com>
Date: Thu, 13 Mar 2025 20:06:41 +0800
Subject: [PATCH 397/815] Update ci.yml
---
.github/workflows/ci.yml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index a3267184a..1521b5990 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -44,5 +44,11 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
+ - name: Run DNSControl tests
+ if: github.event_name == 'pull_request' && contains(fromJson(env.CHANGED_FILES), 'dnsconfig.js')
+ uses: is-a-dev/dnscontrol-action@main
+ with:
+ args: check
+
- name: Run tests
run: npx ava tests/*.test.js --timeout=1m
From 1d573c17434a0d41ae7015dd80649747458a8ca2 Mon Sep 17 00:00:00 2001
From: Cedrick Feze
Date: Thu, 13 Mar 2025 13:07:16 +0100
Subject: [PATCH 398/815] Updated cedrickfeze.json
---
domains/cedrickfeze.json | 8 ++++++++
1 file changed, 8 insertions(+)
create mode 100644 domains/cedrickfeze.json
diff --git a/domains/cedrickfeze.json b/domains/cedrickfeze.json
new file mode 100644
index 000000000..4e171cf23
--- /dev/null
+++ b/domains/cedrickfeze.json
@@ -0,0 +1,8 @@
+{
+ "owner": {
+ "username": "cedrickdev"
+ },
+ "record": {
+ "CNAME": "portfolio-six-ochre-12.vercel.app"
+ }
+}
From f283f89adaf2bc6fa26577c3457cd6f1eeddf864 Mon Sep 17 00:00:00 2001
From: William Harrison <87287585+wdhdev@users.noreply.github.com>
Date: Thu, 13 Mar 2025 20:29:59 +0800
Subject: [PATCH 399/815] run publish workflow on reserved update
---
.github/workflows/publish.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 4d32369fb..6094cba76 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -6,6 +6,7 @@ on:
paths:
- "domains/*"
- ".github/workflows/publish.yml"
+ - "util/reserved.json"
- "dnsconfig.js"
workflow_dispatch:
From c3d3b2e16b544885a080e2e95487058a8a4f4808 Mon Sep 17 00:00:00 2001
From: William Harrison <87287585+wdhdev@users.noreply.github.com>
Date: Thu, 13 Mar 2025 20:30:29 +0800
Subject: [PATCH 400/815] reserve `home`
---
util/reserved.json | 1 +
1 file changed, 1 insertion(+)
diff --git a/util/reserved.json b/util/reserved.json
index a285827d2..e8c56c7e8 100644
--- a/util/reserved.json
+++ b/util/reserved.json
@@ -39,6 +39,7 @@
"help",
"helper",
"helpers",
+ "home",
"hostmaster",
"http",
"https",
From c52e579ac641fffba4d186901e9f8819f097fc75 Mon Sep 17 00:00:00 2001
From: William Harrison <87287585+wdhdev@users.noreply.github.com>
Date: Thu, 13 Mar 2025 20:33:58 +0800
Subject: [PATCH 401/815] Update dnsconfig.js
---
dnsconfig.js | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/dnsconfig.js b/dnsconfig.js
index 9e5fdd99f..9d63707af 100644
--- a/dnsconfig.js
+++ b/dnsconfig.js
@@ -139,10 +139,19 @@ for (var subdomain in domains) {
var reserved = require("./util/reserved.json");
+var excludedReserved = [
+ "ns1",
+ "ns2",
+ "ns3",
+ "ns4"
+]
+
// Handle reserved domains
for (var i = 0; i < reserved.length; i++) {
var subdomain = reserved[i];
- records.push(CNAME(subdomain, "reserved.is-a.dev.", CF_PROXY_ON));
+ if (!excludedReserved.includes(subdomain)) {
+ records.push(CNAME(subdomain, "reserved.is-a.dev.", CF_PROXY_ON));
+ }
}
var options = {
From afa6839ab84001dc879bb7bea499fc321ca94dd0 Mon Sep 17 00:00:00 2001
From: William Harrison <87287585+wdhdev@users.noreply.github.com>
Date: Thu, 13 Mar 2025 20:35:37 +0800
Subject: [PATCH 402/815] fix formatting
---
dnsconfig.js | 30 +++++++++++++++---------------
1 file changed, 15 insertions(+), 15 deletions(-)
diff --git a/dnsconfig.js b/dnsconfig.js
index 9d63707af..390b3f0a6 100644
--- a/dnsconfig.js
+++ b/dnsconfig.js
@@ -104,20 +104,20 @@ for (var subdomain in domains) {
// Handle TLSA records
if (domainData.record.TLSA) {
- for (var tlsa in domainData.record.TLSA) {
- var tlsaRecord = domainData.record.TLSA[tlsa];
+ for (var tlsa in domainData.record.TLSA) {
+ var tlsaRecord = domainData.record.TLSA[tlsa];
- records.push(
- TLSA(
- subdomainName,
- tlsaRecord.usage,
- tlsaRecord.selector,
- tlsaRecord.matchingType,
- tlsaRecord.certificate
- )
- );
- }
- }
+ records.push(
+ TLSA(
+ subdomainName,
+ tlsaRecord.usage,
+ tlsaRecord.selector,
+ tlsaRecord.matchingType,
+ tlsaRecord.certificate
+ )
+ );
+ }
+ }
// Handle TXT records
if (domainData.record.TXT) {
@@ -133,14 +133,14 @@ for (var subdomain in domains) {
// Handle URL records
if (domainData.record.URL) {
records.push(A(subdomainName, IP("192.0.2.1"), CF_PROXY_ON));
- records.push(TXT("_redirect." + subdomainName, domainData.record.URL));
+ records.push(TXT("_redirect." + subdomainName, domainData.record.URL));
}
}
var reserved = require("./util/reserved.json");
var excludedReserved = [
- "ns1",
+ "ns1",
"ns2",
"ns3",
"ns4"
From 62fde92368a9676cd138b136506978fd2ae258a0 Mon Sep 17 00:00:00 2001
From: William Harrison <87287585+wdhdev@users.noreply.github.com>
Date: Thu, 13 Mar 2025 20:39:35 +0800
Subject: [PATCH 403/815] Update dnsconfig.js
---
dnsconfig.js | 14 ++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)
diff --git a/dnsconfig.js b/dnsconfig.js
index 390b3f0a6..233be9a7f 100644
--- a/dnsconfig.js
+++ b/dnsconfig.js
@@ -139,17 +139,15 @@ for (var subdomain in domains) {
var reserved = require("./util/reserved.json");
-var excludedReserved = [
- "ns1",
- "ns2",
- "ns3",
- "ns4"
-]
-
// Handle reserved domains
for (var i = 0; i < reserved.length; i++) {
var subdomain = reserved[i];
- if (!excludedReserved.includes(subdomain)) {
+ if (
+ subdomain !== "ns1" &&
+ subdomain !== "ns2" &&
+ subdomain !== "ns3" &&
+ subdomain !== "ns4"
+ ) {
records.push(CNAME(subdomain, "reserved.is-a.dev.", CF_PROXY_ON));
}
}
From 3c5d1a43c415cf307fc64d81c6835eca260720fc Mon Sep 17 00:00:00 2001
From: BreretonCodez <53999272+BreretonCodez@users.noreply.github.com>
Date: Thu, 13 Mar 2025 09:33:20 -0400
Subject: [PATCH 404/815] Update micahb.json
---
domains/micahb.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/domains/micahb.json b/domains/micahb.json
index 87c24c2bf..f9ce68b13 100644
--- a/domains/micahb.json
+++ b/domains/micahb.json
@@ -2,7 +2,8 @@
"description": "Micah Brereton, technologist creating impact",
"owner": {
"username": "BreretonCodez",
- "email": "me@micahb.net"
+ "email": "me@micahb.net",
+ "discord": "kingmb"
},
"record": {
"URL": "https://micahb.net"
From 152e5f0167a6135cc38a9e9bd869ec1ae460b28b Mon Sep 17 00:00:00 2001
From: William Harrison <87287585+wdhdev@users.noreply.github.com>
Date: Thu, 13 Mar 2025 21:35:18 +0800
Subject: [PATCH 405/815] stop raw.is-a.dev from being proxied
---
tests/proxy.test.js | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/tests/proxy.test.js b/tests/proxy.test.js
index d7c73bc5b..4a193a5d5 100644
--- a/tests/proxy.test.js
+++ b/tests/proxy.test.js
@@ -21,9 +21,14 @@ function getDomainData(file) {
}
function validateProxiedRecords(t, data, file) {
- // Convert the Set to an array for message display (moved outside the loop to optimize performance)
const recordTypes = Array.from(requiredRecordsToProxy).join(", ");
+ // Forcefully stop raw.is-a.dev from being proxied
+ if (file === "raw.json") {
+ t.true(!data.proxied, `${file}: raw.is-a.dev cannot be proxied`);
+ return;
+ }
+
if (data.proxied) {
const hasProxiedRecord = Object.keys(data.record).some((key) => requiredRecordsToProxy.has(key));
@@ -39,8 +44,8 @@ const files = fs.readdirSync(domainsPath).filter((file) => file.endsWith(".json"
t("Domains with proxy enabled must have at least one proxy-able record", (t) => {
files.forEach((file) => {
- const domain = getDomainData(file);
+ const data = getDomainData(file);
- validateProxiedRecords(t, domain, file);
+ validateProxiedRecords(t, data, file);
});
});
From 86fa5a72fccc42451667febb9e8b027560d8baab Mon Sep 17 00:00:00 2001
From: William Harrison <87287585+wdhdev@users.noreply.github.com>
Date: Thu, 13 Mar 2025 21:44:00 +0800
Subject: [PATCH 406/815] change reserved domains records
---
dnsconfig.js | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/dnsconfig.js b/dnsconfig.js
index 233be9a7f..972e869cf 100644
--- a/dnsconfig.js
+++ b/dnsconfig.js
@@ -141,14 +141,14 @@ var reserved = require("./util/reserved.json");
// Handle reserved domains
for (var i = 0; i < reserved.length; i++) {
- var subdomain = reserved[i];
+ var subdomainName = reserved[i];
if (
- subdomain !== "ns1" &&
- subdomain !== "ns2" &&
- subdomain !== "ns3" &&
- subdomain !== "ns4"
+ subdomainName !== "ns1" &&
+ subdomainName !== "ns2" &&
+ subdomainName !== "ns3" &&
+ subdomainName !== "ns4"
) {
- records.push(CNAME(subdomain, "reserved.is-a.dev.", CF_PROXY_ON));
+ records.push(A(subdomainName, IP("192.0.2.1"), CF_PROXY_ON));
}
}
From 39ab03363498a5afb26e93ce9fb7204ed8f55310 Mon Sep 17 00:00:00 2001
From: William Harrison <87287585+wdhdev@users.noreply.github.com>
Date: Thu, 13 Mar 2025 21:44:22 +0800
Subject: [PATCH 407/815] Delete domains/reserved.json
---
domains/reserved.json | 9 ---------
1 file changed, 9 deletions(-)
delete mode 100644 domains/reserved.json
diff --git a/domains/reserved.json b/domains/reserved.json
deleted file mode 100644
index 2df8fef75..000000000
--- a/domains/reserved.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "is-a-dev",
- "email": "admin@is-a.dev"
- },
- "record": {
- "URL": "https://is-a.dev/reserved"
- }
-}
From 3d5664215a59496d613233c74d9e69947243c8ca Mon Sep 17 00:00:00 2001
From: William Harrison <87287585+wdhdev@users.noreply.github.com>
Date: Thu, 13 Mar 2025 21:44:51 +0800
Subject: [PATCH 408/815] reserve `reserved`
---
util/reserved.json | 1 +
1 file changed, 1 insertion(+)
diff --git a/util/reserved.json b/util/reserved.json
index e8c56c7e8..37c071c97 100644
--- a/util/reserved.json
+++ b/util/reserved.json
@@ -100,6 +100,7 @@
"redirect",
"registrar",
"registry",
+ "reserved",
"root",
"secure",
"security",
From f4934150eb23a9b7374e647c7f51a59b12238b4e Mon Sep 17 00:00:00 2001
From: Pog-Frog <60003686+Pog-Frog@users.noreply.github.com>
Date: Thu, 13 Mar 2025 15:47:51 +0200
Subject: [PATCH 409/815] Delete my entry
---
domains/omarabdellatif.json | 11 -----------
1 file changed, 11 deletions(-)
delete mode 100644 domains/omarabdellatif.json
diff --git a/domains/omarabdellatif.json b/domains/omarabdellatif.json
deleted file mode 100644
index 2734d25ac..000000000
--- a/domains/omarabdellatif.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Serving my PERSONAL website",
- "repo": "https://pog-frog.github.io/my-resume/",
- "owner": {
- "username": "Pog-Frog",
- "email": "fireangle5621@gmail.com"
- },
- "record": {
- "URL": "https://pog-frog.github.io/my-resume/"
- }
-}
From d7de11680dadc0092fc634cd04f991900ae2d99f Mon Sep 17 00:00:00 2001
From: William Harrison <87287585+wdhdev@users.noreply.github.com>
Date: Thu, 13 Mar 2025 21:56:07 +0800
Subject: [PATCH 410/815] add quotations around _redirect txt records
---
dnsconfig.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dnsconfig.js b/dnsconfig.js
index 972e869cf..2e056ad43 100644
--- a/dnsconfig.js
+++ b/dnsconfig.js
@@ -133,7 +133,7 @@ for (var subdomain in domains) {
// Handle URL records
if (domainData.record.URL) {
records.push(A(subdomainName, IP("192.0.2.1"), CF_PROXY_ON));
- records.push(TXT("_redirect." + subdomainName, domainData.record.URL));
+ records.push(TXT("_redirect." + subdomainName, "\"" + domainData.record.URL + "\""));
}
}
From 3dc9b159919648defef80e1a0139e9c63388cb55 Mon Sep 17 00:00:00 2001
From: William Harrison <87287585+wdhdev@users.noreply.github.com>
Date: Thu, 13 Mar 2025 22:47:05 +0800
Subject: [PATCH 411/815] remove publish badge from readme
---
README.md | 1 -
1 file changed, 1 deletion(-)
diff --git a/README.md b/README.md
index 6c53a4027..9b4b42f9c 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,6 @@
-
is-a.dev
From 0200af4e1e9fa368a5dddfabbcde4f15098194f8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alejandro=20S=C3=A1nchez=20Serrano?=
<101008406+AlejandroSanchezSerrano@users.noreply.github.com>
Date: Thu, 13 Mar 2025 16:02:57 +0100
Subject: [PATCH 412/815] Create alejandro.json
---
domains/alejandro.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/alejandro.json
diff --git a/domains/alejandro.json b/domains/alejandro.json
new file mode 100644
index 000000000..2cea35453
--- /dev/null
+++ b/domains/alejandro.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "AlejandroSanchezSerrano",
+ "email": "alexxsanse@gmail.com"
+ },
+ "record": {
+ "CNAME": "alejandrosanchezserrano.github.io"
+ }
+}
From 811e174eaf20a05ba9d5a4d8aa8b57579623cf0b Mon Sep 17 00:00:00 2001
From: Caelan Curry <47324703+CaeCur@users.noreply.github.com>
Date: Thu, 13 Mar 2025 15:26:55 +0000
Subject: [PATCH 413/815] Create caelan.json
---
domains/caelan.json | 1 +
1 file changed, 1 insertion(+)
create mode 100644 domains/caelan.json
diff --git a/domains/caelan.json b/domains/caelan.json
new file mode 100644
index 000000000..8b1378917
--- /dev/null
+++ b/domains/caelan.json
@@ -0,0 +1 @@
+
From cc735a099f754907fe6b8757aa06a46f89273999 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Manuel=20Ramallo=20D=C3=ADaz?=
<32164753+ManuelRamallo@users.noreply.github.com>
Date: Thu, 13 Mar 2025 16:43:35 +0100
Subject: [PATCH 414/815] Update manuelramallo.json
---
domains/manuelramallo.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/domains/manuelramallo.json b/domains/manuelramallo.json
index b83f885db..aeb8928b5 100644
--- a/domains/manuelramallo.json
+++ b/domains/manuelramallo.json
@@ -1,6 +1,7 @@
{
"owner": {
- "username": "ManuelRamallo"
+ "username": "ManuelRamallo",
+ "email": "mramallodiaz96@gmail.com"
},
"record": {
"CNAME": "manuelramallo.github.io"
From 18522d279dfd5e67fb65a4930b1b442c2b8d194d Mon Sep 17 00:00:00 2001
From: Caelan Curry <47324703+CaeCur@users.noreply.github.com>
Date: Thu, 13 Mar 2025 16:02:37 +0000
Subject: [PATCH 415/815] Update caelan.json
---
domains/caelan.json | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/domains/caelan.json b/domains/caelan.json
index 8b1378917..a750cdb6d 100644
--- a/domains/caelan.json
+++ b/domains/caelan.json
@@ -1 +1,8 @@
-
+{
+ "owner": {
+ "username": "CaeCur",
+ "email": "caelan.curry+isadev@gmail.com"
+ },
+ "record": {
+ "CNAME": "caelan-curry.vercel.app"
+}
From cb671948566fb8fb088296c4c9a4e4328e013998 Mon Sep 17 00:00:00 2001
From: Caelan Curry <47324703+CaeCur@users.noreply.github.com>
Date: Thu, 13 Mar 2025 16:03:55 +0000
Subject: [PATCH 416/815] Create _vercel.caelan.json
---
domains/_vercel.caelan.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/_vercel.caelan.json
diff --git a/domains/_vercel.caelan.json b/domains/_vercel.caelan.json
new file mode 100644
index 000000000..465c2daff
--- /dev/null
+++ b/domains/_vercel.caelan.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "CaeCur",
+ "email": "caelan.curry+isadev@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=caelan.is-a.dev,8b8aef79a843715439f0"
+ }
+}
From 7c4916c1b52c26203b33a563217511815c475319 Mon Sep 17 00:00:00 2001
From: Bintang Bagus Pangestu
Date: Fri, 14 Mar 2025 00:19:56 +0700
Subject: [PATCH 417/815] Create bintangbagus.json
---
domains/bintangbagus.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/bintangbagus.json
diff --git a/domains/bintangbagus.json b/domains/bintangbagus.json
new file mode 100644
index 000000000..4e59ce07a
--- /dev/null
+++ b/domains/bintangbagus.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "bntngbgs",
+ "email": "bintangbgs16@gmail.com"
+ },
+ "record": {
+ "CNAME": "bintangbagus.pages.dev"
+ }
+}
From 3231cb380086385f08fb6daa1317c098c54fa230 Mon Sep 17 00:00:00 2001
From: sebaguse <53968879+sebaguse@users.noreply.github.com>
Date: Thu, 13 Mar 2025 19:43:29 +0100
Subject: [PATCH 418/815] Create sebastianguz.json
---
domains/sebastianguz.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/sebastianguz.json
diff --git a/domains/sebastianguz.json b/domains/sebastianguz.json
new file mode 100644
index 000000000..e86b94ee6
--- /dev/null
+++ b/domains/sebastianguz.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "sebaguse",
+ "email": "sebaguse@gmail.com"
+ },
+ "record": {
+ "CNAME": "friendly-churros-e20592.netlify.app"
+ }
+}
From 42c5eaff5735cda4739fe1afc0d1848af589d73c Mon Sep 17 00:00:00 2001
From: JustDeveloper <176615419+JustDeveloper1@users.noreply.github.com>
Date: Thu, 13 Mar 2025 21:54:15 +0300
Subject: [PATCH 419/815] Update all.json
---
domains/all.json | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/domains/all.json b/domains/all.json
index d4ad8d0ea..de7c6e90a 100644
--- a/domains/all.json
+++ b/domains/all.json
@@ -12,6 +12,10 @@
"185.199.109.153",
"185.199.110.153",
"185.199.111.153"
+ ],
+ "TXT": [
+ "google-site-verification=BbYZhMhwA6qo69R2udUA6wKJidmrTiWflfU01Kjm7eI",
+ "yandex-verification: 7cc47fa77df61676"
]
}
}
From 0df3fbbaafa20c6635d8e5cbd610fcadd412d11d Mon Sep 17 00:00:00 2001
From: Sherlock5000 <41427819+Sherlock5000@users.noreply.github.com>
Date: Fri, 14 Mar 2025 01:11:01 +0530
Subject: [PATCH 420/815] Create anirban-das.json
---
domains/anirban-das.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/anirban-das.json
diff --git a/domains/anirban-das.json b/domains/anirban-das.json
new file mode 100644
index 000000000..fae1432c3
--- /dev/null
+++ b/domains/anirban-das.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Sherlock5000",
+ "email": "danirban5000@gmail.com"
+ },
+ "record": {
+ "CNAME": "sherlock5000.github.io"
+ }
+}
From bf39f56503fcbc65a887159c096ce8c8dbf038d6 Mon Sep 17 00:00:00 2001
From: Babatunde Agboke <159588178+Balogram-dev@users.noreply.github.com>
Date: Thu, 13 Mar 2025 15:09:22 -0700
Subject: [PATCH 421/815] Create balogram.json
---
domains/balogram.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/balogram.json
diff --git a/domains/balogram.json b/domains/balogram.json
new file mode 100644
index 000000000..e1de12852
--- /dev/null
+++ b/domains/balogram.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Balogram-dev",
+ "email": "tunde.agboke@gmail.com"
+ },
+ "record": {
+ "CNAME": "balogram-dev.github.io"
+ }
+}
From 13b196baf6e47b4d9fcbb4ba3e12ce45727cc40d Mon Sep 17 00:00:00 2001
From: Subhrajit Sain
Date: Fri, 14 Mar 2025 09:02:28 +0530
Subject: [PATCH 422/815] Create yt.anw.json
---
domains/yt.anw.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/yt.anw.json
diff --git a/domains/yt.anw.json b/domains/yt.anw.json
new file mode 100644
index 000000000..35f535ac0
--- /dev/null
+++ b/domains/yt.anw.json
@@ -0,0 +1,11 @@
+{
+ "description": "ANW's (Subhrajit Sain) YouTube Channel",
+ "owner": {
+ "username": "SubhrajitSain",
+ "email": "subhrajitsain34@gmail.com"
+ },
+ "record": {
+ "URL": "https://www.youtube.com/@ANormalWintrovert"
+ },
+ "proxied": false
+}
From eb1f469e8e80e9eb0c1022c7c174eaf69475f7ca Mon Sep 17 00:00:00 2001
From: Subhrajit Sain
Date: Fri, 14 Mar 2025 09:04:14 +0530
Subject: [PATCH 423/815] Create gh.anw.json
---
domains/gh.anw.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/gh.anw.json
diff --git a/domains/gh.anw.json b/domains/gh.anw.json
new file mode 100644
index 000000000..6f345d726
--- /dev/null
+++ b/domains/gh.anw.json
@@ -0,0 +1,11 @@
+{
+ "description": "ANW's (Subhrajit Sain) GitHub",
+ "owner": {
+ "username": "SubhrajitSain",
+ "email": "subhrajitsain34@gmail.com"
+ },
+ "record": {
+ "URL": "https://github.com/SubhrajitSain"
+ },
+ "proxied": false
+}
From 20c14c750f6817aeb26b6ce21f6d1d904a8bc78c Mon Sep 17 00:00:00 2001
From: Subhrajit Sain
Date: Fri, 14 Mar 2025 09:10:54 +0530
Subject: [PATCH 424/815] Create gd.anw.is-a.dev
---
domains/gd.anw.is-a.dev | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/gd.anw.is-a.dev
diff --git a/domains/gd.anw.is-a.dev b/domains/gd.anw.is-a.dev
new file mode 100644
index 000000000..f409c2261
--- /dev/null
+++ b/domains/gd.anw.is-a.dev
@@ -0,0 +1,11 @@
+{
+ "description": "ANW's (Subhrajit Sain) Public (Viewer) Google Drive Folder",
+ "owner": {
+ "username": "SubhrajitSain",
+ "email": "subhrajitsain34@gmail.com"
+ },
+ "record": {
+ "URL": "https://drive.google.com/drive/folders/1xmqavhZ9VrdE1zK37WbLRKogJiQk499y?usp=drive_link"
+ },
+ "proxied": false
+}
From f95d229cf8eb04f3c8c3a56a477d18395288fbb4 Mon Sep 17 00:00:00 2001
From: Subhrajit Sain
Date: Fri, 14 Mar 2025 09:16:01 +0530
Subject: [PATCH 425/815] Delete domains/gd.anw.is-a.dev
---
domains/gd.anw.is-a.dev | 11 -----------
1 file changed, 11 deletions(-)
delete mode 100644 domains/gd.anw.is-a.dev
diff --git a/domains/gd.anw.is-a.dev b/domains/gd.anw.is-a.dev
deleted file mode 100644
index f409c2261..000000000
--- a/domains/gd.anw.is-a.dev
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "ANW's (Subhrajit Sain) Public (Viewer) Google Drive Folder",
- "owner": {
- "username": "SubhrajitSain",
- "email": "subhrajitsain34@gmail.com"
- },
- "record": {
- "URL": "https://drive.google.com/drive/folders/1xmqavhZ9VrdE1zK37WbLRKogJiQk499y?usp=drive_link"
- },
- "proxied": false
-}
From a3ef5f9c76cfeae01eaa553c80886291c9251410 Mon Sep 17 00:00:00 2001
From: Subhrajit Sain
Date: Fri, 14 Mar 2025 09:16:47 +0530
Subject: [PATCH 426/815] Create gd.anw.json
---
domains/gd.anw.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/gd.anw.json
diff --git a/domains/gd.anw.json b/domains/gd.anw.json
new file mode 100644
index 000000000..2261e01e7
--- /dev/null
+++ b/domains/gd.anw.json
@@ -0,0 +1,11 @@
+{
+ "description": "ANW's (Subhrajit Sain) Personal Site",
+ "owner": {
+ "username": "SubhrajitSain",
+ "email": "subhrajitsain34@gmail.com"
+ },
+ "record": {
+ "URL": "https://drive.google.com/drive/folders/1xmqavhZ9VrdE1zK37WbLRKogJiQk499y?usp=drive_link"
+ },
+ "proxied": false
+}
From a6fdb71140b2577f8f40b0fd2652be5c58ce5062 Mon Sep 17 00:00:00 2001
From: Tulasidhar <110711019+TulasidharM@users.noreply.github.com>
Date: Fri, 14 Mar 2025 11:51:25 +0530
Subject: [PATCH 427/815] Create tulasidhar.json
---
domains/tulasidhar.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/tulasidhar.json
diff --git a/domains/tulasidhar.json b/domains/tulasidhar.json
new file mode 100644
index 000000000..323dd95dc
--- /dev/null
+++ b/domains/tulasidhar.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "tulasidharm",
+ "email": "tulasidharmulakaluri@gmail.com"
+ },
+ "record": {
+ "CNAME": "tulasidharm.github.io"
+ }
+}
From b67cc2e1ed532bf05d139a2c82528a30ba9a2d70 Mon Sep 17 00:00:00 2001
From: ridwanyinus
Date: Fri, 14 Mar 2025 08:17:32 +0100
Subject: [PATCH 428/815] change record to CNAME
---
domains/ridwan.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/domains/ridwan.json b/domains/ridwan.json
index dad000808..864c8cfb1 100644
--- a/domains/ridwan.json
+++ b/domains/ridwan.json
@@ -1,10 +1,10 @@
{
"owner": {
- "description": "This subdomain points to my portfolio website. https://ridwanyinus.vercel.app/ is the link for a preview of the website",
"username": "ridwanyinus",
- "email": "ridwanyinusa15@gmail.com"
+ "email": "ridwanyinusa15@gmail.com",
+ "note": "I am changing to CNAME record because of the domain is not working properly with A record on my personal devices even after clearing cache and using different browsers."
},
"record": {
- "A": ["76.76.21.21"]
+ "CNAME": "ridwanyinus.vercel.app"
}
}
From a5d0a8d0b8476175fbc9583025a554de99cbcba2 Mon Sep 17 00:00:00 2001
From: iostpa
Date: Fri, 14 Mar 2025 09:40:55 +0200
Subject: [PATCH 429/815] Delete domains/www.xn--01a.json
---
domains/www.xn--01a.json | 9 ---------
1 file changed, 9 deletions(-)
delete mode 100644 domains/www.xn--01a.json
diff --git a/domains/www.xn--01a.json b/domains/www.xn--01a.json
deleted file mode 100644
index 20ea0e8f5..000000000
--- a/domains/www.xn--01a.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "JustDeveloper1",
- "email": "justdeveloper@juststudio.is-a.dev"
- },
- "record": {
- "URL": "https://xn--01a.is-a.dev/"
- }
-}
From 3e75a1af5a9b63f8b86223ace5fd2c6fd62feb28 Mon Sep 17 00:00:00 2001
From: iostpa
Date: Fri, 14 Mar 2025 09:41:12 +0200
Subject: [PATCH 430/815] Delete domains/xn--ol8h.json
---
domains/xn--ol8h.json | 10 ----------
1 file changed, 10 deletions(-)
delete mode 100644 domains/xn--ol8h.json
diff --git a/domains/xn--ol8h.json b/domains/xn--ol8h.json
deleted file mode 100644
index 322469f54..000000000
--- a/domains/xn--ol8h.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "emoji redirect",
- "owner": {
- "username": "saxophone-dev",
- "email": "itsarchit@keemail.me"
- },
- "record": {
- "URL": "https://saxophone.is-a.dev"
- }
-}
From fa8a5263d47906a9dcb8c2dd7c383c7e95adee3b Mon Sep 17 00:00:00 2001
From: iostpa
Date: Fri, 14 Mar 2025 09:41:23 +0200
Subject: [PATCH 431/815] Delete domains/xn--mt9h.json
---
domains/xn--mt9h.json | 10 ----------
1 file changed, 10 deletions(-)
delete mode 100644 domains/xn--mt9h.json
diff --git a/domains/xn--mt9h.json b/domains/xn--mt9h.json
deleted file mode 100644
index 9a903f2a6..000000000
--- a/domains/xn--mt9h.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "DynoW",
- "email": "naffets0@gmail.com",
- "discord": "455608238335983617"
- },
- "record": {
- "URL": "https://dyno.is-a.dev"
- }
-}
From dc5762c60254eb112956096d146f92026539aca1 Mon Sep 17 00:00:00 2001
From: iostpa
Date: Fri, 14 Mar 2025 09:41:33 +0200
Subject: [PATCH 432/815] Delete domains/xn--3s9h.json
---
domains/xn--3s9h.json | 11 -----------
1 file changed, 11 deletions(-)
delete mode 100644 domains/xn--3s9h.json
diff --git a/domains/xn--3s9h.json b/domains/xn--3s9h.json
deleted file mode 100644
index b200d5d17..000000000
--- a/domains/xn--3s9h.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "I own unicorn.is-a.dev, so I thought it would be funny if I also own xn--3s9h.is-a.dev which is a unicorn-emoji.is-a.dev",
- "repo": "https://github.com/6nf0n3/is-a-dev_register",
- "owner": {
- "username": "bnfone",
- "email": "is-a-dev-registration.zbden@simplelogin.com"
- },
- "record": {
- "URL": "https://unicorn.is-a.dev"
- }
-}
From 6aeda3bf235714156d5073fd1fffad9202120226 Mon Sep 17 00:00:00 2001
From: iostpa
Date: Fri, 14 Mar 2025 09:41:44 +0200
Subject: [PATCH 433/815] Delete domains/xn--01a.json
---
domains/xn--01a.json | 11 -----------
1 file changed, 11 deletions(-)
delete mode 100644 domains/xn--01a.json
diff --git a/domains/xn--01a.json b/domains/xn--01a.json
deleted file mode 100644
index 803c2d456..000000000
--- a/domains/xn--01a.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "ы.is-a.dev",
- "repo": "https://github.com/juststudio7/website",
- "owner": {
- "username": "JustDeveloper1",
- "email": "support@juststudio.is-a.dev"
- },
- "record": {
- "CNAME": "edge.redirect.pizza"
- }
-}
From c95ca33924ffa387a389f1d2ca5b475109b66f4d Mon Sep 17 00:00:00 2001
From: William Harrison <87287585+wdhdev@users.noreply.github.com>
Date: Fri, 14 Mar 2025 16:07:47 +0800
Subject: [PATCH 434/815] Update pr.test.js
---
tests/pr.test.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/pr.test.js b/tests/pr.test.js
index ee532387c..6afa1ff85 100644
--- a/tests/pr.test.js
+++ b/tests/pr.test.js
@@ -3,7 +3,7 @@ const fs = require("fs-extra");
const path = require("path");
const requiredEnvVars = ["PR_AUTHOR", "PR_AUTHOR_ID"];
-const trustedUsers = require("../util/trusted.json").map((u) => u.id);
+const trustedUsers = require("../util/trusted.json").map((u) => u.id.toString());
function getDomainData(subdomain) {
try {
From 292d1f4ae850435185300ea0adcbc754e4a6c2ea Mon Sep 17 00:00:00 2001
From: William Harrison <87287585+wdhdev@users.noreply.github.com>
Date: Fri, 14 Mar 2025 16:14:00 +0800
Subject: [PATCH 435/815] no non-consecutive hyphens in domain names
---
tests/json.test.js | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tests/json.test.js b/tests/json.test.js
index ba51a9e75..6b0fff983 100644
--- a/tests/json.test.js
+++ b/tests/json.test.js
@@ -68,6 +68,7 @@ async function validateFileName(t, file) {
t.true(file.endsWith(".json"), `${file}: File does not have .json extension`);
t.false(file.includes(".is-a.dev"), `${file}: File name should not contain .is-a.dev`);
t.true(file === file.toLowerCase(), `${file}: File name should be all lowercase`);
+ t.false(file.includes("--"), `${file}: File name should not contain consecutive hyphens`);
if (file !== "@.json") {
const subdomain = file.replace(/\.json$/, "");
@@ -75,7 +76,7 @@ async function validateFileName(t, file) {
t.regex(
subdomain + ".is-a.dev",
hostnameRegex,
- `${file}: FQDN must be 1-253 characters, use letters, numbers, dots, or hyphens, and not start or end with a hyphen.`
+ `${file}: FQDN must be 1-253 characters, can use letters, numbers, dots, and non-consecutive hyphens.`
);
t.false(reservedDomains.includes(subdomain), `${file}: Subdomain name is reserved`);
t.true(
From c17b6404b8b8769d808b01f5f95e07f521983104 Mon Sep 17 00:00:00 2001
From: William Harrison <87287585+wdhdev@users.noreply.github.com>
Date: Fri, 14 Mar 2025 16:34:23 +0800
Subject: [PATCH 436/815] move special tests to domains
---
tests/domains.test.js | 36 ++++++++++++++++++++++++++++++
tests/special.test.js | 51 -------------------------------------------
2 files changed, 36 insertions(+), 51 deletions(-)
delete mode 100644 tests/special.test.js
diff --git a/tests/domains.test.js b/tests/domains.test.js
index 1804e5037..9df9598f4 100644
--- a/tests/domains.test.js
+++ b/tests/domains.test.js
@@ -64,3 +64,39 @@ t("Nested subdomains should be owned by the parent subdomain's owner", (t) => {
}
});
});
+
+t("Users are limited to one single character subdomain", (t) => {
+ const results = [];
+
+ files.forEach((file) => {
+ const subdomain = file.replace(/\.json$/, "");
+ const data = getDomainData(subdomain);
+
+ if (subdomain.length === 1 && data.owner.username.toLowerCase() !== "is-a-dev") {
+ results.push({
+ subdomain,
+ owner: data.owner.username.toLowerCase()
+ });
+ }
+ });
+
+ const duplicates = results.filter((result) => results.filter((r) => r.owner === result.owner).length > 1);
+ const output = duplicates.reduce((acc, curr) => {
+ if (!acc[curr.owner]) {
+ acc[curr.owner] = [];
+ }
+
+ acc[curr.owner].push(`${curr.subdomain}.is-a.dev`);
+ return acc;
+ }, {});
+
+ t.is(
+ duplicates.length,
+ 0,
+ Object.keys(output)
+ .map((owner) => `${owner} - ${output[owner].join(", ")}`)
+ .join("\n")
+ );
+
+ t.pass();
+});
diff --git a/tests/special.test.js b/tests/special.test.js
deleted file mode 100644
index eb8ca52e0..000000000
--- a/tests/special.test.js
+++ /dev/null
@@ -1,51 +0,0 @@
-const t = require("ava");
-const fs = require("fs-extra");
-const path = require("path");
-
-const domainsPath = path.resolve("domains");
-const files = fs.readdirSync(domainsPath).filter((file) => file.endsWith(".json"));
-
-function getDomainData(subdomain) {
- try {
- const data = fs.readJsonSync(path.join(domainsPath, `${subdomain}.json`));
- return data;
- } catch (error) {
- throw new Error(`Failed to read JSON for ${subdomain}: ${error.message}`);
- }
-}
-
-t("Users are limited to one single character subdomain", (t) => {
- const results = [];
-
- files.forEach((file) => {
- const subdomain = file.replace(/\.json$/, "");
- const data = getDomainData(subdomain);
-
- if (subdomain.length === 1 && data.owner.username.toLowerCase() !== "is-a-dev") {
- results.push({
- subdomain,
- owner: data.owner.username.toLowerCase()
- });
- }
- });
-
- const duplicates = results.filter((result) => results.filter((r) => r.owner === result.owner).length > 1);
- const output = duplicates.reduce((acc, curr) => {
- if (!acc[curr.owner]) {
- acc[curr.owner] = [];
- }
-
- acc[curr.owner].push(`${curr.subdomain}.is-a.dev`);
- return acc;
- }, {});
-
- t.is(
- duplicates.length,
- 0,
- Object.keys(output)
- .map((owner) => `${owner} - ${output[owner].join(", ")}`)
- .join("\n")
- );
-
- t.pass();
-});
From d5afa42519c1ca6d6f70d28766d08daf00b90d71 Mon Sep 17 00:00:00 2001
From: Cedrick Feze
Date: Fri, 14 Mar 2025 10:42:22 +0100
Subject: [PATCH 437/815] Update cedrickfeze.json
Changed the CNAME record
---
domains/cedrickfeze.json | 16 ++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)
diff --git a/domains/cedrickfeze.json b/domains/cedrickfeze.json
index 4e171cf23..61a96e698 100644
--- a/domains/cedrickfeze.json
+++ b/domains/cedrickfeze.json
@@ -1,8 +1,12 @@
{
- "owner": {
- "username": "cedrickdev"
- },
- "record": {
- "CNAME": "portfolio-six-ochre-12.vercel.app"
- }
+ "owner": {
+ "description": "This subdomain points to my portfolio website. https://cedrickfeze.vercel.app/ is the link for a preview of the website",
+ "username": "cedrickdev",
+ "email": "cedrickv.tchindaf@hes-so.ch",
+ "note": "I am changing to CNAME record because of the domain is not working properly with A record on my personal devices even after clearing cache and using different browsers."
+ },
+ "record": {
+ "A": ["76.76.21.21"]
+ "CNAME": "cedrickfeze.vercel.app"
+ }
}
From 1b389596d71808495d4dc8c61e650c54291018d7 Mon Sep 17 00:00:00 2001
From: Mkeko <110392629+Mkeko@users.noreply.github.com>
Date: Fri, 14 Mar 2025 11:59:06 +0200
Subject: [PATCH 438/815] Create mkeko-dm.json
---
domains/mkeko-dm.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/mkeko-dm.json
diff --git a/domains/mkeko-dm.json b/domains/mkeko-dm.json
new file mode 100644
index 000000000..126a4cd45
--- /dev/null
+++ b/domains/mkeko-dm.json
@@ -0,0 +1,11 @@
+{
+ "description": "Mkeko'S DM RULES DOCS",
+ "owner": {
+ "username": "Mkeko",
+ "email": "mkekoplayreal@gmail.com"
+ },
+ "record": {
+ "URL": "https://docs.google.com/document/d/11kX-6F9HoGzgIM5KYXvMmPvt4A_vIbLT9aj5uCATpOM/edit?usp=sharing"
+ },
+ "proxied": false
+}
From 842ae5b6c585a2e18008f289015df817601f8399 Mon Sep 17 00:00:00 2001
From: Nithin Ram Kalava
Date: Fri, 14 Mar 2025 16:51:38 +0530
Subject: [PATCH 439/815] Create nithinramkalava.json
---
domains/_vercel.nithinramkalava.json | 9 +++++++++
domains/nithinramkalava.json | 9 +++++++++
2 files changed, 18 insertions(+)
create mode 100644 domains/_vercel.nithinramkalava.json
create mode 100644 domains/nithinramkalava.json
diff --git a/domains/_vercel.nithinramkalava.json b/domains/_vercel.nithinramkalava.json
new file mode 100644
index 000000000..f6746a6b8
--- /dev/null
+++ b/domains/_vercel.nithinramkalava.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "nithinramkalava",
+ "email": "nithinramkalava@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=nithinramkalava.is-a.dev,2c94b1dbc37b602f2519"
+ }
+}
\ No newline at end of file
diff --git a/domains/nithinramkalava.json b/domains/nithinramkalava.json
new file mode 100644
index 000000000..5f23c0bed
--- /dev/null
+++ b/domains/nithinramkalava.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "nithinramkalava",
+ "email": "nithinramkalava@gmail.com"
+ },
+ "record": {
+ "CNAME": "nithinramkalava.vercel.app"
+ }
+}
\ No newline at end of file
From a40be912bff26a0e8f31d3234a98b32fca585a2e Mon Sep 17 00:00:00 2001
From: Josh
Date: Fri, 14 Mar 2025 19:42:39 +0800
Subject: [PATCH 440/815] Change "mjresu"s proxy to true.
---
domains/mjresu.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/mjresu.json b/domains/mjresu.json
index 0c0216718..4b4fc887c 100644
--- a/domains/mjresu.json
+++ b/domains/mjresu.json
@@ -7,6 +7,6 @@
"record": {
"CNAME": "portfolio-workmjdsj-gmailcom.vercel.app"
},
- "proxied": false
+ "proxied": true
}
\ No newline at end of file
From efcae8402686f7a7f268eeab1664bcf4b50fb055 Mon Sep 17 00:00:00 2001
From: Josh
Date: Fri, 14 Mar 2025 19:56:12 +0800
Subject: [PATCH 441/815] Added TXT field to the domain record.
---
domains/mjresu.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/domains/mjresu.json b/domains/mjresu.json
index 026154899..44b184b53 100644
--- a/domains/mjresu.json
+++ b/domains/mjresu.json
@@ -4,7 +4,8 @@
"email": "work.mjdsj+is-a-dev@gmail.com"
},
"record": {
- "CNAME": "portfolio-workmjdsj-gmailcom.vercel.app"
+ "CNAME": "portfolio-workmjdsj-gmailcom.vercel.app",
+ "TXT": "vc-domain-verify=mjresu.is-a.dev,2122712d466f4e306e1d"
},
"proxied": true
}
From f3b9b42c167529530e474159c38657b1c02d6d3c Mon Sep 17 00:00:00 2001
From: VulcanoSoftware <113239901+VulcanoSoftware@users.noreply.github.com>
Date: Fri, 14 Mar 2025 15:05:19 +0100
Subject: [PATCH 442/815] Register links.vulcanocraft.is-a.dev
---
domains/links.vulcanocraft.json | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 domains/links.vulcanocraft.json
diff --git a/domains/links.vulcanocraft.json b/domains/links.vulcanocraft.json
new file mode 100644
index 000000000..131858673
--- /dev/null
+++ b/domains/links.vulcanocraft.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "VulcanoSoftware",
+ "discord": "814891541205876767",
+ "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.DlO2KOEJxA8ox9mvR1isR_rPxNzdgErO1Sz3lDV1n3RjS--FqiD_kwjxXJFUNwCiHYhhUyVab9ZCjvaZ3dmL4En1v8sRTTl4KkrwDnW6ggD95L2KjejHNUpfogXgxzD5JlIg_ANXQX7MMbQKkc3ih8xFAEUCo4Hy7CkGzN7Kwcu9jvWz4TgX6WoRLqN1AGv0Ldn49hDviRsfXUqWuHOJOJjCtMQPj2uZAqKVXPwlFz_QZJCxd6nNCWRZwOi7q06aCPMjkIo3bppt_iBQxmK2XI0rd4nf5qZF9tyAr_d5FXu6gpLApFsb1HGTwNJ2PDHeVvXx9j6pS8shMhLVtYo_0g.V41N00bJ1np-q-JhkGNn1A.Lr5tPaGpBKb_I2r9QF2N8CperG-05bOj-LxHU5QSnPw2VhP-f8g6DQC4sw1HG76SfX6dhV4OOgrr7afpp7axGQefMEUTVEnJhiyxlWsq7NXGqai43vbifEaV8FCrjNLd.vFOZ2h0K7ag6ESfdcFSXAA"
+ },
+
+ "record": {
+ "CNAME": "vulcanolinks.pages.dev"
+ }
+ }
+
\ No newline at end of file
From e27f87b9ba91e8c1187137e9770d66bf858f59af Mon Sep 17 00:00:00 2001
From: "Andrea C."
Date: Fri, 14 Mar 2025 15:06:39 +0100
Subject: [PATCH 443/815] Updated andrea.json
---
domains/andrea.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/andrea.json b/domains/andrea.json
index 6d86ce8de..30030d36c 100644
--- a/domains/andrea.json
+++ b/domains/andrea.json
@@ -5,6 +5,6 @@
"email": "uadopo+isadev@pm.me"
},
"record": {
- "A": ["212.237.38.154"]
+ "A": ["62.171.176.192"]
}
}
From e7f0f2657e00943496f3725ee9b760c8d8065797 Mon Sep 17 00:00:00 2001
From: Muhammad Rasyad Caesarardhi <56964497+mrasyadc@users.noreply.github.com>
Date: Fri, 14 Mar 2025 22:11:43 +0700
Subject: [PATCH 444/815] Create mrasyadc.json
---
domains/mrasyadc.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/mrasyadc.json
diff --git a/domains/mrasyadc.json b/domains/mrasyadc.json
new file mode 100644
index 000000000..f12e13018
--- /dev/null
+++ b/domains/mrasyadc.json
@@ -0,0 +1,10 @@
+{
+ "description": "Personal Website",
+ "owner": {
+ "username": "mrasyadc",
+ "email": "mrasyadc@gmail.com"
+ },
+ "record": {
+ "CNAME": "mrasyadc.github.io"
+ }
+}
From 8f41b16b230aa405ae81d200ace2e6c77ef29af1 Mon Sep 17 00:00:00 2001
From: Meghdip Karmakar
Date: Fri, 14 Mar 2025 21:08:06 +0530
Subject: [PATCH 445/815] Update meghdip CNAME for Cloudflare Pages
---
domains/meghdip.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/meghdip.json b/domains/meghdip.json
index 3365c4c37..024097724 100644
--- a/domains/meghdip.json
+++ b/domains/meghdip.json
@@ -5,6 +5,6 @@
"discord": "479631349167423509"
},
"record": {
- "CNAME": "karmakarmeghdip.github.io"
+ "CNAME": "meghdip.pages.dev"
}
}
From 27a120041dfe58e06ffd85425c64c1fdb4c54018 Mon Sep 17 00:00:00 2001
From: 21Z <21z95@proton.me>
Date: Fri, 14 Mar 2025 19:58:32 +0400
Subject: [PATCH 446/815] fix: json
---
domains/caelan.json | 1 +
1 file changed, 1 insertion(+)
diff --git a/domains/caelan.json b/domains/caelan.json
index a750cdb6d..1184f5c73 100644
--- a/domains/caelan.json
+++ b/domains/caelan.json
@@ -5,4 +5,5 @@
},
"record": {
"CNAME": "caelan-curry.vercel.app"
+ }
}
From 96d1b838afeaa4cdec99a08fb15719c9fc897002 Mon Sep 17 00:00:00 2001
From: William Wei <37211959+WiIIiamWei@users.noreply.github.com>
Date: Sat, 15 Mar 2025 01:04:32 +0800
Subject: [PATCH 447/815] Create williamwei.json
---
domains/williamwei.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/williamwei.json
diff --git a/domains/williamwei.json b/domains/williamwei.json
new file mode 100644
index 000000000..c5e168a9a
--- /dev/null
+++ b/domains/williamwei.json
@@ -0,0 +1,11 @@
+{
+ "description": "William Wei's Blog",
+ "repo": "https://github.com/WiIIiamWei",
+ "owner": {
+ "username": "WiIIiamWei",
+ "email": "REDACTED FOR PRIVACY"
+ },
+ "record": {
+ "CNAME": "willwell.netlify.app"
+ }
+}
From 43e99aa27a1489ab27c7032e23e6a5ecf282fae8 Mon Sep 17 00:00:00 2001
From: William Wei <37211959+WiIIiamWei@users.noreply.github.com>
Date: Sat, 15 Mar 2025 01:09:45 +0800
Subject: [PATCH 448/815] Update williamwei.json
---
domains/williamwei.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/williamwei.json b/domains/williamwei.json
index c5e168a9a..3c5db8571 100644
--- a/domains/williamwei.json
+++ b/domains/williamwei.json
@@ -3,7 +3,7 @@
"repo": "https://github.com/WiIIiamWei",
"owner": {
"username": "WiIIiamWei",
- "email": "REDACTED FOR PRIVACY"
+ "email": "me@williamwei.top"
},
"record": {
"CNAME": "willwell.netlify.app"
From be4304d92eed68f4ba13eb59e4b62be3a9885041 Mon Sep 17 00:00:00 2001
From: Vero <110673488+vcamarzana@users.noreply.github.com>
Date: Fri, 14 Mar 2025 19:33:37 +0100
Subject: [PATCH 449/815] Create veronicacamarzana.json
---
domains/veronicacamarzana.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/veronicacamarzana.json
diff --git a/domains/veronicacamarzana.json b/domains/veronicacamarzana.json
new file mode 100644
index 000000000..0d425e9ae
--- /dev/null
+++ b/domains/veronicacamarzana.json
@@ -0,0 +1,11 @@
+{
+ "description": "Veronica Camarzana Website",
+ "repo": "https://github.com/vcamarzana/web",
+ "owner": {
+ "username": "vcamarzana",
+ "email": "veronicacamarzana@outlook.es"
+ },
+ "record": {
+ "CNAME": "vcamarzana.github.io"
+ }
+}
From a7f78241b7383a3ad3cdc0664cf43eef4df31fa1 Mon Sep 17 00:00:00 2001
From: "Atomic()" <80856947+AtomicTyler1@users.noreply.github.com>
Date: Fri, 14 Mar 2025 18:50:19 +0000
Subject: [PATCH 450/815] Created atomic.json inside domains
---
domains/atomic.json | 1 +
1 file changed, 1 insertion(+)
create mode 100644 domains/atomic.json
diff --git a/domains/atomic.json b/domains/atomic.json
new file mode 100644
index 000000000..8b1378917
--- /dev/null
+++ b/domains/atomic.json
@@ -0,0 +1 @@
+
From ce96d6f8245a601b8622fa62ea2122a2779e80e7 Mon Sep 17 00:00:00 2001
From: "Atomic()" <80856947+AtomicTyler1@users.noreply.github.com>
Date: Fri, 14 Mar 2025 18:56:20 +0000
Subject: [PATCH 451/815] Update atomic.json
---
domains/atomic.json | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/domains/atomic.json b/domains/atomic.json
index 8b1378917..ef8c482aa 100644
--- a/domains/atomic.json
+++ b/domains/atomic.json
@@ -1 +1,8 @@
-
+{
+ "owner": {
+ "username": "atomictyler1"
+ },
+ "record": {
+ "CNAME": "https://atomictyler1.github.io"
+ }
+}
From dd1be850ca5481aff1964bbf8fb777a1cfb969e7 Mon Sep 17 00:00:00 2001
From: "Atomic()" <80856947+AtomicTyler1@users.noreply.github.com>
Date: Fri, 14 Mar 2025 18:59:04 +0000
Subject: [PATCH 452/815] Added discord to atomic.json
---
domains/atomic.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/domains/atomic.json b/domains/atomic.json
index ef8c482aa..327286a0e 100644
--- a/domains/atomic.json
+++ b/domains/atomic.json
@@ -1,6 +1,7 @@
{
"owner": {
- "username": "atomictyler1"
+ "username": "atomictyler1",
+ "discord": "atomictyler"
},
"record": {
"CNAME": "https://atomictyler1.github.io"
From 54e96d6edae2f08a486605e4a134236ed3b8791a Mon Sep 17 00:00:00 2001
From: Cedrick Feze
Date: Fri, 14 Mar 2025 20:41:01 +0100
Subject: [PATCH 453/815] Update domains/cedrickfeze.json
updated file
Co-authored-by: 21Z <21z95@proton.me>
---
domains/cedrickfeze.json | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/domains/cedrickfeze.json b/domains/cedrickfeze.json
index 61a96e698..8585ed122 100644
--- a/domains/cedrickfeze.json
+++ b/domains/cedrickfeze.json
@@ -1,12 +1,9 @@
{
"owner": {
- "description": "This subdomain points to my portfolio website. https://cedrickfeze.vercel.app/ is the link for a preview of the website",
"username": "cedrickdev",
- "email": "cedrickv.tchindaf@hes-so.ch",
- "note": "I am changing to CNAME record because of the domain is not working properly with A record on my personal devices even after clearing cache and using different browsers."
+ "email": "cedrickv.tchindaf@hes-so.ch"
},
"record": {
- "A": ["76.76.21.21"]
"CNAME": "cedrickfeze.vercel.app"
}
}
From bf45ba4ba018d649079a5856edf308b1569ae677 Mon Sep 17 00:00:00 2001
From: Santiago G
Date: Fri, 14 Mar 2025 14:44:05 -0500
Subject: [PATCH 454/815] add santty.json
---
domains/_vercel.santty.json | 9 +++++++++
domains/santty.json | 9 +++++++++
2 files changed, 18 insertions(+)
create mode 100644 domains/_vercel.santty.json
create mode 100644 domains/santty.json
diff --git a/domains/_vercel.santty.json b/domains/_vercel.santty.json
new file mode 100644
index 000000000..52b70fb6c
--- /dev/null
+++ b/domains/_vercel.santty.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "santiagogr05",
+ "email": "san7iagogr.05@gmail.com"
+ },
+ "record": {
+ "TXT": ["vc-domain-verify=santty.is-a.dev,42e7e83a90cfeb305cbf"]
+ }
+ }
\ No newline at end of file
diff --git a/domains/santty.json b/domains/santty.json
new file mode 100644
index 000000000..bbc4aab14
--- /dev/null
+++ b/domains/santty.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "santiagogr05",
+ "email": "san7iagogr.05@gmail.com"
+ },
+ "record": {
+ "CNAME": "portfolio-santtys-projects.vercel.app/"
+ }
+}
\ No newline at end of file
From a4ee58cccef1199237e02955f771675101aec6dd Mon Sep 17 00:00:00 2001
From: JustDeveloper <176615419+JustDeveloper1@users.noreply.github.com>
Date: Sat, 15 Mar 2025 00:12:39 +0300
Subject: [PATCH 455/815] Create _gh-JustStudio7-o.js.json
---
domains/_gh-JustStudio7-o.js.json | 4 ++++
1 file changed, 4 insertions(+)
create mode 100644 domains/_gh-JustStudio7-o.js.json
diff --git a/domains/_gh-JustStudio7-o.js.json b/domains/_gh-JustStudio7-o.js.json
new file mode 100644
index 000000000..3945da8cf
--- /dev/null
+++ b/domains/_gh-JustStudio7-o.js.json
@@ -0,0 +1,4 @@
+{
+uh i forgot
+53741b79f9
+}
From 3f1f7882eca248e96d3f1ef5d84cb2d7d475c809 Mon Sep 17 00:00:00 2001
From: JustDeveloper <176615419+JustDeveloper1@users.noreply.github.com>
Date: Sat, 15 Mar 2025 00:14:31 +0300
Subject: [PATCH 456/815] Update _gh-JustStudio7-o.js.json
---
domains/_gh-JustStudio7-o.js.json | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/domains/_gh-JustStudio7-o.js.json b/domains/_gh-JustStudio7-o.js.json
index 3945da8cf..4ed5dadd5 100644
--- a/domains/_gh-JustStudio7-o.js.json
+++ b/domains/_gh-JustStudio7-o.js.json
@@ -1,4 +1,10 @@
{
-uh i forgot
-53741b79f9
+ "owner": {
+ "username": "JustDeveloper1",
+ "email": "support@juststudio.is-a.dev",
+ "discord": "1117482901353812088"
+ },
+ "record": {
+ "TXT": ["53741b79f9"]
+ }
}
From d6643635bf0497e2152f2b028d9e8f8169183a39 Mon Sep 17 00:00:00 2001
From: JustDeveloper <176615419+JustDeveloper1@users.noreply.github.com>
Date: Sat, 15 Mar 2025 00:14:49 +0300
Subject: [PATCH 457/815] Rename _gh-JustStudio7-o.js.json to
_gh-juststudio7-o.js.json
---
domains/{_gh-JustStudio7-o.js.json => _gh-juststudio7-o.js.json} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename domains/{_gh-JustStudio7-o.js.json => _gh-juststudio7-o.js.json} (100%)
diff --git a/domains/_gh-JustStudio7-o.js.json b/domains/_gh-juststudio7-o.js.json
similarity index 100%
rename from domains/_gh-JustStudio7-o.js.json
rename to domains/_gh-juststudio7-o.js.json
From 40dd32e01e894579c924ca9f2b829ecf6ec8bf97 Mon Sep 17 00:00:00 2001
From: iostpa
Date: Fri, 14 Mar 2025 23:16:52 +0200
Subject: [PATCH 458/815] Update gd.anw.json
---
domains/gd.anw.json | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/domains/gd.anw.json b/domains/gd.anw.json
index 2261e01e7..3d32bd250 100644
--- a/domains/gd.anw.json
+++ b/domains/gd.anw.json
@@ -6,6 +6,5 @@
},
"record": {
"URL": "https://drive.google.com/drive/folders/1xmqavhZ9VrdE1zK37WbLRKogJiQk499y?usp=drive_link"
- },
- "proxied": false
+ }
}
From 6c43e1705cca2ba6563693afa8f069003c27ea3b Mon Sep 17 00:00:00 2001
From: iostpa
Date: Fri, 14 Mar 2025 23:17:02 +0200
Subject: [PATCH 459/815] Update gh.anw.json
---
domains/gh.anw.json | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/domains/gh.anw.json b/domains/gh.anw.json
index 6f345d726..a5b57c1b0 100644
--- a/domains/gh.anw.json
+++ b/domains/gh.anw.json
@@ -6,6 +6,5 @@
},
"record": {
"URL": "https://github.com/SubhrajitSain"
- },
- "proxied": false
+ }
}
From 0b69e8335bec3579f5deb4f09eb347713fc3cb0f Mon Sep 17 00:00:00 2001
From: iostpa
Date: Fri, 14 Mar 2025 23:17:11 +0200
Subject: [PATCH 460/815] Update yt.anw.json
---
domains/yt.anw.json | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/domains/yt.anw.json b/domains/yt.anw.json
index 35f535ac0..dd1eb6c91 100644
--- a/domains/yt.anw.json
+++ b/domains/yt.anw.json
@@ -6,6 +6,5 @@
},
"record": {
"URL": "https://www.youtube.com/@ANormalWintrovert"
- },
- "proxied": false
+ }
}
From 6989a4fbeec74ddb5c0be9f8b022140572a72994 Mon Sep 17 00:00:00 2001
From: iostpa
Date: Fri, 14 Mar 2025 23:19:05 +0200
Subject: [PATCH 461/815] Remove note because i dont think it should be there
---
domains/ridwan.json | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/domains/ridwan.json b/domains/ridwan.json
index 864c8cfb1..3e4a2b6c8 100644
--- a/domains/ridwan.json
+++ b/domains/ridwan.json
@@ -1,8 +1,7 @@
{
"owner": {
"username": "ridwanyinus",
- "email": "ridwanyinusa15@gmail.com",
- "note": "I am changing to CNAME record because of the domain is not working properly with A record on my personal devices even after clearing cache and using different browsers."
+ "email": "ridwanyinusa15@gmail.com"
},
"record": {
"CNAME": "ridwanyinus.vercel.app"
From 741622ce268d0a08fe98fd7b70b195ea0db4c8e1 Mon Sep 17 00:00:00 2001
From: "Atomic()" <80856947+AtomicTyler1@users.noreply.github.com>
Date: Fri, 14 Mar 2025 21:33:56 +0000
Subject: [PATCH 462/815] Update domains/atomic.json
Co-authored-by: iostpa
---
domains/atomic.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/atomic.json b/domains/atomic.json
index 327286a0e..4e9bb4012 100644
--- a/domains/atomic.json
+++ b/domains/atomic.json
@@ -4,6 +4,6 @@
"discord": "atomictyler"
},
"record": {
- "CNAME": "https://atomictyler1.github.io"
+ "CNAME": "atomictyler1.github.io"
}
}
From 43c7ea24d4539a34b47d14d97369b434c476b7a7 Mon Sep 17 00:00:00 2001
From: santiagogr05 <148175293+santiagogr05@users.noreply.github.com>
Date: Fri, 14 Mar 2025 16:53:49 -0500
Subject: [PATCH 463/815] Update domains/santty.json
Co-authored-by: iostpa
---
domains/santty.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/santty.json b/domains/santty.json
index bbc4aab14..b97d0d7e5 100644
--- a/domains/santty.json
+++ b/domains/santty.json
@@ -4,6 +4,6 @@
"email": "san7iagogr.05@gmail.com"
},
"record": {
- "CNAME": "portfolio-santtys-projects.vercel.app/"
+ "CNAME": "portfolio-santtys-projects.vercel.app"
}
}
\ No newline at end of file
From 04f4ef559871ba3649a573bff3150b6961a02129 Mon Sep 17 00:00:00 2001
From: Joey
Date: Fri, 14 Mar 2025 16:49:01 -0600
Subject: [PATCH 464/815] Create _github-pages-challenge-jlai403.joey.json
---
domains/_github-pages-challenge-jlai403.joey.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/_github-pages-challenge-jlai403.joey.json
diff --git a/domains/_github-pages-challenge-jlai403.joey.json b/domains/_github-pages-challenge-jlai403.joey.json
new file mode 100644
index 000000000..3628d4daa
--- /dev/null
+++ b/domains/_github-pages-challenge-jlai403.joey.json
@@ -0,0 +1,10 @@
+{
+ "description": "GitHub Pages verification for joey.is-a.dev",
+ "repo": "https://github.com/jlai403/jlai403.github.io"
+ "owner": {
+ "username": "jlai403"
+ },
+ "record": {
+ "CNAME": "jlai403.github.io"
+ }
+}
From 84615e75336cf0eeb1a3ce61a03805b5d1ac14af Mon Sep 17 00:00:00 2001
From: Joey
Date: Fri, 14 Mar 2025 16:55:13 -0600
Subject: [PATCH 465/815] Update _github-pages-challenge-jlai403.joey.json
---
domains/_github-pages-challenge-jlai403.joey.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/domains/_github-pages-challenge-jlai403.joey.json b/domains/_github-pages-challenge-jlai403.joey.json
index 3628d4daa..f68e3d5d7 100644
--- a/domains/_github-pages-challenge-jlai403.joey.json
+++ b/domains/_github-pages-challenge-jlai403.joey.json
@@ -2,7 +2,8 @@
"description": "GitHub Pages verification for joey.is-a.dev",
"repo": "https://github.com/jlai403/jlai403.github.io"
"owner": {
- "username": "jlai403"
+ "username": "jlai403",
+ "discord": "120522740590575616"
},
"record": {
"CNAME": "jlai403.github.io"
From 9be478e9bafcdf780d7f2ee73140fd194be2ecb2 Mon Sep 17 00:00:00 2001
From: Joey
Date: Fri, 14 Mar 2025 20:00:40 -0600
Subject: [PATCH 466/815] Update _github-pages-challenge-jlai403.joey.json
---
domains/_github-pages-challenge-jlai403.joey.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/_github-pages-challenge-jlai403.joey.json b/domains/_github-pages-challenge-jlai403.joey.json
index f68e3d5d7..7a5bc2f79 100644
--- a/domains/_github-pages-challenge-jlai403.joey.json
+++ b/domains/_github-pages-challenge-jlai403.joey.json
@@ -6,6 +6,6 @@
"discord": "120522740590575616"
},
"record": {
- "CNAME": "jlai403.github.io"
+ "TXT": "f6ab04a95a9197df0b4d38f5426824"
}
}
From 6ab71da13cb8a929a5604004111c92ee119f6c0e Mon Sep 17 00:00:00 2001
From: BM87006 <72997583+BM87006@users.noreply.github.com>
Date: Sat, 15 Mar 2025 03:55:24 +0100
Subject: [PATCH 467/815] Create _vercel.bm.json
---
domains/_vercel.bm.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/_vercel.bm.json
diff --git a/domains/_vercel.bm.json b/domains/_vercel.bm.json
new file mode 100644
index 000000000..087ef7ae4
--- /dev/null
+++ b/domains/_vercel.bm.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "BM",
+ "email": "bm.is.a.dev@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=bm.is-a.dev,d8bab26fdcf36f857b96"
+ }
+}
From 93e345eeb58fb69943b7649784b97f216549f057 Mon Sep 17 00:00:00 2001
From: Josh
Date: Sat, 15 Mar 2025 11:12:07 +0800
Subject: [PATCH 468/815] Attempt fix, incorrect placement of TXT in mjresu's
subdomain.
Added _vercel.mjresu.json.
---
domains/_vercel.mjresu.json | 9 +++++++++
domains/mjresu.json | 3 +--
2 files changed, 10 insertions(+), 2 deletions(-)
create mode 100644 domains/_vercel.mjresu.json
diff --git a/domains/_vercel.mjresu.json b/domains/_vercel.mjresu.json
new file mode 100644
index 000000000..9f5a8e9d0
--- /dev/null
+++ b/domains/_vercel.mjresu.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "mjdsj",
+ "email": "work.mjdsj+is-a-dev@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=mjresu.is-a.dev,2122712d466f4e306e1d"
+ }
+}
\ No newline at end of file
diff --git a/domains/mjresu.json b/domains/mjresu.json
index 44b184b53..026154899 100644
--- a/domains/mjresu.json
+++ b/domains/mjresu.json
@@ -4,8 +4,7 @@
"email": "work.mjdsj+is-a-dev@gmail.com"
},
"record": {
- "CNAME": "portfolio-workmjdsj-gmailcom.vercel.app",
- "TXT": "vc-domain-verify=mjresu.is-a.dev,2122712d466f4e306e1d"
+ "CNAME": "portfolio-workmjdsj-gmailcom.vercel.app"
},
"proxied": true
}
From 19ef7b5adc3bff5f6f4e0b524252891367e0c9ef Mon Sep 17 00:00:00 2001
From: Josh
Date: Sat, 15 Mar 2025 11:17:35 +0800
Subject: [PATCH 469/815] Remove Cloudflare interference on subdomain.
---
domains/mjresu.json | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/domains/mjresu.json b/domains/mjresu.json
index 026154899..371171c79 100644
--- a/domains/mjresu.json
+++ b/domains/mjresu.json
@@ -6,6 +6,5 @@
"record": {
"CNAME": "portfolio-workmjdsj-gmailcom.vercel.app"
},
- "proxied": true
- }
-
+ "proxied": false
+ }
\ No newline at end of file
From 09f57ea8277ead27d409c451d3e759331f612d95 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Nguy=E1=BB=85n=20L=C3=AA=20Minh=20Tr=C3=AD?=
Date: Sat, 15 Mar 2025 11:25:43 +0700
Subject: [PATCH 470/815] Create mihchis.json
---
domains/mihchis.json | 8 ++++++++
1 file changed, 8 insertions(+)
create mode 100644 domains/mihchis.json
diff --git a/domains/mihchis.json b/domains/mihchis.json
new file mode 100644
index 000000000..46bb8febe
--- /dev/null
+++ b/domains/mihchis.json
@@ -0,0 +1,8 @@
+{
+ "owner": {
+ "username": "mihchis"
+ },
+ "record": {
+ "CNAME": "mihchis.github.io"
+ }
+}
From 5dfa228cddff3755c5a059ebe78eec31fa2eaac4 Mon Sep 17 00:00:00 2001
From: sreekanthputta <11090740+sreekanthputta@users.noreply.github.com>
Date: Sat, 15 Mar 2025 01:35:41 -0500
Subject: [PATCH 471/815] Create sree
---
domains/sree | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/sree
diff --git a/domains/sree b/domains/sree
new file mode 100644
index 000000000..f6830996c
--- /dev/null
+++ b/domains/sree
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "sree",
+ "email": "putta.sreekanth1@gmail.com"
+ },
+ "record": {
+ "TXT": "google-site-verification=nXX-abxPPSr9hSqhiakyIHcXYGcuPpIBYVXtPnnxf00"
+ }
+}
From 95669a5ee1e1624baf3ab39aa55058885bb26dcd Mon Sep 17 00:00:00 2001
From: sreekanthputta <11090740+sreekanthputta@users.noreply.github.com>
Date: Sat, 15 Mar 2025 01:40:00 -0500
Subject: [PATCH 472/815] Update sree
---
domains/sree | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/sree b/domains/sree
index f6830996c..b4bbcd363 100644
--- a/domains/sree
+++ b/domains/sree
@@ -1,7 +1,7 @@
{
"owner": {
"username": "sree",
- "email": "putta.sreekanth1@gmail.com"
+ "email": "srikanthp12896@gmail.com"
},
"record": {
"TXT": "google-site-verification=nXX-abxPPSr9hSqhiakyIHcXYGcuPpIBYVXtPnnxf00"
From 9735719e1b550ceb4b5187255b0175603c876955 Mon Sep 17 00:00:00 2001
From: Zephyrus02
Date: Sat, 15 Mar 2025 13:12:51 +0530
Subject: [PATCH 473/815] Register aneeshraskar.is-a.dev
---
domains/_vercel.aneeshraskar.json | 9 +++++++++
domains/aneeshraskar.json | 9 +++++++++
2 files changed, 18 insertions(+)
create mode 100644 domains/_vercel.aneeshraskar.json
create mode 100644 domains/aneeshraskar.json
diff --git a/domains/_vercel.aneeshraskar.json b/domains/_vercel.aneeshraskar.json
new file mode 100644
index 000000000..5c5902489
--- /dev/null
+++ b/domains/_vercel.aneeshraskar.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Zephyrus02",
+ "email": "aneeshraskar@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=aneeshraskar.is-a.dev,15a32ae23fd15bc3d6ff"
+ }
+}
diff --git a/domains/aneeshraskar.json b/domains/aneeshraskar.json
new file mode 100644
index 000000000..9bbbcc007
--- /dev/null
+++ b/domains/aneeshraskar.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Zephyrus02",
+ "email": "aneeshraskar@gmail.com"
+ },
+ "record": {
+ "CNAME": "aneesh-raskar.vercel.app"
+ }
+}
From 913a6c23bf3a7c9748d89322b17b6aacdb31f5da Mon Sep 17 00:00:00 2001
From: Gaurav Singh
Date: Sat, 15 Mar 2025 13:14:15 +0530
Subject: [PATCH 474/815] Create gauravsingh.json
---
domains/gauravsingh.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/gauravsingh.json
diff --git a/domains/gauravsingh.json b/domains/gauravsingh.json
new file mode 100644
index 000000000..4a6c1ecec
--- /dev/null
+++ b/domains/gauravsingh.json
@@ -0,0 +1,11 @@
+{
+ "description": "Using it to point to my Portfolio on GitHub Pages",
+ "repo": "https://github.com/knowgaurav/knowgaurav.github.io",
+ "owner": {
+ "username": "knowgaurav",
+ "email": "qj1b83fmt@mozmail.com"
+ },
+ "record": {
+ "CNAME": "knowgaurav.github.io"
+ }
+}
From 1f19e9b6d79827f9361e5dce157c7143aeec98e9 Mon Sep 17 00:00:00 2001
From: Aleeyoo <114995983+Aleeyoo@users.noreply.github.com>
Date: Sat, 15 Mar 2025 16:09:30 +0800
Subject: [PATCH 475/815] Create pixxo.json
---
domains/pixxo.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/pixxo.json
diff --git a/domains/pixxo.json b/domains/pixxo.json
new file mode 100644
index 000000000..53e40f62b
--- /dev/null
+++ b/domains/pixxo.json
@@ -0,0 +1,10 @@
+{
+ "description": "Personal website for Aleeyoo",
+ "owner": {
+ "username": "Aleeyoo",
+ "email": "m16638037095@163.com"
+ },
+ "record": {
+ "URL": "https://aleeyoo.github.io/pixxo.github.io/"
+ }
+}
From aa71de386dd372ded8d97e0acaf1f2f8d6712688 Mon Sep 17 00:00:00 2001
From: AHIOS
Date: Sat, 15 Mar 2025 09:47:43 +0100
Subject: [PATCH 476/815] added TXT record for G verification
---
domains/ahios.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/domains/ahios.json b/domains/ahios.json
index 534cf419b..0ce9eed74 100644
--- a/domains/ahios.json
+++ b/domains/ahios.json
@@ -4,6 +4,7 @@
"email": "ahios.dev@gmail.com"
},
"record": {
- "A": ["76.76.21.21"]
+ "A": ["76.76.21.21"],
+ "TXT": "google-site-verification=vIUwZhHqcAiiHZW2nNaE21Lb0H1_FIEBHyYs6f3b0KA"
}
}
From 70cfe8c7c5f130092b023375bdca5ae383241641 Mon Sep 17 00:00:00 2001
From: Kacper Gibas <132811907+exyxz@users.noreply.github.com>
Date: Sat, 15 Mar 2025 11:50:29 +0100
Subject: [PATCH 477/815] Create exyxz.json(s)
---
domains/_atproto.exyxz.json | 9 +++++++++
domains/_discord.exyxz.json | 9 +++++++++
domains/_github-pages-challenge-exyxz.exyxz.json | 9 +++++++++
domains/exyxz.json | 10 ++++++++++
4 files changed, 37 insertions(+)
create mode 100644 domains/_atproto.exyxz.json
create mode 100644 domains/_discord.exyxz.json
create mode 100644 domains/_github-pages-challenge-exyxz.exyxz.json
create mode 100644 domains/exyxz.json
diff --git a/domains/_atproto.exyxz.json b/domains/_atproto.exyxz.json
new file mode 100644
index 000000000..74596a070
--- /dev/null
+++ b/domains/_atproto.exyxz.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "exyxz",
+ "discord": "exyxz"
+ },
+ "record": {
+ "TXT": "did=did:plc:73r55srxmmlhhiof7fnllisy"
+ }
+}
\ No newline at end of file
diff --git a/domains/_discord.exyxz.json b/domains/_discord.exyxz.json
new file mode 100644
index 000000000..45579e273
--- /dev/null
+++ b/domains/_discord.exyxz.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "exyxz",
+ "discord": "exyxz"
+ },
+ "record": {
+ "TXT": "dh=529be62f885915368b4b5c20beaef95a1c55ea98"
+ }
+}
\ No newline at end of file
diff --git a/domains/_github-pages-challenge-exyxz.exyxz.json b/domains/_github-pages-challenge-exyxz.exyxz.json
new file mode 100644
index 000000000..4b0c1d6c2
--- /dev/null
+++ b/domains/_github-pages-challenge-exyxz.exyxz.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "exyxz",
+ "discord": "exyxz"
+ },
+ "record": {
+ "TXT": "38873ba2da582e531282026e6fb4bf"
+ }
+}
\ No newline at end of file
diff --git a/domains/exyxz.json b/domains/exyxz.json
new file mode 100644
index 000000000..60ccac4dc
--- /dev/null
+++ b/domains/exyxz.json
@@ -0,0 +1,10 @@
+{
+ "repo": "https://github.com/exyxz/exyxz.github.io",
+ "owner": {
+ "username": "exyxz",
+ "discord": "exyxz"
+ },
+ "record": {
+ "CNAME": "exyxz.github.io"
+ }
+}
\ No newline at end of file
From a78a4418fac2bce009edfbbd923344bb12a1f5d7 Mon Sep 17 00:00:00 2001
From: jelly
Date: Sat, 15 Mar 2025 14:14:05 +0100
Subject: [PATCH 478/815] Create ivy.json
---
domains/ivy.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/ivy.json
diff --git a/domains/ivy.json b/domains/ivy.json
new file mode 100644
index 000000000..b10e2f04a
--- /dev/null
+++ b/domains/ivy.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ivy",
+ "email": "cock@ivy.lat"
+ },
+ "record": {
+ "URL": "https://ivy.lat"
+ }
+}
From 7574d8e48da3d1e2dc139b2beed0f18dfea01076 Mon Sep 17 00:00:00 2001
From: iostpa
Date: Sat, 15 Mar 2025 16:35:34 +0200
Subject: [PATCH 479/815] Username has to be exactly the same as your github
username
---
domains/ivy.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/ivy.json b/domains/ivy.json
index b10e2f04a..e87417f41 100644
--- a/domains/ivy.json
+++ b/domains/ivy.json
@@ -1,6 +1,6 @@
{
"owner": {
- "username": "ivy",
+ "username": "jel9",
"email": "cock@ivy.lat"
},
"record": {
From 87a1c1d947599e6aa6f3e831b02d1fd7225b17d7 Mon Sep 17 00:00:00 2001
From: vineeth-motati
Date: Sat, 15 Mar 2025 20:29:16 +0530
Subject: [PATCH 480/815] Add vineeth domain
---
domains/_vercel.vineeth.json | 9 +++++++++
domains/vineeth.json | 9 +++++++++
2 files changed, 18 insertions(+)
create mode 100644 domains/_vercel.vineeth.json
create mode 100644 domains/vineeth.json
diff --git a/domains/_vercel.vineeth.json b/domains/_vercel.vineeth.json
new file mode 100644
index 000000000..94f9d4ec9
--- /dev/null
+++ b/domains/_vercel.vineeth.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "vineeth-motati",
+ "email": "vineethmotati@duck.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=vineeth.is-a.dev,772d59fe1bf7422c8f8f"
+ }
+}
\ No newline at end of file
diff --git a/domains/vineeth.json b/domains/vineeth.json
new file mode 100644
index 000000000..c523be526
--- /dev/null
+++ b/domains/vineeth.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "vineeth-motati",
+ "email": "vineethmotati@duck.com"
+ },
+ "record": {
+ "CNAME": "vineeth-reddy-motati.vercel.app"
+ }
+}
\ No newline at end of file
From 0c695ecffb756cdd9f198389399c72a34a2a28e3 Mon Sep 17 00:00:00 2001
From: jlai403
Date: Sat, 15 Mar 2025 09:41:39 -0600
Subject: [PATCH 481/815] add domain registry
---
domains/_github-pages-challenge-jlai403.joey.json | 2 --
domains/joey.json | 11 +++++++++++
2 files changed, 11 insertions(+), 2 deletions(-)
create mode 100644 domains/joey.json
diff --git a/domains/_github-pages-challenge-jlai403.joey.json b/domains/_github-pages-challenge-jlai403.joey.json
index 7a5bc2f79..21df29414 100644
--- a/domains/_github-pages-challenge-jlai403.joey.json
+++ b/domains/_github-pages-challenge-jlai403.joey.json
@@ -1,6 +1,4 @@
{
- "description": "GitHub Pages verification for joey.is-a.dev",
- "repo": "https://github.com/jlai403/jlai403.github.io"
"owner": {
"username": "jlai403",
"discord": "120522740590575616"
diff --git a/domains/joey.json b/domains/joey.json
new file mode 100644
index 000000000..87cb549ee
--- /dev/null
+++ b/domains/joey.json
@@ -0,0 +1,11 @@
+{
+ "description": "GitHub Pages verification for joey.is-a.dev",
+ "repo": "https://github.com/jlai403/jlai403.github.io",
+ "owner": {
+ "username": "jlai403",
+ "discord": "120522740590575616"
+ },
+ "record": {
+ "CNAME": "jlai403.github.io"
+ }
+}
From caffb66d5b0229068abe8aa8f6be22b5f2256fbf Mon Sep 17 00:00:00 2001
From: AHIOS
Date: Sat, 15 Mar 2025 17:29:07 +0100
Subject: [PATCH 482/815] added MX record for mail
---
domains/ahios.json | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/domains/ahios.json b/domains/ahios.json
index 0ce9eed74..a834310d8 100644
--- a/domains/ahios.json
+++ b/domains/ahios.json
@@ -5,6 +5,9 @@
},
"record": {
"A": ["76.76.21.21"],
- "TXT": "google-site-verification=vIUwZhHqcAiiHZW2nNaE21Lb0H1_FIEBHyYs6f3b0KA"
+ "TXT": "google-site-verification=vIUwZhHqcAiiHZW2nNaE21Lb0H1_FIEBHyYs6f3b0KA",
+ "MX": [
+ "SMTP.GOOGLE.COM."
+ ]
}
}
From df6e35c082251a9af7043e8c910ff7e3a1d84327 Mon Sep 17 00:00:00 2001
From: AHIOS
Date: Sat, 15 Mar 2025 17:31:07 +0100
Subject: [PATCH 483/815] removed .
---
domains/ahios.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/ahios.json b/domains/ahios.json
index a834310d8..54b441118 100644
--- a/domains/ahios.json
+++ b/domains/ahios.json
@@ -7,7 +7,7 @@
"A": ["76.76.21.21"],
"TXT": "google-site-verification=vIUwZhHqcAiiHZW2nNaE21Lb0H1_FIEBHyYs6f3b0KA",
"MX": [
- "SMTP.GOOGLE.COM."
+ "SMTP.GOOGLE.COM"
]
}
}
From 847e0f24dcef278f7ab2e0b77698f27932f3a38d Mon Sep 17 00:00:00 2001
From: sreekanthputta <11090740+sreekanthputta@users.noreply.github.com>
Date: Sat, 15 Mar 2025 12:49:04 -0500
Subject: [PATCH 484/815] Rename sree to sree.json
---
domains/{sree => sree.json} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename domains/{sree => sree.json} (100%)
diff --git a/domains/sree b/domains/sree.json
similarity index 100%
rename from domains/sree
rename to domains/sree.json
From 6425ac3ee5fa27135cc29d2add82a8fd7c66a519 Mon Sep 17 00:00:00 2001
From: Akshit Jain <113924385+akshitjain16@users.noreply.github.com>
Date: Sat, 15 Mar 2025 23:37:42 +0530
Subject: [PATCH 485/815] subdomain request
---
domains/visionmate.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/visionmate.json
diff --git a/domains/visionmate.json b/domains/visionmate.json
new file mode 100644
index 000000000..736a47c01
--- /dev/null
+++ b/domains/visionmate.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "akshitjain16",
+ "email": "gang.akshitjain@gmail.com"
+ },
+ "record": {
+ "URL": "https://vision-mate.netlify.app/"
+ }
+ }
+
\ No newline at end of file
From 9149df5c9920af1bbc1b49c2b6499116807ecb87 Mon Sep 17 00:00:00 2001
From: Akshit Jain <113924385+akshitjain16@users.noreply.github.com>
Date: Sat, 15 Mar 2025 23:47:01 +0530
Subject: [PATCH 486/815] subdomain added
---
domains/akshit-jain.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/akshit-jain.json
diff --git a/domains/akshit-jain.json b/domains/akshit-jain.json
new file mode 100644
index 000000000..aa6638c80
--- /dev/null
+++ b/domains/akshit-jain.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "akshitjain16",
+ "email": "gang.akshitjain@gmail.com"
+ },
+ "record": {
+ "URL": "https://akshitjain16.github.io/akshit-jain"
+ }
+ }
+
\ No newline at end of file
From 063054d7283893c3b0580cc9e94c0bb28b9aa15b Mon Sep 17 00:00:00 2001
From: Archit Jain
Date: Sat, 15 Mar 2025 23:47:02 +0530
Subject: [PATCH 487/815] Create api.0xarchit
---
domains/api.0xarchit | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/api.0xarchit
diff --git a/domains/api.0xarchit b/domains/api.0xarchit
new file mode 100644
index 000000000..14e831db8
--- /dev/null
+++ b/domains/api.0xarchit
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "0xarchit",
+ "email": "0xarchit@proton.me"
+ },
+ "record": {
+ "CNAME": "status.cron-job.org"
+ },
+ "proxied": true
+}
From 32fe135b0333436d7839bda0febe6e8b264a9f6d Mon Sep 17 00:00:00 2001
From: Archit Jain
Date: Sat, 15 Mar 2025 23:49:31 +0530
Subject: [PATCH 488/815] Rename api.0xarchit to api.0xarchit.json
---
domains/{api.0xarchit => api.0xarchit.json} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename domains/{api.0xarchit => api.0xarchit.json} (100%)
diff --git a/domains/api.0xarchit b/domains/api.0xarchit.json
similarity index 100%
rename from domains/api.0xarchit
rename to domains/api.0xarchit.json
From e81ff1ebf0d27b9f1ad693908c42b392a6159cef Mon Sep 17 00:00:00 2001
From: Yamen <164387611+Yamenher@users.noreply.github.com>
Date: Sat, 15 Mar 2025 19:24:31 +0100
Subject: [PATCH 489/815] Request for domain name
---
domains/yamenher.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/yamenher.json
diff --git a/domains/yamenher.json b/domains/yamenher.json
new file mode 100644
index 000000000..c6654d8c5
--- /dev/null
+++ b/domains/yamenher.json
@@ -0,0 +1,11 @@
+{
+ "description": "A Material Website about me",
+ "repo": "https://github.com/yamenher/info",
+ "owner": {
+ "username": "Yamenher",
+ "email": "hermassiyamen@gmail.com"
+ },
+ "record": {
+ "CNAME": "yamenher.github.io"
+ }
+}
\ No newline at end of file
From 89f3922e5087e351a5781391c3e26ad2b811f770 Mon Sep 17 00:00:00 2001
From: Muhammad Rifai <95411106+humanwhodebugs@users.noreply.github.com>
Date: Sun, 16 Mar 2025 03:33:40 +0700
Subject: [PATCH 490/815] Create rifai.json
---
domains/rifai.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/rifai.json
diff --git a/domains/rifai.json b/domains/rifai.json
new file mode 100644
index 000000000..c32ef16c3
--- /dev/null
+++ b/domains/rifai.json
@@ -0,0 +1,10 @@
+{
+ "description": "Using is-a.dev for my personal portfolio",
+ "owner": {
+ "username": "humanwhodebugs",
+ "email": "humanwhodebugs@gmail.com"
+ },
+ "record": {
+ "CNAME": "humanwhodebugs.netlify.app"
+ }
+}
From 721bc6ff48f2511b0f748bbd99022f12672491df Mon Sep 17 00:00:00 2001
From: RejectModders <142326052+RejectModders@users.noreply.github.com>
Date: Sat, 15 Mar 2025 19:36:44 -0500
Subject: [PATCH 491/815] Create _vercel.rejectmodders.is-a.dev.json
---
domains/_vercel.rejectmodders.is-a.dev.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/_vercel.rejectmodders.is-a.dev.json
diff --git a/domains/_vercel.rejectmodders.is-a.dev.json b/domains/_vercel.rejectmodders.is-a.dev.json
new file mode 100644
index 000000000..5beb0a600
--- /dev/null
+++ b/domains/_vercel.rejectmodders.is-a.dev.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "RejectModders",
+ "email": "rejectmodders@disutils.com",
+ "discord": "RejectModders"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=rejectmodders.is-a.dev,96098d7f80d62c706b12"
+ }
+}
From 4334b2b04ff35b6944b6823e0f9cb4619e3d53e3 Mon Sep 17 00:00:00 2001
From: RejectModders <142326052+RejectModders@users.noreply.github.com>
Date: Sat, 15 Mar 2025 19:44:13 -0500
Subject: [PATCH 492/815] Rename _vercel.rejectmodders.is-a.dev.json to
_vercel.rejectmodders.json
---
...cel.rejectmodders.is-a.dev.json => _vercel.rejectmodders.json} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename domains/{_vercel.rejectmodders.is-a.dev.json => _vercel.rejectmodders.json} (100%)
diff --git a/domains/_vercel.rejectmodders.is-a.dev.json b/domains/_vercel.rejectmodders.json
similarity index 100%
rename from domains/_vercel.rejectmodders.is-a.dev.json
rename to domains/_vercel.rejectmodders.json
From 2b0193912dad93170260f401693c55760adce042 Mon Sep 17 00:00:00 2001
From: RejectModders <142326052+RejectModders@users.noreply.github.com>
Date: Sat, 15 Mar 2025 19:44:43 -0500
Subject: [PATCH 493/815] Update rejectmodders.json
---
domains/rejectmodders.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/rejectmodders.json b/domains/rejectmodders.json
index a17cb5b5a..88d4706d3 100644
--- a/domains/rejectmodders.json
+++ b/domains/rejectmodders.json
@@ -5,6 +5,6 @@
"email": "rejectmodders@disutils.com"
},
"record": {
- "TXT": "_vercel.vc-domain-verify=rejectmodders.is-a.dev,96098d7f80d62c706b12"
+ "CNAME": "rejectmoddersis-adev.vercel.app"
}
}
From ee0419aaa89d08160ecd1a8e8ee42c5fd7d737e0 Mon Sep 17 00:00:00 2001
From: Lyxtem <93158134+Lyxtem@users.noreply.github.com>
Date: Sat, 15 Mar 2025 22:57:24 -0400
Subject: [PATCH 494/815] Create Lyxtem.json
---
domains/Lyxtem.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/Lyxtem.json
diff --git a/domains/Lyxtem.json b/domains/Lyxtem.json
new file mode 100644
index 000000000..c9ebbb3d0
--- /dev/null
+++ b/domains/Lyxtem.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Lyxtem",
+ "email": "nu284955@gmail.com"
+ },
+ "record": {
+ "CNAME": "lyxtem.github.io"
+ }
+}
From 4d6051bbd711e81d9fb409cee5afe6b1143445ba Mon Sep 17 00:00:00 2001
From: Juan Huete <81061674+juanjose23@users.noreply.github.com>
Date: Sat, 15 Mar 2025 22:34:58 -0600
Subject: [PATCH 495/815] Create juanhuete.json
Requirements
I have read and understood the Terms of Service.
I understand my domain will be removed if I violate the Terms of Service.
My file is in the domains directory and has the .json file extension.
My file's name is lowercased and alphanumeric.
My website is reachable and completed.
I have provided sufficient contact information in the owner key.
---
domains/juanhuete.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/juanhuete.json
diff --git a/domains/juanhuete.json b/domains/juanhuete.json
new file mode 100644
index 000000000..d85e98b3a
--- /dev/null
+++ b/domains/juanhuete.json
@@ -0,0 +1,10 @@
+{
+ "description": "Personal website for juanhuete",
+ "owner": {
+ "username": "juanjose23",
+ "email": "jrios9836@gmail.com"
+ },
+ "record": {
+ "URL": "https://portafolio-blond-sigma.vercel.app/"
+ }
+}
From 04c9a3e2101ff70cb23b7c91583aec5ca34011d3 Mon Sep 17 00:00:00 2001
From: Debjoti Mallick
Date: Sun, 16 Mar 2025 10:48:31 +0530
Subject: [PATCH 496/815] Create debjotimallick.json
---
domains/debjotimallick.json | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode 100644 domains/debjotimallick.json
diff --git a/domains/debjotimallick.json b/domains/debjotimallick.json
new file mode 100644
index 000000000..544392a72
--- /dev/null
+++ b/domains/debjotimallick.json
@@ -0,0 +1,14 @@
+{
+ "description": "This subdomain is for my own testing and learning purpose.",
+ "repo": "https://github.com/DebjotiMallick/debjotimallick.github.io",
+ "owner": {
+ "username": "debjotimallick",
+ "email": "debjoti97@gmail.com"
+ },
+ "record": {
+ "NS": [
+ "art.ns.cloudflare.com",
+ "liz.ns.cloudflare.com"
+ ]
+ }
+}
From 451fea647757e49071773d9e8888e21f3177c7ef Mon Sep 17 00:00:00 2001
From: Archit Jain
Date: Sun, 16 Mar 2025 11:21:47 +0530
Subject: [PATCH 497/815] Update api.0xarchit.json
---
domains/api.0xarchit.json | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/domains/api.0xarchit.json b/domains/api.0xarchit.json
index 14e831db8..4a5b7a150 100644
--- a/domains/api.0xarchit.json
+++ b/domains/api.0xarchit.json
@@ -5,6 +5,5 @@
},
"record": {
"CNAME": "status.cron-job.org"
- },
- "proxied": true
+ }
}
From 49e1900c4c04f2e6cc4562f2633667e23bb040e7 Mon Sep 17 00:00:00 2001
From: Dat Phan <80768235+pdqdat@users.noreply.github.com>
Date: Sun, 16 Mar 2025 13:34:39 +0700
Subject: [PATCH 498/815] Create dat.json
---
domains/dat.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/dat.json
diff --git a/domains/dat.json b/domains/dat.json
new file mode 100644
index 000000000..8c0a351b2
--- /dev/null
+++ b/domains/dat.json
@@ -0,0 +1,10 @@
+{
+ "description": "Github site of pdqdat",
+ "owner": {
+ "username": "pdqdat",
+ "email": "phanduongquocdat273@gmail.com"
+ },
+ "record": {
+ "URL": "https://pdqdat.github.io/"
+ }
+}
From ac8940d3b4906c95e125763aba607710f5015876 Mon Sep 17 00:00:00 2001
From: Sagnik Mandal
Date: Sun, 16 Mar 2025 12:30:55 +0530
Subject: [PATCH 499/815] Create cynik.json
---
domains/cynik.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/cynik.json
diff --git a/domains/cynik.json b/domains/cynik.json
new file mode 100644
index 000000000..56d8340fb
--- /dev/null
+++ b/domains/cynik.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "criticic",
+ "email": "acriticalcynic@outlook.com"
+ },
+ "record": {
+ "CNAME": "cynikal-blog.vercel.app"
+ }
+}
From 1871327c80add466c418d2ab5ad8e59efa176dd5 Mon Sep 17 00:00:00 2001
From: Sagnik Mandal
Date: Sun, 16 Mar 2025 12:46:07 +0530
Subject: [PATCH 500/815] Create _vercel.cynik.json
---
domains/_vercel.cynik.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/_vercel.cynik.json
diff --git a/domains/_vercel.cynik.json b/domains/_vercel.cynik.json
new file mode 100644
index 000000000..0df2030ff
--- /dev/null
+++ b/domains/_vercel.cynik.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "criticic",
+ "email": "acriticalcynic@outlook.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=cynik.is-a.dev,c3bf65e6e52c2bd9ce40"
+ }
+}
From b21aedce390e4d530d85c94f69a35071827a3a7c Mon Sep 17 00:00:00 2001
From: Alex <109296824+Alecks20@users.noreply.github.com>
Date: Sun, 16 Mar 2025 16:43:43 +0800
Subject: [PATCH 501/815] Change alecks.json contact email and cname record
---
domains/alecks.json | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/domains/alecks.json b/domains/alecks.json
index 6d0e88aef..791ee1bbb 100644
--- a/domains/alecks.json
+++ b/domains/alecks.json
@@ -1,11 +1,10 @@
{
"owner": {
"username": "Alecks20",
- "email": "contact@alecks.dev",
+ "email": "hi@alecks.dev",
"discord": "612522818294251522"
},
"record": {
- "CNAME": "evergarden.alecks.cloud"
- },
- "proxied": true
+ "CNAME": "alecks.pages.dev"
+ }
}
From c30e42f3c3eeea0bef021771062a2024540effb7 Mon Sep 17 00:00:00 2001
From: EducatedSuddenBucket
Date: Sun, 16 Mar 2025 14:37:45 +0530
Subject: [PATCH 502/815] Create archive.json
---
domains/archive.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/archive.json
diff --git a/domains/archive.json b/domains/archive.json
new file mode 100644
index 000000000..639f942d1
--- /dev/null
+++ b/domains/archive.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "EducatedSuddenBucket",
+ "email": "educatedsuddenbucket@gmail.com"
+ },
+ "record": {
+ "A": [
+ "185.199.108.153"
+ ]
+ }
+}
From ffdec0a005bdd74012b86caaeb0fe37a3571161e Mon Sep 17 00:00:00 2001
From: AHIOS
Date: Sun, 16 Mar 2025 10:09:47 +0100
Subject: [PATCH 503/815] Add ios.json
---
domains/_vercel.ios.json | 9 +++++++++
domains/ios.json | 13 +++++++++++++
2 files changed, 22 insertions(+)
create mode 100644 domains/_vercel.ios.json
create mode 100644 domains/ios.json
diff --git a/domains/_vercel.ios.json b/domains/_vercel.ios.json
new file mode 100644
index 000000000..275190d62
--- /dev/null
+++ b/domains/_vercel.ios.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ahios",
+ "email": "ahios.dev@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=ios.is-a.dev,535168654c257a38deb0"
+ }
+ }
\ No newline at end of file
diff --git a/domains/ios.json b/domains/ios.json
new file mode 100644
index 000000000..90c755dab
--- /dev/null
+++ b/domains/ios.json
@@ -0,0 +1,13 @@
+{
+ "owner": {
+ "username": "ahios",
+ "email": "ahios.dev@gmail.com"
+ },
+ "record": {
+ "A": ["76.76.21.21"],
+ "TXT": "google-site-verification=AyQrjerFwekkOGG9oZLdBFy4TOAeVAYrHTTm5Q-NZD4",
+ "MX": [
+ "SMTP.GOOGLE.COM"
+ ]
+ }
+ }
\ No newline at end of file
From 2f94c63ff1877b6b0e882b373452c00306ee7820 Mon Sep 17 00:00:00 2001
From: Abhishek Gupta <148879663+wiz-abhi@users.noreply.github.com>
Date: Sun, 16 Mar 2025 15:42:21 +0530
Subject: [PATCH 504/815] Create abhiii.json
---
domains/abhiii.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/abhiii.json
diff --git a/domains/abhiii.json b/domains/abhiii.json
new file mode 100644
index 000000000..7c6b929c2
--- /dev/null
+++ b/domains/abhiii.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Abhi",
+ "email": "abbhiiishekk@proton.me"
+ },
+ "record": {
+ "URL": "https://abhiishekk.netlify.app"
+ }
+}
From 6d4223d8de93509955ddd489fb556ec278e68421 Mon Sep 17 00:00:00 2001
From: Mehedi Hasan Jim <105583866+mehedihjim@users.noreply.github.com>
Date: Sun, 16 Mar 2025 16:46:02 +0600
Subject: [PATCH 505/815] Create mehedihjim.json
---
domains/mehedihjim.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/mehedihjim.json
diff --git a/domains/mehedihjim.json b/domains/mehedihjim.json
new file mode 100644
index 000000000..e2c02c3e8
--- /dev/null
+++ b/domains/mehedihjim.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "mehedihjim",
+ "email": "mhjim.info@gmail.com"
+ },
+ "record": {
+ "CNAME": "mehedihjim.github.io"
+ }
+}
From 05dc84b2db349c7980a963f4cbbe62e8c046e80c Mon Sep 17 00:00:00 2001
From: Akshit Jain <113924385+akshitjain16@users.noreply.github.com>
Date: Sun, 16 Mar 2025 17:12:41 +0530
Subject: [PATCH 506/815] url updated
---
domains/akshit-jain.json | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/domains/akshit-jain.json b/domains/akshit-jain.json
index aa6638c80..5071b77f2 100644
--- a/domains/akshit-jain.json
+++ b/domains/akshit-jain.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "akshitjain16",
- "email": "gang.akshitjain@gmail.com"
- },
- "record": {
- "URL": "https://akshitjain16.github.io/akshit-jain"
- }
+ "description": "Akshit's Personal Website",
+ "owner": {
+ "username": "akshitjain16",
+ "email": "gang.akshitjain@gmail.com"
+ },
+ "record": {
+ "URL": "https://akshit-jain.netlify.app/"
}
-
\ No newline at end of file
+}
From 038492672db1d9bd392ad238339ed25900dae8fa Mon Sep 17 00:00:00 2001
From: VulcanoSoftware <113239901+VulcanoSoftware@users.noreply.github.com>
Date: Sun, 16 Mar 2025 12:43:46 +0100
Subject: [PATCH 507/815] Update vulcanocraft.json
---
domains/vulcanocraft.json | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/domains/vulcanocraft.json b/domains/vulcanocraft.json
index 9cc1dc26a..ccd85e431 100644
--- a/domains/vulcanocraft.json
+++ b/domains/vulcanocraft.json
@@ -2,12 +2,9 @@
"owner": {
"username": "VulcanoSoftware",
"discord": "814891541205876767",
- "email": "vulcanosoftwareinc@gmail.com"
+ "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.LFE4hdd7T8k_kGv3iE8p5w1dHdG5P6bV0tWDLkePBkHeQytXDnnlDdlmdKFwEjt_eB1SbPjhAi1Q7Mej6jgJKoP8V5PH6uoAMef0CgBiRz9EQXH9fbzDy5LNYkmu76PZONduIejnPhxohKFIaSkbTZJqnz7962HCUwSNEDptIgumL3-l30iEZ6ytQDzMuwJc4eSrfFh0qIMxvanz4pD2X67uLP-OjEMcEVl9JT4MtsfMFql1e9be3pym-Gi_VSilIFTkZrBOkmyShzkK2YG44z2-iRDPh-p920OxTxpIkytub38_qJ8OMuWrB5uaQ_UhX-YZan4TbMQHXwDY0oRxZg.34fTFW_4uMTgOrh4prtEMA.NoIOnyezwNIixQEnzbBpT0P4Z7ny0WdRBpC87tNeeWSQ-3HFGekyeSht37N8iSYPJW9rShlfpglzqLRQXr0_jOCBQClLWWTWVYnsFWYtfNbKt4ziAJHzs1a-IXZLNi0Y.zVvP0gJYcOXQdhqXuK8XOQ"
},
"record": {
- "NS": [
- "margaret.ns.cloudflare.com",
- "roman.ns.cloudflare.com"
- ]
+ "CNAME": "vulcanocraft.pages.dev"
}
}
From 56f7ab95f93b8e23cc39e2aeb0722eccb854f2b8 Mon Sep 17 00:00:00 2001
From: Aly
Date: Sun, 16 Mar 2025 15:26:50 +0200
Subject: [PATCH 508/815] add aly.json
---
domains/aly.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/aly.json
diff --git a/domains/aly.json b/domains/aly.json
new file mode 100644
index 000000000..1d6df3839
--- /dev/null
+++ b/domains/aly.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "el7amrawy",
+ "email": "el7amrawy@outlook.com"
+ },
+ "record": {
+ "CNAME": "1f9bb896.portfolio-8sc.pages.dev"
+ }
+}
\ No newline at end of file
From 248c306c312b8811caed9e2d2a18c13cb9d6bba0 Mon Sep 17 00:00:00 2001
From: Aly <94532413+el7amrawy@users.noreply.github.com>
Date: Sun, 16 Mar 2025 15:40:31 +0200
Subject: [PATCH 509/815] Update aly.json
---
domains/aly.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/domains/aly.json b/domains/aly.json
index 1d6df3839..830b7d77c 100644
--- a/domains/aly.json
+++ b/domains/aly.json
@@ -4,6 +4,6 @@
"email": "el7amrawy@outlook.com"
},
"record": {
- "CNAME": "1f9bb896.portfolio-8sc.pages.dev"
+ "CNAME": "portfolio-8sc.pages.dev"
}
-}
\ No newline at end of file
+}
From 3b261144933f97bfb20f84ab618612bb50117b41 Mon Sep 17 00:00:00 2001
From: Pratham Das <116100433+Prathamdas3@users.noreply.github.com>
Date: Sun, 16 Mar 2025 15:34:12 +0000
Subject: [PATCH 510/815] added cname for my subdomain
---
domains/pratham.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/pratham.json
diff --git a/domains/pratham.json b/domains/pratham.json
new file mode 100644
index 000000000..c6534572b
--- /dev/null
+++ b/domains/pratham.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Prathamdas3",
+ "email": "daspratham3@gmail.com"
+ },
+ "record": {
+ "CNAME": "prathamdas.vercel.app"
+ }
+}
From ce75ef51c12f2e7f983de8a1f4d2a71eb03dce66 Mon Sep 17 00:00:00 2001
From: Arunkumar N S <103523051+arunlorenz@users.noreply.github.com>
Date: Sun, 16 Mar 2025 21:45:40 +0530
Subject: [PATCH 511/815] Create arunlorenz.json
---
domains/arunlorenz.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/arunlorenz.json
diff --git a/domains/arunlorenz.json b/domains/arunlorenz.json
new file mode 100644
index 000000000..7fc202e89
--- /dev/null
+++ b/domains/arunlorenz.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "arunlorenz",
+ "email": "nsak1763@gmail.com"
+ },
+ "record": {
+ "CNAME": "arunlorenz.vercel.app"
+ }
+}
From d02bbccb07dc180660f1c21826b8cd37e6355141 Mon Sep 17 00:00:00 2001
From: miaomingc
Date: Fri, 14 Mar 2025 00:19:53 +0800
Subject: [PATCH 512/815] Create miaomingc.json
---
domains/miaomingc.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/miaomingc.json
diff --git a/domains/miaomingc.json b/domains/miaomingc.json
new file mode 100644
index 000000000..31b7e00be
--- /dev/null
+++ b/domains/miaomingc.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "miaomingc",
+ "email" : "miaomingc@outlook.com"
+ },
+ "record": {
+ "A": ["204.194.66.196"],
+ "AAAA": ["2001:470:18:c89::2"]
+ }
+}
From dec68f65a7dce8332c53d6881063ce03f1254413 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?V=C5=A9=20Ti=E1=BA=BFn=20Kh=C3=B4i?=
<54934353+khoivt@users.noreply.github.com>
Date: Mon, 17 Mar 2025 01:09:09 +0700
Subject: [PATCH 513/815] Create _vercel.vukhoi.json
---
domains/_vercel.vukhoi.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/_vercel.vukhoi.json
diff --git a/domains/_vercel.vukhoi.json b/domains/_vercel.vukhoi.json
new file mode 100644
index 000000000..1c002c971
--- /dev/null
+++ b/domains/_vercel.vukhoi.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "khoivt",
+ "email": "khoidragonslayer@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=vukhoi.is-a.dev,40bd929996059a5dbea2"
+ }
+}
From abdee1c891c0357f055b6847c85d8225bca68558 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?V=C5=A9=20Ti=E1=BA=BFn=20Kh=C3=B4i?=
<54934353+khoivt@users.noreply.github.com>
Date: Mon, 17 Mar 2025 01:10:46 +0700
Subject: [PATCH 514/815] Create vukhoi.json
---
domains/vukhoi.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/vukhoi.json
diff --git a/domains/vukhoi.json b/domains/vukhoi.json
new file mode 100644
index 000000000..e71f148b4
--- /dev/null
+++ b/domains/vukhoi.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "khoivt",
+ "email": "khoidragonslayer+is-a-dev@gmail.com"
+ },
+ "record": {
+ "CNAME": "vukhoidev.vercel.app"
+ },
+ "proxied": false
+ }
From 8789c6b2f6de5346d7f9af5435d7177453e1ebf4 Mon Sep 17 00:00:00 2001
From: Myster <97202292+MysterV@users.noreply.github.com>
Date: Sun, 16 Mar 2025 20:31:11 +0100
Subject: [PATCH 515/815] Create myster.json, my5ter.json & GitHub Pages
verification
---
domains/_github-pages-challenge-mysterv.my5ter.json | 9 +++++++++
domains/_github-pages-challenge-mysterv.myster.json | 9 +++++++++
domains/my5ter.json | 12 ++++++++++++
domains/myster.json | 12 ++++++++++++
4 files changed, 42 insertions(+)
create mode 100644 domains/_github-pages-challenge-mysterv.my5ter.json
create mode 100644 domains/_github-pages-challenge-mysterv.myster.json
create mode 100644 domains/my5ter.json
create mode 100644 domains/myster.json
diff --git a/domains/_github-pages-challenge-mysterv.my5ter.json b/domains/_github-pages-challenge-mysterv.my5ter.json
new file mode 100644
index 000000000..f02e48e27
--- /dev/null
+++ b/domains/_github-pages-challenge-mysterv.my5ter.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "MysterV",
+ "email": "myster@ik.me"
+ },
+ "record": {
+ "TXT": "b3c336392a691368a55de53cff8fd8"
+ }
+}
diff --git a/domains/_github-pages-challenge-mysterv.myster.json b/domains/_github-pages-challenge-mysterv.myster.json
new file mode 100644
index 000000000..07a1e707c
--- /dev/null
+++ b/domains/_github-pages-challenge-mysterv.myster.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "MysterV",
+ "email": "myster@ik.me"
+ },
+ "record": {
+ "TXT": "e87fc6899d83da116cebe8335835d2"
+ }
+}
diff --git a/domains/my5ter.json b/domains/my5ter.json
new file mode 100644
index 000000000..9ac03a862
--- /dev/null
+++ b/domains/my5ter.json
@@ -0,0 +1,12 @@
+{
+ "description": "Myster's website",
+ "repo": "https://github.com/MysterV/mysterv.github.io",
+ "owner": {
+ "username": "MysterV",
+ "email": "myster@ik.me",
+ "discord": "my5ter"
+ },
+ "record": {
+ "CNAME": "mysterv.github.io"
+ }
+}
diff --git a/domains/myster.json b/domains/myster.json
new file mode 100644
index 000000000..9ac03a862
--- /dev/null
+++ b/domains/myster.json
@@ -0,0 +1,12 @@
+{
+ "description": "Myster's website",
+ "repo": "https://github.com/MysterV/mysterv.github.io",
+ "owner": {
+ "username": "MysterV",
+ "email": "myster@ik.me",
+ "discord": "my5ter"
+ },
+ "record": {
+ "CNAME": "mysterv.github.io"
+ }
+}
From 89d5715a1df1d88f093ae98c9227d59d39b77d1e Mon Sep 17 00:00:00 2001
From: EzequielBoussard
Date: Sun, 16 Mar 2025 17:32:43 -0300
Subject: [PATCH 516/815] Create ezequiel.json
---
domains/ezequiel.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/ezequiel.json
diff --git a/domains/ezequiel.json b/domains/ezequiel.json
new file mode 100644
index 000000000..7e9e574df
--- /dev/null
+++ b/domains/ezequiel.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "EzequielBoussard",
+ "email": "boussardezequiel@gmail.com"
+ },
+ "record": {
+ "CNAME": "ezequielboussard.pages.dev"
+ }
+}
From f9a01bce36b0add3936978026db5b4d670097d4d Mon Sep 17 00:00:00 2001
From: Meghdip Karmakar
Date: Mon, 17 Mar 2025 03:03:48 +0530
Subject: [PATCH 517/815] Migrated from Cloudflare to Vercel
---
domains/_vercel.meghdip.json | 10 ++++++++++
domains/meghdip.json | 4 ++--
2 files changed, 12 insertions(+), 2 deletions(-)
create mode 100644 domains/_vercel.meghdip.json
diff --git a/domains/_vercel.meghdip.json b/domains/_vercel.meghdip.json
new file mode 100644
index 000000000..8b740ed19
--- /dev/null
+++ b/domains/_vercel.meghdip.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "karmakarmeghdip",
+ "email": "karmakarmeghdip@gmail.com",
+ "discord": "479631349167423509"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=meghdip.is-a.dev,c42a80a81afe4ac5800c"
+ }
+}
\ No newline at end of file
diff --git a/domains/meghdip.json b/domains/meghdip.json
index 024097724..9fe8d102e 100644
--- a/domains/meghdip.json
+++ b/domains/meghdip.json
@@ -5,6 +5,6 @@
"discord": "479631349167423509"
},
"record": {
- "CNAME": "meghdip.pages.dev"
+ "CNAME": "meghdip.vercel.app"
}
-}
+}
\ No newline at end of file
From 9c5ce416331e18213559dce0aaf65a080b72c2c0 Mon Sep 17 00:00:00 2001
From: Ben Rogozinski
Date: Sun, 16 Mar 2025 21:10:21 -0500
Subject: [PATCH 518/815] Create rogo.json
---
domains/rogo.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/rogo.json
diff --git a/domains/rogo.json b/domains/rogo.json
new file mode 100644
index 000000000..9a9a22270
--- /dev/null
+++ b/domains/rogo.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "discord": "BenDaBuilder",
+ "email": "brogodev@gmail.com"
+ },
+ "record": {
+ "A": "5.161.233.190",
+ "AAAA": "2a01:4ff:f0:dd7c::1"
+ }
+}
From ddbff3cedb713a78be948721af3ba65976dd49b0 Mon Sep 17 00:00:00 2001
From: Ben Rogozinski
Date: Sun, 16 Mar 2025 22:27:13 -0500
Subject: [PATCH 519/815] Update rogo.json
---
domains/rogo.json | 1 +
1 file changed, 1 insertion(+)
diff --git a/domains/rogo.json b/domains/rogo.json
index 9a9a22270..e914745cc 100644
--- a/domains/rogo.json
+++ b/domains/rogo.json
@@ -1,5 +1,6 @@
{
"owner": {
+ "owner": "BenRogozinski",
"discord": "BenDaBuilder",
"email": "brogodev@gmail.com"
},
From bf0e1136788d36385d64a64fcddc91eda8afbece Mon Sep 17 00:00:00 2001
From: Gaurav Singh
Date: Mon, 17 Mar 2025 09:23:11 +0530
Subject: [PATCH 520/815] Create
_github-pages-challenge-knowgaurav.gauravsingh.json
---
.../_github-pages-challenge-knowgaurav.gauravsingh.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/_github-pages-challenge-knowgaurav.gauravsingh.json
diff --git a/domains/_github-pages-challenge-knowgaurav.gauravsingh.json b/domains/_github-pages-challenge-knowgaurav.gauravsingh.json
new file mode 100644
index 000000000..ee1f70eac
--- /dev/null
+++ b/domains/_github-pages-challenge-knowgaurav.gauravsingh.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "knowgaurav",
+ "email": "qj1b83fmt@mozmail.com"
+ },
+ "record": {
+ "TXT": "eaf70c3b4e96a8417de6d506d64c88"
+ }
+}
From f1c6201ce804fece58bc23857630b746eae7e504 Mon Sep 17 00:00:00 2001
From: Tsania <69724694+tsnzzhr@users.noreply.github.com>
Date: Mon, 17 Mar 2025 13:37:27 +0700
Subject: [PATCH 521/815] new update on _vercel.tsania.json
---
domains/_vercel.tsania.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/_vercel.tsania.json b/domains/_vercel.tsania.json
index fff4ac588..f8e780172 100644
--- a/domains/_vercel.tsania.json
+++ b/domains/_vercel.tsania.json
@@ -4,6 +4,6 @@
"email": "tsnzzhr102@gmail.com"
},
"record": {
- "TXT": "vc-domain-verify=tsania-az.is-a.dev,3cf74b208f3938a96f7b"
+ "TXT": "vc-domain-verify=tsania.is-a.dev,cb5fadd5728a99eb3c4d"
}
}
From d5c29b0909825fa7e9bbc47867389c970aefac4c Mon Sep 17 00:00:00 2001
From: benvgaming <64555537+benvgaming@users.noreply.github.com>
Date: Mon, 17 Mar 2025 15:45:25 +0700
Subject: [PATCH 522/815] Create bennguyen.json
---
domains/bennguyen.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/bennguyen.json
diff --git a/domains/bennguyen.json b/domains/bennguyen.json
new file mode 100644
index 000000000..d3eee75a4
--- /dev/null
+++ b/domains/bennguyen.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "benvgaming",
+ "email": "benvipgaming@protonmail.com"
+ },
+ "record": {
+ "CNAME": "https://ben-homepage.vercel.app/"
+ }
+}
From 1f3f0f1d121c597dbc30e3b34c9dc82138d0bcb0 Mon Sep 17 00:00:00 2001
From: Pratham Das <116100433+Prathamdas3@users.noreply.github.com>
Date: Mon, 17 Mar 2025 09:26:50 +0000
Subject: [PATCH 523/815] added vercel credentials
---
domains/_vercel.pratham.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/_vercel.pratham.json
diff --git a/domains/_vercel.pratham.json b/domains/_vercel.pratham.json
new file mode 100644
index 000000000..21f743df7
--- /dev/null
+++ b/domains/_vercel.pratham.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "Prathamdas3",
+ "email": "daspratham3@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=pratham.is-a.dev,b632047325056df87293"
+ }
+ }
+
\ No newline at end of file
From 6c47e01afa231b6fa61fcd54fe52433d5a9e1d3f Mon Sep 17 00:00:00 2001
From: Barnacl437
Date: Mon, 17 Mar 2025 17:38:49 +0700
Subject: [PATCH 524/815] adding vercel txt string
---
domains/_vercel.barnacl437.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/_vercel.barnacl437.json
diff --git a/domains/_vercel.barnacl437.json b/domains/_vercel.barnacl437.json
new file mode 100644
index 000000000..1960b5e20
--- /dev/null
+++ b/domains/_vercel.barnacl437.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Barnacl437",
+ "email": "barnacl437@proton.me"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=barnacl437.is-a.dev,3f01ae10ed626c14894b"
+ }
+}
From 37ecd67d5b0399e2d6ee8d20a3bf2ad0d851d1a0 Mon Sep 17 00:00:00 2001
From: Barnacl437
Date: Mon, 17 Mar 2025 17:40:23 +0700
Subject: [PATCH 525/815] Update barnacl437.json
---
domains/barnacl437.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/barnacl437.json b/domains/barnacl437.json
index 47200c18f..245ab0986 100644
--- a/domains/barnacl437.json
+++ b/domains/barnacl437.json
@@ -4,6 +4,6 @@
"email": "barnacl437@proton.me"
},
"record": {
- "CNAME": "barnacl437.github.io"
+ "CNAME": "barnacl437.vercel.app"
}
}
From f7a6b0e0571ef04fb179e90ae49dc6340d05edac Mon Sep 17 00:00:00 2001
From: Shivam Trivedi
Date: Mon, 17 Mar 2025 16:22:51 +0530
Subject: [PATCH 526/815] Add shivam.trivedi.is-a.dev domain
---
domains/shivam.trivedi.json | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 domains/shivam.trivedi.json
diff --git a/domains/shivam.trivedi.json b/domains/shivam.trivedi.json
new file mode 100644
index 000000000..f2d372662
--- /dev/null
+++ b/domains/shivam.trivedi.json
@@ -0,0 +1,12 @@
+{
+ "description": "Personal portfolio website",
+ "repo": "https://github.com/Shivam1303/portfolio.git",
+ "owner": {
+ "username": "Shivam1303",
+ "email": "shivamtrivedi1434@gmail.com"
+ },
+ "record": {
+ "CNAME": "portfolio-three-lake-77.vercel.app"
+ },
+ "proxied": true
+}
From 6429e1fbd760bf60e31d179ff522d51b8653e9ff Mon Sep 17 00:00:00 2001
From: Shivam Trivedi
Date: Mon, 17 Mar 2025 16:27:23 +0530
Subject: [PATCH 527/815] Changed name
---
domains/{shivam.trivedi.json => shivamtrivedi.json} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename domains/{shivam.trivedi.json => shivamtrivedi.json} (100%)
diff --git a/domains/shivam.trivedi.json b/domains/shivamtrivedi.json
similarity index 100%
rename from domains/shivam.trivedi.json
rename to domains/shivamtrivedi.json
From 0e4c6e7798a2a7a4d26db3103224c63c85f23b70 Mon Sep 17 00:00:00 2001
From: Asil YARDIMCI
Date: Mon, 17 Mar 2025 14:07:04 +0300
Subject: [PATCH 528/815] Create asil.json
---
domains/asil.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/asil.json
diff --git a/domains/asil.json b/domains/asil.json
new file mode 100644
index 000000000..e96232068
--- /dev/null
+++ b/domains/asil.json
@@ -0,0 +1,11 @@
+{
+ "description": "Portfolio website for Asil",
+ "repo": "https://github.com/asyard/asyard.github.io",
+ "owner": {
+ "username": "asyard",
+ "discord": "asyard"
+ },
+ "record": {
+ "CNAME": "asyard.github.io"
+ }
+}
From 568bed0ed946e7da6cf54d4a049dd194d647f9bb Mon Sep 17 00:00:00 2001
From: orangc
Date: Mon, 17 Mar 2025 15:58:53 +0300
Subject: [PATCH 529/815] Rename Lyxtem.json to lyxtem.json
---
domains/{Lyxtem.json => lyxtem.json} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename domains/{Lyxtem.json => lyxtem.json} (100%)
diff --git a/domains/Lyxtem.json b/domains/lyxtem.json
similarity index 100%
rename from domains/Lyxtem.json
rename to domains/lyxtem.json
From c17710cf93a276e3774a926b71ce12886a4b7ffb Mon Sep 17 00:00:00 2001
From: orangc
Date: Mon, 17 Mar 2025 16:05:16 +0300
Subject: [PATCH 530/815] Update abhiii.json
---
domains/abhiii.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/abhiii.json b/domains/abhiii.json
index 7c6b929c2..323a0ffd3 100644
--- a/domains/abhiii.json
+++ b/domains/abhiii.json
@@ -1,6 +1,6 @@
{
"owner": {
- "username": "Abhi",
+ "username": "wiz-abhi",
"email": "abbhiiishekk@proton.me"
},
"record": {
From 031a66234f00e97b3423df0eb2f3d898c9b31340 Mon Sep 17 00:00:00 2001
From: Ben Rogozinski
Date: Mon, 17 Mar 2025 08:14:06 -0500
Subject: [PATCH 531/815] Update domains/rogo.json
Co-authored-by: orangc
---
domains/rogo.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/rogo.json b/domains/rogo.json
index e914745cc..64afbc415 100644
--- a/domains/rogo.json
+++ b/domains/rogo.json
@@ -6,6 +6,6 @@
},
"record": {
"A": "5.161.233.190",
- "AAAA": "2a01:4ff:f0:dd7c::1"
+ "AAAA": ["2a01:4ff:f0:dd7c::1"]
}
}
From 3e47a31369aeb422476d78294534a850418ac1d4 Mon Sep 17 00:00:00 2001
From: benvgaming <64555537+benvgaming@users.noreply.github.com>
Date: Mon, 17 Mar 2025 21:01:32 +0700
Subject: [PATCH 532/815] Update domains/bennguyen.json
Co-authored-by: orangc
---
domains/bennguyen.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/bennguyen.json b/domains/bennguyen.json
index d3eee75a4..66a32eaa8 100644
--- a/domains/bennguyen.json
+++ b/domains/bennguyen.json
@@ -4,6 +4,6 @@
"email": "benvipgaming@protonmail.com"
},
"record": {
- "CNAME": "https://ben-homepage.vercel.app/"
+ "CNAME": "ben-homepage.vercel.app"
}
}
From 8f37a090ce4e57c996bf2a79bc4788b537467e00 Mon Sep 17 00:00:00 2001
From: gusza <100755292+gusza110811@users.noreply.github.com>
Date: Mon, 17 Mar 2025 21:25:03 +0700
Subject: [PATCH 533/815] Create gusza.json
---
domains/gusza.json | 8 ++++++++
1 file changed, 8 insertions(+)
create mode 100644 domains/gusza.json
diff --git a/domains/gusza.json b/domains/gusza.json
new file mode 100644
index 000000000..e56a6a3d9
--- /dev/null
+++ b/domains/gusza.json
@@ -0,0 +1,8 @@
+{
+ "owner": {
+ "username": "gusza110811"
+ },
+ "record": {
+ "CNAME": "gusza1108.github.io"
+ }
+}
From e0be31ea2c003b9c15a81d20353ce420caa28701 Mon Sep 17 00:00:00 2001
From: gusza <100755292+gusza110811@users.noreply.github.com>
Date: Mon, 17 Mar 2025 21:41:55 +0700
Subject: [PATCH 534/815] Update gusza.json
---
domains/gusza.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/domains/gusza.json b/domains/gusza.json
index e56a6a3d9..a38fd4bfb 100644
--- a/domains/gusza.json
+++ b/domains/gusza.json
@@ -1,6 +1,7 @@
{
"owner": {
- "username": "gusza110811"
+ "username": "gusza110811",
+ "email": "auguz1108@gmail.com"
},
"record": {
"CNAME": "gusza1108.github.io"
From c79788555ffbfca42df0e486caf9648e43bdaa8a Mon Sep 17 00:00:00 2001
From: Juan Huete <81061674+juanjose23@users.noreply.github.com>
Date: Mon, 17 Mar 2025 10:16:14 -0600
Subject: [PATCH 535/815] Create _vercel.juanhuete.json
---
domains/_vercel.juanhuete.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/_vercel.juanhuete.json
diff --git a/domains/_vercel.juanhuete.json b/domains/_vercel.juanhuete.json
new file mode 100644
index 000000000..5c023776e
--- /dev/null
+++ b/domains/_vercel.juanhuete.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "juanjose23",
+ "email": "jrios9836@gmail.com",
+
+ },
+ "record": {
+ "TXT": "vc-domain-verify=juanhuete.is-a.dev,479b0bcf59c976d6f921"
+ }
+}
From 86adab29eb122b3def583713f15df5c4cbe95cc3 Mon Sep 17 00:00:00 2001
From: Akshit Jain <113924385+akshitjain16@users.noreply.github.com>
Date: Mon, 17 Mar 2025 21:48:38 +0530
Subject: [PATCH 536/815] updated changes asked
---
domains/visionmate.akshit-jain.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/visionmate.akshit-jain.json
diff --git a/domains/visionmate.akshit-jain.json b/domains/visionmate.akshit-jain.json
new file mode 100644
index 000000000..736a47c01
--- /dev/null
+++ b/domains/visionmate.akshit-jain.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "akshitjain16",
+ "email": "gang.akshitjain@gmail.com"
+ },
+ "record": {
+ "URL": "https://vision-mate.netlify.app/"
+ }
+ }
+
\ No newline at end of file
From fd6f1a7ba94d7cda0e78719e49b5c036b89b0610 Mon Sep 17 00:00:00 2001
From: MAC
Date: Mon, 17 Mar 2025 23:25:48 +0700
Subject: [PATCH 537/815] feat: add lucvuro.json
---
domains/_vercel.lucvuro.json | 9 +++++++++
domains/lucvuro.json | 9 +++++++++
2 files changed, 18 insertions(+)
create mode 100644 domains/_vercel.lucvuro.json
create mode 100644 domains/lucvuro.json
diff --git a/domains/_vercel.lucvuro.json b/domains/_vercel.lucvuro.json
new file mode 100644
index 000000000..4e19db2a3
--- /dev/null
+++ b/domains/_vercel.lucvuro.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "lucvuro",
+ "email": "lucvuit@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=lucvuro.is-a.dev,da1967c10a4607cdefe4"
+ }
+}
\ No newline at end of file
diff --git a/domains/lucvuro.json b/domains/lucvuro.json
new file mode 100644
index 000000000..5a99bce49
--- /dev/null
+++ b/domains/lucvuro.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "lucvuro",
+ "email": "lucvuit@gmail.com"
+ },
+ "record": {
+ "CNAME": "my-portfolio-v2-iota.vercel.app"
+ }
+}
\ No newline at end of file
From 251529b599d8e4679a28cc371073aee8d84e0a4f Mon Sep 17 00:00:00 2001
From: Juan Huete <81061674+juanjose23@users.noreply.github.com>
Date: Mon, 17 Mar 2025 10:27:59 -0600
Subject: [PATCH 538/815] _vercel.juanhuete.json
---
domains/_vercel.juanhuete.json | 1 +
1 file changed, 1 insertion(+)
diff --git a/domains/_vercel.juanhuete.json b/domains/_vercel.juanhuete.json
index 5c023776e..6828f934e 100644
--- a/domains/_vercel.juanhuete.json
+++ b/domains/_vercel.juanhuete.json
@@ -2,6 +2,7 @@
"owner": {
"username": "juanjose23",
"email": "jrios9836@gmail.com",
+ "discord":"988647501236162641"
},
"record": {
From c13547e2e01a773ac4bdf2f3cb23680446531c1b Mon Sep 17 00:00:00 2001
From: Sakshi Singh
Date: Mon, 17 Mar 2025 23:14:26 +0530
Subject: [PATCH 539/815] Create sakshi.json
---
domains/sakshi.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/sakshi.json
diff --git a/domains/sakshi.json b/domains/sakshi.json
new file mode 100644
index 000000000..5fe01e8bc
--- /dev/null
+++ b/domains/sakshi.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Sakshi",
+ "email": "sakshiii@outlook.com"
+ },
+ "record": {
+ "URL": "https://github.com/git-sakshii/"
+ }
+ }
From a4af6530d5cb615e5c48c5fb933313dcd1318568 Mon Sep 17 00:00:00 2001
From: VeygaX <84923630+veygax@users.noreply.github.com>
Date: Mon, 17 Mar 2025 18:31:37 +0000
Subject: [PATCH 540/815] Create _vercel.veygax.json
---
domains/_vercel.veygax.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/_vercel.veygax.json
diff --git a/domains/_vercel.veygax.json b/domains/_vercel.veygax.json
new file mode 100644
index 000000000..47892fb69
--- /dev/null
+++ b/domains/_vercel.veygax.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "veygax",
+ "email": "veyga@checkpoint.llc",
+ "discord": "1119938236245094521"
+
+ },
+ "record": {
+ "TXT": "vc-domain-verify=veygax.is-a.dev,a56bc04fff9fc5e6e38d"
+ }
+}
From c64555e3dee2c8f7581f7a0221b798018418fed1 Mon Sep 17 00:00:00 2001
From: VeygaX <84923630+veygax@users.noreply.github.com>
Date: Mon, 17 Mar 2025 18:36:47 +0000
Subject: [PATCH 541/815] Create veygax.json
---
domains/veygax.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/veygax.json
diff --git a/domains/veygax.json b/domains/veygax.json
new file mode 100644
index 000000000..d07e62baf
--- /dev/null
+++ b/domains/veygax.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "veygax",
+ "email": "veyga@checkpoint.llc",
+ "discord": "1119938236245094521"
+
+ },
+ "record": {
+ "CNAME": "cname.vercel-dns.com"
+ }
+}
From 42887e3ffe6078d01edb9d2616870b57a018ed1f Mon Sep 17 00:00:00 2001
From: Akshit Jain <113924385+akshitjain16@users.noreply.github.com>
Date: Tue, 18 Mar 2025 00:42:19 +0530
Subject: [PATCH 542/815] Delete domains/visionmate.json
---
domains/visionmate.json | 10 ----------
1 file changed, 10 deletions(-)
delete mode 100644 domains/visionmate.json
diff --git a/domains/visionmate.json b/domains/visionmate.json
deleted file mode 100644
index 736a47c01..000000000
--- a/domains/visionmate.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "akshitjain16",
- "email": "gang.akshitjain@gmail.com"
- },
- "record": {
- "URL": "https://vision-mate.netlify.app/"
- }
- }
-
\ No newline at end of file
From ba2a5a243b93ba68ff9d213b79d6672cba0c4793 Mon Sep 17 00:00:00 2001
From: Juan <73803465+JuanSamayoa@users.noreply.github.com>
Date: Mon, 17 Mar 2025 18:48:19 -0600
Subject: [PATCH 543/815] Create juan-samayoa
---
domains/juan-samayoa | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 domains/juan-samayoa
diff --git a/domains/juan-samayoa b/domains/juan-samayoa
new file mode 100644
index 000000000..f9af830b5
--- /dev/null
+++ b/domains/juan-samayoa
@@ -0,0 +1,12 @@
+{
+ "description": "Portafolio of Juan Samayoa, a viewable page that shows my experience and projects worked on and will be updated from now on so needed this to begin",
+ "repo": "https://github.com/JuanSamayoa/Portafolio-HTML",
+ "owner": {
+ "username": "JuanSamayoa",
+ "email": "juancho1705@gmail.com"
+ },
+ "record": {
+ "CNAME": "juansamayoa.github.io"
+ },
+ "proxied": true
+}
From a6c2165c11a6fbe910765dad067a695def09b1ba Mon Sep 17 00:00:00 2001
From: Lyxtem <93158134+Lyxtem@users.noreply.github.com>
Date: Mon, 17 Mar 2025 21:12:51 -0400
Subject: [PATCH 544/815] Update lyxtem.json
---
domains/lyxtem.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/lyxtem.json b/domains/lyxtem.json
index c9ebbb3d0..a615a3ce9 100644
--- a/domains/lyxtem.json
+++ b/domains/lyxtem.json
@@ -4,6 +4,6 @@
"email": "nu284955@gmail.com"
},
"record": {
- "CNAME": "lyxtem.github.io"
+ "CNAME": "lyxtem.vercel.app"
}
}
From 8fb8ccc08a69614d5da5d596d9e7d94fcae3d5f4 Mon Sep 17 00:00:00 2001
From: Brodes <144500576+Br0des@users.noreply.github.com>
Date: Mon, 17 Mar 2025 19:48:11 -0600
Subject: [PATCH 545/815] Create brodes.json
---
domains/brodes.json | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 domains/brodes.json
diff --git a/domains/brodes.json b/domains/brodes.json
new file mode 100644
index 000000000..c7fe5c34d
--- /dev/null
+++ b/domains/brodes.json
@@ -0,0 +1,12 @@
+{
+ "description": "small Website of mine, may have done it wrong",
+ "repo": "https://github.com/Br0des/Website",
+ "owner": {
+ "username": "br0des",
+ "email": "brodyyeah@proton.me"
+ },
+ "record": {
+ "CNAME": "https://br0des.github.io/Website/index.html"
+ },
+ "proxied": true
+}
From 77550ba1a622a1b9b62991bdddc2a41d69acd617 Mon Sep 17 00:00:00 2001
From: BDN_fr <98167323+BDN-fr@users.noreply.github.com>
Date: Tue, 18 Mar 2025 03:36:02 +0100
Subject: [PATCH 546/815] Create _vercel.bdn-fr.json
---
domains/_vercel.bdn-fr.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/_vercel.bdn-fr.json
diff --git a/domains/_vercel.bdn-fr.json b/domains/_vercel.bdn-fr.json
new file mode 100644
index 000000000..7b6cf939a
--- /dev/null
+++ b/domains/_vercel.bdn-fr.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "bdn-fr",
+ "email": "98167323+BDN-fr@users.noreply.github.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=bdn-fr.is-a.dev,85271b1cab848c134027"
+ }
+}
From 4bac935e16e3da0570b1e1d577af4cdd5790ee0a Mon Sep 17 00:00:00 2001
From: BDN_fr <98167323+BDN-fr@users.noreply.github.com>
Date: Tue, 18 Mar 2025 03:46:32 +0100
Subject: [PATCH 547/815] Create bdn-fr.json
---
domains/bdn-fr.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/bdn-fr.json
diff --git a/domains/bdn-fr.json b/domains/bdn-fr.json
new file mode 100644
index 000000000..c56924df4
--- /dev/null
+++ b/domains/bdn-fr.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "bdn-fr",
+ "email": "98167323+BDN-fr@users.noreply.github.com"
+ },
+ "record": {
+ "CNAME": "bdn-fr.vercel.app"
+ }
+}
From e6f612119f25b8d363d7b19caeedee41f662ce9e Mon Sep 17 00:00:00 2001
From: orangc
Date: Tue, 18 Mar 2025 09:10:43 +0300
Subject: [PATCH 548/815] Update rogo.json
---
domains/rogo.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/rogo.json b/domains/rogo.json
index 64afbc415..ec6d05b56 100644
--- a/domains/rogo.json
+++ b/domains/rogo.json
@@ -5,7 +5,7 @@
"email": "brogodev@gmail.com"
},
"record": {
- "A": "5.161.233.190",
+ "A": ["5.161.233.190"],
"AAAA": ["2a01:4ff:f0:dd7c::1"]
}
}
From ffc3d1d460df439395160200919c74441177026e Mon Sep 17 00:00:00 2001
From: orangc
Date: Tue, 18 Mar 2025 09:12:21 +0300
Subject: [PATCH 549/815] Update rogo.json
---
domains/rogo.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/rogo.json b/domains/rogo.json
index ec6d05b56..a4b3384d8 100644
--- a/domains/rogo.json
+++ b/domains/rogo.json
@@ -1,6 +1,6 @@
{
"owner": {
- "owner": "BenRogozinski",
+ "username": "BenRogozinski",
"discord": "BenDaBuilder",
"email": "brogodev@gmail.com"
},
From 59d36973c75a44dac2763a21d0d33f394b0d2924 Mon Sep 17 00:00:00 2001
From: orangc
Date: Tue, 18 Mar 2025 09:16:33 +0300
Subject: [PATCH 550/815] Update sakshi.json
---
domains/sakshi.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/sakshi.json b/domains/sakshi.json
index 5fe01e8bc..7be25164e 100644
--- a/domains/sakshi.json
+++ b/domains/sakshi.json
@@ -1,6 +1,6 @@
{
"owner": {
- "username": "Sakshi",
+ "username": "git-sakshii",
"email": "sakshiii@outlook.com"
},
"record": {
From 8f8215b01f94c01fcfe6aed61838fee6a040c385 Mon Sep 17 00:00:00 2001
From: orangc
Date: Tue, 18 Mar 2025 09:22:22 +0300
Subject: [PATCH 551/815] Rename juan-samayoa to juan-samayoa.json
---
domains/{juan-samayoa => juan-samayoa.json} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename domains/{juan-samayoa => juan-samayoa.json} (100%)
diff --git a/domains/juan-samayoa b/domains/juan-samayoa.json
similarity index 100%
rename from domains/juan-samayoa
rename to domains/juan-samayoa.json
From 66c7e07a7656279460021cc62082ab968fa4744a Mon Sep 17 00:00:00 2001
From: orangc
Date: Tue, 18 Mar 2025 09:25:47 +0300
Subject: [PATCH 552/815] Update _vercel.bdn-fr.json
---
domains/_vercel.bdn-fr.json | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/domains/_vercel.bdn-fr.json b/domains/_vercel.bdn-fr.json
index 7b6cf939a..f7437b28f 100644
--- a/domains/_vercel.bdn-fr.json
+++ b/domains/_vercel.bdn-fr.json
@@ -1,7 +1,6 @@
{
"owner": {
- "username": "bdn-fr",
- "email": "98167323+BDN-fr@users.noreply.github.com"
+ "username": "bdn-fr"
},
"record": {
"TXT": "vc-domain-verify=bdn-fr.is-a.dev,85271b1cab848c134027"
From 8f1afec5fe1535c1bfebbb2eac4e04f38e36cd57 Mon Sep 17 00:00:00 2001
From: orangc
Date: Tue, 18 Mar 2025 09:26:10 +0300
Subject: [PATCH 553/815] Update bdn-fr.json
---
domains/bdn-fr.json | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/domains/bdn-fr.json b/domains/bdn-fr.json
index c56924df4..5368a69bd 100644
--- a/domains/bdn-fr.json
+++ b/domains/bdn-fr.json
@@ -1,7 +1,6 @@
{
"owner": {
- "username": "bdn-fr",
- "email": "98167323+BDN-fr@users.noreply.github.com"
+ "username": "bdn-fr"
},
"record": {
"CNAME": "bdn-fr.vercel.app"
From dda0075195d3e0b4d5a793ddb9349f42f5610c49 Mon Sep 17 00:00:00 2001
From: schminho <77048995+schminho@users.noreply.github.com>
Date: Tue, 18 Mar 2025 08:38:32 +0100
Subject: [PATCH 554/815] Create ptr.json
---
domains/ptr.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/ptr.json
diff --git a/domains/ptr.json b/domains/ptr.json
new file mode 100644
index 000000000..c8412a1a4
--- /dev/null
+++ b/domains/ptr.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "schminho",
+ "email": "peter@geiselnehmer.de"
+ },
+ "record": {
+ "CNAME": "schminho.github.io"
+ }
+}
From eb81d9bf0ba5603b430b468d4cdeeeeb711d49a7 Mon Sep 17 00:00:00 2001
From: ngompoweredbypoi <127009177+ngompoweredbypoi@users.noreply.github.com>
Date: Tue, 18 Mar 2025 11:15:54 +0300
Subject: [PATCH 555/815] Create ngompoweredbypoi.json
---
domains/ngompoweredbypoi.json | 8 ++++++++
1 file changed, 8 insertions(+)
create mode 100644 domains/ngompoweredbypoi.json
diff --git a/domains/ngompoweredbypoi.json b/domains/ngompoweredbypoi.json
new file mode 100644
index 000000000..c9ce9b665
--- /dev/null
+++ b/domains/ngompoweredbypoi.json
@@ -0,0 +1,8 @@
+{
+ "owner": {
+ "username": "ngompoweredbypoi"
+ },
+ "record": {
+ "CNAME": "https://ngompoweredbypoi.github.io"
+ }
+}
From 7d1cb558228f2c760e4f8a5c777cd8f2c32698ac Mon Sep 17 00:00:00 2001
From: William Harrison <87287585+wdhdev@users.noreply.github.com>
Date: Tue, 18 Mar 2025 16:51:12 +0800
Subject: [PATCH 556/815] Delete domains/bot.json
---
domains/bot.json | 8 --------
1 file changed, 8 deletions(-)
delete mode 100644 domains/bot.json
diff --git a/domains/bot.json b/domains/bot.json
deleted file mode 100644
index 19228f791..000000000
--- a/domains/bot.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "owner": {
- "username": "tanmoythebot"
- },
- "record": {
- "CNAME": "tanmoythebot.github.io"
- }
-}
From cc2235664847ec02b79c677e3b4d84090e5663b5 Mon Sep 17 00:00:00 2001
From: William Harrison <87287585+wdhdev@users.noreply.github.com>
Date: Tue, 18 Mar 2025 16:53:15 +0800
Subject: [PATCH 557/815] Delete domains/app.json
---
domains/app.json | 9 ---------
1 file changed, 9 deletions(-)
delete mode 100644 domains/app.json
diff --git a/domains/app.json b/domains/app.json
deleted file mode 100644
index 4f1926b86..000000000
--- a/domains/app.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "code-hunt-in",
- "email": "aishwary.pandore@somaiya.edu"
- },
- "record": {
- "CNAME": "code-hunt-in.github.io"
- }
-}
From 30f0ec2e5e04d5619c7401cb8894498d44095b26 Mon Sep 17 00:00:00 2001
From: William Harrison <87287585+wdhdev@users.noreply.github.com>
Date: Tue, 18 Mar 2025 16:54:14 +0800
Subject: [PATCH 558/815] Update reserved.json
---
util/reserved.json | 3 +++
1 file changed, 3 insertions(+)
diff --git a/util/reserved.json b/util/reserved.json
index 37c071c97..62203785b 100644
--- a/util/reserved.json
+++ b/util/reserved.json
@@ -5,6 +5,8 @@
"admin",
"api",
"apis",
+ "app",
+ "apps",
"assets",
"auth",
"authentication",
@@ -16,6 +18,7 @@
"ads",
"billing",
"blog",
+ "bot",
"cdn",
"chat",
"checkout",
From 8f9acfac9d200aac5a760ba8f1cda28ef1663f68 Mon Sep 17 00:00:00 2001
From: William Harrison <87287585+wdhdev@users.noreply.github.com>
Date: Tue, 18 Mar 2025 16:56:26 +0800
Subject: [PATCH 559/815] Update reserved.json
---
util/reserved.json | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/util/reserved.json b/util/reserved.json
index 62203785b..953c50aa3 100644
--- a/util/reserved.json
+++ b/util/reserved.json
@@ -1,4 +1,5 @@
[
+ "_zone-updated",
"about",
"account",
"accounts",
@@ -150,5 +151,7 @@
"www8",
"www9",
"wwww",
- "your-domain-name"
+ "your-domain-name",
+ "zone",
+ "zone-updated"
]
From c0406d5e85a5537748fa9716b60d1c8926c44afc Mon Sep 17 00:00:00 2001
From: Juan Huete <81061674+juanjose23@users.noreply.github.com>
Date: Tue, 18 Mar 2025 03:00:49 -0600
Subject: [PATCH 560/815] update
---
domains/juanhuete.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/juanhuete.json b/domains/juanhuete.json
index d85e98b3a..fdb7af595 100644
--- a/domains/juanhuete.json
+++ b/domains/juanhuete.json
@@ -5,6 +5,6 @@
"email": "jrios9836@gmail.com"
},
"record": {
- "URL": "https://portafolio-blond-sigma.vercel.app/"
+ "CNAME": "https://portafolio-blond-sigma.vercel.app/"
}
}
From 8a73a8717a4b46f20cbebcf250efafc493bf92cf Mon Sep 17 00:00:00 2001
From: Juan Huete <81061674+juanjose23@users.noreply.github.com>
Date: Tue, 18 Mar 2025 03:11:47 -0600
Subject: [PATCH 561/815] type a
---
domains/juanhuete.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/domains/juanhuete.json b/domains/juanhuete.json
index fdb7af595..6b36b1e1e 100644
--- a/domains/juanhuete.json
+++ b/domains/juanhuete.json
@@ -5,6 +5,6 @@
"email": "jrios9836@gmail.com"
},
"record": {
- "CNAME": "https://portafolio-blond-sigma.vercel.app/"
- }
+ "A": ["76.76.21.21"]
}
+}
\ No newline at end of file
From e7d239e4cce0a7b14c66489c7ab24a2b494ba7e7 Mon Sep 17 00:00:00 2001
From: BM87006 <72997583+BM87006@users.noreply.github.com>
Date: Tue, 18 Mar 2025 11:07:00 +0100
Subject: [PATCH 562/815] Criar bm.json
---
domains/bm.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/bm.json
diff --git a/domains/bm.json b/domains/bm.json
new file mode 100644
index 000000000..f39f6744a
--- /dev/null
+++ b/domains/bm.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "BM",
+ "email": "bm.is.a.dev@gmail.com"
+ },
+ "record": {
+ "CNAME": "v0-blue-portfolio-brown.vercel.app"
+ },
+ "description": "BM Portfolio"
+}
From 16d605abedc436add21acb2d611e9513c3d928cc Mon Sep 17 00:00:00 2001
From: ngompoweredbypoi <127009177+ngompoweredbypoi@users.noreply.github.com>
Date: Tue, 18 Mar 2025 13:54:40 +0300
Subject: [PATCH 563/815] domains/ngompoweredbypoi.json
Co-authored-by: Ibrahim Asif <73517520+Satindar31@users.noreply.github.com>
---
domains/ngompoweredbypoi.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/ngompoweredbypoi.json b/domains/ngompoweredbypoi.json
index c9ce9b665..36720b3e3 100644
--- a/domains/ngompoweredbypoi.json
+++ b/domains/ngompoweredbypoi.json
@@ -3,6 +3,6 @@
"username": "ngompoweredbypoi"
},
"record": {
- "CNAME": "https://ngompoweredbypoi.github.io"
+ "CNAME": "ngompoweredbypoi.github.io"
}
}
From f1374b04b5aeb5b038e2ef6b34af556cda79cc3d Mon Sep 17 00:00:00 2001
From: gusza <100755292+gusza110811@users.noreply.github.com>
Date: Tue, 18 Mar 2025 19:26:51 +0700
Subject: [PATCH 564/815] Update gusza.json
---
domains/gusza.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/gusza.json b/domains/gusza.json
index a38fd4bfb..e945d96e5 100644
--- a/domains/gusza.json
+++ b/domains/gusza.json
@@ -4,6 +4,6 @@
"email": "auguz1108@gmail.com"
},
"record": {
- "CNAME": "gusza1108.github.io"
+ "CNAME": "gusza110811.github.io"
}
}
From b2269310256250e2c43a55a3a3c8ffe4b9b33a9f Mon Sep 17 00:00:00 2001
From: Juan <73803465+JuanSamayoa@users.noreply.github.com>
Date: Tue, 18 Mar 2025 08:15:43 -0600
Subject: [PATCH 565/815] Create
_github-pages-challenge-JuanSamayoa.juan-samayoa.json
---
..._github-pages-challenge-JuanSamayoa.juan-samayoa.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/_github-pages-challenge-JuanSamayoa.juan-samayoa.json
diff --git a/domains/_github-pages-challenge-JuanSamayoa.juan-samayoa.json b/domains/_github-pages-challenge-JuanSamayoa.juan-samayoa.json
new file mode 100644
index 000000000..90fc9e6a8
--- /dev/null
+++ b/domains/_github-pages-challenge-JuanSamayoa.juan-samayoa.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "JuanSamayoa",
+ "email": "juancho1705@gmail.com"
+ },
+ "record": {
+ "TXT": "fc8f871bfa593a9c2c21cc89bc2a84"
+ }
+}
From b339ce377bfab73be451ca13cb443332ccf397ae Mon Sep 17 00:00:00 2001
From: Joschua Ordonio <124571485+joszxchua@users.noreply.github.com>
Date: Tue, 18 Mar 2025 22:48:31 +0800
Subject: [PATCH 566/815] Create joszxchua.json
---
joszxchua.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 joszxchua.json
diff --git a/joszxchua.json b/joszxchua.json
new file mode 100644
index 000000000..5c7419c0e
--- /dev/null
+++ b/joszxchua.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "joszxchua",
+ "email": "joschuaordonio29@gmail.com"
+ },
+ "record": {
+ "CNAME": "joszxchua-dev.vercel.app"
+ }
+}
From 75101d0713cfa37d71084317eb607b21ae611c8b Mon Sep 17 00:00:00 2001
From: Minecradt <89748404+Minecradt@users.noreply.github.com>
Date: Tue, 18 Mar 2025 12:25:40 -0400
Subject: [PATCH 567/815] Create killtolive.json
---
domains/killtolive.json | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 domains/killtolive.json
diff --git a/domains/killtolive.json b/domains/killtolive.json
new file mode 100644
index 000000000..80a9193a2
--- /dev/null
+++ b/domains/killtolive.json
@@ -0,0 +1,17 @@
+{
+ "description": "KillToLive minecraft server",
+ "owner": {
+ "username": "Minecradt",
+ "email": "soccer1992.is.a.dev@gmail.com"
+ },
+ "record": {
+ "SRV": [
+ {
+ "priority": 0,
+ "weight": 5,
+ "port": 25565,
+ "target": "KillToLive.valksystems.pro"
+ }
+ ]
+ }
+}
From edfaa497a24e94317a5d80271ba535b8467f7e2d Mon Sep 17 00:00:00 2001
From: 21Z <21z95@proton.me>
Date: Tue, 18 Mar 2025 21:35:18 +0400
Subject: [PATCH 568/815] feature: add discord username
---
domains/ngompoweredbypoi.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/domains/ngompoweredbypoi.json b/domains/ngompoweredbypoi.json
index 36720b3e3..908ce0606 100644
--- a/domains/ngompoweredbypoi.json
+++ b/domains/ngompoweredbypoi.json
@@ -1,6 +1,7 @@
{
"owner": {
- "username": "ngompoweredbypoi"
+ "username": "ngompoweredbypoi",
+ "discord": "ngompoweredbypoi"
},
"record": {
"CNAME": "ngompoweredbypoi.github.io"
From 9f35804616103c2f2272283471dc7c1a514667f4 Mon Sep 17 00:00:00 2001
From: Tanuj Nagpal
Date: Tue, 18 Mar 2025 23:27:44 +0530
Subject: [PATCH 569/815] Create tanuj-nagpal,json
---
domains/tanuj-nagpal,json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/tanuj-nagpal,json
diff --git a/domains/tanuj-nagpal,json b/domains/tanuj-nagpal,json
new file mode 100644
index 000000000..45bc2711f
--- /dev/null
+++ b/domains/tanuj-nagpal,json
@@ -0,0 +1,11 @@
+{
+ "description": "Domain for my personal website",
+ "repo": "https://github.com/tanuj101/tanuj101.github.io",
+ "owner": {
+ "username": "tanuj101",
+ "email": "tanujnagpal999@gmail.com"
+ },
+ "record": {
+ "CNAME": "tanuj101.github.io"
+ }
+}
From 56705aed029bc25b163af014a6eea691a0437fc2 Mon Sep 17 00:00:00 2001
From: Glenferdinza
Date: Wed, 19 Mar 2025 01:02:54 +0700
Subject: [PATCH 570/815] Create asya.json
---
asya.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 asya.json
diff --git a/asya.json b/asya.json
new file mode 100644
index 000000000..e990ce5d6
--- /dev/null
+++ b/asya.json
@@ -0,0 +1,11 @@
+{
+ "description": "Personal portofolio website",
+ "repo": "https://glenferdinza.github.io/Asya-s-Portofolio/",
+ "owner": {
+ "username": "Glenferdinza"
+ "email":"glenferdinza21@gmail.com"
+ },
+ "record": {
+ "CNAME": "glenferdinza.github.io"
+ }
+}
From cb9f313635acd0f9ac41d0c9b4461c8af0fcedfd Mon Sep 17 00:00:00 2001
From: Tanuj Nagpal
Date: Tue, 18 Mar 2025 23:58:18 +0530
Subject: [PATCH 571/815] Delete domains/tanuj-nagpal,json
---
domains/tanuj-nagpal,json | 11 -----------
1 file changed, 11 deletions(-)
delete mode 100644 domains/tanuj-nagpal,json
diff --git a/domains/tanuj-nagpal,json b/domains/tanuj-nagpal,json
deleted file mode 100644
index 45bc2711f..000000000
--- a/domains/tanuj-nagpal,json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Domain for my personal website",
- "repo": "https://github.com/tanuj101/tanuj101.github.io",
- "owner": {
- "username": "tanuj101",
- "email": "tanujnagpal999@gmail.com"
- },
- "record": {
- "CNAME": "tanuj101.github.io"
- }
-}
From 93363b10d211293747943edf2af3ecd36232b403 Mon Sep 17 00:00:00 2001
From: Tanuj Nagpal
Date: Wed, 19 Mar 2025 00:03:49 +0530
Subject: [PATCH 572/815] Create tanuj-nagpal.json
---
domains/tanuj-nagpal.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/tanuj-nagpal.json
diff --git a/domains/tanuj-nagpal.json b/domains/tanuj-nagpal.json
new file mode 100644
index 000000000..1946ba138
--- /dev/null
+++ b/domains/tanuj-nagpal.json
@@ -0,0 +1,11 @@
+{
+ "description": "personal website",
+ "repo": "https://github.com/tanuj101/meta/",
+ "owner": {
+ "username": "tanuj101",
+ "email": "tanujnagpal999@gmail.com"
+ },
+ "record": {
+ "A": ["75.2.60.5"]
+ }
+}
From 20a1abd76d8af47be56f6e7666c1e0964ae64e28 Mon Sep 17 00:00:00 2001
From: Tanuj Nagpal
Date: Wed, 19 Mar 2025 00:12:30 +0530
Subject: [PATCH 573/815] Update tanuj-nagpal.json
---
domains/tanuj-nagpal.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/tanuj-nagpal.json b/domains/tanuj-nagpal.json
index 1946ba138..be8d09b2d 100644
--- a/domains/tanuj-nagpal.json
+++ b/domains/tanuj-nagpal.json
@@ -1,6 +1,6 @@
{
"description": "personal website",
- "repo": "https://github.com/tanuj101/meta/",
+ "repo": "https://github.com/tanuj101/personal-web-space",
"owner": {
"username": "tanuj101",
"email": "tanujnagpal999@gmail.com"
From ece5a10b79daa369f99613979dc599cb974bf71b Mon Sep 17 00:00:00 2001
From: BM87006 <72997583+BM87006@users.noreply.github.com>
Date: Tue, 18 Mar 2025 20:29:42 +0100
Subject: [PATCH 574/815] Atualizar o bm.json
---
domains/bm.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/bm.json b/domains/bm.json
index f39f6744a..b5b04a005 100644
--- a/domains/bm.json
+++ b/domains/bm.json
@@ -1,6 +1,6 @@
{
"owner": {
- "username": "BM",
+ "username": "BM87006",
"email": "bm.is.a.dev@gmail.com"
},
"record": {
From d5d9e4c7c72be63692c8d80bd6ca71017ecf127a Mon Sep 17 00:00:00 2001
From: BM87006 <72997583+BM87006@users.noreply.github.com>
Date: Tue, 18 Mar 2025 20:30:25 +0100
Subject: [PATCH 575/815] Atualizar o _vercel.bm.json
---
domains/_vercel.bm.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/_vercel.bm.json b/domains/_vercel.bm.json
index 087ef7ae4..90038acea 100644
--- a/domains/_vercel.bm.json
+++ b/domains/_vercel.bm.json
@@ -1,6 +1,6 @@
{
"owner": {
- "username": "BM",
+ "username": "BM87006",
"email": "bm.is.a.dev@gmail.com"
},
"record": {
From 91a64f7d9ca5259a5f8e4c901f263b25b69b2182 Mon Sep 17 00:00:00 2001
From: Jaime <85058301+Jaimezpe@users.noreply.github.com>
Date: Tue, 18 Mar 2025 20:31:11 +0100
Subject: [PATCH 576/815] Create jaimezpe.json
---
domains/jaimezpe.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/jaimezpe.json
diff --git a/domains/jaimezpe.json b/domains/jaimezpe.json
new file mode 100644
index 000000000..06d30db48
--- /dev/null
+++ b/domains/jaimezpe.json
@@ -0,0 +1,10 @@
+{
+ "repo": "https://github.com/jaimezpe/bio",
+ "owner": {
+ "username": "jaimezpe",
+ "email": "info@jaimezpe.com"
+ },
+ "record": {
+ "CNAME": "jaimezpe.com"
+ }
+}
From 3a6f3ba14d66b93d2e666b509313381c673d02ce Mon Sep 17 00:00:00 2001
From: Axo! <63465951+Verygafanhot@users.noreply.github.com>
Date: Tue, 18 Mar 2025 19:51:53 +0000
Subject: [PATCH 577/815] Add files.heyaxo
---
domains/files.heyaxo.json | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode 100644 domains/files.heyaxo.json
diff --git a/domains/files.heyaxo.json b/domains/files.heyaxo.json
new file mode 100644
index 000000000..c741acafd
--- /dev/null
+++ b/domains/files.heyaxo.json
@@ -0,0 +1,14 @@
+{
+ "repo": "https://github.com/verygafanhot",
+ "owner": {
+ "username": "Verygafanhot",
+ "email": "verygafanhot@gmail.com",
+ "twitter": "verygafanhot",
+ "discord": "Verygafanhot"
+ },
+ "record": {
+ "A": [
+ "176.79.88.86"
+ ]
+ }
+}
From fd4f459e25958e9b930c5841cdb2f7f52fe0efb8 Mon Sep 17 00:00:00 2001
From: Brodes <144500576+Br0des@users.noreply.github.com>
Date: Tue, 18 Mar 2025 15:19:15 -0600
Subject: [PATCH 578/815] Update domains/brodes.json
Co-authored-by: orangc
---
domains/brodes.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/brodes.json b/domains/brodes.json
index c7fe5c34d..40d562c38 100644
--- a/domains/brodes.json
+++ b/domains/brodes.json
@@ -6,7 +6,7 @@
"email": "brodyyeah@proton.me"
},
"record": {
- "CNAME": "https://br0des.github.io/Website/index.html"
+ "CNAME": "br0des.github.io"
},
"proxied": true
}
From 76878268919367f2e7960b79b68f5572b3b022db Mon Sep 17 00:00:00 2001
From: Xavier Mawet
Date: Tue, 18 Mar 2025 23:33:42 +0100
Subject: [PATCH 579/815] Create nakim.json
---
domains/nakim.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/nakim.json
diff --git a/domains/nakim.json b/domains/nakim.json
new file mode 100644
index 000000000..17c68f290
--- /dev/null
+++ b/domains/nakim.json
@@ -0,0 +1,11 @@
+{
+ "description": "Personal website",
+ "repo": "https://github.com/xaviermawet",
+ "owner": {
+ "username": "xaviermawet",
+ "email": "xavier@nakim.be"
+ },
+ "record": {
+ "CNAME": "nakim.be"
+ }
+}
From 9dadb171e48f075f121dbece86ae427f85a90ecc Mon Sep 17 00:00:00 2001
From: joevizcara
Date: Wed, 19 Mar 2025 06:47:57 +0800
Subject: [PATCH 580/815] Create joeb.json
---
domains/joeb.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/joeb.json
diff --git a/domains/joeb.json b/domains/joeb.json
new file mode 100644
index 000000000..f37ce2583
--- /dev/null
+++ b/domains/joeb.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "joevizcara",
+ "email": "joevizcara@proton.me"
+ },
+ "record": {
+ "CNAME": "joeb.pages.dev"
+ }
+}
From 0bbc681efca04f202454b9f7e94e5f11e9b9f95a Mon Sep 17 00:00:00 2001
From: Joschua Ordonio <124571485+joszxchua@users.noreply.github.com>
Date: Wed, 19 Mar 2025 07:57:59 +0800
Subject: [PATCH 581/815] Delete joszxchua.json
---
joszxchua.json | 9 ---------
1 file changed, 9 deletions(-)
delete mode 100644 joszxchua.json
diff --git a/joszxchua.json b/joszxchua.json
deleted file mode 100644
index 5c7419c0e..000000000
--- a/joszxchua.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "joszxchua",
- "email": "joschuaordonio29@gmail.com"
- },
- "record": {
- "CNAME": "joszxchua-dev.vercel.app"
- }
-}
From c46f842a5e6c123f54d7284c7ad52691cf828ef6 Mon Sep 17 00:00:00 2001
From: Joschua Ordonio <124571485+joszxchua@users.noreply.github.com>
Date: Wed, 19 Mar 2025 07:58:36 +0800
Subject: [PATCH 582/815] Create joszxchua.json
---
domains/joszxchua.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/joszxchua.json
diff --git a/domains/joszxchua.json b/domains/joszxchua.json
new file mode 100644
index 000000000..5c7419c0e
--- /dev/null
+++ b/domains/joszxchua.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "joszxchua",
+ "email": "joschuaordonio29@gmail.com"
+ },
+ "record": {
+ "CNAME": "joszxchua-dev.vercel.app"
+ }
+}
From 27900312c29168bb22cf7774f3d11104433da6ed Mon Sep 17 00:00:00 2001
From: Axo! <63465951+Verygafanhot@users.noreply.github.com>
Date: Wed, 19 Mar 2025 00:14:15 +0000
Subject: [PATCH 583/815] Update files.heyaxo.json
---
domains/files.heyaxo.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/domains/files.heyaxo.json b/domains/files.heyaxo.json
index c741acafd..0704d36c6 100644
--- a/domains/files.heyaxo.json
+++ b/domains/files.heyaxo.json
@@ -10,5 +10,6 @@
"A": [
"176.79.88.86"
]
- }
+ },
+ "proxied": true
}
From a08d0b49dfdfc99c18aa87636041225d5efc8116 Mon Sep 17 00:00:00 2001
From: KaguraYayoi
Date: Wed, 19 Mar 2025 08:34:17 +0800
Subject: [PATCH 584/815] Create kagurayayoi.json
---
domains/kagurayayoi.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/kagurayayoi.json
diff --git a/domains/kagurayayoi.json b/domains/kagurayayoi.json
new file mode 100644
index 000000000..fce2d43ff
--- /dev/null
+++ b/domains/kagurayayoi.json
@@ -0,0 +1,10 @@
+{
+ "repo": "https://github.com/fjaxzhy/is-a.dev",
+ "owner": {
+ "username": "KaguraYayoi",
+ "email": "admin@kagurayayoi.top"
+ },
+ "record": {
+ "CNAME": "kagurayayoi.top"
+ }
+ }
\ No newline at end of file
From c30c435d64acee52f72bfd343e0b3b2f52a92e56 Mon Sep 17 00:00:00 2001
From: 21Z <21z95@proton.me>
Date: Wed, 19 Mar 2025 06:23:27 +0400
Subject: [PATCH 585/815] fix: lowercase file
---
...json => _github-pages-challenge-juansamayoa.juan-samayoa.json} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename domains/{_github-pages-challenge-JuanSamayoa.juan-samayoa.json => _github-pages-challenge-juansamayoa.juan-samayoa.json} (100%)
diff --git a/domains/_github-pages-challenge-JuanSamayoa.juan-samayoa.json b/domains/_github-pages-challenge-juansamayoa.juan-samayoa.json
similarity index 100%
rename from domains/_github-pages-challenge-JuanSamayoa.juan-samayoa.json
rename to domains/_github-pages-challenge-juansamayoa.juan-samayoa.json
From f1a82c74311ffd7ebba9f4745502e9afe1b2519a Mon Sep 17 00:00:00 2001
From: kietdo <62020685+kietdo-dev@users.noreply.github.com>
Date: Wed, 19 Mar 2025 09:29:43 +0700
Subject: [PATCH 586/815] Create kietdo.json
---
domains/kietdo.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/kietdo.json
diff --git a/domains/kietdo.json b/domains/kietdo.json
new file mode 100644
index 000000000..a19f6d16d
--- /dev/null
+++ b/domains/kietdo.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "kietdo-dev",
+ "email": "lionvs12345@gmail.com"
+ },
+ "record": {
+ "CNAME": "https://kietdo-portolio.vercel.app"
+ }
+}
From 1f61dff0799fb65b5be8a877f5ee3314da742189 Mon Sep 17 00:00:00 2001
From: mrsanjaya <83075210+mrsanjaya@users.noreply.github.com>
Date: Wed, 19 Mar 2025 10:36:33 +0700
Subject: [PATCH 587/815] Create jasa.json
---
domains/jasa.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/jasa.json
diff --git a/domains/jasa.json b/domains/jasa.json
new file mode 100644
index 000000000..1ce6a0739
--- /dev/null
+++ b/domains/jasa.json
@@ -0,0 +1,11 @@
+{
+ "description": "Describe the use of this subdomain",
+ "repo": "https://github.com/mrsanjaya/mrsanjaya.github.io",
+ "owner": {
+ "username": "mrsanjaya",
+ "email": "sandhysanjaya0110@gmail.com"
+ },
+ "record": {
+ "CNAME": "mrsanjaya.github.io"
+ }
+}
From f0fbd8b756497e4036253b61085fa9934b08eae7 Mon Sep 17 00:00:00 2001
From: Mohammad Hossein Yazdani
Date: Wed, 19 Mar 2025 05:25:44 +0000
Subject: [PATCH 588/815] create plumbus.json
---
domains/plumbus.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/plumbus.json
diff --git a/domains/plumbus.json b/domains/plumbus.json
new file mode 100644
index 000000000..ab341a124
--- /dev/null
+++ b/domains/plumbus.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "mamsi",
+ "email": "m.hossein95th@gmail.com"
+ },
+ "record": {
+ "CNAME": "github.com/MAM-SYS"
+ },
+ "proxied": true
+ }
\ No newline at end of file
From 466d49e9852560c4ddd77b8fb63adfa72105777e Mon Sep 17 00:00:00 2001
From: orangc
Date: Wed, 19 Mar 2025 09:08:39 +0300
Subject: [PATCH 589/815] Update plumbus.json
---
domains/plumbus.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/domains/plumbus.json b/domains/plumbus.json
index ab341a124..fbc348cfe 100644
--- a/domains/plumbus.json
+++ b/domains/plumbus.json
@@ -4,7 +4,7 @@
"email": "m.hossein95th@gmail.com"
},
"record": {
- "CNAME": "github.com/MAM-SYS"
+ "URL": "https://github.com/MAM-SYS"
},
"proxied": true
- }
\ No newline at end of file
+ }
From 56175ae0999f2ae9abb2af4bccd6a7e5ae029b59 Mon Sep 17 00:00:00 2001
From: orangc
Date: Wed, 19 Mar 2025 09:09:58 +0300
Subject: [PATCH 590/815] Update plumbus.json
---
domains/plumbus.json | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/domains/plumbus.json b/domains/plumbus.json
index fbc348cfe..b474c39cb 100644
--- a/domains/plumbus.json
+++ b/domains/plumbus.json
@@ -5,6 +5,5 @@
},
"record": {
"URL": "https://github.com/MAM-SYS"
- },
- "proxied": true
+ }
}
From 04296a3e922e36c5c9d76448076327516a2813c9 Mon Sep 17 00:00:00 2001
From: orangc
Date: Wed, 19 Mar 2025 09:13:15 +0300
Subject: [PATCH 591/815] Update plumbus.json
---
domains/plumbus.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/plumbus.json b/domains/plumbus.json
index b474c39cb..e35970e23 100644
--- a/domains/plumbus.json
+++ b/domains/plumbus.json
@@ -1,6 +1,6 @@
{
"owner": {
- "username": "mamsi",
+ "username": "MAM-SYS",
"email": "m.hossein95th@gmail.com"
},
"record": {
From e9d20deadfe0a55befccee7077725947ad8ed44a Mon Sep 17 00:00:00 2001
From: vampirepapi
Date: Wed, 19 Mar 2025 11:45:23 +0530
Subject: [PATCH 592/815] changes
---
domains/vampirepapi.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/vampirepapi.json
diff --git a/domains/vampirepapi.json b/domains/vampirepapi.json
new file mode 100644
index 000000000..27854e7c8
--- /dev/null
+++ b/domains/vampirepapi.json
@@ -0,0 +1,11 @@
+{
+ "description": "vampirepapi's portfolio website",
+ "repo": "https://github.com/vampirepapi/vampirepapi.github.io",
+ "owner": {
+ "username": "vampirepapi",
+ "email": "shubhamsourabh8@gmail.com"
+ },
+ "record": {
+ "CNAME": "vampirepapi.github.io"
+ }
+}
\ No newline at end of file
From f133e55cb12cb60cba9e033cac3f1434356eb918 Mon Sep 17 00:00:00 2001
From: kietdo <62020685+kietdo-dev@users.noreply.github.com>
Date: Wed, 19 Mar 2025 13:20:41 +0700
Subject: [PATCH 593/815] Update domains/kietdo.json
Co-authored-by: orangc
---
domains/kietdo.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/kietdo.json b/domains/kietdo.json
index a19f6d16d..6b8bb75d5 100644
--- a/domains/kietdo.json
+++ b/domains/kietdo.json
@@ -4,6 +4,6 @@
"email": "lionvs12345@gmail.com"
},
"record": {
- "CNAME": "https://kietdo-portolio.vercel.app"
+ "CNAME": "kietdo-portolio.vercel.app"
}
}
From 3ebec3b64ff1851ea175bf529e4bf3695d163f75 Mon Sep 17 00:00:00 2001
From: mrsanjaya <83075210+mrsanjaya@users.noreply.github.com>
Date: Wed, 19 Mar 2025 13:22:50 +0700
Subject: [PATCH 594/815] Create _github-pages-challenge-mrsanjaya.jasa.json
DNS TXT record for verification in github pages
---
domains/_github-pages-challenge-mrsanjaya.jasa.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/_github-pages-challenge-mrsanjaya.jasa.json
diff --git a/domains/_github-pages-challenge-mrsanjaya.jasa.json b/domains/_github-pages-challenge-mrsanjaya.jasa.json
new file mode 100644
index 000000000..f4c19e493
--- /dev/null
+++ b/domains/_github-pages-challenge-mrsanjaya.jasa.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "mrsanjaya",
+ "email": "sandhysanjaya0110@gmail.com"
+ },
+ "record": {
+ "TXT": "d8a383c1e9f79f3d08781238025862"
+ }
+}
From a6debb84687c57fc4d2a8782e610f2243131d605 Mon Sep 17 00:00:00 2001
From: BlackWin123
Date: Wed, 19 Mar 2025 13:55:01 +0700
Subject: [PATCH 595/815] Create blackwin.json
---
domains/blackwin.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/blackwin.json
diff --git a/domains/blackwin.json b/domains/blackwin.json
new file mode 100644
index 000000000..ce8c34d18
--- /dev/null
+++ b/domains/blackwin.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "BlackWin123",
+ "email": "lequocthang04092022@gmail.com"
+ },
+ "record": {
+ "CNAME": "blackwin123.github.io"
+ }
+}
From 2057a713952b66ec75548e88ce20ac0b16428fb9 Mon Sep 17 00:00:00 2001
From: Tanuj Nagpal
Date: Wed, 19 Mar 2025 12:48:35 +0530
Subject: [PATCH 596/815] www support for tanuj-nagpal.json
---
domains/www.tanuj-nagpal.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/www.tanuj-nagpal.json
diff --git a/domains/www.tanuj-nagpal.json b/domains/www.tanuj-nagpal.json
new file mode 100644
index 000000000..45e9de417
--- /dev/null
+++ b/domains/www.tanuj-nagpal.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "tanuj101",
+ "email": "tanujnagpal999@gmail.com"
+ },
+ "record": {
+ "A": ["75.2.60.5"]
+ }
+}
From 9fc9bb7d1b167e418d578b9b0b8d2f4c27d25435 Mon Sep 17 00:00:00 2001
From: STC1702 <73183412+congltk1234@users.noreply.github.com>
Date: Wed, 19 Mar 2025 14:52:55 +0700
Subject: [PATCH 597/815] Create stkong.json
---
domains/stkong.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/stkong.json
diff --git a/domains/stkong.json b/domains/stkong.json
new file mode 100644
index 000000000..c5b1cde5b
--- /dev/null
+++ b/domains/stkong.json
@@ -0,0 +1,10 @@
+{
+ "description": "This website is a link to my personal blog.",
+ "repo": "https://github.com/congltk1234/congltk1234.github.io",
+ "owner": {
+ "username": "congltk1234"
+ },
+ "record": {
+ "CNAME": "congltk1234.github.io"
+ }
+}
From 560cf7107ad05029c2803ca4ef3db50e60687d17 Mon Sep 17 00:00:00 2001
From: Nam Nguyen
Date: Wed, 19 Mar 2025 17:17:51 +0900
Subject: [PATCH 598/815] Create karify98.json
---
domains/karify98 | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/karify98
diff --git a/domains/karify98 b/domains/karify98
new file mode 100644
index 000000000..f5db5890e
--- /dev/null
+++ b/domains/karify98
@@ -0,0 +1,10 @@
+
+{
+ "owner": {
+ "username": "karify98",
+ "email": "nnnam048@gmail.com"
+ },
+ "record": {
+ "URL": "https://github.com/karify98"
+ }
+ }
From f59efc834df897681e2f7499869e95b388edba42 Mon Sep 17 00:00:00 2001
From: LaPyae
Date: Wed, 19 Mar 2025 14:48:22 +0630
Subject: [PATCH 599/815] add: TXT properties for goolge console verification
---
domains/la-pyae-oo.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/domains/la-pyae-oo.json b/domains/la-pyae-oo.json
index 3fb47d4b7..0006fc51a 100644
--- a/domains/la-pyae-oo.json
+++ b/domains/la-pyae-oo.json
@@ -6,7 +6,8 @@
"email": "lapyaeootharthar@gmail.com"
},
"record": {
- "CNAME": "lapyaeoo.github.io"
+ "CNAME": "lapyaeoo.github.io",
+ "TXT": "google-site-verification=6LBBzq6hGqSJG1IkXd766eWxcJmf7VPHrvSMDZ_h1HE"
},
"proxied": true
}
\ No newline at end of file
From 22836b20068ab91394989f7b0e5c6fd26973e23d Mon Sep 17 00:00:00 2001
From: kagurayayoi <33241583+Fjaxzhy@users.noreply.github.com>
Date: Wed, 19 Mar 2025 16:33:59 +0800
Subject: [PATCH 600/815] Update domains/kagurayayoi.json
Co-authored-by: 21Z <21z95@proton.me>
---
domains/kagurayayoi.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/kagurayayoi.json b/domains/kagurayayoi.json
index fce2d43ff..f47aea9c7 100644
--- a/domains/kagurayayoi.json
+++ b/domains/kagurayayoi.json
@@ -1,7 +1,7 @@
{
"repo": "https://github.com/fjaxzhy/is-a.dev",
"owner": {
- "username": "KaguraYayoi",
+ "username": "Fjaxzhy",
"email": "admin@kagurayayoi.top"
},
"record": {
From 8ccb8e5a6f2cb0f824014723a1ca7c4bf160821e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Duy=20Nguy=E1=BB=85n=20Kim?=
<46027765+nguyenkimduy180697@users.noreply.github.com>
Date: Wed, 19 Mar 2025 15:39:27 +0700
Subject: [PATCH 601/815] Create duynguyen.json
---
duynguyen.json | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
create mode 100644 duynguyen.json
diff --git a/duynguyen.json b/duynguyen.json
new file mode 100644
index 000000000..ced981957
--- /dev/null
+++ b/duynguyen.json
@@ -0,0 +1,20 @@
+{
+ "description": "duynguyen.is-a.dev : This is my personal notebook",
+ "owner": {
+ "username": "nguyenkimduy",
+ "email": "nguyenkimduy180697@gmail.com"
+ },
+ "record": {
+ "URL": "https://nguyenkimduy.com/"
+ },
+ "redirect_config": {
+ "custom_paths": {
+ "/github": "https://github.com/nguyenkimduy180697",
+ "/fb": "https://facebook.com/nguyenkimduy180697",
+ "/instagram": "https://instagram.com/nguyenkimduy180697/",
+ "/linkedin": "https://linkedin.com/in/nguyenkimduy180697",
+ "/viblo": "https://viblo.asia/u/nguyenkimduy180697"
+ },
+ "redirect_paths": true
+ }
+}
From e3c64293a309132caeefe26b937a88c8db3d35bc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Duy=20Nguy=E1=BB=85n=20Kim?=
<46027765+nguyenkimduy180697@users.noreply.github.com>
Date: Wed, 19 Mar 2025 15:47:38 +0700
Subject: [PATCH 602/815] Create nguyenkimduy.json
---
domains/nguyenkimduy.json | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
create mode 100644 domains/nguyenkimduy.json
diff --git a/domains/nguyenkimduy.json b/domains/nguyenkimduy.json
new file mode 100644
index 000000000..495a124a3
--- /dev/null
+++ b/domains/nguyenkimduy.json
@@ -0,0 +1,20 @@
+{
+ "description": "nguyenkimduy.is-a.dev : This is my personal notebook",
+ "owner": {
+ "username": "nguyenkimduy",
+ "email": "nguyenkimduy180697@gmail.com"
+ },
+ "record": {
+ "URL": "https://nguyenkimduy.com/"
+ },
+ "redirect_config": {
+ "custom_paths": {
+ "/github": "https://github.com/nguyenkimduy180697",
+ "/fb": "https://facebook.com/nguyenkimduy180697",
+ "/instagram": "https://instagram.com/nguyenkimduy180697/",
+ "/linkedin": "https://linkedin.com/in/nguyenkimduy180697",
+ "/viblo": "https://viblo.asia/u/nguyenkimduy180697"
+ },
+ "redirect_paths": true
+ }
+}
From e1d823a2564d3b5e3de0656719a969f76ce48868 Mon Sep 17 00:00:00 2001
From: Glenferdinza
Date: Wed, 19 Mar 2025 15:52:00 +0700
Subject: [PATCH 603/815] Update asya.json
---
asya.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/asya.json b/asya.json
index e990ce5d6..5d5614b91 100644
--- a/asya.json
+++ b/asya.json
@@ -1,11 +1,11 @@
{
"description": "Personal portofolio website",
- "repo": "https://glenferdinza.github.io/Asya-s-Portofolio/",
+ "repo": "https://github.com/Glenferdinza/glenferdinza.github.io",
"owner": {
"username": "Glenferdinza"
- "email":"glenferdinza21@gmail.com"
+ "email":"ghisyadesign21@gmail.com"
},
"record": {
- "CNAME": "glenferdinza.github.io"
+ "CNAME": "https://glenferdinza.github.io/"
}
}
From ae04161d0e75a0b1089690d2d9867de91896101c Mon Sep 17 00:00:00 2001
From: Glenferdinza
Date: Wed, 19 Mar 2025 15:52:20 +0700
Subject: [PATCH 604/815] Update asya.json
From 6005f0d7b584d494302e8e8e09ce667a76879b2c Mon Sep 17 00:00:00 2001
From: GratiaManullang03 <138422913+GratiaManullang03@users.noreply.github.com>
Date: Wed, 19 Mar 2025 16:22:32 +0700
Subject: [PATCH 605/815] Create graxya.json
---
domains/graxya.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/graxya.json
diff --git a/domains/graxya.json b/domains/graxya.json
new file mode 100644
index 000000000..ab1db4e26
--- /dev/null
+++ b/domains/graxya.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "graxya",
+ "email": "felixmanullang81@gmail.com"
+ },
+ "record": {
+ "CNAME": "gratiaportofolio.vercel.app"
+ }
+}
From db832b2e1f703da0f36b7c48bc03f58bce0c6959 Mon Sep 17 00:00:00 2001
From: GratiaManullang03 <138422913+GratiaManullang03@users.noreply.github.com>
Date: Wed, 19 Mar 2025 16:25:09 +0700
Subject: [PATCH 606/815] Create _vercel.graxya.json
---
domains/_vercel.graxya.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/_vercel.graxya.json
diff --git a/domains/_vercel.graxya.json b/domains/_vercel.graxya.json
new file mode 100644
index 000000000..db13ec895
--- /dev/null
+++ b/domains/_vercel.graxya.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "graxya",
+ "email": "felixmanullang81@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=graxya.is-a.dev,f57c22ab53c078ea60ce"
+ }
+}
From 42142def0c4ee9772c5381f614f6217f59b113c9 Mon Sep 17 00:00:00 2001
From: Yu <141266522+Yunexiz@users.noreply.github.com>
Date: Wed, 19 Mar 2025 10:19:52 +0000
Subject: [PATCH 607/815] Create australia.is-a.dev
---
domains/australia.is-a.dev | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/australia.is-a.dev
diff --git a/domains/australia.is-a.dev b/domains/australia.is-a.dev
new file mode 100644
index 000000000..f7343bdc9
--- /dev/null
+++ b/domains/australia.is-a.dev
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Yunexiz",
+ "discord": "1040303561847881729"
+ },
+ "record": {
+ "URL": "https://yunexiz.is-a.dev/?australia-is-upside-down=true"
+ }
+}
From d00e315f78503529bc2251bf608bce28231e2265 Mon Sep 17 00:00:00 2001
From: Yu <141266522+Yunexiz@users.noreply.github.com>
Date: Wed, 19 Mar 2025 10:21:10 +0000
Subject: [PATCH 608/815] Update australia.is-a.dev
From ea951082eb287f82f81038d9aba1695046dfebb0 Mon Sep 17 00:00:00 2001
From: Yu <141266522+Yunexiz@users.noreply.github.com>
Date: Wed, 19 Mar 2025 10:22:08 +0000
Subject: [PATCH 609/815] Rename australia.is-a.dev to australia.json
---
domains/{australia.is-a.dev => australia.json} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename domains/{australia.is-a.dev => australia.json} (100%)
diff --git a/domains/australia.is-a.dev b/domains/australia.json
similarity index 100%
rename from domains/australia.is-a.dev
rename to domains/australia.json
From 9c8c6e0bfaca4df436c0d3d931d1d39d69b81921 Mon Sep 17 00:00:00 2001
From: KruASe76
Date: Wed, 19 Mar 2025 14:42:19 +0300
Subject: [PATCH 610/815] try to fix ssl error
---
domains/api.kruase.json | 3 +--
domains/kruase.json | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/domains/api.kruase.json b/domains/api.kruase.json
index ae5fa0396..e08408500 100644
--- a/domains/api.kruase.json
+++ b/domains/api.kruase.json
@@ -10,6 +10,5 @@
"A": [
"89.19.177.86"
]
- },
- "proxied": true
+ }
}
diff --git a/domains/kruase.json b/domains/kruase.json
index 88d91a085..79f09d49d 100644
--- a/domains/kruase.json
+++ b/domains/kruase.json
@@ -8,6 +8,5 @@
},
"record": {
"CNAME": "kruase.vercel.app"
- },
- "proxied": true
+ }
}
From 1edb27e37f6f31e9e30dd386584dcf0108911fe4 Mon Sep 17 00:00:00 2001
From: Minecradt <89748404+Minecradt@users.noreply.github.com>
Date: Wed, 19 Mar 2025 08:44:24 -0400
Subject: [PATCH 611/815] Rename killtolive.json to killtolive.soccer.json
---
domains/{killtolive.json => killtolive.soccer.json} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename domains/{killtolive.json => killtolive.soccer.json} (100%)
diff --git a/domains/killtolive.json b/domains/killtolive.soccer.json
similarity index 100%
rename from domains/killtolive.json
rename to domains/killtolive.soccer.json
From 4ddb591fd6903216bde2e4c0e40948c0a6c3967e Mon Sep 17 00:00:00 2001
From: Axo! <63465951+Verygafanhot@users.noreply.github.com>
Date: Wed, 19 Mar 2025 13:03:39 +0000
Subject: [PATCH 612/815] Update files.heyaxo.json
---
domains/files.heyaxo.json | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/domains/files.heyaxo.json b/domains/files.heyaxo.json
index 0704d36c6..c741acafd 100644
--- a/domains/files.heyaxo.json
+++ b/domains/files.heyaxo.json
@@ -10,6 +10,5 @@
"A": [
"176.79.88.86"
]
- },
- "proxied": true
+ }
}
From 8b70324de7d40d958d2fc8df984fe63197d9af38 Mon Sep 17 00:00:00 2001
From: Minecradt <89748404+Minecradt@users.noreply.github.com>
Date: Wed, 19 Mar 2025 09:30:07 -0400
Subject: [PATCH 613/815] Update killtolive.soccer.json
---
domains/killtolive.soccer.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/killtolive.soccer.json b/domains/killtolive.soccer.json
index 80a9193a2..7d3fe5680 100644
--- a/domains/killtolive.soccer.json
+++ b/domains/killtolive.soccer.json
@@ -1,7 +1,7 @@
{
"description": "KillToLive minecraft server",
"owner": {
- "username": "Minecradt",
+ "username": "soccer",
"email": "soccer1992.is.a.dev@gmail.com"
},
"record": {
From ac8626aeacbc3572faf0aa9f5621e739a17e3b3a Mon Sep 17 00:00:00 2001
From: Minecradt <89748404+Minecradt@users.noreply.github.com>
Date: Wed, 19 Mar 2025 09:33:18 -0400
Subject: [PATCH 614/815] Rename killtolive.soccer.json to play.soccer.json
---
domains/{killtolive.soccer.json => play.soccer.json} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename domains/{killtolive.soccer.json => play.soccer.json} (100%)
diff --git a/domains/killtolive.soccer.json b/domains/play.soccer.json
similarity index 100%
rename from domains/killtolive.soccer.json
rename to domains/play.soccer.json
From 5737e50d671a91c697f2c93ab8a6ca734a12ec6a Mon Sep 17 00:00:00 2001
From: ngompoweredbypoi <127009177+ngompoweredbypoi@users.noreply.github.com>
Date: Wed, 19 Mar 2025 16:50:10 +0300
Subject: [PATCH 615/815] Create mokho.json
---
domains/mokho.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/mokho.json
diff --git a/domains/mokho.json b/domains/mokho.json
new file mode 100644
index 000000000..a713bc96f
--- /dev/null
+++ b/domains/mokho.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ngompoweredbypoi",
+ "discord": "ngompoweredbypoi"
+ },
+ "record": {
+ "CNAME": "https://ngompoweredbypoi.is-a.dev/mokho.github.io/"
+ }
+}
From c5669a91c9a32ece0cc72b696e8595e438debf8d Mon Sep 17 00:00:00 2001
From: ngompoweredbypoi <127009177+ngompoweredbypoi@users.noreply.github.com>
Date: Wed, 19 Mar 2025 16:53:33 +0300
Subject: [PATCH 616/815] mokho.json
---
domains/mokho.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/mokho.json b/domains/mokho.json
index a713bc96f..eeb39fe6d 100644
--- a/domains/mokho.json
+++ b/domains/mokho.json
@@ -4,6 +4,6 @@
"discord": "ngompoweredbypoi"
},
"record": {
- "CNAME": "https://ngompoweredbypoi.is-a.dev/mokho.github.io/"
+ "CNAME": "ngompoweredbypoi.is-a.dev/mokho.github.io/"
}
}
From fe837e2164856180c40602b47aa2dfac69380d2f Mon Sep 17 00:00:00 2001
From: ngompoweredbypoi <127009177+ngompoweredbypoi@users.noreply.github.com>
Date: Wed, 19 Mar 2025 16:58:37 +0300
Subject: [PATCH 617/815] Create mokho.json
From dafacdc254f993f99eb870ae7cc1be1ca595e34a Mon Sep 17 00:00:00 2001
From: ngompoweredbypoi <127009177+ngompoweredbypoi@users.noreply.github.com>
Date: Wed, 19 Mar 2025 17:00:16 +0300
Subject: [PATCH 618/815] Create mokho.json
---
domains/mokho.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/mokho.json b/domains/mokho.json
index eeb39fe6d..6ff351ea0 100644
--- a/domains/mokho.json
+++ b/domains/mokho.json
@@ -4,6 +4,6 @@
"discord": "ngompoweredbypoi"
},
"record": {
- "CNAME": "ngompoweredbypoi.is-a.dev/mokho.github.io/"
+ "CNAME": "ngompoweredbypoi.is-a.dev"
}
}
From a2464161af01af20c2c3a8d06286567ace17e401 Mon Sep 17 00:00:00 2001
From: ngompoweredbypoi <127009177+ngompoweredbypoi@users.noreply.github.com>
Date: Wed, 19 Mar 2025 17:02:11 +0300
Subject: [PATCH 619/815] Create mokho.json
---
domains/mokho.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/mokho.json b/domains/mokho.json
index 6ff351ea0..8043a0ca7 100644
--- a/domains/mokho.json
+++ b/domains/mokho.json
@@ -4,6 +4,6 @@
"discord": "ngompoweredbypoi"
},
"record": {
- "CNAME": "ngompoweredbypoi.is-a.dev"
+ "CNAME": "mokho.github.io"
}
}
From 533709eb467d0f4bdf3b82f76505d8057c8685ac Mon Sep 17 00:00:00 2001
From: Minecradt <89748404+Minecradt@users.noreply.github.com>
Date: Wed, 19 Mar 2025 10:34:40 -0400
Subject: [PATCH 620/815] Update play.soccer.json
---
domains/play.soccer.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/play.soccer.json b/domains/play.soccer.json
index 7d3fe5680..b89f7bcd0 100644
--- a/domains/play.soccer.json
+++ b/domains/play.soccer.json
@@ -1,7 +1,7 @@
{
"description": "KillToLive minecraft server",
"owner": {
- "username": "soccer",
+ "username": "minecradt",
"email": "soccer1992.is.a.dev@gmail.com"
},
"record": {
From 50592b210390850281070621043ddece05f80146 Mon Sep 17 00:00:00 2001
From: Shubham Prajapati
Date: Wed, 19 Mar 2025 20:22:43 +0530
Subject: [PATCH 621/815] create shubhamprajapati subdomain
---
domains/_vercel.shubhamprajapati.json | 9 +++++++++
domains/shubhamprajapati.json | 9 +++++++++
2 files changed, 18 insertions(+)
create mode 100644 domains/_vercel.shubhamprajapati.json
create mode 100644 domains/shubhamprajapati.json
diff --git a/domains/_vercel.shubhamprajapati.json b/domains/_vercel.shubhamprajapati.json
new file mode 100644
index 000000000..2a573f6f4
--- /dev/null
+++ b/domains/_vercel.shubhamprajapati.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ShubhamP528",
+ "email": "shubham528prajapati@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=shubhamprajapati.is-a.dev,a8d0420a3cd14b3d2928"
+ }
+}
diff --git a/domains/shubhamprajapati.json b/domains/shubhamprajapati.json
new file mode 100644
index 000000000..090086e80
--- /dev/null
+++ b/domains/shubhamprajapati.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ShubhamP528",
+ "email": "shubham528prajapati@gmail.com"
+ },
+ "record": {
+ "CNAME": "https://portfolio-kappa-orpin-32.vercel.app"
+ }
+}
From 2889e1458831f9e9f62937e8fe367eecb7299069 Mon Sep 17 00:00:00 2001
From: Giau Le
Date: Wed, 19 Mar 2025 22:10:13 +0700
Subject: [PATCH 622/815] Create harley.json
---
domains/harley.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/harley.json
diff --git a/domains/harley.json b/domains/harley.json
new file mode 100644
index 000000000..d281afe4e
--- /dev/null
+++ b/domains/harley.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "weebNeedWeed",
+ "email": "rivenmle@gmail.com"
+ },
+ "record": {
+ "CNAME": "weebneedweed.github.io"
+ }
+}
From cd291b46f7bdf2dc336aa607c244e95957177633 Mon Sep 17 00:00:00 2001
From: c0ba1t <73546596+0xC0ba1t@users.noreply.github.com>
Date: Wed, 19 Mar 2025 17:05:04 +0000
Subject: [PATCH 623/815] Create c0ba1t.json
---
domains/c0ba1t.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/c0ba1t.json
diff --git a/domains/c0ba1t.json b/domains/c0ba1t.json
new file mode 100644
index 000000000..a271aaec2
--- /dev/null
+++ b/domains/c0ba1t.json
@@ -0,0 +1,11 @@
+{
+ "description": "hosting personal / portfolio website for myself!",
+ "repo": "https://github.com/0xC0ba1t/0xc0ba1t.github.io",
+ "owner": {
+ "username": "0xC0ba1t",
+ "email": "[email protected]"
+ },
+ "record": {
+ "CNAME": "0xC0ba1t.github.io"
+ }
+}
From cbf49b8d417c9dcfc8dd78c5cf3b392741ba73ef Mon Sep 17 00:00:00 2001
From: c0ba1t <73546596+0xC0ba1t@users.noreply.github.com>
Date: Wed, 19 Mar 2025 17:11:51 +0000
Subject: [PATCH 624/815] Update c0ba1t.json
---
domains/c0ba1t.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/c0ba1t.json b/domains/c0ba1t.json
index a271aaec2..d08ca0524 100644
--- a/domains/c0ba1t.json
+++ b/domains/c0ba1t.json
@@ -3,7 +3,7 @@
"repo": "https://github.com/0xC0ba1t/0xc0ba1t.github.io",
"owner": {
"username": "0xC0ba1t",
- "email": "[email protected]"
+ "email": "main0xc0ba1t@duck.com"
},
"record": {
"CNAME": "0xC0ba1t.github.io"
From 6a5d962764a9f1a0fe36ece6828a0094ce06ed66 Mon Sep 17 00:00:00 2001
From: c0ba1t <73546596+0xC0ba1t@users.noreply.github.com>
Date: Wed, 19 Mar 2025 17:12:26 +0000
Subject: [PATCH 625/815] create c0ba1t.json
---
domains/c0ba1t.json | 1 +
1 file changed, 1 insertion(+)
diff --git a/domains/c0ba1t.json b/domains/c0ba1t.json
index d08ca0524..25d25003d 100644
--- a/domains/c0ba1t.json
+++ b/domains/c0ba1t.json
@@ -9,3 +9,4 @@
"CNAME": "0xC0ba1t.github.io"
}
}
+
From 2acab502d9c54f78810c4acc4d9d9cd9af29cb71 Mon Sep 17 00:00:00 2001
From: STC1702 <73183412+congltk1234@users.noreply.github.com>
Date: Thu, 20 Mar 2025 00:39:11 +0700
Subject: [PATCH 626/815] Update stkong.json
---
domains/stkong.json | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/domains/stkong.json b/domains/stkong.json
index c5b1cde5b..18bf551c7 100644
--- a/domains/stkong.json
+++ b/domains/stkong.json
@@ -2,8 +2,12 @@
"description": "This website is a link to my personal blog.",
"repo": "https://github.com/congltk1234/congltk1234.github.io",
"owner": {
- "username": "congltk1234"
+ "username": "congltk1234",
+ "email": "suwuanxan@gmail.com",
},
+ "redirect_config": {
+ "custom_paths": {
+ "/linkedin": "https://www.linkedin.com/in/suthanhcong",
"record": {
"CNAME": "congltk1234.github.io"
}
From d9b572a1fa3a4be5576cf58596addb5e9adb8fd4 Mon Sep 17 00:00:00 2001
From: STC1702 <73183412+congltk1234@users.noreply.github.com>
Date: Thu, 20 Mar 2025 00:44:21 +0700
Subject: [PATCH 627/815] Update stkong.json
---
domains/stkong.json | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/domains/stkong.json b/domains/stkong.json
index 18bf551c7..c5b2a6052 100644
--- a/domains/stkong.json
+++ b/domains/stkong.json
@@ -7,7 +7,9 @@
},
"redirect_config": {
"custom_paths": {
- "/linkedin": "https://www.linkedin.com/in/suthanhcong",
+ "/linkedin": "https://www.linkedin.com/in/suthanhcong"
+ }
+ },
"record": {
"CNAME": "congltk1234.github.io"
}
From dbe75285f470ede6d5108f3546b785c7975f5922 Mon Sep 17 00:00:00 2001
From: STC1702 <73183412+congltk1234@users.noreply.github.com>
Date: Thu, 20 Mar 2025 00:46:36 +0700
Subject: [PATCH 628/815] Update stkong.json
---
domains/stkong.json | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/domains/stkong.json b/domains/stkong.json
index c5b2a6052..96877894c 100644
--- a/domains/stkong.json
+++ b/domains/stkong.json
@@ -4,13 +4,15 @@
"owner": {
"username": "congltk1234",
"email": "suwuanxan@gmail.com",
- },
- "redirect_config": {
- "custom_paths": {
- "/linkedin": "https://www.linkedin.com/in/suthanhcong"
- }
+ "linkedin": "https://www.linkedin.com/in/suthanhcong",
},
"record": {
"CNAME": "congltk1234.github.io"
+ },
+ "redirect_config": {
+ "custom_paths": {
+ "/linkedin": "https://www.linkedin.com/in/suthanhcong",
+ },
+ "redirect_paths": true
}
}
From 5df62471d4853a7ba106a5172d9d969fb28e38ad Mon Sep 17 00:00:00 2001
From: Minecradt <89748404+Minecradt@users.noreply.github.com>
Date: Wed, 19 Mar 2025 14:19:46 -0400
Subject: [PATCH 629/815] Update soccer.json
---
domains/soccer.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/soccer.json b/domains/soccer.json
index 86423c1a1..713e2b038 100644
--- a/domains/soccer.json
+++ b/domains/soccer.json
@@ -1,6 +1,6 @@
{
"owner": {
- "username": "soccer",
+ "username": "minecradt",
"email": "soccer1992.is.a.dev@gmail.com"
},
"record": {
From 60827cec22061a3c78735107c4bd9eb146dad21b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E2=82=8A=20=E2=8A=B9=20amin=20=C2=B7=E2=82=8A=E2=98=85?=
Date: Wed, 19 Mar 2025 17:02:07 -0400
Subject: [PATCH 630/815] Update _discord.voxxdevv.json
---
domains/_discord.voxxdevv.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/_discord.voxxdevv.json b/domains/_discord.voxxdevv.json
index 3b379ef5b..89619e1df 100644
--- a/domains/_discord.voxxdevv.json
+++ b/domains/_discord.voxxdevv.json
@@ -4,6 +4,6 @@
"email": "aminrh@icloud.com"
},
"record": {
- "TXT": "dh=6d817006952096ed75c9c1c84fab50783bad46ac"
+ "TXT": "dh=86ca7e3af41dae9a1eea4036e19ff63c8417dca0"
}
}
From 5c2db3c3de2c7c6f614766cb1d08f29bcfe291d0 Mon Sep 17 00:00:00 2001
From: DaDogeDev <163669387+DaDogeDev@users.noreply.github.com>
Date: Wed, 19 Mar 2025 22:14:05 +0100
Subject: [PATCH 631/815] Create dadoge.json
---
domains/dadoge.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/dadoge.json
diff --git a/domains/dadoge.json b/domains/dadoge.json
new file mode 100644
index 000000000..3c5460382
--- /dev/null
+++ b/domains/dadoge.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "DaDogeDev"
+ },
+ "record": {
+ "CNAME": "dadogedev.github.io" // Change this if using GitHub Pages, or use an A/AAAA record
+ },
+ "proxied": false
+}
From d83255c9716cc40cb334f751311eade365c79a5a Mon Sep 17 00:00:00 2001
From: voucan
Date: Wed, 19 Mar 2025 17:24:09 -0400
Subject: [PATCH 632/815] Create voucan.is-a.dev
---
domains/voucan.is-a.dev | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/voucan.is-a.dev
diff --git a/domains/voucan.is-a.dev b/domains/voucan.is-a.dev
new file mode 100644
index 000000000..a61ce1080
--- /dev/null
+++ b/domains/voucan.is-a.dev
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "voucan",
+ "email": "vcn4313@gmail.com"
+ },
+ "record": {
+ "CNAME": "voucan.pages.dev"
+ }
+}
From 9063b77062b74ae44113bf8a9be8c550c5afecc0 Mon Sep 17 00:00:00 2001
From: Lyxtem <93158134+Lyxtem@users.noreply.github.com>
Date: Wed, 19 Mar 2025 20:21:03 -0400
Subject: [PATCH 633/815] Create _vercel.lyxtem.is-a.dev.json
---
domains/_vercel.lyxtem.is-a.dev.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/_vercel.lyxtem.is-a.dev.json
diff --git a/domains/_vercel.lyxtem.is-a.dev.json b/domains/_vercel.lyxtem.is-a.dev.json
new file mode 100644
index 000000000..e5908e00a
--- /dev/null
+++ b/domains/_vercel.lyxtem.is-a.dev.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Lyxtem",
+ "email": "nu284955@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=lyxtem.is-a.dev,bf84cf6cc0d0a77baa9d"
+ }
+}
From 33d52fafa1a92a50c37259773cf232869b0f4208 Mon Sep 17 00:00:00 2001
From: Shubham Prajapati
Date: Thu, 20 Mar 2025 06:37:59 +0530
Subject: [PATCH 634/815] modify cname
---
domains/shubhamprajapati.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/shubhamprajapati.json b/domains/shubhamprajapati.json
index 090086e80..a0e028e69 100644
--- a/domains/shubhamprajapati.json
+++ b/domains/shubhamprajapati.json
@@ -4,6 +4,6 @@
"email": "shubham528prajapati@gmail.com"
},
"record": {
- "CNAME": "https://portfolio-kappa-orpin-32.vercel.app"
+ "CNAME": "portfolio-kappa-orpin-32.vercel.app"
}
}
From ffcbc1b012e7ecad73c9217d22aa6e8ea8cc4238 Mon Sep 17 00:00:00 2001
From: Roki <35699619+Roki100@users.noreply.github.com>
Date: Thu, 20 Mar 2025 02:22:47 +0100
Subject: [PATCH 635/815] Create roki.json
---
domains/roki.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/roki.json
diff --git a/domains/roki.json b/domains/roki.json
new file mode 100644
index 000000000..0fd606d9d
--- /dev/null
+++ b/domains/roki.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Roki_100",
+ "discord": "289479495444987904"
+ },
+ "record": {
+ "CNAME": "p.2255.me"
+ }
+}
From 5bd09970431097ebd14eff50f10ea4f67f910118 Mon Sep 17 00:00:00 2001
From: Roki <35699619+Roki100@users.noreply.github.com>
Date: Thu, 20 Mar 2025 02:25:32 +0100
Subject: [PATCH 636/815] Create _discord.roki.json
---
domains/_discord.roki.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/_discord.roki.json
diff --git a/domains/_discord.roki.json b/domains/_discord.roki.json
new file mode 100644
index 000000000..4bd5e7624
--- /dev/null
+++ b/domains/_discord.roki.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Roki_100",
+ "discord": "289479495444987904"
+ },
+ "record": {
+ "TXT": "dh=7c71f3dd265b7bae0e9a7383a779bddc4e8adf62"
+ }
+}
From 3308742777de7bb4620ce97df45a4f0e11fdd9ee Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lu=C3=ADs=20Mendes?=
Date: Wed, 19 Mar 2025 23:11:07 -0300
Subject: [PATCH 637/815] Update witchboo.json
---
domains/witchboo.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/witchboo.json b/domains/witchboo.json
index 965a7c682..53865792f 100644
--- a/domains/witchboo.json
+++ b/domains/witchboo.json
@@ -4,6 +4,6 @@
"email": "soconfirmo@hotmail.com"
},
"record": {
- "CNAME": "witchboo.github.io"
+ "URL": "https://witchboo.me"
}
}
From 3d64a1080916469b966deb0deff7c582aba5e2f7 Mon Sep 17 00:00:00 2001
From: Aviv Elmakias
Date: Thu, 20 Mar 2025 06:36:22 +0200
Subject: [PATCH 638/815] adding aviv.is-a.dev
---
domains/aviv.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/aviv.json
diff --git a/domains/aviv.json b/domains/aviv.json
new file mode 100644
index 000000000..dccbffc39
--- /dev/null
+++ b/domains/aviv.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "avivelmakias1",
+ "email": "aviv.elmakias.b@gmail.com"
+ },
+ "record": {
+ "URL": "https://github.com/avivelmakias1"
+ }
+ }
From 5e8f1e7f482bbda3012bfa26c0edc0212526188a Mon Sep 17 00:00:00 2001
From: STC1702 <73183412+congltk1234@users.noreply.github.com>
Date: Thu, 20 Mar 2025 13:18:08 +0700
Subject: [PATCH 639/815] Update stkong.json
---
domains/stkong.json | 24 +++++++++---------------
1 file changed, 9 insertions(+), 15 deletions(-)
diff --git a/domains/stkong.json b/domains/stkong.json
index 96877894c..8727f9102 100644
--- a/domains/stkong.json
+++ b/domains/stkong.json
@@ -1,18 +1,12 @@
{
- "description": "This website is a link to my personal blog.",
- "repo": "https://github.com/congltk1234/congltk1234.github.io",
- "owner": {
- "username": "congltk1234",
- "email": "suwuanxan@gmail.com",
- "linkedin": "https://www.linkedin.com/in/suthanhcong",
- },
- "record": {
- "CNAME": "congltk1234.github.io"
- },
- "redirect_config": {
- "custom_paths": {
- "/linkedin": "https://www.linkedin.com/in/suthanhcong",
+ "description": "hosting personal / portfolio website for myself. Also this website is a link to my personal blog.",
+ "repo": "https://github.com/congltk1234/congltk1234.github.io",
+ "owner": {
+ "username": "congltk1234",
+ "email": "suwuanxan@gmail.com",
+ "linkedin": "https://www.linkedin.com/in/suthanhcong"
},
- "redirect_paths": true
- }
+ "record": {
+ "CNAME": "congltk1234.github.io"
+ }
}
From 22c6bdb763ee8b1c5a8eed3d592d625f6e2b4e0b Mon Sep 17 00:00:00 2001
From: kietdo <62020685+kietdo-dev@users.noreply.github.com>
Date: Thu, 20 Mar 2025 14:19:02 +0700
Subject: [PATCH 640/815] Create dokiet.json
---
domains/dokiet.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/dokiet.json
diff --git a/domains/dokiet.json b/domains/dokiet.json
new file mode 100644
index 000000000..27d684591
--- /dev/null
+++ b/domains/dokiet.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "kietdo-dev",
+ "email": "lionvs12345@gmail.com"
+ },
+ "record": {
+ "CNAME": "dokiet.vercel.app"
+ }
+}
From 2f70aaf23268f23e42d8b9f8b8f6d719ae21b1b9 Mon Sep 17 00:00:00 2001
From: Gia <57454763+hjia98@users.noreply.github.com>
Date: Thu, 20 Mar 2025 15:52:34 +0700
Subject: [PATCH 641/815] chore: adding hgia.is-a.dev
---
domains/hgia.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/hgia.json
diff --git a/domains/hgia.json b/domains/hgia.json
new file mode 100644
index 000000000..236785df1
--- /dev/null
+++ b/domains/hgia.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "hjia98",
+ "email": "hoanggia1611@gmail.com"
+ },
+ "record": {
+ "URL": "https://github.com/hjia98"
+ }
+ }
From 675793422bc869d7d99a245837f14dccde55ae9c Mon Sep 17 00:00:00 2001
From: orangc
Date: Thu, 20 Mar 2025 13:04:23 +0300
Subject: [PATCH 642/815] Update _discord.roki.json
---
domains/_discord.roki.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/_discord.roki.json b/domains/_discord.roki.json
index 4bd5e7624..f829530db 100644
--- a/domains/_discord.roki.json
+++ b/domains/_discord.roki.json
@@ -1,6 +1,6 @@
{
"owner": {
- "username": "Roki_100",
+ "username": "Roki100",
"discord": "289479495444987904"
},
"record": {
From ab976c41f5c31c18bf010213b141169b05b420a5 Mon Sep 17 00:00:00 2001
From: orangc
Date: Thu, 20 Mar 2025 13:04:33 +0300
Subject: [PATCH 643/815] Update roki.json
---
domains/roki.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/roki.json b/domains/roki.json
index 0fd606d9d..69fb8c0b7 100644
--- a/domains/roki.json
+++ b/domains/roki.json
@@ -1,6 +1,6 @@
{
"owner": {
- "username": "Roki_100",
+ "username": "Roki100",
"discord": "289479495444987904"
},
"record": {
From e0576202bfd964b61f6f93acf86ba764b37dd4fe Mon Sep 17 00:00:00 2001
From: kietdo <62020685+kietdo-dev@users.noreply.github.com>
Date: Thu, 20 Mar 2025 17:11:16 +0700
Subject: [PATCH 644/815] Create _vercel.dokiet.json
---
domains/_vercel.dokiet.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/_vercel.dokiet.json
diff --git a/domains/_vercel.dokiet.json b/domains/_vercel.dokiet.json
new file mode 100644
index 000000000..4a0bb2904
--- /dev/null
+++ b/domains/_vercel.dokiet.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "kietdo-dev",
+ "email": "lionvs12345@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=dokiet.is-a.dev,1e2bde9af2e3aef379fd"
+ }
+}
From ce670bdd47e336c2303e08ed09d0ba6bd7527acf Mon Sep 17 00:00:00 2001
From: orangc
Date: Thu, 20 Mar 2025 13:11:51 +0300
Subject: [PATCH 645/815] Rename _vercel.lyxtem.is-a.dev.json to
_vercel.lyxtem.json
---
domains/{_vercel.lyxtem.is-a.dev.json => _vercel.lyxtem.json} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename domains/{_vercel.lyxtem.is-a.dev.json => _vercel.lyxtem.json} (100%)
diff --git a/domains/_vercel.lyxtem.is-a.dev.json b/domains/_vercel.lyxtem.json
similarity index 100%
rename from domains/_vercel.lyxtem.is-a.dev.json
rename to domains/_vercel.lyxtem.json
From 06e480e20a254a7d37e86f4c97b90fd29ecc6acf Mon Sep 17 00:00:00 2001
From: orangc
Date: Thu, 20 Mar 2025 13:12:21 +0300
Subject: [PATCH 646/815] Rename voucan.is-a.dev to voucan.json
---
domains/{voucan.is-a.dev => voucan.json} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename domains/{voucan.is-a.dev => voucan.json} (100%)
diff --git a/domains/voucan.is-a.dev b/domains/voucan.json
similarity index 100%
rename from domains/voucan.is-a.dev
rename to domains/voucan.json
From 176d3b9bddb42884f3463d5051176fc66b5b0ebd Mon Sep 17 00:00:00 2001
From: orangc
Date: Thu, 20 Mar 2025 13:13:40 +0300
Subject: [PATCH 647/815] Update dadoge.json
---
domains/dadoge.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/dadoge.json b/domains/dadoge.json
index 3c5460382..00ca5db19 100644
--- a/domains/dadoge.json
+++ b/domains/dadoge.json
@@ -3,7 +3,7 @@
"username": "DaDogeDev"
},
"record": {
- "CNAME": "dadogedev.github.io" // Change this if using GitHub Pages, or use an A/AAAA record
+ "CNAME": "dadogedev.github.io"
},
"proxied": false
}
From 4732f5516caf3d675c4436a940335f07e652c6bd Mon Sep 17 00:00:00 2001
From: orangc
Date: Thu, 20 Mar 2025 13:23:07 +0300
Subject: [PATCH 648/815] Update domains/sree.json
---
domains/sree.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/sree.json b/domains/sree.json
index b4bbcd363..b83e29a83 100644
--- a/domains/sree.json
+++ b/domains/sree.json
@@ -1,6 +1,6 @@
{
"owner": {
- "username": "sree",
+ "username": "sreekanthputta",
"email": "srikanthp12896@gmail.com"
},
"record": {
From 5d9cc46df726c3735898555cb9692508e87aca9c Mon Sep 17 00:00:00 2001
From: orangc
Date: Thu, 20 Mar 2025 13:23:51 +0300
Subject: [PATCH 649/815] Update domains/sree.json
From 197a1003a44bf19fd6f51f7fd95963cba6d25c37 Mon Sep 17 00:00:00 2001
From: orangc
Date: Thu, 20 Mar 2025 13:25:52 +0300
Subject: [PATCH 650/815] fix gh username
---
domains/_vercel.graxya.json | 2 +-
domains/graxya.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/domains/_vercel.graxya.json b/domains/_vercel.graxya.json
index db13ec895..225281315 100644
--- a/domains/_vercel.graxya.json
+++ b/domains/_vercel.graxya.json
@@ -1,6 +1,6 @@
{
"owner": {
- "username": "graxya",
+ "username": "GratiaManullang03",
"email": "felixmanullang81@gmail.com"
},
"record": {
diff --git a/domains/graxya.json b/domains/graxya.json
index ab1db4e26..b6892ec48 100644
--- a/domains/graxya.json
+++ b/domains/graxya.json
@@ -1,6 +1,6 @@
{
"owner": {
- "username": "graxya",
+ "username": "GratiaManullang03",
"email": "felixmanullang81@gmail.com"
},
"record": {
From a03b808b5f86b710af36b9fe71730395a2def43a Mon Sep 17 00:00:00 2001
From: orangc
Date: Thu, 20 Mar 2025 13:26:42 +0300
Subject: [PATCH 651/815] Update and rename asya.json to domains/asya.json
---
asya.json => domains/asya.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename asya.json => domains/asya.json (82%)
diff --git a/asya.json b/domains/asya.json
similarity index 82%
rename from asya.json
rename to domains/asya.json
index 5d5614b91..325584835 100644
--- a/asya.json
+++ b/domains/asya.json
@@ -6,6 +6,6 @@
"email":"ghisyadesign21@gmail.com"
},
"record": {
- "CNAME": "https://glenferdinza.github.io/"
+ "CNAME": "glenferdinza.github.io"
}
}
From 80f00385c0d7114067b8559593d006789e1b75e0 Mon Sep 17 00:00:00 2001
From: orangc
Date: Thu, 20 Mar 2025 13:27:56 +0300
Subject: [PATCH 652/815] Update nguyenkimduy.json
---
domains/nguyenkimduy.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/nguyenkimduy.json b/domains/nguyenkimduy.json
index 495a124a3..7d31658a7 100644
--- a/domains/nguyenkimduy.json
+++ b/domains/nguyenkimduy.json
@@ -1,7 +1,7 @@
{
"description": "nguyenkimduy.is-a.dev : This is my personal notebook",
"owner": {
- "username": "nguyenkimduy",
+ "username": "nguyenkimduy180697",
"email": "nguyenkimduy180697@gmail.com"
},
"record": {
From a3ef23477570a4543fc7d5dd6b1091594ede26fd Mon Sep 17 00:00:00 2001
From: orangc
Date: Thu, 20 Mar 2025 13:28:37 +0300
Subject: [PATCH 653/815] Update asya.json
---
domains/asya.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/domains/asya.json b/domains/asya.json
index 325584835..eda2cc50c 100644
--- a/domains/asya.json
+++ b/domains/asya.json
@@ -1,8 +1,8 @@
{
- "description": "Personal portofolio website",
+ "description": "Personal portofolio website",
"repo": "https://github.com/Glenferdinza/glenferdinza.github.io",
"owner": {
- "username": "Glenferdinza"
+ "username": "Glenferdinza",
"email":"ghisyadesign21@gmail.com"
},
"record": {
From 419b8df489c60a7786f9256a3556dce9502ac8d8 Mon Sep 17 00:00:00 2001
From: orangc
Date: Thu, 20 Mar 2025 13:30:04 +0300
Subject: [PATCH 654/815] Update duynguyen.json
---
duynguyen.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/duynguyen.json b/duynguyen.json
index ced981957..959a33e0c 100644
--- a/duynguyen.json
+++ b/duynguyen.json
@@ -1,7 +1,7 @@
{
"description": "duynguyen.is-a.dev : This is my personal notebook",
"owner": {
- "username": "nguyenkimduy",
+ "username": "nguyenkimduy180697",
"email": "nguyenkimduy180697@gmail.com"
},
"record": {
From 5467d92d4c9acc86af22c517238c29a503f69d16 Mon Sep 17 00:00:00 2001
From: orangc
Date: Thu, 20 Mar 2025 13:31:06 +0300
Subject: [PATCH 655/815] Rename duynguyen.json to domains/duynguyen.json
---
duynguyen.json => domains/duynguyen.json | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename duynguyen.json => domains/duynguyen.json (100%)
diff --git a/duynguyen.json b/domains/duynguyen.json
similarity index 100%
rename from duynguyen.json
rename to domains/duynguyen.json
From b23154879a50fb4de58092edfb87cc8405b4206d Mon Sep 17 00:00:00 2001
From: orangc
Date: Thu, 20 Mar 2025 13:31:40 +0300
Subject: [PATCH 656/815] Rename karify98 to karify98.json
---
domains/{karify98 => karify98.json} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename domains/{karify98 => karify98.json} (100%)
diff --git a/domains/karify98 b/domains/karify98.json
similarity index 100%
rename from domains/karify98
rename to domains/karify98.json
From 096940fed06358653cf20373fd6255dc92106ac3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Duy=20Nguy=E1=BB=85n=20Kim?=
<46027765+nguyenkimduy180697@users.noreply.github.com>
Date: Thu, 20 Mar 2025 17:39:14 +0700
Subject: [PATCH 657/815] Create duynguyenkim.json
---
domains/duynguyenkim.json | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
create mode 100644 domains/duynguyenkim.json
diff --git a/domains/duynguyenkim.json b/domains/duynguyenkim.json
new file mode 100644
index 000000000..ac19e426c
--- /dev/null
+++ b/domains/duynguyenkim.json
@@ -0,0 +1,20 @@
+{
+ "description": "duynguyenkim.is-a.dev : This is my personal notebook",
+ "owner": {
+ "username": "nguyenkimduy180697",
+ "email": "nguyenkimduy180697@gmail.com"
+ },
+ "record": {
+ "URL": "https://nguyenkimduy.com/"
+ },
+ "redirect_config": {
+ "custom_paths": {
+ "/github": "https://github.com/nguyenkimduy180697",
+ "/fb": "https://facebook.com/nguyenkimduy180697",
+ "/instagram": "https://instagram.com/nguyenkimduy180697/",
+ "/linkedin": "https://linkedin.com/in/nguyenkimduy180697",
+ "/viblo": "https://viblo.asia/u/nguyenkimduy180697"
+ },
+ "redirect_paths": true
+ }
+}
From 46d42333055f5b6742509f9eb8a612adb99c5442 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Duy=20Nguy=E1=BB=85n=20Kim?=
<46027765+nguyenkimduy180697@users.noreply.github.com>
Date: Thu, 20 Mar 2025 17:44:09 +0700
Subject: [PATCH 658/815] Create kimduy.json
---
domains/kimduy.json | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
create mode 100644 domains/kimduy.json
diff --git a/domains/kimduy.json b/domains/kimduy.json
new file mode 100644
index 000000000..c02fa6daf
--- /dev/null
+++ b/domains/kimduy.json
@@ -0,0 +1,20 @@
+{
+ "description": "kimduy.is-a.dev : This is my personal notebook",
+ "owner": {
+ "username": "nguyenkimduy",
+ "email": "nguyenkimduy180697@gmail.com"
+ },
+ "record": {
+ "URL": "https://nguyenkimduy.com/"
+ },
+ "redirect_config": {
+ "custom_paths": {
+ "/github": "https://github.com/nguyenkimduy180697",
+ "/fb": "https://facebook.com/nguyenkimduy180697",
+ "/instagram": "https://instagram.com/nguyenkimduy180697/",
+ "/linkedin": "https://linkedin.com/in/nguyenkimduy180697",
+ "/viblo": "https://viblo.asia/u/nguyenkimduy180697"
+ },
+ "redirect_paths": true
+ }
+}
From 44f5362d888c1406016c0a42f5f8a20361a2dd4e Mon Sep 17 00:00:00 2001
From: Roki <35699619+Roki100@users.noreply.github.com>
Date: Thu, 20 Mar 2025 11:51:14 +0100
Subject: [PATCH 659/815] Use URL instead of CAME
cloudflare screams 1014 so i guess let's just use a redirect instead
---
domains/roki.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/roki.json b/domains/roki.json
index 69fb8c0b7..46d51fa50 100644
--- a/domains/roki.json
+++ b/domains/roki.json
@@ -4,6 +4,6 @@
"discord": "289479495444987904"
},
"record": {
- "CNAME": "p.2255.me"
+ "URL": "https://p.2255.me"
}
}
From dbda4f8b332759aeb00cdbdb59222378ee162cfe Mon Sep 17 00:00:00 2001
From: Tanuj Nagpal
Date: Thu, 20 Mar 2025 16:26:30 +0530
Subject: [PATCH 660/815] Update www.tanuj-nagpal.json
---
domains/www.tanuj-nagpal.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/www.tanuj-nagpal.json b/domains/www.tanuj-nagpal.json
index 45e9de417..b174bda4e 100644
--- a/domains/www.tanuj-nagpal.json
+++ b/domains/www.tanuj-nagpal.json
@@ -4,6 +4,6 @@
"email": "tanujnagpal999@gmail.com"
},
"record": {
- "A": ["75.2.60.5"]
+ "CNAME": "tanuj101.netlify.app"
}
}
From 2bc0d19d9c7edf5ca608e95064ad23b78aa8dd55 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Duy=20Nguy=E1=BB=85n=20Kim?=
<46027765+nguyenkimduy180697@users.noreply.github.com>
Date: Thu, 20 Mar 2025 18:01:45 +0700
Subject: [PATCH 661/815] Create duyhuyhoang.json
---
domains/duyhuyhoang.json | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
create mode 100644 domains/duyhuyhoang.json
diff --git a/domains/duyhuyhoang.json b/domains/duyhuyhoang.json
new file mode 100644
index 000000000..6a93937d6
--- /dev/null
+++ b/domains/duyhuyhoang.json
@@ -0,0 +1,20 @@
+{
+ "description": "duyhuyhoang.is-a.dev : This is my personal notebook",
+ "owner": {
+ "username": "nguyenkimduy180697",
+ "email": "nguyenkimduy180697@gmail.com"
+ },
+ "record": {
+ "URL": "https://nguyenkimduy.com/"
+ },
+ "redirect_config": {
+ "custom_paths": {
+ "/github": "https://github.com/nguyenkimduy180697",
+ "/fb": "https://facebook.com/nguyenkimduy180697",
+ "/instagram": "https://instagram.com/nguyenkimduy180697/",
+ "/linkedin": "https://linkedin.com/in/nguyenkimduy180697",
+ "/viblo": "https://viblo.asia/u/nguyenkimduy180697"
+ },
+ "redirect_paths": true
+ }
+}
From 7550a4c9e5b12f49d9a0f10f4bed8e9bb47fc4fc Mon Sep 17 00:00:00 2001
From: Giau Le
Date: Thu, 20 Mar 2025 18:22:20 +0700
Subject: [PATCH 662/815] Create
_github-pages-challenge-weebNeedWeed.harley.json
---
domains/_github-pages-challenge-weebNeedWeed.harley.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/_github-pages-challenge-weebNeedWeed.harley.json
diff --git a/domains/_github-pages-challenge-weebNeedWeed.harley.json b/domains/_github-pages-challenge-weebNeedWeed.harley.json
new file mode 100644
index 000000000..94d74d30d
--- /dev/null
+++ b/domains/_github-pages-challenge-weebNeedWeed.harley.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "weebNeedWeed",
+ "email": "rivenmle@gmail.com"
+ },
+ "record": {
+ "TXT": "659c12dc6e08a166dc1e88780bd87d"
+ }
+}
From 306c09b8b6e4b4bdb3f51131e1ff198fa35850eb Mon Sep 17 00:00:00 2001
From: Giau Le
Date: Thu, 20 Mar 2025 18:29:18 +0700
Subject: [PATCH 663/815] Rename
_github-pages-challenge-weebNeedWeed.harley.json to
_github-pages-challenge-weebneedweed.harley.json
---
...rley.json => _github-pages-challenge-weebneedweed.harley.json} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename domains/{_github-pages-challenge-weebNeedWeed.harley.json => _github-pages-challenge-weebneedweed.harley.json} (100%)
diff --git a/domains/_github-pages-challenge-weebNeedWeed.harley.json b/domains/_github-pages-challenge-weebneedweed.harley.json
similarity index 100%
rename from domains/_github-pages-challenge-weebNeedWeed.harley.json
rename to domains/_github-pages-challenge-weebneedweed.harley.json
From aa256da9b49e845e2535510ea0b8a3b878eab556 Mon Sep 17 00:00:00 2001
From: Joel Strasser
Date: Thu, 20 Mar 2025 12:29:59 +0100
Subject: [PATCH 664/815] feat: enable DNSSEC for joelst
---
domains/joelst.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/domains/joelst.json b/domains/joelst.json
index 8cf3e6bbd..2ce18cdb9 100644
--- a/domains/joelst.json
+++ b/domains/joelst.json
@@ -9,6 +9,7 @@
"ns2-03.azure-dns.net",
"ns3-03.azure-dns.org",
"ns4-03.azure-dns.info"
- ]
+ ],
+ "DS": "20446 13 2 66D720AF25875B71BB1ECBF45D1E108D4CE4D51EF1553F7E50F60B2B49A279A6"
}
}
From 11df948eb88afcc537015b07fd263ac8d312cffb Mon Sep 17 00:00:00 2001
From: Joel Strasser
Date: Thu, 20 Mar 2025 12:45:25 +0100
Subject: [PATCH 665/815] fix(joelst.json): wrong schema for DS record
---
domains/joelst.json | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/domains/joelst.json b/domains/joelst.json
index 2ce18cdb9..d6c50ac94 100644
--- a/domains/joelst.json
+++ b/domains/joelst.json
@@ -10,6 +10,13 @@
"ns3-03.azure-dns.org",
"ns4-03.azure-dns.info"
],
- "DS": "20446 13 2 66D720AF25875B71BB1ECBF45D1E108D4CE4D51EF1553F7E50F60B2B49A279A6"
+ "DS": [
+ {
+ "keytag": "20446",
+ "algorith": "13",
+ "digest_type": "2",
+ "digest": "66D720AF25875B71BB1ECBF45D1E108D4CE4D51EF1553F7E50F60B2B49A279A6"
+ }
+ ]
}
}
From f18334b60d70c8c8de5eba79c47acfba0304e41c Mon Sep 17 00:00:00 2001
From: Joel Strasser
Date: Thu, 20 Mar 2025 12:46:57 +0100
Subject: [PATCH 666/815] fix(joelst.json): typo in algorithm
---
domains/joelst.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/joelst.json b/domains/joelst.json
index d6c50ac94..82d62ffce 100644
--- a/domains/joelst.json
+++ b/domains/joelst.json
@@ -13,7 +13,7 @@
"DS": [
{
"keytag": "20446",
- "algorith": "13",
+ "algorithm": "13",
"digest_type": "2",
"digest": "66D720AF25875B71BB1ECBF45D1E108D4CE4D51EF1553F7E50F60B2B49A279A6"
}
From 8d44dc56959464f363c5b9d478347e54a4502d82 Mon Sep 17 00:00:00 2001
From: Joel Strasser
Date: Thu, 20 Mar 2025 12:49:22 +0100
Subject: [PATCH 667/815] fix(joelst.json): keytag, algorithm, disgest_type
must be a number
---
domains/joelst.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/domains/joelst.json b/domains/joelst.json
index 82d62ffce..68144ac2d 100644
--- a/domains/joelst.json
+++ b/domains/joelst.json
@@ -12,9 +12,9 @@
],
"DS": [
{
- "keytag": "20446",
- "algorithm": "13",
- "digest_type": "2",
+ "keytag": 20446,
+ "algorithm": 13,
+ "digest_type": 2,
"digest": "66D720AF25875B71BB1ECBF45D1E108D4CE4D51EF1553F7E50F60B2B49A279A6"
}
]
From 9f20612c1d253baacb9f6da95d6244390c14ce3b Mon Sep 17 00:00:00 2001
From: Joel Strasser
Date: Thu, 20 Mar 2025 12:51:12 +0100
Subject: [PATCH 668/815] =?UTF-8?q?fix(joelst.json):=20it's=20key=5Ftag=20?=
=?UTF-8?q?=F0=9F=98=91?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
domains/joelst.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/joelst.json b/domains/joelst.json
index 68144ac2d..0fc708102 100644
--- a/domains/joelst.json
+++ b/domains/joelst.json
@@ -12,7 +12,7 @@
],
"DS": [
{
- "keytag": 20446,
+ "key_tag": 20446,
"algorithm": 13,
"digest_type": 2,
"digest": "66D720AF25875B71BB1ECBF45D1E108D4CE4D51EF1553F7E50F60B2B49A279A6"
From 4b7fad0302bce3a4c667f4fc336ee9c808b1c5e6 Mon Sep 17 00:00:00 2001
From: orangc
Date: Thu, 20 Mar 2025 15:14:52 +0300
Subject: [PATCH 669/815] Update kimduy.json
---
domains/kimduy.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/kimduy.json b/domains/kimduy.json
index c02fa6daf..90bbe207f 100644
--- a/domains/kimduy.json
+++ b/domains/kimduy.json
@@ -1,7 +1,7 @@
{
"description": "kimduy.is-a.dev : This is my personal notebook",
"owner": {
- "username": "nguyenkimduy",
+ "username": "nguyenkimduy180697",
"email": "nguyenkimduy180697@gmail.com"
},
"record": {
From 1f98c1c2303968d0029cf73eccf67944729184bb Mon Sep 17 00:00:00 2001
From: sreekanthputta <11090740+sreekanthputta@users.noreply.github.com>
Date: Thu, 20 Mar 2025 07:19:42 -0500
Subject: [PATCH 670/815] Update sree.json
---
domains/sree.json | 15 ++++++++++++++-
1 file changed, 14 insertions(+), 1 deletion(-)
diff --git a/domains/sree.json b/domains/sree.json
index b83e29a83..e906fb4ae 100644
--- a/domains/sree.json
+++ b/domains/sree.json
@@ -4,6 +4,19 @@
"email": "srikanthp12896@gmail.com"
},
"record": {
- "TXT": "google-site-verification=nXX-abxPPSr9hSqhiakyIHcXYGcuPpIBYVXtPnnxf00"
+ "TXT": "google-site-verification=nXX-abxPPSr9hSqhiakyIHcXYGcuPpIBYVXtPnnxf00",
+ "A": [
+ "216.239.32.21",
+ "216.239.34.21",
+ "216.239.36.21",
+ "216.239.38.21"
+ ],
+ "AAAA": [
+ "2001:4860:4802:32::15",
+ "2001:4860:4802:34::15",
+ "2001:4860:4802:36::15",
+ "2001:4860:4802:38::15"
+ ],
+ "CNAME": "ghs.googlehosted.com."
}
}
From 5593c06e59f7bef4281f2b1d0eee3c10d4aec009 Mon Sep 17 00:00:00 2001
From: sreekanthputta <11090740+sreekanthputta@users.noreply.github.com>
Date: Thu, 20 Mar 2025 07:30:24 -0500
Subject: [PATCH 671/815] Update sree.json
---
domains/sree.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/sree.json b/domains/sree.json
index e906fb4ae..54c00cc2d 100644
--- a/domains/sree.json
+++ b/domains/sree.json
@@ -17,6 +17,6 @@
"2001:4860:4802:36::15",
"2001:4860:4802:38::15"
],
- "CNAME": "ghs.googlehosted.com."
+ "CNAME": "ghs.googlehosted.com"
}
}
From 52d8bb60b4a61acc69f5f2b795ea4b56d81e3205 Mon Sep 17 00:00:00 2001
From: sreekanthputta <11090740+sreekanthputta@users.noreply.github.com>
Date: Thu, 20 Mar 2025 07:31:30 -0500
Subject: [PATCH 672/815] Update sree.json
---
domains/sree.json | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/domains/sree.json b/domains/sree.json
index 54c00cc2d..9b25e8b5f 100644
--- a/domains/sree.json
+++ b/domains/sree.json
@@ -16,7 +16,6 @@
"2001:4860:4802:34::15",
"2001:4860:4802:36::15",
"2001:4860:4802:38::15"
- ],
- "CNAME": "ghs.googlehosted.com"
+ ]
}
}
From 67677e7816d5cd39b230772c23eaf794edac4e2d Mon Sep 17 00:00:00 2001
From: sreekanthputta <11090740+sreekanthputta@users.noreply.github.com>
Date: Thu, 20 Mar 2025 07:34:52 -0500
Subject: [PATCH 673/815] Update sree.json
---
domains/sree.json | 1 +
1 file changed, 1 insertion(+)
diff --git a/domains/sree.json b/domains/sree.json
index 9b25e8b5f..c40114d9b 100644
--- a/domains/sree.json
+++ b/domains/sree.json
@@ -6,6 +6,7 @@
"record": {
"TXT": "google-site-verification=nXX-abxPPSr9hSqhiakyIHcXYGcuPpIBYVXtPnnxf00",
"A": [
+ "35.209.162.51",
"216.239.32.21",
"216.239.34.21",
"216.239.36.21",
From 5476994ae38e5d196caee676515dbc800ab10e92 Mon Sep 17 00:00:00 2001
From: Eilliar
Date: Thu, 20 Mar 2025 11:31:00 -0300
Subject: [PATCH 674/815] Add bruno-eilliar domain
---
domains/bruno-eilliar.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/bruno-eilliar.json
diff --git a/domains/bruno-eilliar.json b/domains/bruno-eilliar.json
new file mode 100644
index 000000000..fdb29948f
--- /dev/null
+++ b/domains/bruno-eilliar.json
@@ -0,0 +1,11 @@
+{
+ "description": "Personal blog to build my brand as developer.",
+ "repo": "https://github.com/Eilliar/eilliar.github.io",
+ "owner": {
+ "username": "Eilliar",
+ "email": "engbrunoeilliar@gmail.com"
+ },
+ "record": {
+ "CNAME": "eilliar.github.io"
+ }
+}
\ No newline at end of file
From 087c0b28ad184c83fe2a183e9cab204b4d6df5ca Mon Sep 17 00:00:00 2001
From: samuraidev <86363335+CodeGeekR@users.noreply.github.com>
Date: Thu, 20 Mar 2025 10:00:33 -0500
Subject: [PATCH 675/815] Create pythonweb.json
https://portfolio-bootstrap-peach.vercel.app/
---
domains/pythonweb.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/pythonweb.json
diff --git a/domains/pythonweb.json b/domains/pythonweb.json
new file mode 100644
index 000000000..22731caac
--- /dev/null
+++ b/domains/pythonweb.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "CodeGeekR",
+ "email": "",
+ "discord": "768080481924677632"
+ },
+ "record": {
+ "A": ["76.76.21.21"]
+ }
+}
From 453be927575f4daccbc31959b9f9c96f191ee382 Mon Sep 17 00:00:00 2001
From: Harsh Mallick <89124261+harsh-mallick@users.noreply.github.com>
Date: Thu, 20 Mar 2025 20:55:56 +0530
Subject: [PATCH 676/815] Create harshmallick.json
---
domains/harshmallick.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/harshmallick.json
diff --git a/domains/harshmallick.json b/domains/harshmallick.json
new file mode 100644
index 000000000..e1f04021a
--- /dev/null
+++ b/domains/harshmallick.json
@@ -0,0 +1,11 @@
+{
+ "description": "My portfolio website",
+ "repo": "https://github.com/harsh-mallick/portfolio",
+ "owner": {
+ "username": "harsh-mallick",
+ "email": "harshmallick052009@gmail.com"
+ },
+ "record": {
+ "URL": "harshmallick.vercel.app"
+ }
+ }
From fb2ccc3521f287d65f7a35aab6a90e5ed99308c3 Mon Sep 17 00:00:00 2001
From: "Ilya.Stepanov" <54280083+thatsLegit@users.noreply.github.com>
Date: Thu, 20 Mar 2025 17:04:42 +0100
Subject: [PATCH 677/815] Create ilya.json
---
domains/ilya.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/ilya.json
diff --git a/domains/ilya.json b/domains/ilya.json
new file mode 100644
index 000000000..f083e1348
--- /dev/null
+++ b/domains/ilya.json
@@ -0,0 +1,11 @@
+{
+ "description": "Ilya Stepanov's portfolio website",
+ "repo": "https://github.com/thatslegit/threejs-portfolio",
+ "owner": {
+ "username": "thatslegit",
+ "email": "iliastepanov1996@gmail.com"
+ },
+ "record": {
+ "CNAME": "thatslegit.github.io"
+ }
+}
From 0951e3b308e7fd4eae4766199bef9c203129a9ad Mon Sep 17 00:00:00 2001
From: adiii3692
Date: Thu, 20 Mar 2025 12:11:55 -0400
Subject: [PATCH 678/815] Added _vercel.json file and subdomain.json file
---
domains/_vercel.adiii3692.json | 9 +++++++++
domains/adiii3692.json | 9 +++++++++
2 files changed, 18 insertions(+)
create mode 100644 domains/_vercel.adiii3692.json
create mode 100644 domains/adiii3692.json
diff --git a/domains/_vercel.adiii3692.json b/domains/_vercel.adiii3692.json
new file mode 100644
index 000000000..8ad7df240
--- /dev/null
+++ b/domains/_vercel.adiii3692.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "adiii3692",
+ "email": "adinair0206@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=adiii3692.is-a.dev,be704332b1928225a1ce"
+ }
+}
\ No newline at end of file
diff --git a/domains/adiii3692.json b/domains/adiii3692.json
new file mode 100644
index 000000000..773e1898a
--- /dev/null
+++ b/domains/adiii3692.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "adiii3692",
+ "email": "adinair0206@gmail.com"
+ },
+ "record": {
+ "CNAME": "portfolio-rho-sand-13.vercel.app"
+ }
+}
\ No newline at end of file
From 07f9a0aa4de1647997f5dcabad3c4ddbedeb4f35 Mon Sep 17 00:00:00 2001
From: 21Z <21z95@proton.me>
Date: Thu, 20 Mar 2025 23:20:34 +0400
Subject: [PATCH 679/815] Update pythonweb.json
---
domains/pythonweb.json | 1 -
1 file changed, 1 deletion(-)
diff --git a/domains/pythonweb.json b/domains/pythonweb.json
index 22731caac..6b4c91ebd 100644
--- a/domains/pythonweb.json
+++ b/domains/pythonweb.json
@@ -1,7 +1,6 @@
{
"owner": {
"username": "CodeGeekR",
- "email": "",
"discord": "768080481924677632"
},
"record": {
From 5576ff024886fbbe913dafddf084d7e16a2b0461 Mon Sep 17 00:00:00 2001
From: Minecradt <89748404+Minecradt@users.noreply.github.com>
Date: Thu, 20 Mar 2025 16:29:00 -0400
Subject: [PATCH 680/815] Update play.soccer.json
---
domains/play.soccer.json | 1 +
1 file changed, 1 insertion(+)
diff --git a/domains/play.soccer.json b/domains/play.soccer.json
index b89f7bcd0..3a03f0522 100644
--- a/domains/play.soccer.json
+++ b/domains/play.soccer.json
@@ -7,6 +7,7 @@
"record": {
"SRV": [
{
+ "name": "_minecraft._tcp.@",
"priority": 0,
"weight": 5,
"port": 25565,
From 733506a6234daedbe713a6853aaf8f209c044535 Mon Sep 17 00:00:00 2001
From: samuraidev <86363335+CodeGeekR@users.noreply.github.com>
Date: Thu, 20 Mar 2025 15:38:07 -0500
Subject: [PATCH 681/815] Create _vercel.pythonweb.json
---
domains/_vercel.pythonweb.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/_vercel.pythonweb.json
diff --git a/domains/_vercel.pythonweb.json b/domains/_vercel.pythonweb.json
new file mode 100644
index 000000000..dbb366a7a
--- /dev/null
+++ b/domains/_vercel.pythonweb.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "CodeGeekR",
+ "email": "",
+ "discord": "768080481924677632"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=pythonweb.is-a.dev,395acbd091553c5523bb"
+ }
+}
From 9b66f02650fafb0ac9fbf2497f7d4d87a7e064fe Mon Sep 17 00:00:00 2001
From: dunno8489
Date: Thu, 20 Mar 2025 22:15:31 +0100
Subject: [PATCH 682/815] Create limeware.json
---
domains/limeware.json | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 domains/limeware.json
diff --git a/domains/limeware.json b/domains/limeware.json
new file mode 100644
index 000000000..6f347a3e7
--- /dev/null
+++ b/domains/limeware.json
@@ -0,0 +1,12 @@
+{
+ "description": "LimeWare's Official site",
+ "repo": "https://github.com/dunno8489/dunno8489.github.io",
+ "owner": {
+ "username": "dunno8489",
+ "email": "[email protected]"
+ },
+ "record": {
+ "CNAME": "dunno8489.github.io"
+ },
+ "proxied": true
+}
From 0f0af013f88f8a750776d4d45d03929ca8b683c7 Mon Sep 17 00:00:00 2001
From: Cristian Munoz
Date: Thu, 20 Mar 2025 18:24:25 -0300
Subject: [PATCH 683/815] Add cgmuros.is-a.dev domain with Vercel configuration
---
domains/_vercel.cgmuros.json | 9 +++++++++
domains/cgmuros.json | 9 +++++++++
2 files changed, 18 insertions(+)
create mode 100644 domains/_vercel.cgmuros.json
create mode 100644 domains/cgmuros.json
diff --git a/domains/_vercel.cgmuros.json b/domains/_vercel.cgmuros.json
new file mode 100644
index 000000000..ec663559d
--- /dev/null
+++ b/domains/_vercel.cgmuros.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "cgmuros",
+ "email": "cgmuros@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=cgmuros.is-a.dev,12145ac3f3c3d53d6095"
+ }
+}
\ No newline at end of file
diff --git a/domains/cgmuros.json b/domains/cgmuros.json
new file mode 100644
index 000000000..22e5c4a33
--- /dev/null
+++ b/domains/cgmuros.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "cgmuros",
+ "email": "cgmuros@gmail.com"
+ },
+ "record": {
+ "CNAME": "cname.vercel-dns.com"
+ }
+ }
\ No newline at end of file
From c1f09bb838e6c5dbf3346629d5bdb55f12154969 Mon Sep 17 00:00:00 2001
From: Facundo Pidal Ruiz Diaz
<102688500+facundopidal@users.noreply.github.com>
Date: Thu, 20 Mar 2025 18:59:46 -0300
Subject: [PATCH 684/815] Create facundopidal.json
---
domains/facundopidal.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/facundopidal.json
diff --git a/domains/facundopidal.json b/domains/facundopidal.json
new file mode 100644
index 000000000..a3b6e7c09
--- /dev/null
+++ b/domains/facundopidal.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "facundopidal",
+ "email": "facundopidalruizdiaz@gmail.com"
+ },
+ "record": {
+ "A": ["75.2.60.5"]
+ }
+}
From c12e8b4ec4cbb0b71128ecff6c8aaad20af2aac4 Mon Sep 17 00:00:00 2001
From: Jesus Marlor
Date: Thu, 20 Mar 2025 16:56:38 -0600
Subject: [PATCH 685/815] Create jesusmarfil
---
domains/jesusmarfil | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/jesusmarfil
diff --git a/domains/jesusmarfil b/domains/jesusmarfil
new file mode 100644
index 000000000..bb93cb372
--- /dev/null
+++ b/domains/jesusmarfil
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "JesusMarlor",
+ "email": "jesuso.marlor@gmail.com"
+ },
+ "record": {
+ "CNAME": "kripton.xyz"
+ }
+}
From eac67ba2b2c9dc29d89ff1393ec2024b8c27c2d5 Mon Sep 17 00:00:00 2001
From: Jesus Marlor
Date: Thu, 20 Mar 2025 17:03:29 -0600
Subject: [PATCH 686/815] change file format
---
domains/{jesusmarfil => jesusmarfil.json} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename domains/{jesusmarfil => jesusmarfil.json} (100%)
diff --git a/domains/jesusmarfil b/domains/jesusmarfil.json
similarity index 100%
rename from domains/jesusmarfil
rename to domains/jesusmarfil.json
From 1e95210b42f864d31e6be325ed3130b953e35170 Mon Sep 17 00:00:00 2001
From: FandyAhmD <137691463+fandyahmd@users.noreply.github.com>
Date: Fri, 21 Mar 2025 09:07:08 +0700
Subject: [PATCH 687/815] Create fan.json
---
domains/fan.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/fan.json
diff --git a/domains/fan.json b/domains/fan.json
new file mode 100644
index 000000000..13a91acef
--- /dev/null
+++ b/domains/fan.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "fandyahmd",
+ "email": "fandyahmadazizi@gmail.com"
+ },
+ "record": {
+ "CNAME": "fann.pages.dev"
+ }
+}
From 6401ec5af8e9abf975221f133e1a335fcb5903be Mon Sep 17 00:00:00 2001
From: Harsh Mallick <89124261+harsh-mallick@users.noreply.github.com>
Date: Fri, 21 Mar 2025 11:30:16 +0530
Subject: [PATCH 688/815] Update domains/harshmallick.json
Co-authored-by: 21Z <21z95@proton.me>
---
domains/harshmallick.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/harshmallick.json b/domains/harshmallick.json
index e1f04021a..ea69f1236 100644
--- a/domains/harshmallick.json
+++ b/domains/harshmallick.json
@@ -6,6 +6,6 @@
"email": "harshmallick052009@gmail.com"
},
"record": {
- "URL": "harshmallick.vercel.app"
+ "URL": "https://harshmallick.vercel.app/"
}
}
From 33044392f59e47c19b3211cc0e248cdd578e0ba0 Mon Sep 17 00:00:00 2001
From: Nitin Kosuru <109535742+NitinKosuru@users.noreply.github.com>
Date: Fri, 21 Mar 2025 11:59:17 +0530
Subject: [PATCH 689/815] Create nitink.json
---
domains/nitink.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/nitink.json
diff --git a/domains/nitink.json b/domains/nitink.json
new file mode 100644
index 000000000..c5ca1c553
--- /dev/null
+++ b/domains/nitink.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "NitinKosuru",
+ "email": "nitinkosuru@vk.com"
+ },
+ "record": {
+ "CNAME": "nitink.pages.dev"
+ }
+}
From 7e2d40e9bdc518609bd17e5f65b1278a4c742175 Mon Sep 17 00:00:00 2001
From: !Mohammad <148697364+x7dl8p@users.noreply.github.com>
Date: Fri, 21 Mar 2025 14:10:12 +0530
Subject: [PATCH 690/815] Create mohammad.json
---
domains/mohammad.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/mohammad.json
diff --git a/domains/mohammad.json b/domains/mohammad.json
new file mode 100644
index 000000000..1e51afabe
--- /dev/null
+++ b/domains/mohammad.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "x7dl8p",
+ "email": "ahmad.khan200499@gmail.com"
+ },
+ "record": {
+ "CNAME": "d3vmohammad.netlify.app"
+ }
+}
From 9a9b81e6efbf8cdc08d6653f97c6981f4e893611 Mon Sep 17 00:00:00 2001
From: 21Z <21z95@proton.me>
Date: Fri, 21 Mar 2025 12:40:37 +0400
Subject: [PATCH 691/815] fix: remove empty field
---
domains/_vercel.pythonweb.json | 1 -
1 file changed, 1 deletion(-)
diff --git a/domains/_vercel.pythonweb.json b/domains/_vercel.pythonweb.json
index dbb366a7a..175a58013 100644
--- a/domains/_vercel.pythonweb.json
+++ b/domains/_vercel.pythonweb.json
@@ -1,7 +1,6 @@
{
"owner": {
"username": "CodeGeekR",
- "email": "",
"discord": "768080481924677632"
},
"record": {
From 6bc58b597be6120fa4a2f0684625a8324d5ddcb1 Mon Sep 17 00:00:00 2001
From: Joe
Date: Fri, 21 Mar 2025 15:03:21 +0200
Subject: [PATCH 692/815] Create paylink.joe50097.json
---
domains/paylink.joe50097.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/paylink.joe50097.json
diff --git a/domains/paylink.joe50097.json b/domains/paylink.joe50097.json
new file mode 100644
index 000000000..8e8189e0c
--- /dev/null
+++ b/domains/paylink.joe50097.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Joe50097",
+ "email": "zcell9500@gmail.com"
+ },
+ "record": {
+ "CNAME": "paylink-comming-soon.netlify.app"
+ }
+}
From db6914c504f6532e8ce5596eb8a5205eb129721d Mon Sep 17 00:00:00 2001
From: Joe
Date: Fri, 21 Mar 2025 15:07:04 +0200
Subject: [PATCH 693/815] Create www.paylink.joe50097.json
---
domains/www.paylink.joe50097.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/www.paylink.joe50097.json
diff --git a/domains/www.paylink.joe50097.json b/domains/www.paylink.joe50097.json
new file mode 100644
index 000000000..8e8189e0c
--- /dev/null
+++ b/domains/www.paylink.joe50097.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Joe50097",
+ "email": "zcell9500@gmail.com"
+ },
+ "record": {
+ "CNAME": "paylink-comming-soon.netlify.app"
+ }
+}
From 6127c1a5cc179d171a67cc0d62789d0b31e695c6 Mon Sep 17 00:00:00 2001
From: Azri
Date: Fri, 21 Mar 2025 20:39:48 +0700
Subject: [PATCH 694/815] add azrifatihah.is-a.dev & vercel set up
---
domains/_vercel.azrifatihah.json | 9 +++++++++
domains/azrifatihah.json | 9 +++++++++
2 files changed, 18 insertions(+)
create mode 100644 domains/_vercel.azrifatihah.json
create mode 100644 domains/azrifatihah.json
diff --git a/domains/_vercel.azrifatihah.json b/domains/_vercel.azrifatihah.json
new file mode 100644
index 000000000..8c3ce80ef
--- /dev/null
+++ b/domains/_vercel.azrifatihah.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "muhAzri",
+ "email": "muhammad.azri.f.s@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=azrifatihah.is-a.dev,99b5bc49dc0a636f9bcf"
+ }
+}
\ No newline at end of file
diff --git a/domains/azrifatihah.json b/domains/azrifatihah.json
new file mode 100644
index 000000000..33e47ec74
--- /dev/null
+++ b/domains/azrifatihah.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "muhAzri",
+ "email": "muhammad.azri.f.s@gmail.com"
+ },
+ "record": {
+ "CNAME": "azri-portfolio.vercel.app"
+ }
+}
\ No newline at end of file
From 497096f495a8e37d7753b80fc5799b4f9797caa3 Mon Sep 17 00:00:00 2001
From: Jongo22 <110446920+Jongo22@users.noreply.github.com>
Date: Sat, 22 Mar 2025 00:09:35 +0800
Subject: [PATCH 695/815] Create _vercel.jong.json
---
domains/_vercel.jong.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/_vercel.jong.json
diff --git a/domains/_vercel.jong.json b/domains/_vercel.jong.json
new file mode 100644
index 000000000..723923be1
--- /dev/null
+++ b/domains/_vercel.jong.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Jongo22",
+ "email": "jingyiong22@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=jong.is.a.dev,05ec7ef1be7ea332657d"
+ }
+}
From 7fc2505ca20223aff4c976239784bf0cc5fa88ea Mon Sep 17 00:00:00 2001
From: Victor
Date: Fri, 21 Mar 2025 13:17:28 -0300
Subject: [PATCH 696/815] Add victordev.is-a.dev subdomain
---
domains/_vercel.victordev.json | 9 +++++++++
domains/victordev.json | 9 +++++++++
2 files changed, 18 insertions(+)
create mode 100644 domains/_vercel.victordev.json
create mode 100644 domains/victordev.json
diff --git a/domains/_vercel.victordev.json b/domains/_vercel.victordev.json
new file mode 100644
index 000000000..31cd7f9d2
--- /dev/null
+++ b/domains/_vercel.victordev.json
@@ -0,0 +1,9 @@
+ {
+ "owner": {
+ "username": "VictorHumberto01",
+ "email": "victor.humberto.dev@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=tubeto.is-a.dev,3379bf5df2b2933e27da"
+ }
+ }
diff --git a/domains/victordev.json b/domains/victordev.json
new file mode 100644
index 000000000..4bfc0094c
--- /dev/null
+++ b/domains/victordev.json
@@ -0,0 +1,9 @@
+ {
+ "owner": {
+ "username": "VictorHumberto01",
+ "email": "victor.humberto.dev@gmail.com"
+ },
+ "record": {
+ "CNAME": "https://victor-humberto.vercel.app"
+ }
+ }
From 061c7040138bbf49c72c8cff768ae7ad7af86c50 Mon Sep 17 00:00:00 2001
From: Jongo22 <110446920+Jongo22@users.noreply.github.com>
Date: Sat, 22 Mar 2025 00:24:36 +0800
Subject: [PATCH 697/815] Create jong.json
---
domains/jong.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/jong.json
diff --git a/domains/jong.json b/domains/jong.json
new file mode 100644
index 000000000..5f59f4ed0
--- /dev/null
+++ b/domains/jong.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Jongo22",
+ "email": "jingyiong22@gmail.com"
+ },
+ "record": {
+ "CNAME": "https://frontend-green-kappa.vercel.app/"
+ }
+}
From 3c5746d609de90f52439abcbc6eb9730aa7de14b Mon Sep 17 00:00:00 2001
From: Minecradt <89748404+Minecradt@users.noreply.github.com>
Date: Fri, 21 Mar 2025 14:26:00 -0400
Subject: [PATCH 698/815] i hope this works
---
domains/play.soccer.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/play.soccer.json b/domains/play.soccer.json
index 3a03f0522..bf368edb4 100644
--- a/domains/play.soccer.json
+++ b/domains/play.soccer.json
@@ -7,7 +7,7 @@
"record": {
"SRV": [
{
- "name": "_minecraft._tcp.@",
+ "name": "_minecraft._tcp.play",
"priority": 0,
"weight": 5,
"port": 25565,
From 3d4c183a7da76f8241a62de24e5c598bb2edc6f6 Mon Sep 17 00:00:00 2001
From: Mustakim Ahmed Sifat <67186139+BDhackers009@users.noreply.github.com>
Date: Sat, 22 Mar 2025 04:30:06 +0600
Subject: [PATCH 699/815] Create bdhackers009.json
---
domains/bdhackers009.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/bdhackers009.json
diff --git a/domains/bdhackers009.json b/domains/bdhackers009.json
new file mode 100644
index 000000000..7631b2fae
--- /dev/null
+++ b/domains/bdhackers009.json
@@ -0,0 +1,11 @@
+{
+ "description": "I will use this subdomain to host my portfolio via github pages",
+ "repo": "https://github.com/bdhackers009/bdhackers009.github.io",
+ "owner": {
+ "username": "BDhaCkers009",
+ "email": "[email protected]"
+ },
+ "record": {
+ "CNAME": "bdhackers009.github.io"
+ }
+}
From 94b5a4d76a65ab2bee0dcc224269de8297edbb45 Mon Sep 17 00:00:00 2001
From: Roki <35699619+Roki100@users.noreply.github.com>
Date: Fri, 21 Mar 2025 23:53:15 +0100
Subject: [PATCH 700/815] Update roki.json
---
domains/roki.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/roki.json b/domains/roki.json
index 46d51fa50..dccec75d7 100644
--- a/domains/roki.json
+++ b/domains/roki.json
@@ -4,6 +4,6 @@
"discord": "289479495444987904"
},
"record": {
- "URL": "https://p.2255.me"
+ "CNAME": "edge.redirect.pizza"
}
}
From 31bd087e0ce9df357c5d2cd69ce2b3439ff0f0ac Mon Sep 17 00:00:00 2001
From: Devman
Date: Fri, 21 Mar 2025 16:57:23 -0700
Subject: [PATCH 701/815] Create devman.json
---
domains/devman.json | 1 +
1 file changed, 1 insertion(+)
create mode 100644 domains/devman.json
diff --git a/domains/devman.json b/domains/devman.json
new file mode 100644
index 000000000..8b1378917
--- /dev/null
+++ b/domains/devman.json
@@ -0,0 +1 @@
+
From db28be86623b1f1b7587d4575175c13374f54f78 Mon Sep 17 00:00:00 2001
From: bananaking6 <147780429+bananaking6@users.noreply.github.com>
Date: Fri, 21 Mar 2025 18:04:39 -0600
Subject: [PATCH 702/815] Update rizz.json
---
domains/rizz.json | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
diff --git a/domains/rizz.json b/domains/rizz.json
index 8d131c18a..43eab904b 100644
--- a/domains/rizz.json
+++ b/domains/rizz.json
@@ -1,9 +1,11 @@
{
- "owner": {
- "username": "bananaking6",
- "discord": "skibidibagel"
- },
- "record": {
- "CNAME": "skibidi-2.vercel.app"
- }
+ "owner": {
+ "username": "bananaking6",
+ "discord": "skibidibagel",
+ "email": ""
+ },
+
+ "record": {
+ "CNAME": "bananaking6.github.io"
+ }
}
From 24227c38933c02b887d363449d67c1e489fff277 Mon Sep 17 00:00:00 2001
From: bananaking6 <147780429+bananaking6@users.noreply.github.com>
Date: Fri, 21 Mar 2025 18:05:06 -0600
Subject: [PATCH 703/815] Update _vercel.rizz.json
---
domains/_vercel.rizz.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/_vercel.rizz.json b/domains/_vercel.rizz.json
index 137b386a2..7b0780adb 100644
--- a/domains/_vercel.rizz.json
+++ b/domains/_vercel.rizz.json
@@ -4,6 +4,6 @@
"discord": "skibidibagel"
},
"record": {
- "TXT": "vc-domain-verify=rizz.is-a.dev,cbd2a4123c68d5d0fef0"
+ "TXT": "vc-domain-verify=old.rizz.is-a.dev,b78dc00492f43dce5eb2"
}
}
From 65bfc60563ea084f1bb7cd3b87a67ed89aba75fb Mon Sep 17 00:00:00 2001
From: bananaking6 <147780429+bananaking6@users.noreply.github.com>
Date: Fri, 21 Mar 2025 18:05:53 -0600
Subject: [PATCH 704/815] Create old.rizz.json
---
domains/old.rizz.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/old.rizz.json
diff --git a/domains/old.rizz.json b/domains/old.rizz.json
new file mode 100644
index 000000000..8d131c18a
--- /dev/null
+++ b/domains/old.rizz.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "bananaking6",
+ "discord": "skibidibagel"
+ },
+ "record": {
+ "CNAME": "skibidi-2.vercel.app"
+ }
+}
From 0b67c992010e5ca2b322bf972e17928a84281092 Mon Sep 17 00:00:00 2001
From: Devman
Date: Fri, 21 Mar 2025 17:10:58 -0700
Subject: [PATCH 705/815] Create xdevman.json
---
domains/xdevman.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/xdevman.json
diff --git a/domains/xdevman.json b/domains/xdevman.json
new file mode 100644
index 000000000..63b31eb54
--- /dev/null
+++ b/domains/xdevman.json
@@ -0,0 +1,11 @@
+{
+ "description": "The domain will be used for my portfolio",
+ "repo": "https://github.com/xdevman1/register",
+ "owner": {
+ "username": "xdevman1",
+ "email": "xdevman9@gmail.com"
+ },
+ "record": {
+ "CNAME": "xdevman1.github.io"
+ }
+}
From 7def26c5fc2cd1648a8483b3b2539cd11b5a649e Mon Sep 17 00:00:00 2001
From: Mustakim Ahmed Sifat <67186139+BDhackers009@users.noreply.github.com>
Date: Sat, 22 Mar 2025 07:36:57 +0600
Subject: [PATCH 706/815] email
---
domains/bdhackers009.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/bdhackers009.json b/domains/bdhackers009.json
index 7631b2fae..6f6f47e48 100644
--- a/domains/bdhackers009.json
+++ b/domains/bdhackers009.json
@@ -3,7 +3,7 @@
"repo": "https://github.com/bdhackers009/bdhackers009.github.io",
"owner": {
"username": "BDhaCkers009",
- "email": "[email protected]"
+ "email": "[ahmedshifat1234@gmail.com]"
},
"record": {
"CNAME": "bdhackers009.github.io"
From a4fdf169ba6905830563af81ff45d4963b25a5f0 Mon Sep 17 00:00:00 2001
From: wrothmir
Date: Sat, 22 Mar 2025 04:34:54 +0000
Subject: [PATCH 707/815] Create wrothmir.json
---
domains/wrothmir.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/wrothmir.json
diff --git a/domains/wrothmir.json b/domains/wrothmir.json
new file mode 100644
index 000000000..b3d140d6e
--- /dev/null
+++ b/domains/wrothmir.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "wrothmir",
+ "discord": "459219626484826113",
+ "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.UoRrv1IHlwaxxz5pjNT0ADqyG3EpR8FA3v2oBJGdoMuSZ5v-8ImQVabz3rQ8P1peUKADV4RExI0OtGfajWYQw11bJD9KNXCPMi_MevxxaAX22yvnyW3hPGf_sUe6qhltlGftElkG_yoO6MzxtZyB1_NTeiHR44IZywuoOOEZIwdkrWyLtgczCoTLFNPBtAwcBPaCQf1t94yTgI09juyLVQzHL26dzb-VISsWxfAxAnanBfMfn1ELUnMQXm32QlJPbuQ7f0OATmGfW-XwIiBRt3Zyn28PNZm7Vhgyr3m4NYylpgDjz5v2jibtw7rAO9eP_a9cfToZY7bwj02mZfMIBA.KnAaAaz-Spr94XeYJF4lLQ.dyOn2mafCFB2J1682xUN2VxAtMG35Sh8nJ1AFLqYGmo1nttcRWosRX6NjRxoK_FLRP1Bv9CdVhzhx-R39bLmXYM7fksuKYd_qsY_od-0vwGSm56iHkLrE5PZnjYULssO.70k22YtUqSrQtnO1MDwHwg"
+ },
+ "record": {
+ "CNAME": "wrothmir.github.io"
+ }
+}
From 796eafb5cd33aa9734ceaca25ca0bb81ac8bc2a9 Mon Sep 17 00:00:00 2001
From: wrothmir
Date: Sat, 22 Mar 2025 04:35:21 +0000
Subject: [PATCH 708/815] Delete domains/fenrir.json
---
domains/fenrir.json | 10 ----------
1 file changed, 10 deletions(-)
delete mode 100644 domains/fenrir.json
diff --git a/domains/fenrir.json b/domains/fenrir.json
deleted file mode 100644
index e4d569834..000000000
--- a/domains/fenrir.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "fenrir-san",
- "discord": "459219626484826113",
- "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.UoRrv1IHlwaxxz5pjNT0ADqyG3EpR8FA3v2oBJGdoMuSZ5v-8ImQVabz3rQ8P1peUKADV4RExI0OtGfajWYQw11bJD9KNXCPMi_MevxxaAX22yvnyW3hPGf_sUe6qhltlGftElkG_yoO6MzxtZyB1_NTeiHR44IZywuoOOEZIwdkrWyLtgczCoTLFNPBtAwcBPaCQf1t94yTgI09juyLVQzHL26dzb-VISsWxfAxAnanBfMfn1ELUnMQXm32QlJPbuQ7f0OATmGfW-XwIiBRt3Zyn28PNZm7Vhgyr3m4NYylpgDjz5v2jibtw7rAO9eP_a9cfToZY7bwj02mZfMIBA.KnAaAaz-Spr94XeYJF4lLQ.dyOn2mafCFB2J1682xUN2VxAtMG35Sh8nJ1AFLqYGmo1nttcRWosRX6NjRxoK_FLRP1Bv9CdVhzhx-R39bLmXYM7fksuKYd_qsY_od-0vwGSm56iHkLrE5PZnjYULssO.70k22YtUqSrQtnO1MDwHwg"
- },
- "record": {
- "CNAME": "fenrir-san.github.io"
- }
-}
From fd5866d2ee9465155e77ce05ae1fcd9eb7e505e8 Mon Sep 17 00:00:00 2001
From: molikai-work <165390418+molikai-work@users.noreply.github.com>
Date: Sat, 22 Mar 2025 15:06:19 +0800
Subject: [PATCH 709/815] Create molikai.json
---
domains/molikai.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/molikai.json
diff --git a/domains/molikai.json b/domains/molikai.json
new file mode 100644
index 000000000..619f7d57e
--- /dev/null
+++ b/domains/molikai.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "molikai-work",
+ "email": "wuxiaci@hotmail.com"
+ },
+ "record": {
+ "CNAME": "molikaiwork.pages.dev"
+ }
+}
From 95c211724472ec2aed33e519217711e326ae8810 Mon Sep 17 00:00:00 2001
From: sreekanthputta <11090740+sreekanthputta@users.noreply.github.com>
Date: Sat, 22 Mar 2025 02:09:31 -0500
Subject: [PATCH 710/815] Update sree.json
---
domains/sree.json | 12 +-----------
1 file changed, 1 insertion(+), 11 deletions(-)
diff --git a/domains/sree.json b/domains/sree.json
index c40114d9b..4432550c6 100644
--- a/domains/sree.json
+++ b/domains/sree.json
@@ -6,17 +6,7 @@
"record": {
"TXT": "google-site-verification=nXX-abxPPSr9hSqhiakyIHcXYGcuPpIBYVXtPnnxf00",
"A": [
- "35.209.162.51",
- "216.239.32.21",
- "216.239.34.21",
- "216.239.36.21",
- "216.239.38.21"
- ],
- "AAAA": [
- "2001:4860:4802:32::15",
- "2001:4860:4802:34::15",
- "2001:4860:4802:36::15",
- "2001:4860:4802:38::15"
+ "35.209.162.51"
]
}
}
From 6ea009b65ab2fee3ecf1a43468984110ccf0a143 Mon Sep 17 00:00:00 2001
From: PANKAJ TYAGI <129147035+thegoofy-dev@users.noreply.github.com>
Date: Sat, 22 Mar 2025 12:59:29 +0530
Subject: [PATCH 711/815] Create thegoofy-guy.json
---
domains/thegoofy-guy.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/thegoofy-guy.json
diff --git a/domains/thegoofy-guy.json b/domains/thegoofy-guy.json
new file mode 100644
index 000000000..2c1b6e282
--- /dev/null
+++ b/domains/thegoofy-guy.json
@@ -0,0 +1,11 @@
+{
+ "domain": "thegoofy-guy.is-a.dev",
+ "subdomain": "thegoofy-dev",
+ "owner": {
+ "email": "pankajtyagi1601@gmail.com",
+ "github": "thegoofy-dev"
+ },
+ "records": {
+ "CNAME": "pankajtyagi-portfolio.vercel.app"
+ }
+}
From f10c7469aa18c2764b8391bc8bc47407da8fbb77 Mon Sep 17 00:00:00 2001
From: dunno8489
Date: Sat, 22 Mar 2025 13:52:45 +0100
Subject: [PATCH 712/815] Update domains/limeware.json
removed email part
Co-authored-by: orangc
---
domains/limeware.json | 1 -
1 file changed, 1 deletion(-)
diff --git a/domains/limeware.json b/domains/limeware.json
index 6f347a3e7..231ceb645 100644
--- a/domains/limeware.json
+++ b/domains/limeware.json
@@ -3,7 +3,6 @@
"repo": "https://github.com/dunno8489/dunno8489.github.io",
"owner": {
"username": "dunno8489",
- "email": "[email protected]"
},
"record": {
"CNAME": "dunno8489.github.io"
From c7ff44bb9a97b418c219d2166ecd4230797eb35a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jos=C3=A9=20Victor?=
Date: Sat, 22 Mar 2025 10:11:30 -0300
Subject: [PATCH 713/815] Create zoldyako.json
---
domains/zoldyako.json | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 domains/zoldyako.json
diff --git a/domains/zoldyako.json b/domains/zoldyako.json
new file mode 100644
index 000000000..d5caacef2
--- /dev/null
+++ b/domains/zoldyako.json
@@ -0,0 +1,12 @@
+{
+ "description": "My personal site hosted on Render",
+ "repo": "https://github.com/Zoldyako/zoldyako_site",
+ "owner": {
+ "username": "Zoldyako",
+ "email": "jose.vdr.pessoal@gmail.com",
+ "discord": "Zoldyako"
+ },
+ "record": {
+ "A": ["216.24.57.1"]
+ }
+}
From 61846cfe550ae304018137e2fa1658cfbeff80df Mon Sep 17 00:00:00 2001
From: Mayank Kumar <139567672+mackcodes@users.noreply.github.com>
Date: Sat, 22 Mar 2025 20:32:54 +0530
Subject: [PATCH 714/815] Create mack.json
---
domains/mack.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/mack.json
diff --git a/domains/mack.json b/domains/mack.json
new file mode 100644
index 000000000..33df9f4db
--- /dev/null
+++ b/domains/mack.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "mackcodes",
+ "email": "mackcodes03@gmail.com"
+ },
+ "record": {
+ "CNAME": "cname.vercel-dns.com"
+ }
+}
From 6d2587b48cead5851a48ecd26f8e8ee801374636 Mon Sep 17 00:00:00 2001
From: Ramiro Cosa
Date: Sat, 22 Mar 2025 12:56:27 -0300
Subject: [PATCH 715/815] Register ramirocosa.is-a.dev with CNAME to
minimalist-portfolio-json-mauve.vercel.app
---
domains/ramirocosa.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/ramirocosa.json
diff --git a/domains/ramirocosa.json b/domains/ramirocosa.json
new file mode 100644
index 000000000..e6b19bec5
--- /dev/null
+++ b/domains/ramirocosa.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "RadikeCosa",
+ "email": "ramirocosa@gmail.com"
+ },
+ "record": {
+ "CNAME": "minimalist-portfolio-json-mauve.vercel.app"
+ }
+}
From 33e6d51bb0adc5ddeb6c9caedf1cfd67b7a9fec0 Mon Sep 17 00:00:00 2001
From: Rendani
Date: Sat, 22 Mar 2025 19:55:56 +0200
Subject: [PATCH 716/815] Create mkblane.json
---
domains/mkblane.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/mkblane.json
diff --git a/domains/mkblane.json b/domains/mkblane.json
new file mode 100644
index 000000000..470618136
--- /dev/null
+++ b/domains/mkblane.json
@@ -0,0 +1,11 @@
+{
+ "description": "My personal website and portfolio",
+ "repo": "https://github.com/mkblane/mkblane.github.io",
+ "owner": {
+ "username": "mkblane",
+ "email": "rendaniman@outlook.com.com"
+ },
+ "record": {
+ "CNAME": "mkblane.github.io"
+ }
+}
From 3ba666efd6aa05065651122d76fda3787898f612 Mon Sep 17 00:00:00 2001
From: Rendani
Date: Sat, 22 Mar 2025 20:07:30 +0200
Subject: [PATCH 717/815] Create _github-pages-challenge-mkblane.mkblane.json
---
domains/_github-pages-challenge-mkblane.mkblane.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/_github-pages-challenge-mkblane.mkblane.json
diff --git a/domains/_github-pages-challenge-mkblane.mkblane.json b/domains/_github-pages-challenge-mkblane.mkblane.json
new file mode 100644
index 000000000..2fec1f244
--- /dev/null
+++ b/domains/_github-pages-challenge-mkblane.mkblane.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "mkblane",
+ "email": "rendaniman@outlook.com"
+ },
+ "record": {
+ "TXT": "1bd7f45bbafab3d1735f40245f5f6c"
+ }
+}
From 95791dc79d44dcbaf311a7de02bec0c4eb585aac Mon Sep 17 00:00:00 2001
From: Trinethr <72494265+brinterwastaken@users.noreply.github.com>
Date: Sun, 23 Mar 2025 01:22:00 +0530
Subject: [PATCH 718/815] Update brin.json
Change github username
---
domains/brin.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/domains/brin.json b/domains/brin.json
index 2b4ccbf78..aabad46a5 100644
--- a/domains/brin.json
+++ b/domains/brin.json
@@ -1,11 +1,11 @@
{
"description": "Personal site",
- "repo": "https://github.com/xXTgamerXx/xXTgamerXx.github.io",
+ "repo": "https://github.com/brinterwastaken/brinterwastaken.github.io",
"owner": {
- "username": "xXTgamerXx",
+ "username": "brinterwastaken",
"email": "trin.n2848@gmail.com"
},
"record": {
- "CNAME": "xxtgamerxx.github.io"
+ "CNAME": "brinterwastaken.github.io"
}
}
From 21dbf4fe62ed9056069b3ca70f698e8b714ac2c4 Mon Sep 17 00:00:00 2001
From: Trinethr <72494265+brinterwastaken@users.noreply.github.com>
Date: Sun, 23 Mar 2025 01:22:30 +0530
Subject: [PATCH 719/815] Update and rename
_github-pages-challenge-xxtgamerxx.brin.json to
_github-pages-challenge-brinterwastaken.brin.json
Changing github username
---
...n.json => _github-pages-challenge-brinterwastaken.brin.json} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename domains/{_github-pages-challenge-xxtgamerxx.brin.json => _github-pages-challenge-brinterwastaken.brin.json} (82%)
diff --git a/domains/_github-pages-challenge-xxtgamerxx.brin.json b/domains/_github-pages-challenge-brinterwastaken.brin.json
similarity index 82%
rename from domains/_github-pages-challenge-xxtgamerxx.brin.json
rename to domains/_github-pages-challenge-brinterwastaken.brin.json
index 359257854..cacdcdb1d 100644
--- a/domains/_github-pages-challenge-xxtgamerxx.brin.json
+++ b/domains/_github-pages-challenge-brinterwastaken.brin.json
@@ -1,7 +1,7 @@
{
"description": "Github verification",
"owner": {
- "username": "xXTgamerXx",
+ "username": "brinterwastaken",
"email": "trin.n2848@gmail.com"
},
"record": {
From ec9abb296262f37061fec41d4252ef5ec25dcf82 Mon Sep 17 00:00:00 2001
From: KR Bala
Date: Sun, 23 Mar 2025 01:49:55 +0530
Subject: [PATCH 720/815] discord -> vercel
---
domains/_github-pages-challenge-parzi-val.bala.json | 9 ---------
domains/_vercel.bala.json | 9 +++++++++
domains/bala.json | 6 ++----
3 files changed, 11 insertions(+), 13 deletions(-)
delete mode 100644 domains/_github-pages-challenge-parzi-val.bala.json
create mode 100644 domains/_vercel.bala.json
diff --git a/domains/_github-pages-challenge-parzi-val.bala.json b/domains/_github-pages-challenge-parzi-val.bala.json
deleted file mode 100644
index d616d7121..000000000
--- a/domains/_github-pages-challenge-parzi-val.bala.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "parzi-val",
- "email": "krbala1511@gmail.com"
- },
- "record": {
- "TXT": "ce0aa85ad09c4e53ee08034cd66447"
- }
-}
diff --git a/domains/_vercel.bala.json b/domains/_vercel.bala.json
new file mode 100644
index 000000000..a5860b39f
--- /dev/null
+++ b/domains/_vercel.bala.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "parzi-val",
+ "email": "krbala1511@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=bala.is-a.dev,7d0037d117e48bf24960"
+ }
+}
\ No newline at end of file
diff --git a/domains/bala.json b/domains/bala.json
index 3f61f6f0b..f79a7258b 100644
--- a/domains/bala.json
+++ b/domains/bala.json
@@ -1,11 +1,9 @@
{
- "description": "For my github page",
- "repo": "https://https://github.com/parzi-val/parzi-val",
"owner": {
"username": "parzi-val",
"email": "krbala1511@gmail.com"
},
"record": {
- "CNAME": "parzi-val.github.io"
+ "CNAME": "https://my-app-brown-tau.vercel.app/"
}
-}
+}
\ No newline at end of file
From b3ff7272e4ab01110dd7bfe896f7408532e7cbc3 Mon Sep 17 00:00:00 2001
From: KR Bala
Date: Sun, 23 Mar 2025 01:53:11 +0530
Subject: [PATCH 721/815] fixed CNAME
---
domains/bala.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/bala.json b/domains/bala.json
index f79a7258b..92afd76be 100644
--- a/domains/bala.json
+++ b/domains/bala.json
@@ -4,6 +4,6 @@
"email": "krbala1511@gmail.com"
},
"record": {
- "CNAME": "https://my-app-brown-tau.vercel.app/"
+ "CNAME": "my-app-brown-tau.vercel.app/"
}
}
\ No newline at end of file
From c85c1f2222ccd898d610552ac6a66293c8544c29 Mon Sep 17 00:00:00 2001
From: Maher Zubair
Date: Sun, 23 Mar 2025 05:29:54 +0500
Subject: [PATCH 722/815] Create _vercel.maher-xubair.json
---
domains/_vercel.maher-xubair.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/_vercel.maher-xubair.json
diff --git a/domains/_vercel.maher-xubair.json b/domains/_vercel.maher-xubair.json
new file mode 100644
index 000000000..4b0edee20
--- /dev/null
+++ b/domains/_vercel.maher-xubair.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "maher-xubair",
+ "email": "za998192@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=maher-xubair.is-a.dev,da5ba9cd6ff94d8690f8"
+ }
+}
From a898ec88f37cdd4451bf12fa8a4b2e2fe3c42791 Mon Sep 17 00:00:00 2001
From: Maher Zubair
Date: Sun, 23 Mar 2025 05:31:12 +0500
Subject: [PATCH 723/815] Create maher-xubair.json
---
domains/maher-xubair.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/maher-xubair.json
diff --git a/domains/maher-xubair.json b/domains/maher-xubair.json
new file mode 100644
index 000000000..8203d9ff8
--- /dev/null
+++ b/domains/maher-xubair.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "maher-xubair",
+ "email": "za998192@gmail.com"
+ },
+ "record": {
+ "CNAME": "maher-zubair.vercel.app"
+ }
+}
From 25544c3dc8868d19371638e4eec508818d5ab2c6 Mon Sep 17 00:00:00 2001
From: ccaoishere
Date: Sun, 23 Mar 2025 07:55:46 +0700
Subject: [PATCH 724/815] register cc4dev.is-a.dev
---
domains/_github-pages-challenge-cc4dev.cc4dev.json | 11 +++++++++++
domains/cc4dev.json | 11 +++++++++++
2 files changed, 22 insertions(+)
create mode 100644 domains/_github-pages-challenge-cc4dev.cc4dev.json
create mode 100644 domains/cc4dev.json
diff --git a/domains/_github-pages-challenge-cc4dev.cc4dev.json b/domains/_github-pages-challenge-cc4dev.cc4dev.json
new file mode 100644
index 000000000..5fe9877cf
--- /dev/null
+++ b/domains/_github-pages-challenge-cc4dev.cc4dev.json
@@ -0,0 +1,11 @@
+{
+ "owner":
+ {
+ "username": "cc4dev",
+ "email": "caodoc@proton.me"
+ },
+ "record":
+ {
+ "TXT": "dc5371ee1973414c03ef5e837646e6"
+ }
+}
\ No newline at end of file
diff --git a/domains/cc4dev.json b/domains/cc4dev.json
new file mode 100644
index 000000000..a22e74088
--- /dev/null
+++ b/domains/cc4dev.json
@@ -0,0 +1,11 @@
+{
+ "owner":
+ {
+ "username": "cc4dev",
+ "email": "caodoc@proton.me"
+ },
+ "record":
+ {
+ "CNAME": "cc4dev.github.io"
+ }
+}
\ No newline at end of file
From fa8b24e338aa694a24760815a992f128fbbd7d55 Mon Sep 17 00:00:00 2001
From: huanhoahongso3-collab
<144003289+huanhoahongso3-collab@users.noreply.github.com>
Date: Sun, 23 Mar 2025 09:38:14 +0700
Subject: [PATCH 725/815] Create masterlegendpvp.json
---
domains/masterlegendpvp.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/masterlegendpvp.json
diff --git a/domains/masterlegendpvp.json b/domains/masterlegendpvp.json
new file mode 100644
index 000000000..9bed456e7
--- /dev/null
+++ b/domains/masterlegendpvp.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "huanhoahongso3-collab",
+ "email": "huanhoahongso3@gmail.com"
+ },
+ "record": {
+ "A": ["75.2.60.5"],
+ "MX": ["masterlegendpvp-isa-dev03c.mail.protection.outlook.com"],
+ "TXT": "v=spf1 include:spf.protection.outlook.com -all"
+ }
+}
From d5f80441b51bb69b6f65d6514638e3d2045fcc9c Mon Sep 17 00:00:00 2001
From: huanhoahongso3-collab
<144003289+huanhoahongso3-collab@users.noreply.github.com>
Date: Sun, 23 Mar 2025 09:38:52 +0700
Subject: [PATCH 726/815] Create autodiscover.masterlegendpvp.json
---
domains/autodiscover.masterlegendpvp.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/autodiscover.masterlegendpvp.json
diff --git a/domains/autodiscover.masterlegendpvp.json b/domains/autodiscover.masterlegendpvp.json
new file mode 100644
index 000000000..8c9d66830
--- /dev/null
+++ b/domains/autodiscover.masterlegendpvp.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "huanhoahongso3-collab",
+ "email": "huanhoahongso3@gmail.com"
+ },
+ "record": {
+ "CNAME": "autodiscover.outlook.com"
+ }
+}
From c7e3b6d7580d379c94558dd7190c8c3667ac2d0c Mon Sep 17 00:00:00 2001
From: huanhoahongso3-collab
<144003289+huanhoahongso3-collab@users.noreply.github.com>
Date: Sun, 23 Mar 2025 09:38:58 +0700
Subject: [PATCH 727/815] Delete domains/autodiscover.halinh0506.json
---
domains/autodiscover.halinh0506.json | 9 ---------
1 file changed, 9 deletions(-)
delete mode 100644 domains/autodiscover.halinh0506.json
diff --git a/domains/autodiscover.halinh0506.json b/domains/autodiscover.halinh0506.json
deleted file mode 100644
index 8c9d66830..000000000
--- a/domains/autodiscover.halinh0506.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "huanhoahongso3-collab",
- "email": "huanhoahongso3@gmail.com"
- },
- "record": {
- "CNAME": "autodiscover.outlook.com"
- }
-}
From e9fa94d095b8f35f318b888343bd664ba756d4f2 Mon Sep 17 00:00:00 2001
From: huanhoahongso3-collab
<144003289+huanhoahongso3-collab@users.noreply.github.com>
Date: Sun, 23 Mar 2025 09:41:09 +0700
Subject: [PATCH 728/815] Update halinh0506.json
---
domains/halinh0506.json | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/domains/halinh0506.json b/domains/halinh0506.json
index 2a3284a1c..a1b16ca58 100644
--- a/domains/halinh0506.json
+++ b/domains/halinh0506.json
@@ -4,8 +4,6 @@
"email": "huanhoahongso3@gmail.com"
},
"record": {
- "A": ["75.2.60.5"],
- "MX": ["halinh0506-isa-dev03c.mail.protection.outlook.com"],
- "TXT": "v=spf1 include:spf.protection.outlook.com -all"
+ "CNAME": "masterlegendpvp.is-a.dev"
}
}
From e51edd8c38761a100352a31abf7464f04804eda1 Mon Sep 17 00:00:00 2001
From: Devman
Date: Sat, 22 Mar 2025 21:07:03 -0700
Subject: [PATCH 729/815] Delete domains/devman.json
---
domains/devman.json | 1 -
1 file changed, 1 deletion(-)
delete mode 100644 domains/devman.json
diff --git a/domains/devman.json b/domains/devman.json
deleted file mode 100644
index 8b1378917..000000000
--- a/domains/devman.json
+++ /dev/null
@@ -1 +0,0 @@
-
From 241fbb15e16833360c5619bbbd99eb355d61f605 Mon Sep 17 00:00:00 2001
From: Devman
Date: Sat, 22 Mar 2025 21:16:49 -0700
Subject: [PATCH 730/815] Update xdevman.json
---
domains/xdevman.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/xdevman.json b/domains/xdevman.json
index 63b31eb54..63360546c 100644
--- a/domains/xdevman.json
+++ b/domains/xdevman.json
@@ -6,6 +6,6 @@
"email": "xdevman9@gmail.com"
},
"record": {
- "CNAME": "xdevman1.github.io"
+ "CNAME": "portfolio32-ch6h.onrender.com"
}
}
From 791caeaec96afa951d93b3c1ff799dc5b70c6fad Mon Sep 17 00:00:00 2001
From: Devman
Date: Sat, 22 Mar 2025 21:52:48 -0700
Subject: [PATCH 731/815] Update xdevman.json
---
domains/xdevman.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/xdevman.json b/domains/xdevman.json
index 63360546c..63b31eb54 100644
--- a/domains/xdevman.json
+++ b/domains/xdevman.json
@@ -6,6 +6,6 @@
"email": "xdevman9@gmail.com"
},
"record": {
- "CNAME": "portfolio32-ch6h.onrender.com"
+ "CNAME": "xdevman1.github.io"
}
}
From 24a3204091fea89d187a451231aaccba068c84a4 Mon Sep 17 00:00:00 2001
From: Subhrajit Sain
Date: Sun, 23 Mar 2025 10:28:54 +0530
Subject: [PATCH 732/815] Create _vercel.anw.json
---
domains/_vercel.anw.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/_vercel.anw.json
diff --git a/domains/_vercel.anw.json b/domains/_vercel.anw.json
new file mode 100644
index 000000000..26ce60cda
--- /dev/null
+++ b/domains/_vercel.anw.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "SubhrajitSain",
+ "email": "subhrajitsain34@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=anw.is-a.dev,311da8db0edf384b5617"
+ }
+}
From 7af0b60f0c35738cea23ed78ce548b5457d0c41f Mon Sep 17 00:00:00 2001
From: Subhrajit Sain
Date: Sun, 23 Mar 2025 10:30:15 +0530
Subject: [PATCH 733/815] Update anw.json to use Vercel
---
domains/anw.json | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/domains/anw.json b/domains/anw.json
index aa02d7f37..6bdab900a 100644
--- a/domains/anw.json
+++ b/domains/anw.json
@@ -5,7 +5,6 @@
"email": "subhrajitsain34@gmail.com"
},
"record": {
- "URL": "https://subhrajitsain.pythonanywhere.com"
- },
- "proxied": false
+ "CNAME": "anw-site.vercel.app"
+ }
}
From 991d09e4b105f220f15af94d1664fa0a8bc8ed54 Mon Sep 17 00:00:00 2001
From: Juan Turcios <126124059+wJuanca@users.noreply.github.com>
Date: Sun, 23 Mar 2025 01:06:28 -0600
Subject: [PATCH 734/815] Create juanca.json
---
domains/juanca.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/juanca.json
diff --git a/domains/juanca.json b/domains/juanca.json
new file mode 100644
index 000000000..56f2ccddd
--- /dev/null
+++ b/domains/juanca.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "wJuanca",
+ "email": "juancarlosturcios2001@gmail.com"
+ },
+ "record": {
+ "CNAME": "juanturcios-github-io.vercel.app"
+ }
+}
From 6cf35352b739140f54adb9c9b3665395b9ca930e Mon Sep 17 00:00:00 2001
From: munirsiddiqui54 <122617589+munirsiddiqui54@users.noreply.github.com>
Date: Sun, 23 Mar 2025 13:24:33 +0530
Subject: [PATCH 735/815] Create munir.json
---
domains/munir.json | 8 ++++++++
1 file changed, 8 insertions(+)
create mode 100644 domains/munir.json
diff --git a/domains/munir.json b/domains/munir.json
new file mode 100644
index 000000000..dfd54c2e3
--- /dev/null
+++ b/domains/munir.json
@@ -0,0 +1,8 @@
+{
+ "owner": {
+ "username": "munirsiddiqui54"
+ },
+ "record": {
+ "CNAME": "cname.vercel-dns.com"
+ }
+}
From 502d8d0218970301cdc354013832d99e0fd3f890 Mon Sep 17 00:00:00 2001
From: Alvin Joy <89687635+alvinsjoy@users.noreply.github.com>
Date: Sun, 23 Mar 2025 13:36:03 +0530
Subject: [PATCH 736/815] Create send.auth.sign.alvin.json
---
domains/send.auth.sign.alvin.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/send.auth.sign.alvin.json
diff --git a/domains/send.auth.sign.alvin.json b/domains/send.auth.sign.alvin.json
new file mode 100644
index 000000000..fbe05e7a4
--- /dev/null
+++ b/domains/send.auth.sign.alvin.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "alvinsjoy",
+ "discord": "825382504353234954"
+ },
+ "record": {
+ "MX": ["feedback-smtp.ap-northeast-1.amazonses.com"],
+ "TXT": ["v=spf1 include:amazonses.com ~all"]
+ }
+}
From 1fdf823480b7cacc588d0ece4bb65191abef7dde Mon Sep 17 00:00:00 2001
From: Alvin Joy <89687635+alvinsjoy@users.noreply.github.com>
Date: Sun, 23 Mar 2025 13:37:57 +0530
Subject: [PATCH 737/815] Create resend._domainkey.auth.sign.alvin.json
---
domains/resend._domainkey.auth.sign.alvin.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/resend._domainkey.auth.sign.alvin.json
diff --git a/domains/resend._domainkey.auth.sign.alvin.json b/domains/resend._domainkey.auth.sign.alvin.json
new file mode 100644
index 000000000..37fb5d358
--- /dev/null
+++ b/domains/resend._domainkey.auth.sign.alvin.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "alvinsjoy",
+ "discord": "825382504353234954"
+ },
+ "record": {
+ "TXT": "p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDJKRhjsqeFCeiJu7RCgTQLle1cBelrRmpLQJoJIc1JHTBSc0RNuLTwMEWzE3Kb/ichQ+9JiOnSAEYXM/HYmdPdBL0e1xj5WJum/kKidmyaSJunNVUmpy85BgbIex3icbnZcTaUOXzTTPdxnJJZy5iJWGt39/hYkHKdOuYtNDeKJwIDAQAB"
+ }
+}
From e39bdd26f0781b4bd907c9d85dae15076b72b49f Mon Sep 17 00:00:00 2001
From: munirsiddiqui54 <122617589+munirsiddiqui54@users.noreply.github.com>
Date: Sun, 23 Mar 2025 13:43:39 +0530
Subject: [PATCH 738/815] Update munir.json
---
domains/munir.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/domains/munir.json b/domains/munir.json
index dfd54c2e3..390398d3a 100644
--- a/domains/munir.json
+++ b/domains/munir.json
@@ -1,6 +1,7 @@
{
"owner": {
- "username": "munirsiddiqui54"
+ "username": "munirsiddiqui54",
+ "email": "munir230204@gmail.com"
},
"record": {
"CNAME": "cname.vercel-dns.com"
From 0aae747f376cc180e08fd600ac18c54edccebc7f Mon Sep 17 00:00:00 2001
From: KR Bala
Date: Sun, 23 Mar 2025 13:54:53 +0530
Subject: [PATCH 739/815] fixed cname
---
domains/bala.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/bala.json b/domains/bala.json
index 92afd76be..0e2973fc8 100644
--- a/domains/bala.json
+++ b/domains/bala.json
@@ -4,6 +4,6 @@
"email": "krbala1511@gmail.com"
},
"record": {
- "CNAME": "my-app-brown-tau.vercel.app/"
+ "CNAME": "my-app-brown-tau.vercel.app"
}
}
\ No newline at end of file
From da60ae58b058a6d678fc67ebd2efca7ec1d7a85e Mon Sep 17 00:00:00 2001
From: 21Z <21z95@proton.me>
Date: Sun, 23 Mar 2025 14:32:46 +0400
Subject: [PATCH 740/815] fix: remove protocol
---
domains/victordev.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/victordev.json b/domains/victordev.json
index 4bfc0094c..99d626d43 100644
--- a/domains/victordev.json
+++ b/domains/victordev.json
@@ -4,6 +4,6 @@
"email": "victor.humberto.dev@gmail.com"
},
"record": {
- "CNAME": "https://victor-humberto.vercel.app"
+ "CNAME": "victor-humberto.vercel.app"
}
}
From 87d6d6a25073caed8029efb3fa7041889a542115 Mon Sep 17 00:00:00 2001
From: 21Z <21z95@proton.me>
Date: Sun, 23 Mar 2025 14:47:21 +0400
Subject: [PATCH 741/815] fix: remove protocol
---
domains/jong.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/jong.json b/domains/jong.json
index 5f59f4ed0..e70ad4a16 100644
--- a/domains/jong.json
+++ b/domains/jong.json
@@ -4,6 +4,6 @@
"email": "jingyiong22@gmail.com"
},
"record": {
- "CNAME": "https://frontend-green-kappa.vercel.app/"
+ "CNAME": "frontend-green-kappa.vercel.app"
}
}
From e511722a10a4ca04e5f0c40abc8f77055616a717 Mon Sep 17 00:00:00 2001
From: 21Z <21z95@proton.me>
Date: Sun, 23 Mar 2025 14:58:00 +0400
Subject: [PATCH 742/815] fix: remove empty field
---
domains/rizz.json | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/domains/rizz.json b/domains/rizz.json
index 43eab904b..44ee87226 100644
--- a/domains/rizz.json
+++ b/domains/rizz.json
@@ -1,8 +1,7 @@
{
"owner": {
"username": "bananaking6",
- "discord": "skibidibagel",
- "email": ""
+ "discord": "skibidibagel"
},
"record": {
From 0890a1a32552f0a718ee95b913600c8b45445c57 Mon Sep 17 00:00:00 2001
From: Mustakim Ahmed Sifat <67186139+BDhackers009@users.noreply.github.com>
Date: Sun, 23 Mar 2025 18:37:23 +0600
Subject: [PATCH 743/815] Update domains/bdhackers009.json
Co-authored-by: 21Z <21z95@proton.me>
---
domains/bdhackers009.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/domains/bdhackers009.json b/domains/bdhackers009.json
index 6f6f47e48..0ca61c327 100644
--- a/domains/bdhackers009.json
+++ b/domains/bdhackers009.json
@@ -2,8 +2,8 @@
"description": "I will use this subdomain to host my portfolio via github pages",
"repo": "https://github.com/bdhackers009/bdhackers009.github.io",
"owner": {
- "username": "BDhaCkers009",
- "email": "[ahmedshifat1234@gmail.com]"
+ "username": "BDhackers009",
+ "email": "ahmedshifat1234@gmail.com"
},
"record": {
"CNAME": "bdhackers009.github.io"
From 8d032f122fc5e66423e9714aabbc0f7100f5f948 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Y=C5=ABrei?=
Date: Sun, 23 Mar 2025 18:25:18 +0530
Subject: [PATCH 744/815] Create yurei.json
---
domains/yurei.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/yurei.json
diff --git a/domains/yurei.json b/domains/yurei.json
new file mode 100644
index 000000000..73cda6ff6
--- /dev/null
+++ b/domains/yurei.json
@@ -0,0 +1,11 @@
+{
+ "description": "I aant this subdomain for my portfolio website",
+ "repo": "https://github.com/yurehito/yurei.git",
+ "owner": {
+ "username": "yurehito",
+ "discord": "https://discord.com/users/998608551431897170"
+ },
+ "record": {
+ "A": ["75.2.60.5"]
+ }
+}
From 40fc0d7f7d656139fd412e894f2c2a02f4988a2a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Y=C5=ABrei?=
Date: Sun, 23 Mar 2025 18:37:03 +0530
Subject: [PATCH 745/815] Update yurei.json
---
domains/yurei.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/yurei.json b/domains/yurei.json
index 73cda6ff6..701d43c9f 100644
--- a/domains/yurei.json
+++ b/domains/yurei.json
@@ -1,5 +1,5 @@
{
- "description": "I aant this subdomain for my portfolio website",
+ "description": "I want this subdomain for my portfolio website",
"repo": "https://github.com/yurehito/yurei.git",
"owner": {
"username": "yurehito",
From 528f108da4697c25585de8de27001941cada146a Mon Sep 17 00:00:00 2001
From: 21Z <21z95@proton.me>
Date: Sun, 23 Mar 2025 17:16:17 +0400
Subject: [PATCH 746/815] fix: email
---
domains/mkblane.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/mkblane.json b/domains/mkblane.json
index 470618136..ad2042c60 100644
--- a/domains/mkblane.json
+++ b/domains/mkblane.json
@@ -3,7 +3,7 @@
"repo": "https://github.com/mkblane/mkblane.github.io",
"owner": {
"username": "mkblane",
- "email": "rendaniman@outlook.com.com"
+ "email": "rendaniman@outlook.com"
},
"record": {
"CNAME": "mkblane.github.io"
From 9b647bd352d2c51d351e37f9f66a9bc78012d692 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=84=AD=E7=A7=89=E6=AD=A3?=
<126307842+mattchengg@users.noreply.github.com>
Date: Sun, 23 Mar 2025 21:26:41 +0800
Subject: [PATCH 747/815] Create mattcheng.json
---
domains/mattcheng.json | 1 +
1 file changed, 1 insertion(+)
create mode 100644 domains/mattcheng.json
diff --git a/domains/mattcheng.json b/domains/mattcheng.json
new file mode 100644
index 000000000..8b1378917
--- /dev/null
+++ b/domains/mattcheng.json
@@ -0,0 +1 @@
+
From f16c0a44e4457c78c27056d87ac2a70d7a9fba09 Mon Sep 17 00:00:00 2001
From: mattchengg
Date: Sun, 23 Mar 2025 21:34:08 +0800
Subject: [PATCH 748/815] mattcheng.json
---
domains/mattcheng.json | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/domains/mattcheng.json b/domains/mattcheng.json
index 8b1378917..f31127fb8 100644
--- a/domains/mattcheng.json
+++ b/domains/mattcheng.json
@@ -1 +1,8 @@
-
+{
+ "owner": {
+ "username": "mattchengg"
+ },
+ "record": {
+ "RECORDTYPE": "CNAME"
+ }
+}
From 34ab1c90e44086fabd69339fd774face54423594 Mon Sep 17 00:00:00 2001
From: mattchengg
Date: Sun, 23 Mar 2025 21:37:47 +0800
Subject: [PATCH 749/815] mattcheng.json
---
domains/mattcheng.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/mattcheng.json b/domains/mattcheng.json
index f31127fb8..780913a63 100644
--- a/domains/mattcheng.json
+++ b/domains/mattcheng.json
@@ -3,6 +3,6 @@
"username": "mattchengg"
},
"record": {
- "RECORDTYPE": "CNAME"
+ "CNAME": "mattchengg.github.io"
}
}
From 71162dc73098207756a5c0c06edd2f56648f5c61 Mon Sep 17 00:00:00 2001
From: JustDeveloper <176615419+JustDeveloper1@users.noreply.github.com>
Date: Sun, 23 Mar 2025 16:43:19 +0300
Subject: [PATCH 750/815] Create mc.js.json
---
domains/mc.js.json | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 domains/mc.js.json
diff --git a/domains/mc.js.json b/domains/mc.js.json
new file mode 100644
index 000000000..697099ead
--- /dev/null
+++ b/domains/mc.js.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "JustDeveloper1",
+ "email": "dev@j.is-a.dev"
+ },
+ "record": {
+ "NS": [
+ "galileo.aternos.org",
+ "columbus.aternos.org"
+ ]
+ }
+}
From cba8b10c90ddf2a472c22187ff8e520122854ed4 Mon Sep 17 00:00:00 2001
From: Jongo22 <110446920+Jongo22@users.noreply.github.com>
Date: Sun, 23 Mar 2025 22:55:16 +0800
Subject: [PATCH 751/815] Update _vercel.jong.json
Fix TXT record for Vercel verification from is.a.dev to is-a.dev
---
domains/_vercel.jong.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/_vercel.jong.json b/domains/_vercel.jong.json
index 723923be1..fc9a56f64 100644
--- a/domains/_vercel.jong.json
+++ b/domains/_vercel.jong.json
@@ -4,6 +4,6 @@
"email": "jingyiong22@gmail.com"
},
"record": {
- "TXT": "vc-domain-verify=jong.is.a.dev,05ec7ef1be7ea332657d"
+ "TXT": "vc-domain-verify=jong.is-a.dev,d7331d87860e2795082e"
}
}
From 19e7dd7b5cee95b368bd18cd1e91b7c591b63658 Mon Sep 17 00:00:00 2001
From: Mayank Kumar <139567672+mackcodes@users.noreply.github.com>
Date: Sun, 23 Mar 2025 20:31:06 +0530
Subject: [PATCH 752/815] Update mack.json
---
domains/mack.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/mack.json b/domains/mack.json
index 33df9f4db..50f3afa9a 100644
--- a/domains/mack.json
+++ b/domains/mack.json
@@ -4,6 +4,6 @@
"email": "mackcodes03@gmail.com"
},
"record": {
- "CNAME": "cname.vercel-dns.com"
+ "CNAME": "mayank-port.vercel.app"
}
}
From 0a5ea80d9e953a4775dbd9e2c014ed3227f9a9ed Mon Sep 17 00:00:00 2001
From: Soumalya Ghosh <86161882+ServerDeveloper9447@users.noreply.github.com>
Date: Sun, 23 Mar 2025 21:42:52 +0530
Subject: [PATCH 753/815] Update duck.json
---
domains/duck.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/duck.json b/domains/duck.json
index 38cb2521a..c64483062 100644
--- a/domains/duck.json
+++ b/domains/duck.json
@@ -4,6 +4,6 @@
"email": "serverdeveloper@duck.com"
},
"record": {
- "CNAME": "serverdeveloper9447.github.io"
+ "CNAME": "soumalya-galaxy-portfolio-23.pages.dev"
}
}
From 73f131c4e1aa93276ff5ed780bf8fc95ca37b86f Mon Sep 17 00:00:00 2001
From: Alvin Joy <89687635+alvinsjoy@users.noreply.github.com>
Date: Sun, 23 Mar 2025 21:46:17 +0530
Subject: [PATCH 754/815] add priority
---
domains/send.auth.sign.alvin.json | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/domains/send.auth.sign.alvin.json b/domains/send.auth.sign.alvin.json
index fbe05e7a4..7b2360eb2 100644
--- a/domains/send.auth.sign.alvin.json
+++ b/domains/send.auth.sign.alvin.json
@@ -4,7 +4,11 @@
"discord": "825382504353234954"
},
"record": {
- "MX": ["feedback-smtp.ap-northeast-1.amazonses.com"],
+ "MX": [
+{
+target: "feedback-smtp.ap-northeast-1.amazonses.com",
+priority: 10
+}],
"TXT": ["v=spf1 include:amazonses.com ~all"]
}
}
From f88606a5409dafcbc0e1e2126ef062965d71fa03 Mon Sep 17 00:00:00 2001
From: Alvin Joy <89687635+alvinsjoy@users.noreply.github.com>
Date: Sun, 23 Mar 2025 21:51:56 +0530
Subject: [PATCH 755/815] fix formatting
---
domains/send.auth.sign.alvin.json | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/domains/send.auth.sign.alvin.json b/domains/send.auth.sign.alvin.json
index 7b2360eb2..c866917cf 100644
--- a/domains/send.auth.sign.alvin.json
+++ b/domains/send.auth.sign.alvin.json
@@ -5,10 +5,10 @@
},
"record": {
"MX": [
-{
-target: "feedback-smtp.ap-northeast-1.amazonses.com",
-priority: 10
-}],
+ {
+ target: "feedback-smtp.ap-northeast-1.amazonses.com",
+ priority: 10
+ }],
"TXT": ["v=spf1 include:amazonses.com ~all"]
}
}
From 103528fa875212d0d51753215f4cedb7dcd3ed4b Mon Sep 17 00:00:00 2001
From: Alvin Joy <89687635+alvinsjoy@users.noreply.github.com>
Date: Sun, 23 Mar 2025 21:57:10 +0530
Subject: [PATCH 756/815] revert
---
domains/send.auth.sign.alvin.json | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/domains/send.auth.sign.alvin.json b/domains/send.auth.sign.alvin.json
index c866917cf..fbe05e7a4 100644
--- a/domains/send.auth.sign.alvin.json
+++ b/domains/send.auth.sign.alvin.json
@@ -4,11 +4,7 @@
"discord": "825382504353234954"
},
"record": {
- "MX": [
- {
- target: "feedback-smtp.ap-northeast-1.amazonses.com",
- priority: 10
- }],
+ "MX": ["feedback-smtp.ap-northeast-1.amazonses.com"],
"TXT": ["v=spf1 include:amazonses.com ~all"]
}
}
From 7f5a9ab728aedb026dee6eafb54245ec14120088 Mon Sep 17 00:00:00 2001
From: Pothamsetti Sai Srujan Reddy
<157013684+SaiSrujanReddyP@users.noreply.github.com>
Date: Mon, 24 Mar 2025 00:37:18 +0530
Subject: [PATCH 757/815] Register saisrujanreddyp.is-a.dev
---
domains/saisrujanreddyp.is-a.dev.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/saisrujanreddyp.is-a.dev.json
diff --git a/domains/saisrujanreddyp.is-a.dev.json b/domains/saisrujanreddyp.is-a.dev.json
new file mode 100644
index 000000000..e1c308c7a
--- /dev/null
+++ b/domains/saisrujanreddyp.is-a.dev.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "SaiSrujanReddyP",
+ "email": "157013684+SaiSrujanReddyP@users.noreply.github.com",
+ "discord": "1092467372201361488"
+ },
+ "record": {
+ "CNAME": "saisrujanreddyp.pages.dev"
+ }
+}
From a04c8bc1ffa31bdfa32744f3577bb07c0ac0e938 Mon Sep 17 00:00:00 2001
From: Shirshen Shuvro <72239897+shu-vro@users.noreply.github.com>
Date: Mon, 24 Mar 2025 03:08:01 +0600
Subject: [PATCH 758/815] add shirshen in registry
---
domains/_vercel.shirshen.json | 9 +++++++++
domains/shirshen.json | 9 +++++++++
2 files changed, 18 insertions(+)
create mode 100644 domains/_vercel.shirshen.json
create mode 100644 domains/shirshen.json
diff --git a/domains/_vercel.shirshen.json b/domains/_vercel.shirshen.json
new file mode 100644
index 000000000..e217d99bd
--- /dev/null
+++ b/domains/_vercel.shirshen.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "shu-vro",
+ "email": "official.shirshen@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=shirshen.is-a.dev,705710dcfadad4d92d2b"
+ }
+}
diff --git a/domains/shirshen.json b/domains/shirshen.json
new file mode 100644
index 000000000..f8f108786
--- /dev/null
+++ b/domains/shirshen.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "shu-vro",
+ "email": "official.shirshen@gmail.com"
+ },
+ "record": {
+ "A": ["76.76.21.21"]
+ }
+}
From 54af86a873ef133e432f11961c5f753561192ff4 Mon Sep 17 00:00:00 2001
From: Agung Wicaksono <36387202+aw09@users.noreply.github.com>
Date: Mon, 24 Mar 2025 05:52:08 +0700
Subject: [PATCH 759/815] Create agung.json
---
domains/agung.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/agung.json
diff --git a/domains/agung.json b/domains/agung.json
new file mode 100644
index 000000000..1e3509e59
--- /dev/null
+++ b/domains/agung.json
@@ -0,0 +1,11 @@
+{
+ "description": "Profile Page",
+ "repo": "https://github.com/aw09/aw09.github.io",
+ "owner": {
+ "username": "aw09",
+ "email": "agungwck.99@gmail.com"
+ },
+ "record": {
+ "CNAME": "aw09.github.io"
+ }
+}
From 03e9c295f228081cb70ed24f9174d0c854ff32be Mon Sep 17 00:00:00 2001
From: joevizcara
Date: Mon, 24 Mar 2025 09:45:59 +0800
Subject: [PATCH 760/815] Update joeb.json with mx and txt records for improvmx
---
domains/joeb.json | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/domains/joeb.json b/domains/joeb.json
index f37ce2583..d9d031ef2 100644
--- a/domains/joeb.json
+++ b/domains/joeb.json
@@ -4,6 +4,8 @@
"email": "joevizcara@proton.me"
},
"record": {
- "CNAME": "joeb.pages.dev"
+ "CNAME": "joeb.pages.dev",
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "TXT": ["v=spf1 include:spf.improvmx.com ~all"]
}
}
From 3a6fe56e3536a5f18bb9f268d940c35d8a753dac Mon Sep 17 00:00:00 2001
From: ByteBrew <104478197+0x62797465@users.noreply.github.com>
Date: Sun, 23 Mar 2025 18:56:55 -0700
Subject: [PATCH 761/815] Create brew.json
---
domains/brew.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/brew.json
diff --git a/domains/brew.json b/domains/brew.json
new file mode 100644
index 000000000..12afef688
--- /dev/null
+++ b/domains/brew.json
@@ -0,0 +1,11 @@
+{
+ "description": "brews writeups",
+ "repo": "https://github.com/0x62797465/0x62797465.github.io",
+ "owner": {
+ "username": "0x62797465",
+ "email": "bytebrew@cocaine.ninja"
+ },
+ "record": {
+ "CNAME": "0x62797465.github.io"
+ }
+}
From 2b74f5fe6d4acf6a81f1c20f358f6c136d037082 Mon Sep 17 00:00:00 2001
From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com>
Date: Sun, 23 Mar 2025 22:30:13 -0400
Subject: [PATCH 762/815] Rename saisrujanreddyp.is-a.dev.json to
saisrujanreddyp.json
---
domains/{saisrujanreddyp.is-a.dev.json => saisrujanreddyp.json} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename domains/{saisrujanreddyp.is-a.dev.json => saisrujanreddyp.json} (100%)
diff --git a/domains/saisrujanreddyp.is-a.dev.json b/domains/saisrujanreddyp.json
similarity index 100%
rename from domains/saisrujanreddyp.is-a.dev.json
rename to domains/saisrujanreddyp.json
From 4916c5ba13b0439d3e20257c6038305c21980679 Mon Sep 17 00:00:00 2001
From: Pothamsetti Sai Srujan Reddy
<157013684+SaiSrujanReddyP@users.noreply.github.com>
Date: Mon, 24 Mar 2025 09:11:37 +0530
Subject: [PATCH 763/815] Update saisrujanreddyp.json
---
domains/saisrujanreddyp.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/saisrujanreddyp.json b/domains/saisrujanreddyp.json
index e1c308c7a..60228750b 100644
--- a/domains/saisrujanreddyp.json
+++ b/domains/saisrujanreddyp.json
@@ -1,7 +1,7 @@
{
"owner": {
"username": "SaiSrujanReddyP",
- "email": "157013684+SaiSrujanReddyP@users.noreply.github.com",
+ "email": "srujansaireddy.p@gmai.com",
"discord": "1092467372201361488"
},
"record": {
From 38d0e99fa87d523b0c0843f9b89a1bc1cf2a6734 Mon Sep 17 00:00:00 2001
From: orangc
Date: Mon, 24 Mar 2025 13:12:46 +0300
Subject: [PATCH 764/815] Update limeware.json
---
domains/limeware.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/limeware.json b/domains/limeware.json
index 231ceb645..2e3d3b83d 100644
--- a/domains/limeware.json
+++ b/domains/limeware.json
@@ -2,7 +2,7 @@
"description": "LimeWare's Official site",
"repo": "https://github.com/dunno8489/dunno8489.github.io",
"owner": {
- "username": "dunno8489",
+ "username": "dunno8489"
},
"record": {
"CNAME": "dunno8489.github.io"
From c3e69f7cab288550c338519b6ce66ebfb4522ad4 Mon Sep 17 00:00:00 2001
From: Siddhant Sharma <79889236+siddhant385@users.noreply.github.com>
Date: Mon, 24 Mar 2025 15:56:51 +0530
Subject: [PATCH 765/815] Create
_github-pages-challenge-siddhant385.sid385.json
---
domains/_github-pages-challenge-siddhant385.sid385.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/_github-pages-challenge-siddhant385.sid385.json
diff --git a/domains/_github-pages-challenge-siddhant385.sid385.json b/domains/_github-pages-challenge-siddhant385.sid385.json
new file mode 100644
index 000000000..430937121
--- /dev/null
+++ b/domains/_github-pages-challenge-siddhant385.sid385.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "siddhant385",
+ "email": "ssiddhant.ssharma@gmail.com"
+ },
+ "record": {
+ "TXT": "7ab62ad1edbe21138f130dba9bc89b"
+ }
+}
From 9205cb5116cdea94de96a50b2f936d2327910af2 Mon Sep 17 00:00:00 2001
From: orangc
Date: Mon, 24 Mar 2025 13:50:00 +0300
Subject: [PATCH 766/815] Update joeb.json
---
domains/joeb.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/domains/joeb.json b/domains/joeb.json
index d9d031ef2..ac6e56efc 100644
--- a/domains/joeb.json
+++ b/domains/joeb.json
@@ -7,5 +7,6 @@
"CNAME": "joeb.pages.dev",
"MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
"TXT": ["v=spf1 include:spf.improvmx.com ~all"]
- }
+ },
+ "proxied": true
}
From 5afb2c9bbc7bb811681616eab6f9f70962d6b9a5 Mon Sep 17 00:00:00 2001
From: Agung Wicaksono <36387202+aw09@users.noreply.github.com>
Date: Mon, 24 Mar 2025 19:21:04 +0700
Subject: [PATCH 767/815] Create _github-pages-challenge-aw09.agung.json
---
domains/_github-pages-challenge-aw09.agung.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/_github-pages-challenge-aw09.agung.json
diff --git a/domains/_github-pages-challenge-aw09.agung.json b/domains/_github-pages-challenge-aw09.agung.json
new file mode 100644
index 000000000..c0ea5e181
--- /dev/null
+++ b/domains/_github-pages-challenge-aw09.agung.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "aw09",
+ "email": "agungwck.99@gmail.com"
+ },
+ "record": {
+ "TXT": "8569a30ac67891e74e217b29a43636"
+ }
+}
From 704b7dc34ef1471d38e027f668471c3e92bdeabd Mon Sep 17 00:00:00 2001
From: Mayank Kumar <139567672+mackcodes@users.noreply.github.com>
Date: Mon, 24 Mar 2025 18:06:54 +0530
Subject: [PATCH 768/815] Create _vercel.mack.json
---
domains/_vercel.mack.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/_vercel.mack.json
diff --git a/domains/_vercel.mack.json b/domains/_vercel.mack.json
new file mode 100644
index 000000000..8ad7cc448
--- /dev/null
+++ b/domains/_vercel.mack.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "mackcodes",
+ "email": "mackcodes03@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=mack.is-a.dev,ae3eddaff5956b0fea51"
+ }
+}
From 76dd994f989da4339b9a3ed358a102868f7da9f1 Mon Sep 17 00:00:00 2001
From: Shiva Bajpai
Date: Mon, 24 Mar 2025 18:12:25 +0530
Subject: [PATCH 769/815] Create shivabajpai.json
---
domains/shivabajpai.json | 6 ++++++
1 file changed, 6 insertions(+)
create mode 100644 domains/shivabajpai.json
diff --git a/domains/shivabajpai.json b/domains/shivabajpai.json
new file mode 100644
index 000000000..2ed9fbb74
--- /dev/null
+++ b/domains/shivabajpai.json
@@ -0,0 +1,6 @@
+{
+ "domain": "shivabajpai.is-a.dev",
+ "owner": {
+ "email": "shivabajpai2006@gmail.com"
+ }
+}
From 268daa530336de89699bf0d65b2dfc6dfcfdfd3e Mon Sep 17 00:00:00 2001
From: PANKAJ TYAGI <129147035+thegoofy-dev@users.noreply.github.com>
Date: Mon, 24 Mar 2025 18:34:00 +0530
Subject: [PATCH 770/815] Update thegoofy-guy.json
Fix thegoofy-guy.is-a.dev subdomain request
---
domains/thegoofy-guy.json | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/domains/thegoofy-guy.json b/domains/thegoofy-guy.json
index 2c1b6e282..5021d4f41 100644
--- a/domains/thegoofy-guy.json
+++ b/domains/thegoofy-guy.json
@@ -1,11 +1,11 @@
{
- "domain": "thegoofy-guy.is-a.dev",
- "subdomain": "thegoofy-dev",
- "owner": {
- "email": "pankajtyagi1601@gmail.com",
- "github": "thegoofy-dev"
- },
- "records": {
- "CNAME": "pankajtyagi-portfolio.vercel.app"
- }
+"description": "My personal portfolio website",
+"owner": {
+ "username": "thegoofy-dev",
+ "email": "pankajtyagi1601@gmail.com"
+},
+"record": {
+ "CNAME": "pankajtyagi-portfolio.vercel.app"
+},
+ "proxied": true
}
From af02b236c42baa4f77554737b50d4e4e21aa9dd3 Mon Sep 17 00:00:00 2001
From: Jacob <70965524+jOaawd@users.noreply.github.com>
Date: Mon, 24 Mar 2025 07:35:54 -0700
Subject: [PATCH 771/815] Create 111.json
---
domains/111.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/111.json
diff --git a/domains/111.json b/domains/111.json
new file mode 100644
index 000000000..7e5bba120
--- /dev/null
+++ b/domains/111.json
@@ -0,0 +1,11 @@
+{
+ "description": "This domain is my bios webpage created using html, js and css",
+ "repo": "https://github.com/jaycuh/jaycuh.github.io",
+ "owner": {
+ "username": "jaycuh",
+ "email": "[email protected]"
+ },
+ "record": {
+ "CNAME": "jaycuh.github.io"
+ }
+}
From 8b6b902c8c9121c73c3faf01367ec0d432623439 Mon Sep 17 00:00:00 2001
From: Jacob <70965524+jOaawd@users.noreply.github.com>
Date: Mon, 24 Mar 2025 07:41:33 -0700
Subject: [PATCH 772/815] Update 111.json
---
domains/111.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/111.json b/domains/111.json
index 7e5bba120..b27111f65 100644
--- a/domains/111.json
+++ b/domains/111.json
@@ -3,7 +3,7 @@
"repo": "https://github.com/jaycuh/jaycuh.github.io",
"owner": {
"username": "jaycuh",
- "email": "[email protected]"
+ "email": "fmodeteam@gmail.com"
},
"record": {
"CNAME": "jaycuh.github.io"
From 6bbf97f709180b685722888ecf39ceb0a311827a Mon Sep 17 00:00:00 2001
From: guilleLM71 <118865731+guilleLM71@users.noreply.github.com>
Date: Mon, 24 Mar 2025 14:43:17 +0000
Subject: [PATCH 773/815] fix cname
---
domains/guillelm.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/guillelm.json b/domains/guillelm.json
index 361bf23d1..ed6d5b8b5 100644
--- a/domains/guillelm.json
+++ b/domains/guillelm.json
@@ -6,6 +6,6 @@
"email": "jlauram3@fcpn.edu.bo"
},
"record": {
- "CNAME": "guillelm71.github.io"
+ "CNAME": "guillelm71.github.io/portafolio"
}
}
From 95a01c04a1c9acce6ce633abd8d9d283b1c409f3 Mon Sep 17 00:00:00 2001
From: guilleLM71 <118865731+guilleLM71@users.noreply.github.com>
Date: Mon, 24 Mar 2025 14:50:12 +0000
Subject: [PATCH 774/815] fix cname
---
domains/guillelm.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/guillelm.json b/domains/guillelm.json
index ed6d5b8b5..361bf23d1 100644
--- a/domains/guillelm.json
+++ b/domains/guillelm.json
@@ -6,6 +6,6 @@
"email": "jlauram3@fcpn.edu.bo"
},
"record": {
- "CNAME": "guillelm71.github.io/portafolio"
+ "CNAME": "guillelm71.github.io"
}
}
From cc58cf5f4b5927590ea04c5696ac7b55b24b5ec2 Mon Sep 17 00:00:00 2001
From: Lilitha Mdlalana
Date: Mon, 24 Mar 2025 18:40:02 +0200
Subject: [PATCH 775/815] Create lilitha-mdlalana.json
---
lilitha-mdlalana.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 lilitha-mdlalana.json
diff --git a/lilitha-mdlalana.json b/lilitha-mdlalana.json
new file mode 100644
index 000000000..cbd47b997
--- /dev/null
+++ b/lilitha-mdlalana.json
@@ -0,0 +1,11 @@
+{
+ "description": "portfolio website",
+ "repo": "https://github.com/lilitha-mdlalana/nuxt_portfolio",
+ "owner": {
+ "username": "lilitha-mdlalana",
+ "email": "innomdlalana@gmail.com"
+ },
+ "record": {
+ "A": ["75.2.60.5"]
+ }
+}
From 78ab3f5b04c83d1a6636fbf53857c48aed80db14 Mon Sep 17 00:00:00 2001
From: Jacob <70965524+jOaawd@users.noreply.github.com>
Date: Mon, 24 Mar 2025 09:43:31 -0700
Subject: [PATCH 776/815] Rename 111.json to jacobb.json
---
domains/{111.json => jacobb.json} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename domains/{111.json => jacobb.json} (100%)
diff --git a/domains/111.json b/domains/jacobb.json
similarity index 100%
rename from domains/111.json
rename to domains/jacobb.json
From df1358ba15c89c05c3f17e21a77079fe0cee30d1 Mon Sep 17 00:00:00 2001
From: Jacob <70965524+jOaawd@users.noreply.github.com>
Date: Mon, 24 Mar 2025 09:45:08 -0700
Subject: [PATCH 777/815] Update jacobb.json
---
domains/jacobb.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/jacobb.json b/domains/jacobb.json
index b27111f65..a1c7d22df 100644
--- a/domains/jacobb.json
+++ b/domains/jacobb.json
@@ -2,7 +2,7 @@
"description": "This domain is my bios webpage created using html, js and css",
"repo": "https://github.com/jaycuh/jaycuh.github.io",
"owner": {
- "username": "jaycuh",
+ "username": "joaawd",
"email": "fmodeteam@gmail.com"
},
"record": {
From ae65e937303f7fbfc2d3f3e15ff78c51b418ba2f Mon Sep 17 00:00:00 2001
From: Jacob <70965524+jOaawd@users.noreply.github.com>
Date: Mon, 24 Mar 2025 09:46:51 -0700
Subject: [PATCH 778/815] Rename jacobb.json to 111.json
---
domains/{jacobb.json => 111.json} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename domains/{jacobb.json => 111.json} (100%)
diff --git a/domains/jacobb.json b/domains/111.json
similarity index 100%
rename from domains/jacobb.json
rename to domains/111.json
From 479c76e3e3d7160d8da40be02239c3d6ed42f676 Mon Sep 17 00:00:00 2001
From: Juan Turcios <126124059+wJuanca@users.noreply.github.com>
Date: Mon, 24 Mar 2025 10:52:01 -0600
Subject: [PATCH 779/815] Create _vercel.juanca.json
---
domains/_vercel.juanca.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/_vercel.juanca.json
diff --git a/domains/_vercel.juanca.json b/domains/_vercel.juanca.json
new file mode 100644
index 000000000..03ccc9ed6
--- /dev/null
+++ b/domains/_vercel.juanca.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "wJuanca",
+ "email": "juancarlosturcios2001@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=juanca.is-a.dev,ff43fca0fbca1d9d8eda"
+ }
+}
From ac583da2916ccb07196b0fe2592d3db66f8d2171 Mon Sep 17 00:00:00 2001
From: guilleLM71 <118865731+guilleLM71@users.noreply.github.com>
Date: Mon, 24 Mar 2025 17:52:29 +0000
Subject: [PATCH 780/815] fix repo name
---
domains/guillelm.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/guillelm.json b/domains/guillelm.json
index 361bf23d1..b577ee1e8 100644
--- a/domains/guillelm.json
+++ b/domains/guillelm.json
@@ -1,6 +1,6 @@
{
"description": "Personal Portfolio Tech Website...",
- "repo": "https://github.com/guilleLM71/portafolio",
+ "repo": "https://github.com/guilleLM71/guillelm71.github.io",
"owner": {
"username": "guilleLM71",
"email": "jlauram3@fcpn.edu.bo"
From 65d7da36f8177c95e568b2eb951e662d217c9010 Mon Sep 17 00:00:00 2001
From: guilleLM71 <118865731+guilleLM71@users.noreply.github.com>
Date: Mon, 24 Mar 2025 18:52:09 +0000
Subject: [PATCH 781/815] fix repo name
---
.vscode/settings.json | 5 +++++
1 file changed, 5 insertions(+)
create mode 100644 .vscode/settings.json
diff --git a/.vscode/settings.json b/.vscode/settings.json
new file mode 100644
index 000000000..b242572ef
--- /dev/null
+++ b/.vscode/settings.json
@@ -0,0 +1,5 @@
+{
+ "githubPullRequests.ignoredPullRequestBranches": [
+ "main"
+ ]
+}
\ No newline at end of file
From 2edf000a822585380ba637937e9b45f5aa48d536 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Y=C5=ABrei?=
Date: Tue, 25 Mar 2025 00:54:00 +0530
Subject: [PATCH 782/815] update yurei.json
Enable proxying for yurei.is-a.dev for better security
---
domains/yurei.json | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/domains/yurei.json b/domains/yurei.json
index 701d43c9f..02bc168eb 100644
--- a/domains/yurei.json
+++ b/domains/yurei.json
@@ -1,5 +1,5 @@
{
- "description": "I want this subdomain for my portfolio website",
+ "description": "I want clound security for my portfolio website",
"repo": "https://github.com/yurehito/yurei.git",
"owner": {
"username": "yurehito",
@@ -7,5 +7,6 @@
},
"record": {
"A": ["75.2.60.5"]
- }
+ },
+"proxied": true
}
From 5de8cb0815079db0347dad381da4fdbeba844ced Mon Sep 17 00:00:00 2001
From: adamrexo <127039714+adamrexo@users.noreply.github.com>
Date: Mon, 24 Mar 2025 22:55:57 +0100
Subject: [PATCH 783/815] Update adam.json
---
domains/adam.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/domains/adam.json b/domains/adam.json
index 073d89e03..dccb8a48c 100644
--- a/domains/adam.json
+++ b/domains/adam.json
@@ -7,7 +7,7 @@
},
"record": {
- "A": ["130.162.237.143"]
+ "CNAME": ["adamrexo.vercel.app"]
}
}
-
\ No newline at end of file
+
From b2e9144459a52cf4ba04885edb39492c9a425153 Mon Sep 17 00:00:00 2001
From: adamrexo <127039714+adamrexo@users.noreply.github.com>
Date: Mon, 24 Mar 2025 22:57:23 +0100
Subject: [PATCH 784/815] Create _vercel.adam.json
---
domains/_vercel.adam.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/_vercel.adam.json
diff --git a/domains/_vercel.adam.json b/domains/_vercel.adam.json
new file mode 100644
index 000000000..f3cd3b3e7
--- /dev/null
+++ b/domains/_vercel.adam.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "adamrexo",
+ "email": ""
+ },
+ "record": {
+ "TXT": "vc-domain-verify=adam.is-a.dev,98e3c00d5bc75fc35a57"
+ }
+}
From 628bf8ffb8b58b570e3f0dccd9efd0e8b6606650 Mon Sep 17 00:00:00 2001
From: Ramiro Cosa
Date: Mon, 24 Mar 2025 20:29:01 -0300
Subject: [PATCH 785/815] Add CNAME for ramirocosa.is-a.dev and TXT for
_vercel.ramirocosa.is-a.dev for Vercel
---
domains/_vercel.ramirocosa.json | 9 +++++++++
domains/ramirocosa.json | 2 +-
2 files changed, 10 insertions(+), 1 deletion(-)
create mode 100644 domains/_vercel.ramirocosa.json
diff --git a/domains/_vercel.ramirocosa.json b/domains/_vercel.ramirocosa.json
new file mode 100644
index 000000000..8f827d17a
--- /dev/null
+++ b/domains/_vercel.ramirocosa.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "RadikeCosa",
+ "email": "ramirocosa@gmail.com"
+ },
+ "record": {
+ "TXT": ["vc-domain-verify=ramirocosa.is-a.dev,7455e9c60351674f2f23"]
+ }
+}
diff --git a/domains/ramirocosa.json b/domains/ramirocosa.json
index e6b19bec5..a590c441f 100644
--- a/domains/ramirocosa.json
+++ b/domains/ramirocosa.json
@@ -4,6 +4,6 @@
"email": "ramirocosa@gmail.com"
},
"record": {
- "CNAME": "minimalist-portfolio-json-mauve.vercel.app"
+ "CNAME": "cname.vercel-dns.com"
}
}
From 6d0bab662d1994e610e4882a75f3fc9a814b2c66 Mon Sep 17 00:00:00 2001
From: Axo! <63465951+Verygafanhot@users.noreply.github.com>
Date: Mon, 24 Mar 2025 23:56:05 +0000
Subject: [PATCH 786/815] Update files.heyaxo.json
---
domains/files.heyaxo.json | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/domains/files.heyaxo.json b/domains/files.heyaxo.json
index c741acafd..105b83725 100644
--- a/domains/files.heyaxo.json
+++ b/domains/files.heyaxo.json
@@ -7,8 +7,7 @@
"discord": "Verygafanhot"
},
"record": {
- "A": [
- "176.79.88.86"
- ]
- }
+ "CNAME": "axothelion.crabdance.com"
+ },
+ "proxied": true
}
From f1894be66b1c380f6588a21fa371fa2357815362 Mon Sep 17 00:00:00 2001
From: Chriscent Pingol
Date: Tue, 25 Mar 2025 08:21:29 +0800
Subject: [PATCH 787/815] Create chriscent.json
---
domains/chriscent.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/chriscent.json
diff --git a/domains/chriscent.json b/domains/chriscent.json
new file mode 100644
index 000000000..2257d4bd6
--- /dev/null
+++ b/domains/chriscent.json
@@ -0,0 +1,11 @@
+{
+ "description": "A practice portfolio for web design challenges.",
+ "repo": "https://github.com/KishonShrill/website-portfolio",
+ "owner": {
+ "username": "KishonShrill",
+ "email": "crystalbluew@gmail.com"
+ },
+ "record": {
+ "CNAME": "chriscent.vercel.app"
+ }
+}
From 94f7fe7f0e257a105855e5c04eed7cd3edabbc83 Mon Sep 17 00:00:00 2001
From: orangc
Date: Tue, 25 Mar 2025 09:53:14 +0300
Subject: [PATCH 788/815] Delete .vscode/settings.json
---
.vscode/settings.json | 5 -----
1 file changed, 5 deletions(-)
delete mode 100644 .vscode/settings.json
diff --git a/.vscode/settings.json b/.vscode/settings.json
deleted file mode 100644
index b242572ef..000000000
--- a/.vscode/settings.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "githubPullRequests.ignoredPullRequestBranches": [
- "main"
- ]
-}
\ No newline at end of file
From ae055a760b1f7f03786d43fc0146ce7735937258 Mon Sep 17 00:00:00 2001
From: orangc
Date: Tue, 25 Mar 2025 09:54:34 +0300
Subject: [PATCH 789/815] Rename lilitha-mdlalana.json to
domains/lilitha-mdlalana.json
---
lilitha-mdlalana.json => domains/lilitha-mdlalana.json | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename lilitha-mdlalana.json => domains/lilitha-mdlalana.json (100%)
diff --git a/lilitha-mdlalana.json b/domains/lilitha-mdlalana.json
similarity index 100%
rename from lilitha-mdlalana.json
rename to domains/lilitha-mdlalana.json
From f92eed3591cb307708fc572e1df00c698642de3a Mon Sep 17 00:00:00 2001
From: orangc
Date: Tue, 25 Mar 2025 10:00:56 +0300
Subject: [PATCH 790/815] Update adam.json
---
domains/adam.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/domains/adam.json b/domains/adam.json
index 5ba05f35c..490fe0db9 100644
--- a/domains/adam.json
+++ b/domains/adam.json
@@ -7,6 +7,6 @@
},
"record": {
- "CNAME": ["adamrexo.vercel.app"]
+ "CNAME": "adamrexo.vercel.app"
}
-}
\ No newline at end of file
+}
From e2480b6fc6e536c660a2c1776fc7c9752ec80eb0 Mon Sep 17 00:00:00 2001
From: orangc
Date: Tue, 25 Mar 2025 10:01:38 +0300
Subject: [PATCH 791/815] Update _vercel.adam.json
---
domains/_vercel.adam.json | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/domains/_vercel.adam.json b/domains/_vercel.adam.json
index f3cd3b3e7..3aa382c79 100644
--- a/domains/_vercel.adam.json
+++ b/domains/_vercel.adam.json
@@ -1,7 +1,6 @@
{
"owner": {
- "username": "adamrexo",
- "email": ""
+ "username": "adamrexo"
},
"record": {
"TXT": "vc-domain-verify=adam.is-a.dev,98e3c00d5bc75fc35a57"
From 3fca5f8083b0deee0ab90a0cd8182f4075e5555a Mon Sep 17 00:00:00 2001
From: orangc
Date: Tue, 25 Mar 2025 10:01:49 +0300
Subject: [PATCH 792/815] Update adam.json
---
domains/adam.json | 1 -
1 file changed, 1 deletion(-)
diff --git a/domains/adam.json b/domains/adam.json
index 490fe0db9..2c7691cdd 100644
--- a/domains/adam.json
+++ b/domains/adam.json
@@ -1,7 +1,6 @@
{
"owner": {
"username": "adamrexo",
- "email": "",
"discord": "898638440592191509",
"OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.UQXA3K1mX8Pq_S_dcKeoB7MzL_ON5vOvOGOA_0xPft015rDYunl47BEB_lxW0viGYUMvnecBkv6vBnxUrCtoh9F1f2QNnSfJMpDLRnEoiJt4gwt3wSuW8zlw7Y4gkr0oGoqPqXoVZkZOXtn1-SAB5h_rHksFxolsoxNUGbqfcqTcsHScsjVDhlfRSK7eGn-0iWJCjiQc0nL4HPHm-ziu0p2q4bFXzp6XreLITFZIASffgJzFldC2lmxXe3iR1A_T1zHw93f6rUrgdKgWRAN4qhmxHeSUatmI3uMTc0sd2BS0c99IumRnEYVzQDNkSutfw_zo5wDTjp2aabyb7XqusQ.dj4_olpViy2ITJcHo1Fo6g.IXDL4TFulPcVWPZMZ9SR5yoKVD0dS44Rx1-dHODPZw1ZoOUDliQDqUF5csyOdbLGLXiRAl6bsePXCVLIpYoPGwC25zKxI1z7maAu4uHQ6dI.QvaiUlJyNs4nk2-cV_HgDg"
},
From 9c6e4749d5f4d8a1be5e322094e1f91f37171fbc Mon Sep 17 00:00:00 2001
From: Naveen Reddy
Date: Tue, 25 Mar 2025 15:32:11 +0800
Subject: [PATCH 793/815] Create naveen-kumar-reddy-murthi.json
personal portfolio domain
---
domains/naveen-kumar-reddy-murthi.json | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 domains/naveen-kumar-reddy-murthi.json
diff --git a/domains/naveen-kumar-reddy-murthi.json b/domains/naveen-kumar-reddy-murthi.json
new file mode 100644
index 000000000..a621eaa87
--- /dev/null
+++ b/domains/naveen-kumar-reddy-murthi.json
@@ -0,0 +1,11 @@
+{
+ "description": "My personal portfolio website",
+ "owner": {
+ "username": "Naveen-Kumar-Reddy-Murthi",
+ "email": "mnreddy.nv@gmail.com"
+ },
+ "record": {
+ "CNAME": "naveen-dev.netlify.app"
+ },
+ "proxied": true
+ }
From f13da7cbeec1b28e24983e5140873bf20c5c2a42 Mon Sep 17 00:00:00 2001
From: munirsiddiqui54 <122617589+munirsiddiqui54@users.noreply.github.com>
Date: Tue, 25 Mar 2025 13:20:00 +0530
Subject: [PATCH 794/815] Create _vercel.munir.json
---
domains/_vercel.munir.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/_vercel.munir.json
diff --git a/domains/_vercel.munir.json b/domains/_vercel.munir.json
new file mode 100644
index 000000000..6ea3dc9f4
--- /dev/null
+++ b/domains/_vercel.munir.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "munirsiddiqui54",
+ "email": "munir230204@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=munir.is-a.dev,c7f53494eaedfcf41c03"
+ }
+}
From aa66b793ef60420861eea8ff27399a4772fb6f18 Mon Sep 17 00:00:00 2001
From: lightningON90hz <138154824+lightningON90hz@users.noreply.github.com>
Date: Tue, 25 Mar 2025 09:50:39 +0200
Subject: [PATCH 795/815] Create Andrew
---
domains/Andrew | 13 +++++++++++++
1 file changed, 13 insertions(+)
create mode 100644 domains/Andrew
diff --git a/domains/Andrew b/domains/Andrew
new file mode 100644
index 000000000..02bf02069
--- /dev/null
+++ b/domains/Andrew
@@ -0,0 +1,13 @@
+{
+ "description": "my portofolio",
+ "owner": {
+ "username": "lightning_ON90hz",
+ "email": "andrewworkmail123@gmail.com"
+ },
+ "record": {
+ "A": [
+ "69.30.249.53"
+ ]
+ },
+ "proxied": false
+}
From 5d05351e5460a6c94e71b77a817b664983fe6b07 Mon Sep 17 00:00:00 2001
From: lightningON90hz <138154824+lightningON90hz@users.noreply.github.com>
Date: Tue, 25 Mar 2025 10:00:45 +0200
Subject: [PATCH 796/815] Rename Andrew to andrew
---
domains/{Andrew => andrew} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename domains/{Andrew => andrew} (100%)
diff --git a/domains/Andrew b/domains/andrew
similarity index 100%
rename from domains/Andrew
rename to domains/andrew
From 08bc615a79a24c58cfc09325a0358187e997cbf8 Mon Sep 17 00:00:00 2001
From: adamrexo <127039714+adamrexo@users.noreply.github.com>
Date: Tue, 25 Mar 2025 09:09:25 +0100
Subject: [PATCH 797/815] Update _vercel.adam.json
---
domains/_vercel.adam.json | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/domains/_vercel.adam.json b/domains/_vercel.adam.json
index 3aa382c79..fd6913440 100644
--- a/domains/_vercel.adam.json
+++ b/domains/_vercel.adam.json
@@ -1,8 +1,10 @@
{
- "owner": {
- "username": "adamrexo"
- },
- "record": {
- "TXT": "vc-domain-verify=adam.is-a.dev,98e3c00d5bc75fc35a57"
- }
+ "description": "Portfolio",
+ "owner": {
+ "username": "adamrexo",
+ "email": "rexosheesh@gmail.com"
+ },
+ "record": {
+ "TXT": ["vc-domain-verify=adam.is-a.dev,98e3c00d5bc75fc35a57"]
+ }
}
From 695947441a98e329f8bbb73e1aef03e4c3984289 Mon Sep 17 00:00:00 2001
From: adamrexo <127039714+adamrexo@users.noreply.github.com>
Date: Tue, 25 Mar 2025 09:10:00 +0100
Subject: [PATCH 798/815] Update adam.json
---
domains/adam.json | 17 ++++++++---------
1 file changed, 8 insertions(+), 9 deletions(-)
diff --git a/domains/adam.json b/domains/adam.json
index 2c7691cdd..54c8f53ff 100644
--- a/domains/adam.json
+++ b/domains/adam.json
@@ -1,11 +1,10 @@
{
- "owner": {
- "username": "adamrexo",
- "discord": "898638440592191509",
- "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.UQXA3K1mX8Pq_S_dcKeoB7MzL_ON5vOvOGOA_0xPft015rDYunl47BEB_lxW0viGYUMvnecBkv6vBnxUrCtoh9F1f2QNnSfJMpDLRnEoiJt4gwt3wSuW8zlw7Y4gkr0oGoqPqXoVZkZOXtn1-SAB5h_rHksFxolsoxNUGbqfcqTcsHScsjVDhlfRSK7eGn-0iWJCjiQc0nL4HPHm-ziu0p2q4bFXzp6XreLITFZIASffgJzFldC2lmxXe3iR1A_T1zHw93f6rUrgdKgWRAN4qhmxHeSUatmI3uMTc0sd2BS0c99IumRnEYVzQDNkSutfw_zo5wDTjp2aabyb7XqusQ.dj4_olpViy2ITJcHo1Fo6g.IXDL4TFulPcVWPZMZ9SR5yoKVD0dS44Rx1-dHODPZw1ZoOUDliQDqUF5csyOdbLGLXiRAl6bsePXCVLIpYoPGwC25zKxI1z7maAu4uHQ6dI.QvaiUlJyNs4nk2-cV_HgDg"
- },
-
- "record": {
- "CNAME": "adamrexo.vercel.app"
- }
+ "description": "Portfolio",
+ "owner": {
+ "username": "adamrexo",
+ "email": "rexosheesh@gmail.com"
+ },
+ "record": {
+ "CNAME": "adamrexo.vercel.app"
+ }
}
From a231584b382f539b6a13e1b28e292847642cbf54 Mon Sep 17 00:00:00 2001
From: orangc
Date: Tue, 25 Mar 2025 11:44:40 +0300
Subject: [PATCH 799/815] Rename andrew to andrew.json
---
domains/{andrew => andrew.json} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename domains/{andrew => andrew.json} (100%)
diff --git a/domains/andrew b/domains/andrew.json
similarity index 100%
rename from domains/andrew
rename to domains/andrew.json
From e87557a20c2129ea2d1a565ecddd459eb7f942fd Mon Sep 17 00:00:00 2001
From: orangc
Date: Tue, 25 Mar 2025 11:49:49 +0300
Subject: [PATCH 800/815] Update andrew.json
---
domains/andrew.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/andrew.json b/domains/andrew.json
index 02bf02069..5402b8f7d 100644
--- a/domains/andrew.json
+++ b/domains/andrew.json
@@ -1,7 +1,7 @@
{
"description": "my portofolio",
"owner": {
- "username": "lightning_ON90hz",
+ "username": "lightningON90hz",
"email": "andrewworkmail123@gmail.com"
},
"record": {
From 2e55c32d088cdb101f955e77a333231fefa09f70 Mon Sep 17 00:00:00 2001
From: William Harrison <87287585+wdhdev@users.noreply.github.com>
Date: Tue, 25 Mar 2025 17:17:40 +0800
Subject: [PATCH 801/815] Update reserved.json
---
util/reserved.json | 3 +++
1 file changed, 3 insertions(+)
diff --git a/util/reserved.json b/util/reserved.json
index 953c50aa3..b44badacd 100644
--- a/util/reserved.json
+++ b/util/reserved.json
@@ -19,6 +19,7 @@
"ads",
"billing",
"blog",
+ "board",
"bot",
"cdn",
"chat",
@@ -29,6 +30,7 @@
"con",
"contribute",
"contributing",
+ "core",
"dash",
"dashboard",
"dns",
@@ -126,6 +128,7 @@
"tokens",
"tos",
"url",
+ "vote",
"webmail",
"webmaster",
"whois",
From 8c3e8ca49f76cf6b88a262098d4963453f9da580 Mon Sep 17 00:00:00 2001
From: William Harrison <87287585+wdhdev@users.noreply.github.com>
Date: Tue, 25 Mar 2025 17:19:44 +0800
Subject: [PATCH 802/815] Update reserved.json
---
util/reserved.json | 1 -
1 file changed, 1 deletion(-)
diff --git a/util/reserved.json b/util/reserved.json
index b44badacd..b11e40a1c 100644
--- a/util/reserved.json
+++ b/util/reserved.json
@@ -30,7 +30,6 @@
"con",
"contribute",
"contributing",
- "core",
"dash",
"dashboard",
"dns",
From 2a7b66d055a5f16e39357bd1aa6d52c876f251ff Mon Sep 17 00:00:00 2001
From: Shiva Bajpai
Date: Tue, 25 Mar 2025 15:23:44 +0530
Subject: [PATCH 803/815] Update shivabajpai.json
---
domains/shivabajpai.json | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/domains/shivabajpai.json b/domains/shivabajpai.json
index 2ed9fbb74..4b47ebfc4 100644
--- a/domains/shivabajpai.json
+++ b/domains/shivabajpai.json
@@ -1,6 +1,12 @@
{
- "domain": "shivabajpai.is-a.dev",
+ "description": "Portfolio website for Shiva Bajpai",
+ "repo": "https://github.com/Shiva-Bajpai/",
"owner": {
+ "username": "Shiva-Bajpai",
"email": "shivabajpai2006@gmail.com"
- }
+ },
+ "record": {
+ "CNAME": "https://shivacodes.vercel.app"
+ },
+ "proxied": false
}
From a72b5cf401f0b0479f6e5251bc54d1f569379e55 Mon Sep 17 00:00:00 2001
From: Shiva Bajpai
Date: Tue, 25 Mar 2025 15:46:36 +0530
Subject: [PATCH 804/815] Update shivabajpai.json
---
domains/shivabajpai.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/shivabajpai.json b/domains/shivabajpai.json
index 4b47ebfc4..c28844190 100644
--- a/domains/shivabajpai.json
+++ b/domains/shivabajpai.json
@@ -6,7 +6,7 @@
"email": "shivabajpai2006@gmail.com"
},
"record": {
- "CNAME": "https://shivacodes.vercel.app"
+ "CNAME": "shivacodes.vercel.app"
},
"proxied": false
}
From 6f9c3c8128edc84fada250336541741b2bc0caac Mon Sep 17 00:00:00 2001
From: Garvit Arora
Date: Tue, 25 Mar 2025 17:09:34 +0530
Subject: [PATCH 805/815] Create garvit.json
---
domains/garvit.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/garvit.json
diff --git a/domains/garvit.json b/domains/garvit.json
new file mode 100644
index 000000000..6c5a66400
--- /dev/null
+++ b/domains/garvit.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "garvit-arora",
+ "email": "garvit.university@gmail.com"
+ },
+ "record": {
+ "CNAME": "garvit-arora.github.io"
+ }
+}
From bcf6a72a8005e55b234b4d86afe1b140ca518cbb Mon Sep 17 00:00:00 2001
From: azrelic
Date: Tue, 25 Mar 2025 16:40:29 +0500
Subject: [PATCH 806/815] added ahmad.is-a.dev
---
domains/_vercel.ahmad.json | 9 +++++++++
domains/ahmad.json | 9 +++++++++
2 files changed, 18 insertions(+)
create mode 100644 domains/_vercel.ahmad.json
create mode 100644 domains/ahmad.json
diff --git a/domains/_vercel.ahmad.json b/domains/_vercel.ahmad.json
new file mode 100644
index 000000000..05c1b496e
--- /dev/null
+++ b/domains/_vercel.ahmad.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "rezlic",
+ "email": "ahmadking78654@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=ahmad.is-a.dev,c01e9cd660fc60d75301"
+ }
+}
diff --git a/domains/ahmad.json b/domains/ahmad.json
new file mode 100644
index 000000000..8e7e9917d
--- /dev/null
+++ b/domains/ahmad.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "rezlic",
+ "email": "ahmadking78654@gmail.com"
+ },
+ "record": {
+ "CNAME": "ahmadazizportfolio.vercel.app"
+ }
+}
From 4ef102d42c48dd75735c89dbb42862a6c682f9eb Mon Sep 17 00:00:00 2001
From: 21Z <21z95@proton.me>
Date: Tue, 25 Mar 2025 16:51:18 +0400
Subject: [PATCH 807/815] Delete domains/halinh0506.json
---
domains/halinh0506.json | 9 ---------
1 file changed, 9 deletions(-)
delete mode 100644 domains/halinh0506.json
diff --git a/domains/halinh0506.json b/domains/halinh0506.json
deleted file mode 100644
index a1b16ca58..000000000
--- a/domains/halinh0506.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "huanhoahongso3-collab",
- "email": "huanhoahongso3@gmail.com"
- },
- "record": {
- "CNAME": "masterlegendpvp.is-a.dev"
- }
-}
From b65ca4b88a24c1a995a62190b16832a01c7fb6df Mon Sep 17 00:00:00 2001
From: 21Z <21z95@proton.me>
Date: Tue, 25 Mar 2025 16:52:39 +0400
Subject: [PATCH 808/815] Update masterlegendpvp.json
---
domains/masterlegendpvp.json | 1 -
1 file changed, 1 deletion(-)
diff --git a/domains/masterlegendpvp.json b/domains/masterlegendpvp.json
index 9bed456e7..fe991788b 100644
--- a/domains/masterlegendpvp.json
+++ b/domains/masterlegendpvp.json
@@ -4,7 +4,6 @@
"email": "huanhoahongso3@gmail.com"
},
"record": {
- "A": ["75.2.60.5"],
"MX": ["masterlegendpvp-isa-dev03c.mail.protection.outlook.com"],
"TXT": "v=spf1 include:spf.protection.outlook.com -all"
}
From d04d3f58e1743eaa84fd1d775dde165a18167e4f Mon Sep 17 00:00:00 2001
From: William Harrison <87287585+wdhdev@users.noreply.github.com>
Date: Tue, 25 Mar 2025 21:41:22 +0800
Subject: [PATCH 809/815] Delete domains/masterlegendpvp.json
---
domains/masterlegendpvp.json | 10 ----------
1 file changed, 10 deletions(-)
delete mode 100644 domains/masterlegendpvp.json
diff --git a/domains/masterlegendpvp.json b/domains/masterlegendpvp.json
deleted file mode 100644
index fe991788b..000000000
--- a/domains/masterlegendpvp.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "huanhoahongso3-collab",
- "email": "huanhoahongso3@gmail.com"
- },
- "record": {
- "MX": ["masterlegendpvp-isa-dev03c.mail.protection.outlook.com"],
- "TXT": "v=spf1 include:spf.protection.outlook.com -all"
- }
-}
From 8a7c117ec9d7365aa437dee0fd74131fa1ab48e2 Mon Sep 17 00:00:00 2001
From: William Harrison <87287585+wdhdev@users.noreply.github.com>
Date: Tue, 25 Mar 2025 21:43:29 +0800
Subject: [PATCH 810/815] Delete domains/autodiscover.masterlegendpvp.json
---
domains/autodiscover.masterlegendpvp.json | 9 ---------
1 file changed, 9 deletions(-)
delete mode 100644 domains/autodiscover.masterlegendpvp.json
diff --git a/domains/autodiscover.masterlegendpvp.json b/domains/autodiscover.masterlegendpvp.json
deleted file mode 100644
index 8c9d66830..000000000
--- a/domains/autodiscover.masterlegendpvp.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "huanhoahongso3-collab",
- "email": "huanhoahongso3@gmail.com"
- },
- "record": {
- "CNAME": "autodiscover.outlook.com"
- }
-}
From 66c2347977d5dc156a0b4d7115323d84d28d4861 Mon Sep 17 00:00:00 2001
From: ploszukiwacz <87446593+ploszukiwacz@users.noreply.github.com>
Date: Wed, 26 Mar 2025 16:12:52 +0100
Subject: [PATCH 811/815] DNSSEC for ploszukiwacz.json
---
domains/ploszukiwacz.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/domains/ploszukiwacz.json b/domains/ploszukiwacz.json
index 2223f7b4c..918a03097 100644
--- a/domains/ploszukiwacz.json
+++ b/domains/ploszukiwacz.json
@@ -6,6 +6,7 @@
"email": "ploszukiwacz1@gmail.com"
},
"record": {
- "NS": ["jake.ns.cloudflare.com", "stephane.ns.cloudflare.com"]
+ "NS": ["jake.ns.cloudflare.com", "stephane.ns.cloudflare.com"],
+ "DS": "ploszukiwacz.is-a.dev. 3600 IN DS 2371 13 2 CD6679293B68CD539A071B61A4BBC03B2B81F1B1DA48AAC2F2F690E957524AD1"
}
}
From fc2b6a08b5164e171e1964d40cfafd9f84938cb9 Mon Sep 17 00:00:00 2001
From: ploszukiwacz <87446593+ploszukiwacz@users.noreply.github.com>
Date: Wed, 26 Mar 2025 16:16:37 +0100
Subject: [PATCH 812/815] Fixed DS record
---
domains/ploszukiwacz.json | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/domains/ploszukiwacz.json b/domains/ploszukiwacz.json
index 918a03097..6ac16c578 100644
--- a/domains/ploszukiwacz.json
+++ b/domains/ploszukiwacz.json
@@ -7,6 +7,11 @@
},
"record": {
"NS": ["jake.ns.cloudflare.com", "stephane.ns.cloudflare.com"],
- "DS": "ploszukiwacz.is-a.dev. 3600 IN DS 2371 13 2 CD6679293B68CD539A071B61A4BBC03B2B81F1B1DA48AAC2F2F690E957524AD1"
+ "DS": [{
+ "key_tag": 2371,
+ "algorithm": 13,
+ "digest_type": 2,
+ "digest": "CD6679293B68CD539A071B61A4BBC03B2B81F1B1DA48AAC2F2F690E957524AD1"
+ }]
}
}
From 0c83286e7abbd8078f1ae7bea68b2ed86dd85fee Mon Sep 17 00:00:00 2001
From: iostpa
Date: Wed, 26 Mar 2025 17:18:30 +0200
Subject: [PATCH 813/815] Update ploszukiwacz.json
---
domains/ploszukiwacz.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/domains/ploszukiwacz.json b/domains/ploszukiwacz.json
index 6ac16c578..bb2986d76 100644
--- a/domains/ploszukiwacz.json
+++ b/domains/ploszukiwacz.json
@@ -2,7 +2,7 @@
"description": "Personal Website for PlOszukiwacz",
"repo": "https://github.com/PlOszukiwaczDEV/ploszukiwaczdev.github.io",
"owner": {
- "username": "PlOszukiwaczDEV",
+ "username": "ploszukiwacz",
"email": "ploszukiwacz1@gmail.com"
},
"record": {
From 27e3a0d14440addec022be139c40aa0bc12da736 Mon Sep 17 00:00:00 2001
From: Carmelo Canavan <74259203+Ninja-5000@users.noreply.github.com>
Date: Wed, 26 Mar 2025 21:48:21 +0400
Subject: [PATCH 814/815] Create
_github-pages-challenge-Ninja-5000.canavan.json
---
.../_github-pages-challenge-Ninja-5000.canavan.json | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 domains/_github-pages-challenge-Ninja-5000.canavan.json
diff --git a/domains/_github-pages-challenge-Ninja-5000.canavan.json b/domains/_github-pages-challenge-Ninja-5000.canavan.json
new file mode 100644
index 000000000..24f6512d9
--- /dev/null
+++ b/domains/_github-pages-challenge-Ninja-5000.canavan.json
@@ -0,0 +1,10 @@
+{
+ "description": "GitHub pages verification",
+ "owner": {
+ "username": "Ninja-5000",
+ "discord": "707170199861854209"
+ },
+ "record": {
+ "TXT": "1b6dcad6637eb7ef2c5de98714aff4"
+ }
+}
From 84eae7191956a54d6fc655edf03b40e1d3bd01c0 Mon Sep 17 00:00:00 2001
From: Carmelo Canavan <74259203+Ninja-5000@users.noreply.github.com>
Date: Wed, 26 Mar 2025 22:02:53 +0400
Subject: [PATCH 815/815] Rename
_github-pages-challenge-Ninja-5000.canavan.json to
_github-pages-challenge-ninja-5000.canavan.json
all lowercase
---
...navan.json => _github-pages-challenge-ninja-5000.canavan.json} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename domains/{_github-pages-challenge-Ninja-5000.canavan.json => _github-pages-challenge-ninja-5000.canavan.json} (100%)
diff --git a/domains/_github-pages-challenge-Ninja-5000.canavan.json b/domains/_github-pages-challenge-ninja-5000.canavan.json
similarity index 100%
rename from domains/_github-pages-challenge-Ninja-5000.canavan.json
rename to domains/_github-pages-challenge-ninja-5000.canavan.json