Skip to content

Commit

Permalink
Update variables.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
vfarid committed May 31, 2024
1 parent 2d30179 commit 8eb434c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/variables.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
export const version: string = "2.3"
export const version: string = "2.4"
export const providersUri: string = "https://raw.githubusercontent.com/vfarid/v2ray-worker/main/resources/provider-list.txt"
export const proxiesUri: string = "https://raw.githubusercontent.com/vfarid/v2ray-worker/main/resources/proxy-list.txt"

export const defaultProtocols: Array<string> = [
"vmess",
"built-in-vless",
"vless",
"built-in-trojan",
]

export const defaultALPNList: Array<string> = [
Expand Down

0 comments on commit 8eb434c

Please sign in to comment.