Merge branch 'main' into main

This commit is contained in:
Hoàng Phi Hùng
2024-12-27 20:26:52 +07:00
committed by GitHub
9 changed files with 81 additions and 9 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "khoacao2k4",
"email": "cqnhatkhoa@gmail.com"
},
"record": {
"TXT": ["vc-domain-verify=khoacao.is-a.dev,9b86aeda2d7aa9f99748"]
}
}
+8
View File
@@ -0,0 +1,8 @@
{
"owner": {
"username": "HayBael"
},
"record": {
"TXT": ["vc-domain-verify=snowy.is-a.dev,710433a43c7209070848"]
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"owner": {
"username": "aadltya"
},
"record": {
"TXT": [
"vc-domain-verify=swami.is-a.dev,ebd6de23b5512663a728"
]
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"description": "gary site",
"repo": "https://github.com/Zach11111/garysite",
"owner": {
"username": "zach11111",
"email": "contact@garybot.dev"
},
"record": {
"URL": "https://garylovesclimbingtreesexploringplacesandchasingbutterflies.garythecatisanadorablefelinealwaysseekingfunandadventure.site"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "ghostMan-pac",
"email": "asifp3104@gmail.com"
},
"record": {
"CNAME": "ghostMan-pac.github.io"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "khoacao2k4",
"email": "cqnhatkhoa@gmail.com"
},
"record": {
"CNAME": "khoa-cao-website.vercel.app"
}
}
+22
View File
@@ -0,0 +1,22 @@
{
"description": "! s1owmotion.0 profile page",
"repository": "https://github.com/H4iPh0ngM1enB4c/Web",
"owner": {
"username": "H4iPh0ngM1enB4c",
"email": "noobdownload2@gmail.com",
"discord": "1027559943462727740"
},
"record": {
"A": [
"185.199.108.153",
"185.199.110.153",
"185.199.109.153",
"185.199.111.153"
],
"MX": [
"mx1.improvmx.com",
"mx2.improvmx.com"
],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
+2 -3
View File
@@ -1,9 +1,8 @@
{
"owner": {
"username": "HayBael",
"email": "rakhakhairydarka801@gmail.com"
"username": "HayBael"
},
"record": {
"URL": "https://homepage-revisiakhir.vercel.app"
"CNAME": "homepage-revisitrus.vercel.app"
}
}
+1 -6
View File
@@ -165,13 +165,8 @@ t("All files should have valid record values", (t) => {
}
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}`);
try {
const urlObj = new URL(value);
t.true(urlObj.hostname !== subdomain, `${file}: URL cannot point to itself`);
} catch {
t.fail(`${file}: Invalid URL for ${key}`);
}
}
}