Merge branch 'main' into main

This commit is contained in:
CuteDog5695
2024-09-14 08:07:08 +03:00
committed by GitHub
11 changed files with 57 additions and 18 deletions
+1 -1
View File
@@ -57,4 +57,4 @@ If you like this project, please consider donating so we can keep this project r
<a href="https://liberapay.com/phenax" target="_blank"><img src="https://img.shields.io/badge/liberapay-donate-yellow.svg?style=for-the-badge" alt="Liberapay"></a>
### Similar Services
If you want to find services similar to is-a.dev, take a look on [Free For Life](https://github.com/wdhdev/free-for-life#domains).
If you want to find services similar to is-a.dev, take a look at [Free For Life](https://github.com/wdhdev/free-for-life#domains).
@@ -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
@@ -1,9 +1,9 @@
{
"owner": {
"username": "MystieHum",
"username": "mystieneko",
"email": "z232566755z@gmail.com"
},
"record": {
"A": ["65.19.141.67"]
"A": ["64.62.151.106"]
}
}
+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 @@
{
"description": "Uptime website for my stuff, gonna use hetrixtools for now, might change to something else later",
"repo": "N/A",
"owner": {
"username": "YUG38",
"email": "4yugpatel123@gmail.com",
"discord": "name_yug"
},
"record": {
"CNAME": "reports.hetrixtools.com"
}
}
-12
View File
@@ -1,12 +0,0 @@
{
"description": "My website",
"repo": "https://github.com/YUG38/YUG38.github.io",
"owner": {
"username": "YUG38",
"email": "4yugpatel123@gmail.com",
"discord": "name_yug"
},
"record": {
"CNAME": "YUG38.github.io"
}
}
+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),
];