Merge branch 'main' into main

This commit is contained in:
7op3
2024-07-02 14:16:08 +01:00
committed by GitHub
13 changed files with 80 additions and 21 deletions
+3 -3
View File
@@ -1,11 +1,11 @@
{
"description": "Personal website with portfolio and projects",
"repo": "https://github.com/Amaan-Kazi/amaan-kazi.github.io",
"description": "Amaan Kazi's website containing portfolio, projects, games and more",
"repo": "https://github.com/Amaan-Kazi/website-amaan-kazi",
"owner": {
"username": "Amaan-Kazi",
"email": "amaankazi1793@gmail.com"
},
"record": {
"CNAME": "Amaan-Kazi.github.io"
"CNAME": "amaankazi.pages.dev"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"owner": {
"username": "Blackneeed",
"email": "kontododatkowe.marcelclay@gmail.com",
"discord": "928360278683443210"
},
"record": {
"CNAME": "blackneeed.github.io"
}
}
-9
View File
@@ -1,9 +0,0 @@
{
"owner": {
"username": "shockbs",
"email": "apipherng@gmail.com"
},
"record": {
"CNAME": "mailgun.org"
}
}
+14
View File
@@ -0,0 +1,14 @@
{
"owner": {
"username": "EducatedSuddenBucket",
"email": "educatedsuddenbucket@gmail.com"
},
"record": {
"A": [
"185.199.108.153",
"185.199.109.153",
"185.199.110.153",
"185.199.111.153"
]
}
}
+8 -1
View File
@@ -5,6 +5,13 @@
"discord": "555915168932954112"
},
"record": {
"CNAME": "imide-is-a-dev.pages.dev"
"A": [
"172.18.0.9:4321"
],
"MX": [
"mx1.improvmx.com",
"mx2.improvmx.com"
],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "A personal portfolio website.",
"repo": "https://github.com/neel-03/neel-vaghasiya",
"owner": {
"username": "neel-03",
"email": "neelvaghasiya003@gmail.com",
"twitter": "NeelV8803"
},
"record": {
"CNAME": "neel-03.github.io"
}
}
+3 -1
View File
@@ -4,6 +4,8 @@
"email": "apipherng@gmail.com"
},
"record": {
"CNAME": "shockbshdhhdjdjndjd.onrender.com"
"A": ["216.24.57.1"],
"MX": ["mx1.improvmx.com","mx2.improvmx.com."],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"owner": {
"username": "itsf1ckingsmugg",
"email": "smugwhy420p@outlook.com"
},
"record": {
"CNAME": "itsf1ckingsmugg.github.io"
}
}
+1 -7
View File
@@ -4,12 +4,6 @@
"email": "apipherng@gmail.com"
},
"record": {
"CNAME": "shockbshsockbsshockbsssrviceeeeeeeewoooo.onrender.com"
"CNAME": "shockbs.github.io"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "Portfolio Website",
"repo": "https://github.com/m-zeeshan42/m-zeeshan42.github.io",
"owner": {
"username": "m-zeeshan42",
"email": "zeeshanashraf424@gmail.com"
},
"record": {
"CNAME": "m-zeeshan42.github.io"
}
}
+3
View File
@@ -68,6 +68,7 @@ describe('validateDomainData', () => {
{ ...defaultDomain, name: '_acme-challenge' },
{ ...defaultDomain, name: '_dmarc' },
{ ...defaultDomain, name: '_gh-is-a-dev' },
{ ...defaultDomain, name: '_domainkey' },
];
const validCases = [
@@ -104,6 +105,8 @@ describe('validateDomainData', () => {
{ ...defaultDomain, name: '_gh-phenax.akshay' },
{ ...defaultDomain, name: '_gh-hello01-ga' },
{ ...defaultDomain, name: '_gh-hello01_ga' },
{ ...defaultDomain, name: '_domainkey.subdomain' },
{ ...defaultDomain, name: 'mx._domainkey.subdomain' },
];
it('should return false for invalid data', () => {
+1
View File
@@ -2,6 +2,7 @@
"_acme-challenge",
"_discord",
"_dmarc",
"_domainkey",
"_gh-is-a-dev",
"_github-challenge-is-a-dev",
"_github-pages-challenge-is-a-dev",
+1
View File
@@ -42,6 +42,7 @@ const extraSupportedNames = [
R.equals('_gitlab-pages-verification-code'),
R.equals('_acme-challenge'),
R.equals('_dmarc'),
R.equals('_domainkey'),
testRegex(/^_gh-[a-z0-9-_]+$/i), // Exception for the new github org verification records
]