mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-08-21 06:26:44 +00:00
Merge branch 'main' into main
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "khoacao2k4",
|
||||
"email": "cqnhatkhoa@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": ["vc-domain-verify=khoacao.is-a.dev,9b86aeda2d7aa9f99748"]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "HayBael"
|
||||
},
|
||||
"record": {
|
||||
"TXT": ["vc-domain-verify=snowy.is-a.dev,710433a43c7209070848"]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "aadltya"
|
||||
},
|
||||
"record": {
|
||||
"TXT": [
|
||||
"vc-domain-verify=swami.is-a.dev,ebd6de23b5512663a728"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "ghostMan-pac",
|
||||
"email": "asifp3104@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "ghostMan-pac.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "khoacao2k4",
|
||||
"email": "cqnhatkhoa@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "khoa-cao-website.vercel.app"
|
||||
}
|
||||
}
|
||||
@@ -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
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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}`);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user