Merge branch 'main' into main

This commit is contained in:
Zai
2024-09-14 06:53:08 +05:00
committed by GitHub
7 changed files with 42 additions and 3 deletions
@@ -0,0 +1,10 @@
{
"description": "Verification for blog.shaunfurtado.is-a.dev in Github Pages",
"owner": {
"username": "Shaunfurtado",
"email": "shaunf1801@gmail.com"
},
"record": {
"TXT": "08ce2f232e7028cbeb1a6baf8c8e49"
}
}
+14 -1
View File
@@ -5,6 +5,19 @@
"discord": "7q8x"
},
"record": {
"CNAME": "aloramiaa.github.io"
"A": [
"185.199.108.153",
"185.199.109.153",
"185.199.110.153",
"185.199.111.153"
],
"MX": [
"mx.zoho.in",
"mx2.zoho.in",
"mx3.zoho.in"
],
"TXT": [
"v=spf1 include:zohomail.in ~all"
]
}
}
+2 -2
View File
@@ -7,7 +7,7 @@
},
"record": {
"A": ["158.179.173.122"]
"A": ["140.245.70.146"]
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"owner": {
"username": "aloramiaa",
"email": "alora@alora.is-a.dev",
"discord": "1236292707371057216"
},
"record": {
"TXT": [
"v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCpDj1YvQ59sHlGFLqD3vweqrGkr8cDp8CT5V+xBirlBb05D4V5YCvkIDgcDSu5O6yB28PXkzfWgvpGGPDIYQr1fW/zmoktXlwKE53cQv8aEfPmF8u9zucBLUqtFhb5WxBDfd4LSBaSbggLILD2/i8yP2TNQQO2F07IeVCoQFY12wIDAQAB"
]
}
}
+2
View File
@@ -88,6 +88,7 @@ describe("validateDomainData", () => {
{ ...defaultDomain, name: "_gh-is-a-dev" },
{ ...defaultDomain, name: "_domainkey" },
{ ...defaultDomain, name: "_improvmx" },
{ ...defaultDomain, name: "_vercel" },
];
const validCases = [
@@ -143,6 +144,7 @@ describe("validateDomainData", () => {
{ ...defaultDomain, name: "_domainkey.subdomain" },
{ ...defaultDomain, name: "mx._domainkey.subdomain" },
{ ...defaultDomain, name: '_improvmx.subdomain' },
{ ...defaultDomain, name: '_vercel.subdomain' },
{ ...defaultDomain, name: "a.b" },
];
+1
View File
@@ -8,6 +8,7 @@
"_github-pages-challenge-is-a-dev",
"_gitlab-pages-verification-code",
"_improvmx",
"_vercel",
"con",
"help",
"no-reply",
+1
View File
@@ -60,6 +60,7 @@ const extraSupportedNames = [
R.equals("_dmarc"),
R.equals("_domainkey"),
R.equals("_improvmx"),
R.equals("_vercel"),
testRegex(/^_gh-[a-z0-9-_]+$/i),
];