Skip to content

Commit c7f53ab

Browse files
committed
Update DNS zone
1 parent eaadcf9 commit c7f53ab

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

Diff for: domains/vanityURLs.js

+9-4
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,14 @@ D('vanityurls.link', REG_NONE, DnsProvider(cloudFlare), DISABLE_IGNORE_SAFETY_CH
1111
ALIAS('mta-sts','mta-sts-vanityurls-link.pages.dev.', cfProxy),
1212
TXT('_github-pages-challenge-vanityURLs','190fe223ffbdc9a230854700615524'),
1313

14+
ALIAS('@','website-2ax.pages.dev.', cfProxy),
1415
AAAA("git", '2001:DB8::1', cfProxy),
1516
CF_TEMP_REDIRECT("git.vanityurls.link/*", "https://github.com/vanityURLs/$1"),
1617
AAAA("code", '2001:DB8::1', cfProxy),
1718
CF_TEMP_REDIRECT("code.vanityurls.link/*", "https://github.com/vanityURLs/website/$1"),
18-
AAAA("web", '2001:DB8::1', cfProxy),
19-
CF_TEMP_REDIRECT("web.vanityurls.link/*", "https://github.com/vanityURLs/website/$1")
20-
19+
AAAA("www", '2001:DB8::1', cfProxy),
20+
CF_TEMP_REDIRECT("www.vanityurls.link/*", "https://vanityURLs.link/$1")
21+
2122
);
2223

2324
D('v8s.link', REG_NONE, DnsProvider(cloudFlare), DISABLE_IGNORE_SAFETY_CHECK,
@@ -34,7 +35,11 @@ D('v8s.link', REG_NONE, DnsProvider(cloudFlare), DISABLE_IGNORE_SAFETY_CHECK,
3435
TXT('_github-pages-challenge-vanityURLs','c5061048e2ccff690543a0ec9c67cf'),
3536

3637
AAAA("git", '2001:DB8::1', cfProxy),
37-
CF_TEMP_REDIRECT("git.v8s.link/*", "https://github.com/vanityURLs/$1")
38+
CF_TEMP_REDIRECT("git.v8s.link/*", "https://github.com/vanityURLs/$1"),
39+
AAAA("@", '2001:DB8::1', cfProxy),
40+
CF_TEMP_REDIRECT("v8s.link/*", "https://vanityURLs.link/$1"),
41+
AAAA("www", '2001:DB8::1', cfProxy),
42+
CF_TEMP_REDIRECT("www.v8s.link/*", "https://vanityURLs.link/$1")
3843
// AAAA("code", '2001:DB8::1', cfProxy),
3944
// CF_TEMP_REDIRECT("code.v8s.link/*", "https://github.com/vanityURLs/website/$1"),
4045
// AAAA("web", '2001:DB8::1', cfProxy),

0 commit comments

Comments
 (0)