mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-05-14 06:58:57 +00:00
Merge branch 'main' into patch-1
This commit is contained in:
@@ -131,3 +131,4 @@ dist
|
||||
|
||||
# Custom
|
||||
.DS_Store
|
||||
*.js
|
||||
|
||||
+7
-10
@@ -141,8 +141,6 @@ var reserved = require("./util/reserved.json");
|
||||
for (var i = 0; i < reserved.length; i++) {
|
||||
var subdomainName = reserved[i];
|
||||
if (
|
||||
subdomainName !== "autoconfig" &&
|
||||
subdomainName !== "autodiscover" &&
|
||||
subdomainName !== "data" &&
|
||||
subdomainName !== "docs" &&
|
||||
subdomainName !== "ns1" &&
|
||||
@@ -164,7 +162,6 @@ var ignored = [
|
||||
IGNORE("*._domainkey", "TXT"),
|
||||
IGNORE("@", "*"),
|
||||
IGNORE("_acme-challenge", "TXT"),
|
||||
IGNORE("_autodiscover._tcp", "SRV"),
|
||||
IGNORE("_discord", "TXT"),
|
||||
IGNORE("_dmarc", "TXT"),
|
||||
IGNORE("_gh-is-a-dev-o", "TXT"),
|
||||
@@ -172,13 +169,13 @@ var ignored = [
|
||||
IGNORE("_github-pages-challenge-is-a-dev", "TXT"),
|
||||
IGNORE("_github-pages-challenge-is-a-dev.**", "TXT"),
|
||||
IGNORE("_psl", "TXT"),
|
||||
IGNORE("autoconfig", "CNAME"),
|
||||
IGNORE("autodiscover", "CNAME"),
|
||||
IGNORE("data", "CNAME"),
|
||||
IGNORE("docs", "CNAME"),
|
||||
IGNORE("ns[1-4]", "A,AAAA"),
|
||||
IGNORE("raw", "CNAME"),
|
||||
IGNORE("www", "*")
|
||||
IGNORE("ns[1-4]", "A,AAAA")
|
||||
];
|
||||
|
||||
var internal = require("./util/internal.json");
|
||||
|
||||
internal.forEach(function(subdomain) {
|
||||
ignored.push(IGNORE(subdomain, "*"));
|
||||
});
|
||||
|
||||
D(domainName, registrar, dnsProvider, records, ignored);
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
{
|
||||
"description": "Personal Portfolio",
|
||||
"repo": "https://github.com/0spol/0spol.github.io",
|
||||
"owner": {
|
||||
"username": "0spol",
|
||||
"email": "gaparicio368@gmail.com"
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
{
|
||||
"description": "0xflotus' personal developer website",
|
||||
"repo": "https://github.com/0xflotus/0xflotus.github.io",
|
||||
"owner": {
|
||||
"username": "0xflotus",
|
||||
"email": "0xflotus@gmail.com"
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"description": "Personal Portfolio Hosted on Netlify",
|
||||
"repo": "https://github.com/Marufms4/0xMarufNextjs",
|
||||
"owner": {
|
||||
"username": "marufms4",
|
||||
"email": "marufsm4@gmail.com"
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
{
|
||||
"description": "0xviel github page",
|
||||
"repo": "https://github.com/nobuyaki/nobuyaki.github.io",
|
||||
"owner": {
|
||||
"username": "nobuyaki",
|
||||
"email": "contact@0xviel.my.id",
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
{
|
||||
"description": "This domain is my bios webpage created using html, js and css",
|
||||
"repo": "https://github.com/jaycuh/jaycuh.github.io",
|
||||
"owner": {
|
||||
"username": "joaawd",
|
||||
"email": "fmodeteam@gmail.com"
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
{
|
||||
"description": "Applying for an is-a.dev domain for my portfolio. (1ndrajeet.vercel.app)",
|
||||
"repo": "https://github.com/1ndrajeet/1ndrajeet.github.io",
|
||||
"owner": {
|
||||
"username": "1ndrajeet",
|
||||
"email": "omkar.kulkarni.3174@gmail.com"
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
{
|
||||
"description": "Applying for an is-a.dev domain on behalf of my friend so he can use one.",
|
||||
"repo": "https://github.com/EndingPencil/EndingPencil.github.io",
|
||||
"owner": {
|
||||
"username": "EndingPencil",
|
||||
"email": "watsonsohil@gmail.com"
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
{
|
||||
"description": "Url redirect to cutt37.is-a.dev",
|
||||
"repo": "https://github.com/37cut/37cut.github.io",
|
||||
"owner": {
|
||||
"username": "37cut",
|
||||
"email": "cutt37@outlook.com"
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
{
|
||||
"description": "44.is-a.dev",
|
||||
"repo": "https://github.com/9xN/9xN.github.io",
|
||||
"owner": {
|
||||
"username": "9xN",
|
||||
"email": "0@fbi.ac"
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
{
|
||||
"description": "45i.is-a.dev",
|
||||
"repo": "https://github.com/45i/things",
|
||||
"owner": {
|
||||
"username": "45i",
|
||||
"email": "sayakpalit61@gmail.com"
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
{
|
||||
"description": "62radio.is-a.dev",
|
||||
"repo": "https://github.com/radio-indonesia/radio-indonesia.github.io",
|
||||
"owner": {
|
||||
"username": "lrmn7",
|
||||
"email": "lrmn.dev@gmail.com",
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
{
|
||||
"description": "Portfolio website for 6502",
|
||||
"repo": "https://github.com/nobody5050/nobody5050.github.io",
|
||||
"owner": {
|
||||
"username": "Nobody5050",
|
||||
"email": "levibelland@gmail.com"
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "VaibhavSys",
|
||||
"email": "vaibhavsys@protonmail.com"
|
||||
},
|
||||
"records": {
|
||||
"CNAME": "b00be066-ce45-455f-bb4a-de9f6dc14e0c.acmedns.infinityfree.net"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "RaafeyRaza",
|
||||
"email": "raafeyraza1@gmail.com"
|
||||
},
|
||||
"records": {
|
||||
"CNAME": "dc6fbbae-3aba-4a5d-9741-4b7a386b9151.acmedns.infinityfree.net"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "bkmsstudio",
|
||||
"email": "mmini15354424@gmail.com"
|
||||
},
|
||||
"records": {
|
||||
"TXT": "dh=28e7384e869c06a1ca87f91b10fd14aefc7f4433"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "brittojo7n",
|
||||
"email": "sjbritto2003@gmail.com"
|
||||
},
|
||||
"records": {
|
||||
"TXT": "dh=e17819212bff38615864de2f37516b1a42f882ec"
|
||||
}
|
||||
"owner": {
|
||||
"username": "brittojo7n",
|
||||
"email": "sjbritto2003@gmail.com"
|
||||
},
|
||||
"records": {
|
||||
"TXT": "dh=e17819212bff38615864de2f37516b1a42f882ec"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
{
|
||||
"description": "dc domain connect",
|
||||
"repo": "https://github.com/devanshyadav2010/register",
|
||||
"owner": {
|
||||
"username": "devanshyadav2010",
|
||||
"email": "dev8adam576@gmail.com",
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Daniel-VergaraM",
|
||||
"email": "dvergaram.dev@gmail.com"
|
||||
},
|
||||
"records": {
|
||||
"TXT": "dh=c8db3ed841716fec1cbf50586354c8cbe94ac6ba"
|
||||
}
|
||||
"owner": {
|
||||
"username": "Daniel-VergaraM",
|
||||
"email": "dvergaram.dev@gmail.com"
|
||||
},
|
||||
"records": {
|
||||
"TXT": "dh=c8db3ed841716fec1cbf50586354c8cbe94ac6ba"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Founderfie",
|
||||
"email": "director@founderfie.in"
|
||||
},
|
||||
"records": {
|
||||
"TXT": "dh=d0051682cdad6866306cdb315ae5abff7e314dcc"
|
||||
}
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "jimmy20180130",
|
||||
"email": "jimmy20180130@gmail.com",
|
||||
"twitter": "jimmyyo45639462",
|
||||
"discord": "xiaoxi_tw#0"
|
||||
},
|
||||
"records": {
|
||||
"TXT": "dh=1001abef3571d8f5aa7d6d94543d8409f9e786ea"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "joesepph",
|
||||
"email": "markwer.dev@proton.me"
|
||||
},
|
||||
"records": {
|
||||
"TXT": "dh=9ce2fab52773c35cecf4a10133d502e0644e19cb"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "CyrusCore",
|
||||
"email": "abramsatria7@gmail.com"
|
||||
},
|
||||
"records": {
|
||||
"TXT": "dh=ce5c5f60ae66a7f508b44432fe2d9a0b51038fa8"
|
||||
}
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
{
|
||||
"description": "niclqs.is-a.dev discord verify ownership",
|
||||
"owner": {
|
||||
"discord": "niclqs",
|
||||
"email": "discord@push-den-weg.de",
|
||||
"username": "NiclqsGER"
|
||||
},
|
||||
"records": {
|
||||
"TXT": "dh=0b19779c5bdb5bdc6a6e3a5d7f44996deedab1dc"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "pushingcc",
|
||||
"email": "pushing@mailfence.com"
|
||||
},
|
||||
"records": {
|
||||
"TXT": "dh=63d8f2f88286c81885273cdf5f07364b15884ff6"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Stef-00012",
|
||||
"discord": "694986201739952229"
|
||||
},
|
||||
"records": {
|
||||
"TXT": "dh=4ded2f0ba889f8dad38ad210e9a015c180dcc6c8"
|
||||
}
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "riviox",
|
||||
"email": "rivioxyt@hotmail.com",
|
||||
"discord": "1200520669570539620"
|
||||
},
|
||||
"records": {
|
||||
"TXT": "dh=dd0ace532148756be1fc56725f272b263adb8978"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "saifulabidin",
|
||||
"email": "syaiful.osd@yahoo.com"
|
||||
},
|
||||
"records": {
|
||||
"TXT": "dh=a25a4d7cffc472b9402e6544f5f79f84c001e563"
|
||||
}
|
||||
"owner": {
|
||||
"username": "saifulabidin",
|
||||
"email": "syaiful.osd@yahoo.com"
|
||||
},
|
||||
"records": {
|
||||
"TXT": "dh=a25a4d7cffc472b9402e6544f5f79f84c001e563"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Stef-00012",
|
||||
"discord": "694986201739952229"
|
||||
},
|
||||
"records": {
|
||||
"TXT": "dh=a34d656a6fb91723bfe4f87e413345df85ca74f7"
|
||||
}
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "tayrp",
|
||||
"email": "mystixmew@gmail.com",
|
||||
"discord": "1050531216589332581"
|
||||
},
|
||||
"records": {
|
||||
"TXT": "dh=a15b4e8395d7033db9d69d9961dd8c15194a4cbe"
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,4 @@
|
||||
{
|
||||
"description": "Discord Domain Verify",
|
||||
"repo": "https://github.com/thenoppy12/thenoppy12.github.io",
|
||||
"owner": {
|
||||
"username": "BussyBakks",
|
||||
"email": "lengochuykiengiang@gmail.com",
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"description": "Currently used for portfolio website and SMTP mail server",
|
||||
"owner": {
|
||||
"username": "TheTommylongIsHeree",
|
||||
"discord": "thetommylong"
|
||||
},
|
||||
"records": {
|
||||
"TXT": "dh=112935453eef7c160175f5248382ad40924848b0"
|
||||
}
|
||||
"description": "Currently used for portfolio website and SMTP mail server",
|
||||
"owner": {
|
||||
"username": "TheTommylongIsHeree",
|
||||
"discord": "thetommylong"
|
||||
},
|
||||
"records": {
|
||||
"TXT": "dh=112935453eef7c160175f5248382ad40924848b0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "VulcanoSoftware",
|
||||
"email": "vulcanosoftwareinc@gmail.com"
|
||||
},
|
||||
"records": {
|
||||
"TXT": "dh=2854f14976030f4425262b688f761e0d99e78865"
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,4 @@
|
||||
{
|
||||
"description": "A practice portfolio for web design challenges.",
|
||||
"repo": "https://github.com/KishonShrill/website-portfolio",
|
||||
"owner": {
|
||||
"username": "KishonShrill",
|
||||
"email": "crystalbluew@gmail.com"
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
{
|
||||
"description": "IPFS DNSLink integration for Web3-enabled video player",
|
||||
"repo": "https://github.com/dtub3/DaokoTube",
|
||||
"owner": {
|
||||
"username": "daoch4n",
|
||||
"email": "digitaimadness@pm.me"
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "ACuteWoof",
|
||||
"email": "sutharshanvithushan@gmail.com"
|
||||
},
|
||||
"records": {
|
||||
"TXT": "8a47d2fca716e0d7e0bcfd424d0784"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Adolar0042",
|
||||
"email": "adolar0042@gmail.com"
|
||||
},
|
||||
"records": {
|
||||
"TXT": "927a8ca97dbdccd9140313116bd068"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "alvitodev",
|
||||
"email": "alvitodev@protonmail.com"
|
||||
},
|
||||
"records": {
|
||||
"TXT": "c5a2eacc172cec9ec45a87d828b08c"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "anandyeole",
|
||||
"email": "anandyeole@duck.com"
|
||||
},
|
||||
"records": {
|
||||
"TXT": "510cbb66f4422990546436db3c897a"
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,4 @@
|
||||
{
|
||||
"description": "Personal portfolio website (domain verification)",
|
||||
"repo": "https://github.com/ANANTH-SWAMY/ananth-swamy.github.io",
|
||||
"owner": {
|
||||
"username": "ANANTH-SWAMY",
|
||||
"email": "ananth.nps@gmail.com"
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "araguaci",
|
||||
"email": "araguaci@gmail.com"
|
||||
},
|
||||
"records": {
|
||||
"TXT": "a7fe82e3e40b3a6288d681e8f88a4f"
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,4 @@
|
||||
{
|
||||
"description": "My personal website on arch.is-a.dev (main files in repo/repository)[Github Challenge].",
|
||||
"repo": "https://github.com/Arch881010/Arch881010",
|
||||
"owner": {
|
||||
"username": "Arch881010",
|
||||
"email": "arch@arch1010.dev",
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "asbp",
|
||||
"email": "guungofficial@gmail.com"
|
||||
},
|
||||
"records": {
|
||||
"TXT": "31b576be5fd342aa2473ebb2fb2816"
|
||||
}
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "avellea"
|
||||
},
|
||||
"records": {
|
||||
"TXT": "5c38dbee73e6936232992c0f98829e"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "aw09",
|
||||
"email": "agungwck.99@gmail.com"
|
||||
},
|
||||
"records": {
|
||||
"TXT": "ec0ab3911b2f62b7dcad33e6fdd5f4"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "ayberktandogan",
|
||||
"email": "ayberk.tandogan@outlook.com"
|
||||
},
|
||||
"records": {
|
||||
"TXT": "6fe6a3695f856260a2fa97ce9dfe94"
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,4 @@
|
||||
{
|
||||
"description": "Personal site for github@ayvacs (GH Pages verification)",
|
||||
"repo": "https://github.com/ayvacs/ayvacs.github.io",
|
||||
"owner": {
|
||||
"username": "ayvacs",
|
||||
"email": "ayvacs@proton.me"
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
{
|
||||
"description": "Personal site for b1uedev, a.k.a Blue.",
|
||||
"repo": "https://github.com/B1ue-Dev/b1ue-dev.github.io",
|
||||
"owner": {
|
||||
"username": "B1ue-Dev",
|
||||
"email": "ngolong1396@hotmail.com",
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
{
|
||||
"description": "Personal site for github@bi0hazarDD (GH Pages verification)",
|
||||
"repo": "https://github.com/bi0hazarDD/bi0hazarDD.github.io",
|
||||
"owner": {
|
||||
"username": "bi0hazarDD",
|
||||
"email": "jonathan-8@hotmail.co.uk"
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Bnyro",
|
||||
"email": "bnyro@tutanota.com"
|
||||
},
|
||||
"records": {
|
||||
"TXT": "44677d523e6eee7f03f41e5d062066"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "brittojo7n",
|
||||
"email": "sjbritto2003@gmail.com"
|
||||
},
|
||||
"records": {
|
||||
"TXT": "83dc774a341548d80026a939840f62"
|
||||
}
|
||||
"owner": {
|
||||
"username": "brittojo7n",
|
||||
"email": "sjbritto2003@gmail.com"
|
||||
},
|
||||
"records": {
|
||||
"TXT": "83dc774a341548d80026a939840f62"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
{
|
||||
"description": "Chadee website",
|
||||
"repo": "https://github.com/chadeeeee/chadee-site",
|
||||
"owner": {
|
||||
"username": "chadeeeee",
|
||||
"telegram": "chadeeeeeeeeee",
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "chauvansang",
|
||||
"email": "cvansang94@gmail.com"
|
||||
},
|
||||
"records": {
|
||||
"TXT": "8a2d191d582a62b817e10aa08b67f5"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "chethanyadav456",
|
||||
"email": "rockchethan1111@gmail.com"
|
||||
},
|
||||
"records": {
|
||||
"TXT": "9781ed4422557bd427d0eff2c17b99"
|
||||
}
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"description": "Github verification",
|
||||
"owner": {
|
||||
"username": "compCoder007",
|
||||
"email": "competentcoder007@gmail.com"
|
||||
},
|
||||
"records": {
|
||||
"TXT": "7e581a7ce40509036ecb310e92fd21"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "DanieL-VergaraM",
|
||||
"email": "dvergaram.dev@gmail.com"
|
||||
},
|
||||
"records": {
|
||||
"TXT": "20d54184fa1ce18728ea1eb5d25b1e"
|
||||
}
|
||||
"owner": {
|
||||
"username": "DanieL-VergaraM",
|
||||
"email": "dvergaram.dev@gmail.com"
|
||||
},
|
||||
"records": {
|
||||
"TXT": "20d54184fa1ce18728ea1eb5d25b1e"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "devendrakanojiya",
|
||||
"email": "s_36100@bkbirlacollegekalyan.com"
|
||||
},
|
||||
"records": {
|
||||
"TXT": "1bab44a51e777f98e075d71f2806a4"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "devhammed",
|
||||
"email": "hey@hammed.dev"
|
||||
},
|
||||
"records": {
|
||||
"TXT": "7672b068b3140a9fbaaf9bfe0ab136"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Diordnas",
|
||||
"email": "cassthepurple@gmail.com"
|
||||
},
|
||||
"records": {
|
||||
"TXT": "756d917b8c992b5032094d6765915b"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "eldinesh",
|
||||
"email": "dseera6@gmail.com"
|
||||
},
|
||||
"records": {
|
||||
"TXT": "dafe75727b19da6bd62bf961a94c7d"
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,4 @@
|
||||
{
|
||||
"description": "EnderPoint's dev site",
|
||||
"repo": "https://github.com/EnderPoint07/EnderPoint07.github.io",
|
||||
"owner": {
|
||||
"username": "EnderPoint07",
|
||||
"discord": "DotM38#5497",
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "ethereumvd",
|
||||
"email": "ethereum249@gmail.com"
|
||||
},
|
||||
"records": {
|
||||
"TXT": "acffd9c330d027fef82987d6dd8b4e"
|
||||
}
|
||||
}
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"description": "Github page domain verification",
|
||||
"owner": {
|
||||
"username": "fa-fifi",
|
||||
"email": "fafifi1997@gmail.com"
|
||||
},
|
||||
"records": {
|
||||
"TXT": "b81b58a5a862ac448e7a996d96272f"
|
||||
}
|
||||
"description": "Github page domain verification",
|
||||
"owner": {
|
||||
"username": "fa-fifi",
|
||||
"email": "fafifi1997@gmail.com"
|
||||
},
|
||||
"records": {
|
||||
"TXT": "b81b58a5a862ac448e7a996d96272f"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"description": "Github verification",
|
||||
"owner": {
|
||||
"username": "harishnkr",
|
||||
"email": "hari2menon1234@gmail.com"
|
||||
},
|
||||
"records": {
|
||||
"TXT": "7f15aad6874de8ea118574464c8169"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "hector-vigil",
|
||||
"email": "vigilescalera.h@gmail.com"
|
||||
},
|
||||
"records": {
|
||||
"TXT": "01a4ef998725972f99991612a43336"
|
||||
}
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"description": "Github verification",
|
||||
"owner": {
|
||||
"username": "Hima-Pro",
|
||||
"email": "pnpop01027066161@gmail.com"
|
||||
},
|
||||
"records": {
|
||||
"TXT": "c8b67d5aafafeb2e5ec1561e503552"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "hungthai1401",
|
||||
"email": "hungthai1401.it@gmail.com"
|
||||
},
|
||||
"records": {
|
||||
"TXT": "693e3be4f1121fc00f2fbad65439d0"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "imrmnabil",
|
||||
"email": "imrmnabil@gmail.com"
|
||||
},
|
||||
"records": {
|
||||
"TXT": "ce38bed94bccbf581a0efa569f006a"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "itsnicecraft",
|
||||
"email": "itsnicecraft@protonmail.com"
|
||||
},
|
||||
"records": {
|
||||
"TXT": "af298352953860816795903319fbc9"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "JesusVala",
|
||||
"email": "jesusvaladezf@outlook.com"
|
||||
},
|
||||
"records": {
|
||||
"TXT": "0d3d73c2f3c76a7ec6bb5484d88e97"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "jlai403",
|
||||
"discord": "120522740590575616"
|
||||
},
|
||||
"records": {
|
||||
"TXT": "f6ab04a95a9197df0b4d38f5426824"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "jlwisedev",
|
||||
"email": "jlwiseeha24@gmail.com"
|
||||
},
|
||||
"records": {
|
||||
"TXT": "6e82c24d04ec14cccaaf2398dfd0c2"
|
||||
}
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "JosemyDuarte"
|
||||
},
|
||||
"records": {
|
||||
"TXT": "f9830295961050524a4ba5c3eb4b62"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "karify98",
|
||||
"email": "nnnam048@gmail.com"
|
||||
},
|
||||
"records": {
|
||||
"TXT": "923edb3fd9f4e444dedd5c9bf4e52c"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "kellylawrence",
|
||||
"email": "kelly@kellylawrence.ca"
|
||||
},
|
||||
"records": {
|
||||
"TXT": "26237ec72d51f1ba56e371e8e3fef9"
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,4 @@
|
||||
{
|
||||
"description": "This is Ken Wu's personal portfolio website.",
|
||||
"repo": "https://github.com/kenwuqianghao/kenwuqianghao.github.io",
|
||||
"owner": {
|
||||
"username": "KenWuqianghao",
|
||||
"email": "wooqianghao@gmail.com",
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "kristiantokarim",
|
||||
"email": "kristiantokarim@gmail.com"
|
||||
},
|
||||
"records": {
|
||||
"TXT": "c6f935a2b6c9f21fcf59e79838cdc5"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "lisaterumi",
|
||||
"email": "contato@mulheresprogramando.com.br"
|
||||
},
|
||||
"records": {
|
||||
"TXT": "98eae69c84dbf5a9e26ece5b4ad0eb"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "madisonwirtanen",
|
||||
"email": "isadev@imkk.uk"
|
||||
},
|
||||
"records": {
|
||||
"TXT": "18776d6f831dd6e69e7889f4747ecb"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "manugeni",
|
||||
"email": "rendaniman@outlook.com"
|
||||
},
|
||||
"records": {
|
||||
"TXT": "c43b4f0460a8d8b9c05affa2da77ef"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "mateuseap",
|
||||
"email": "mateuseap@mateuseap.com"
|
||||
},
|
||||
"records": {
|
||||
"TXT": "ce7a3cbd81e6cafe34709d195aa0ed"
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,4 @@
|
||||
{
|
||||
"description": "mcalec.is-a.dev",
|
||||
"repo": "https://github.com/mcalec-dev/mcalec.is-a.dev",
|
||||
"owner": {
|
||||
"username": "mcalec-dev",
|
||||
"email": "hello@mcalec.dev",
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "MCotocel",
|
||||
"email": "mcotocel@outlook.com"
|
||||
},
|
||||
"records": {
|
||||
"TXT": "059ac86f94300091a59d2cef8b09a6"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "mkblane",
|
||||
"email": "rendaniman@outlook.com"
|
||||
},
|
||||
"records": {
|
||||
"TXT": "1bd7f45bbafab3d1735f40245f5f6c"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "MohamadOday",
|
||||
"email": "adada133321t@gmail.com"
|
||||
},
|
||||
"records": {
|
||||
"TXT": "a67c1c7ad9e8f589a22c5c161548f8"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "mrdavidss-vgg",
|
||||
"email": "mrdavidssbusiness@gmail.com"
|
||||
},
|
||||
"records": {
|
||||
"TXT": "9fec60a74c61b74371cb9873163ac0"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Mrdev88",
|
||||
"discord": "1182049473673830435"
|
||||
},
|
||||
"records": {
|
||||
"TXT": "892403b0e8310067a1787afeb3e8f7"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "MuizU",
|
||||
"email": "muizuvais99@gmail.com"
|
||||
},
|
||||
"records": {
|
||||
"TXT": "8cf896945b34d5309a335f41eb2000"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "MysterV",
|
||||
"email": "myster@ik.me"
|
||||
},
|
||||
"records": {
|
||||
"TXT": "b3c336392a691368a55de53cff8fd8"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "NamesMT",
|
||||
"email": "dangquoctrung123@gmail.com"
|
||||
},
|
||||
"records": {
|
||||
"TXT": "6ec39f629cd9510bca23b84ba61aff"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "NayanJD",
|
||||
"email": "dastms@gmail.com"
|
||||
},
|
||||
"records": {
|
||||
"TXT": "1f61f6ce0b038f2d48a6d726e715f5"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "nduartech",
|
||||
"email": "nduartech101@gmail.com"
|
||||
},
|
||||
"records": {
|
||||
"TXT": "79d3051264abe353b91b26d27d0e42"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "noahziheng",
|
||||
"email": "noahgaocn@outlook.com"
|
||||
},
|
||||
"records": {
|
||||
"TXT": "a25695a5c49f374f6eb483ff49c7c7"
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,4 @@
|
||||
{
|
||||
"description": "My Portfolio Website",
|
||||
"repo": "https://github.com/noobshubham/Portfolio",
|
||||
"owner": {
|
||||
"username": "noobshubham",
|
||||
"email": "noobshubham65@gmail.com"
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "pansy27",
|
||||
"email": "uselessshogun99@gmail.com"
|
||||
},
|
||||
"records": {
|
||||
"TXT": "f7dedb2a4d727663fc9b0198fe3797"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "patrickzhou1234",
|
||||
"discord": "moist__nugget"
|
||||
},
|
||||
"records": {
|
||||
"TXT": "d7c5e799b2dc38d36cb2345dd0e78d"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "prakhillohiya",
|
||||
"email": "prakhillohiya@gmail.com"
|
||||
},
|
||||
"records": {
|
||||
"TXT": "31f067f6796f63a3cb4e0110ff10df"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "quiww",
|
||||
"mastodon": "qui@bsd.cafe"
|
||||
},
|
||||
"records": {
|
||||
"TXT": "88feaaecca94fbb634748f98c0c48e"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "riviox",
|
||||
"email": "rivioxyt@hotmail.com"
|
||||
},
|
||||
"records": {
|
||||
"TXT": "56a8f3f0363cd17d881a7380ede544"
|
||||
}
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user