mirror of
https://github.com/lush2020/edgetunnel.git
synced 2026-03-24 09:08:16 +08:00
enhance cf-page-vless
This commit is contained in:
@@ -48,7 +48,7 @@ function authentication(context: EventContext<any, any, any>) {
|
||||
status: 302,
|
||||
headers: {
|
||||
'content-type': 'text/html; charset=utf-8',
|
||||
Location: `./${userID}`,
|
||||
Location: `./${userID}?wspath=${encodeURIComponent('/vless')}`,
|
||||
},
|
||||
});
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user