-
-
Notifications
You must be signed in to change notification settings - Fork 47
/
cnames.ts
205 lines (203 loc) · 4.39 KB
/
cnames.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
import { CNAMEs } from "./mod/mod.ts";
// ** Active subdomains **
//
// WHAT?:
// This file contains all the subdomains for the mod.land project,
// if you want to request a mod.land subdomain you should modify
// this file and submit a pull request. ;)
//
// FORMAT:
// This Typescript module exports a CNAMEs object that is synced
// with mod.land. CNAMEs contains a alphabetically sorted map of
// all the mod.land subdomain with their relative target and
// configuration.
//
// eg: adding a foo.mod.land domain that points to the project
// https://foo.github.io/bar.
//
// "foo": {
// target: "foo.github.io/bar",
// proxied: true, // not required
// }
//
// OPTIONS:
// * target: target of the CNAME record, required
// * proxied: whether to use Cloudflare proxy, true by default
//
// RULES:
// Before making a request you should:
// * this file passes `deno fmt` && `deno lint`
// * entries are sorted alphabetically
// * follow the request steps (https://mod.land)
// * read our code of conduct (https://mod.land/coc)
// * read our submission rules (https://mod.land/issues)
// * read our terms of service (https://mod.land/tos)
//
// enjoy your mod.land URL <3
// ~ @denosaurs
export default <CNAMEs> {
"@": {
target: "denosaurs.github.io/mod.land",
},
"adons": {
target: "adons.vercel.app",
},
"afterburner": {
target: "projectafterburner.github.io/website",
proxied: true,
},
"atordvairn": {
target: "atordvairn.netlify.app",
},
"authenticus": {
target: "authenticus.pages.dev",
},
"autopilot": {
target: "littledivy.github.io/autopilot-deno",
},
"cheetah": {
target: "cheetah-2s1.pages.dev",
},
"cr": {
target: "rahalkar.dev",
},
"crewdevio": {
target: "crewdevio.vercel.app",
},
"denodoc": {
target: "denodoc.deno.dev",
proxied: false,
},
"denopack": {
target: "denofn.github.io/denopack",
},
"dext": {
target: "dext.fly.dev",
},
"discordbot": {
target: "skillz4killz.github.io/gamer-landing",
},
"discorddn": {
target: "discorddn.github.io/docs",
},
"discordeno": {
target: "discordeno.github.io/guide",
},
"dyno": {
target: "dynoland.netlify.app",
},
"felascione": {
target: "felascione.pages.dev",
},
"fossbay": {
target: "fossbay.github.io",
},
"gabry": {
target: "gabry-site-production.up.railway.app",
},
"gamer": {
target: "skillz4killz.github.io/gamer-deno",
},
"ghaerdi": {
target: "ghaerdi.netlify.app",
},
"god": {
target: "docs.godwhite.tk",
},
"godwhite": {
target: "docs.godwhite.tk",
},
"guilded": {
target: "guildedts.vercel.app",
},
"harmony": {
target: "harmonyland.github.io",
},
"harmony-korean": {
target: "akiacode.github.io/harmony.korean",
},
"hex": {
target: "eserozvataf.github.io/hex",
},
"imlshorid": {
target: "imlshorid.github.io",
},
"janda": {
target: "janda.up.railway.app",
proxied: false,
},
"keyv": {
target: "tejasag.github.io/deno-keyv",
},
"keyv2": {
target: "skorotkiewicz.github.io/deno-keyv-2",
},
"lilac": {
target: "lilac-nine.vercel.app",
},
"mastermach50": {
target: "mastermach50.github.io",
},
"natico": {
target: "naticoo.github.io",
},
"nova": {
target: "eliassjogreen.github.io/nova-website",
},
"python": {
target: "python-mod-land.deno.dev",
},
"range": {
target: "leonskidev.github.io/range",
},
"rclone": {
target: "sntran.github.io/denolcr",
},
"rgrullon": {
target: "rgrullon.netlify.app",
},
"shyngys": {
target: "salemalem.github.io/twd-portfolio",
},
"slashdeno": {
target: "hosting.gitbook.io",
proxied: false,
},
"sneachta": {
target: "sneachta.vercel.app",
proxied: false,
},
"suzumi": {
target: "eae8cbdf-2582-400d-8f63-beef5acd45bb.id.repl.co",
proxied: false,
},
"the-all-javascript-blog": {
target: "the-all-javascript-blog.vercel.app",
},
"thebigbot": {
target: "thebigbot0000.github.io",
},
"thefrequency": {
target: "tfmlmusic.github.io/site",
},
"updater": {
target: "updater-9kn.pages.dev",
},
"usbo": {
target: "usbokirishima.github.io/profile",
},
"whistle": {
target: "whistle.deno.dev",
proxied: false,
},
"x": {
target: "xdev.deno.dev",
},
"zatoga": {
target: "zatoga.pages.dev",
proxied: true,
},
"zeusgang": {
target: "zeusgangws.github.io",
},
};