Skip to content

Commit 2cdb88b

Browse files
Merge branch 'main' into patch-7
2 parents 18b21f4 + 90f5323 commit 2cdb88b

File tree

1,516 files changed

+2938
-7316
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,516 files changed

+2938
-7316
lines changed

dnsconfig.js

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,33 @@ for (var subdomain in domains) {
133133
if (data.records.URL) {
134134
records.push(A(subdomainName, IP("192.0.2.1"), CF_PROXY_ON));
135135
}
136+
137+
// Manage service records
138+
if (data.services) {
139+
if (data.services.discord) {
140+
if (Array.isArray(data.services.discord)) {
141+
for (var txt in data.services.discord) {
142+
records.push(TXT("_discord." + subdomainName, "\"" + data.services.discord[txt] + "\""));
143+
}
144+
} else {
145+
records.push(TXT("_discord." + subdomainName, "\"" + data.services.discord + "\""));
146+
}
147+
}
148+
149+
if (data.services.vercel) {
150+
if (Array.isArray(data.services.vercel)) {
151+
for (var txt in data.services.vercel) {
152+
records.push(TXT("_vercel." + subdomainName, "\"" + data.services.vercel[txt] + "\""));
153+
}
154+
} else {
155+
records.push(TXT("_vercel." + subdomainName, "\"" + data.services.vercel + "\""));
156+
}
157+
}
158+
159+
if (data.services.bluesky) {
160+
records.push(TXT("_atproto." + subdomainName, "\"" + data.services.bluesky + "\""));
161+
}
162+
}
136163
}
137164

138165
var reserved = require("./util/reserved.json");

domains/0xviel.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,8 @@
66
},
77
"records": {
88
"CNAME": "nobuyaki.github.io"
9+
},
10+
"services": {
11+
"discord": "dh=3553e848300a672fa174b27085b19d419d95ef75"
912
}
1013
}

domains/1ndrajeet.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,8 @@
55
},
66
"records": {
77
"CNAME": "1ndrajeet.vercel.app"
8+
},
9+
"services": {
10+
"vercel": "vc-domain-verify=1ndrajeet.is-a.dev,00cac18202bfab99e890"
811
}
912
}

domains/4hmet.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,8 @@
55
},
66
"records": {
77
"A": ["76.76.21.21"]
8+
},
9+
"services": {
10+
"vercel": "vc-domain-verify=4hmet.is-a.dev,c313bc7151ebff9a1f1f"
811
}
912
}

domains/5y8z.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,8 @@
55
},
66
"records": {
77
"CNAME": "5y8z.vercel.app"
8+
},
9+
"services": {
10+
"vercel": "vc-domain-verify=5y8z.is-a.dev,3e6a94035dca0123b793"
811
}
912
}

domains/_acme-challenge.ke.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
"records": {
77
"TXT": "u9oTBMx5ZYY0OEmrqqtyAuVY5bTAiLXWaTsPCjO2MwA"
88
}
9-
}
9+
}

domains/_acme-challenge.linus.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"owner": {
3-
"username": "LolgamerHDDE",
4-
"email": "linus@syncwi.de"
5-
},
6-
"records": {
7-
"TXT": "FsLxq4thrqbxSGhOZH7gGxx1w7_cb5Y29TVGr3mgnE0"
8-
}
9-
}
2+
"owner": {
3+
"username": "LolgamerHDDE",
4+
"email": "linus@syncwi.de"
5+
},
6+
"records": {
7+
"TXT": "FsLxq4thrqbxSGhOZH7gGxx1w7_cb5Y29TVGr3mgnE0"
8+
}
9+
}
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"owner": {
3-
"username": "LolgamerHDDE",
4-
"email": "linus@syncwi.de"
5-
},
6-
"records": {
7-
"TXT": "cU-twfms1UDUGJV0XwjHf5AC5v4EEGrF6qIgIgLnGZQ"
8-
}
9-
}
2+
"owner": {
3+
"username": "LolgamerHDDE",
4+
"email": "linus@syncwi.de"
5+
},
6+
"records": {
7+
"TXT": "cU-twfms1UDUGJV0XwjHf5AC5v4EEGrF6qIgIgLnGZQ"
8+
}
9+
}

domains/_atproto.alvin.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

domains/_atproto.catto24.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

domains/_atproto.clyron.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

domains/_atproto.crischutu07.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

domains/_atproto.exyxz.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

domains/_atproto.hcj.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

domains/_atproto.horibyte.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

domains/_atproto.jumanji.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

domains/_atproto.lua.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

domains/_atproto.luihh.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

domains/_atproto.lumi.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

domains/_atproto.narasima.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

domains/_atproto.notcoded.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

domains/_atproto.priyanshu.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

domains/_atproto.raccoon.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

domains/_atproto.thelamplighter.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

domains/_cf-custom-hostname.ke.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
"records": {
77
"TXT": "49c9c26a-ee01-4b8e-a2d6-bf51ee2459fa"
88
}
9-
}
9+
}

domains/_discord.0xviel.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

domains/_discord.abeja.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

domains/_discord.aboutjes.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

domains/_discord.acronical.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

domains/_discord.adoqet.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

domains/_discord.agent.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

domains/_discord.ajtabs.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

domains/_discord.akcord.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

domains/_discord.akk1to.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

domains/_discord.akshtt.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)