Skip to content

Commit

Permalink
Update Xray-core to 1.7.5 and add more uTLS fingerprints (#26)
Browse files Browse the repository at this point in the history
* xray-plugin: update to 1.7.5

* vless: add more uTLS fingerprints
  • Loading branch information
KevinMX committed Feb 15, 2023
1 parent 8bf6c65 commit 7c3cc2a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app_xray/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ setupAll()
android {
defaultConfig {
applicationId = "moe.matsuri.plugin.xray"
versionCode = 10
versionName = "v1.7.2-1"
versionCode = 11
versionName = "v1.7.5-1"
}
}
2 changes: 1 addition & 1 deletion download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ unzip_singbox() {
}

download_xray() {
VERSION="v1.7.2"
VERSION="v1.7.5"
mkdir_libs "app_xray/libs"

curl -Lso xray.zip "https://github.com/XTLS/Xray-core/releases/download/$VERSION/Xray-android-arm64-v8a.zip"
Expand Down
6 changes: 6 additions & 0 deletions js/plugin_xray/vless.js
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,12 @@ class vlessClass {
"chrome": "chrome",
"firefox": "firefox",
"safari": "safari",
"ios": "ios",
"android": "android",
"edge": "edge",
"360": "360",
"qq": "qq",
"random": "random",
"randomized": "randomized",
}
},
Expand Down

0 comments on commit 7c3cc2a

Please sign in to comment.