@@ -11,13 +11,14 @@ D('vanityurls.link', REG_NONE, DnsProvider(cloudFlare), DISABLE_IGNORE_SAFETY_CH
11
11
ALIAS ( 'mta-sts' , 'mta-sts-vanityurls-link.pages.dev.' , cfProxy ) ,
12
12
TXT ( '_github-pages-challenge-vanityURLs' , '190fe223ffbdc9a230854700615524' ) ,
13
13
14
+ ALIAS ( '@' , 'website-2ax.pages.dev.' , cfProxy ) ,
14
15
AAAA ( "git" , '2001:DB8::1' , cfProxy ) ,
15
16
CF_TEMP_REDIRECT ( "git.vanityurls.link/*" , "https://github.com/vanityURLs/$1" ) ,
16
17
AAAA ( "code" , '2001:DB8::1' , cfProxy ) ,
17
18
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
+
21
22
) ;
22
23
23
24
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,
34
35
TXT ( '_github-pages-challenge-vanityURLs' , 'c5061048e2ccff690543a0ec9c67cf' ) ,
35
36
36
37
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" )
38
43
// AAAA("code", '2001:DB8::1', cfProxy),
39
44
// CF_TEMP_REDIRECT("code.v8s.link/*", "https://github.com/vanityURLs/website/$1"),
40
45
// AAAA("web", '2001:DB8::1', cfProxy),
0 commit comments