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/470] 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 c86aa7783a8ac5e0a6852b395ecea3c4c49fec87 Mon Sep 17 00:00:00 2001
From: vikipranata
Date: Mon, 24 Feb 2025 10:13:40 +0700
Subject: [PATCH 002/470] 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 003/470] 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 004/470] 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 005/470] 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 006/470] 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 007/470] 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 008/470] 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 ee8742d59636fae6623227691d0cf544efb03b1c Mon Sep 17 00:00:00 2001
From: Joshua Webb <162640629+jwe0@users.noreply.github.com>
Date: Mon, 3 Mar 2025 18:58:23 +0000
Subject: [PATCH 009/470] Create jwe0.json
---
domains/jwe0.json | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 domains/jwe0.json
diff --git a/domains/jwe0.json b/domains/jwe0.json
new file mode 100644
index 000000000..44002c409
--- /dev/null
+++ b/domains/jwe0.json
@@ -0,0 +1,9 @@
+{
+ "description": "Forwarding",
+ "owner": {
+ "email": "900qxecf7@mozmail.com"
+ },
+ "record": {
+ "NS": ["betty.ns.cloudflare.com", "cody.ns.cloudflare.com"]
+ }
+}
From 86fe445dcb1b54e68b1dd377f3f9a7cb52b22543 Mon Sep 17 00:00:00 2001
From: hareesh
Date: Tue, 4 Mar 2025 14:34:34 +0530
Subject: [PATCH 010/470] 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/470] 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/470] 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/470] 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/470] 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/470] 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/470] 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/470] 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/470] 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/470] 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 d8ddbcf8ef2b98b8ca0996bd3eae248f4df6c686 Mon Sep 17 00:00:00 2001
From: Joshua Webb <162640629+jwe0@users.noreply.github.com>
Date: Tue, 4 Mar 2025 19:46:01 +0000
Subject: [PATCH 020/470] Update jwe0.json
---
domains/jwe0.json | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/domains/jwe0.json b/domains/jwe0.json
index 44002c409..22e259b58 100644
--- a/domains/jwe0.json
+++ b/domains/jwe0.json
@@ -1,9 +1,10 @@
{
"description": "Forwarding",
"owner": {
- "email": "900qxecf7@mozmail.com"
+ "email": "900qxecf7@mozmail.com",
+ "username" : "jwe0"
},
"record": {
- "NS": ["betty.ns.cloudflare.com", "cody.ns.cloudflare.com"]
+ "CNAME" : "jwe0.xyz"
}
}
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 021/470] 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 022/470] 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 023/470] 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 024/470] 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 025/470] 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 026/470] 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 027/470] 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 028/470] 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 029/470] 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 030/470] 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 031/470] 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 032/470] 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 033/470] 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 034/470] 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 035/470] 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 036/470] 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 037/470] 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 038/470] 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 039/470] .
---
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 040/470] 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 041/470] 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 042/470] 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 043/470] 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 044/470] 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 045/470] 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 046/470] 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 047/470] 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 048/470] 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 049/470] 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 050/470] 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 051/470] 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 052/470] 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 053/470] 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 054/470] 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 055/470] 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 056/470] 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 057/470] 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 058/470] 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 059/470] 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 060/470] 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 061/470] 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 062/470] 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 063/470] 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 064/470] 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 065/470] 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 066/470] 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 067/470] 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 068/470] 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 069/470] 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 070/470] 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 071/470] 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 072/470] 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 073/470] 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 074/470] 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 075/470] 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 076/470] 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 077/470]
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 078/470] 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 079/470] 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 080/470] 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 081/470] 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 082/470] 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 083/470] 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 084/470] 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 085/470] 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 086/470] 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 087/470] 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 088/470] 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 089/470] 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 090/470] 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 091/470] 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 092/470] 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 093/470] 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 094/470] 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 095/470] 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 096/470] 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 097/470] 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 098/470] 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 099/470] 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 100/470] 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 101/470] 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 102/470] 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 103/470] 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 104/470] 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 105/470] 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 106/470] 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 107/470] 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 108/470] 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 109/470] 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 110/470] 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 111/470] 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 112/470] 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 113/470] 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 114/470] 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 115/470] 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 116/470] 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 117/470] 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 118/470] 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 119/470] 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 120/470] 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 121/470] 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 122/470] 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 123/470] 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 124/470] 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 125/470] 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 126/470] 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 127/470] 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 128/470] 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 129/470] 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 130/470] 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 131/470] 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 132/470] 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 133/470] 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 134/470] 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 135/470] 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 136/470] 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 137/470] 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 138/470] 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 139/470] 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 140/470] 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 141/470] 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 142/470] 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 143/470] 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 144/470] 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 145/470] 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 146/470] 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 147/470] 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 148/470] 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 149/470] 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 150/470] 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 151/470] 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 152/470] 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 153/470] 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 154/470] 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 155/470] 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 156/470] 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 157/470] 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 158/470] 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 159/470] 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 160/470] 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 161/470] 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 162/470] 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 163/470] 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 164/470] 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 165/470] 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 166/470] 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 167/470] 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 168/470] 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 169/470] 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 170/470] 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 171/470] 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 172/470] 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 173/470] 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 174/470] 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 175/470] 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 176/470] 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 177/470] 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 178/470] 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 179/470] 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 180/470] 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 181/470] 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 182/470] 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 183/470] 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 184/470] 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 185/470] 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 186/470] 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 187/470] 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 188/470] 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 189/470] 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 190/470] 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 191/470] 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 192/470] 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 193/470] 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 194/470] 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 195/470] 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 196/470] 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 197/470] 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 198/470] 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 199/470] 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 200/470] 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 201/470] 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 202/470] 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 203/470] 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 204/470] 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 205/470] 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 206/470] 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 207/470] 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 208/470] 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 209/470] 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 210/470] 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 211/470] 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 212/470] 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 213/470] 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 214/470] 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 215/470] 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 216/470] 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 217/470] 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 218/470] 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 219/470] 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 220/470] 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 221/470] 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 222/470] 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 223/470] *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 224/470] 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 225/470] 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 226/470] 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 227/470] 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 228/470] 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 229/470] 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 230/470] 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 231/470] 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 232/470] 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 233/470] 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 234/470] 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 235/470] 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 236/470] 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 237/470] 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 238/470] 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 239/470] 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 240/470] 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 241/470] 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 242/470] 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 243/470] 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 244/470] 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 245/470] 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 246/470] 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 247/470] 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 248/470] 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 249/470] 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 250/470] 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 251/470] 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 252/470] 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 253/470] 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 254/470] 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 255/470] 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 256/470] 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 257/470] 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 258/470] 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 259/470] 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 260/470] 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 261/470] =?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 262/470] 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 263/470] 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 264/470] 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 265/470] 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 266/470] 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 267/470] 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 268/470] 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 269/470] 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 270/470] 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 271/470] 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 272/470] 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 273/470] 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 274/470] 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 275/470] 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 276/470] 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 277/470] 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 278/470] 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 279/470] 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 280/470] 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 281/470] 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 282/470] 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 283/470] 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 284/470] 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 285/470] 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 286/470] 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 287/470] 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 288/470] 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 289/470] 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 290/470] 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 291/470] 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 292/470] 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 293/470] 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 294/470] 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 295/470] 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 296/470] 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 297/470] 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 298/470] 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 299/470] 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 300/470] 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 301/470] 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 302/470] 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 303/470] 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 304/470] 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 305/470] 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 306/470] 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 307/470] 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 308/470] 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 309/470] 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 310/470] 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 311/470] 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 312/470] 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 313/470] 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 314/470] 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 315/470] 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 316/470] 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 317/470] 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 318/470] 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 319/470] 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 320/470] 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 321/470] 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 322/470] 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 323/470] 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 324/470] 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 325/470] 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 326/470] 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 327/470] 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 328/470] 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 329/470] 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 330/470] 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 331/470] 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 332/470] 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 333/470] 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 334/470] 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 335/470] 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 336/470] 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 337/470] 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 338/470] 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 339/470] 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 340/470] 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 341/470] 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 342/470] 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 343/470] 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 344/470] 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 345/470] 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 346/470] 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 347/470] 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 348/470] 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 349/470] 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 350/470] 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 351/470] 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 352/470] 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 353/470] 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 354/470] 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 355/470] 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 356/470] 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 357/470] 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 358/470] 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 359/470] 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 360/470] 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 361/470] 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 362/470] 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 363/470] 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 364/470] 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 365/470] 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 366/470] 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 367/470] 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 368/470] 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 369/470] 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 370/470] 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 371/470] 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 372/470] 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 373/470] 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 374/470] 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 375/470] 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 376/470] 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 377/470] 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 378/470] 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 379/470] 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 380/470] 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 381/470] 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 382/470] 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 383/470] 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 384/470] 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 385/470] 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 386/470] 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 387/470] 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 388/470] 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 389/470] 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 390/470] 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 391/470] 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 392/470] 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 393/470] 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 394/470] 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 395/470] 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 396/470] 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 397/470] 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 398/470] 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 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/470] 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/470] 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/470] 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/470] 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/470] 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/470] 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/470] 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/470] 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/470] 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/470] 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/470] 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/470] 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/470] 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/470] 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/470] 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/470] 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/470] 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/470] 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/470] 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/470] 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/470] 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/470] 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/470] 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/470] 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/470] 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/470] 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/470] 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/470] 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/470] 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/470] 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/470] 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/470] 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/470] 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/470] 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/470] 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/470] 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/470] 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/470] 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 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 437/470] 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 438/470] 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 439/470] 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 440/470] 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 e27f87b9ba91e8c1187137e9770d66bf858f59af Mon Sep 17 00:00:00 2001
From: "Andrea C."
Date: Fri, 14 Mar 2025 15:06:39 +0100
Subject: [PATCH 441/470] 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 442/470] 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 443/470] 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 444/470] 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 445/470] 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 446/470] 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 447/470] 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 448/470] 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 449/470] 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 450/470] 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 bf45ba4ba018d649079a5856edf308b1569ae677 Mon Sep 17 00:00:00 2001
From: Santiago G
Date: Fri, 14 Mar 2025 14:44:05 -0500
Subject: [PATCH 451/470] 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 452/470] 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 453/470] 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 454/470] 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 455/470] 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 456/470] 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 457/470] 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 458/470] 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 459/470] 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 460/470] 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 93e345eeb58fb69943b7649784b97f216549f057 Mon Sep 17 00:00:00 2001
From: Josh
Date: Sat, 15 Mar 2025 11:12:07 +0800
Subject: [PATCH 461/470] 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 462/470] 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 463/470] 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 9735719e1b550ceb4b5187255b0175603c876955 Mon Sep 17 00:00:00 2001
From: Zephyrus02
Date: Sat, 15 Mar 2025 13:12:51 +0530
Subject: [PATCH 464/470] 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 465/470] 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 466/470] 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 467/470] 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 468/470] 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 469/470] 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 470/470] 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": {