Skip to content

Commit

Permalink
bump core version to 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
uoosef committed Sep 10, 2023
1 parent 760ca45 commit 3372348
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion app_bepass/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ android {
defaultConfig {
applicationId = "moe.matsuri.plugin.bepass"
versionCode = 1
versionName = "1.5.4"
versionName = "1.6.2"
}
}
8 changes: 4 additions & 4 deletions download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ dl_and_chmod() {
}

download_bepass() {
dl_and_chmod arm64-v8a "https://github.com/uoosef/bepass/releases/download/v1.5.4/Bepass-linux-arm64.487733.zip"
dl_and_chmod armeabi-v7a "https://github.com/uoosef/bepass/releases/download/v1.5.4/Bepass-linux-arm7.487733.zip"
dl_and_chmod x86 "https://github.com/uoosef/bepass/releases/download/v1.5.4/Bepass-linux-386.487733.zip"
dl_and_chmod x86_64 "https://github.com/uoosef/bepass/releases/download/v1.5.4/Bepass-linux-amd64.487733.zip"
dl_and_chmod arm64-v8a "https://github.com/uoosef/bepass/releases/download/v1.6.2/Bepass-linux-arm64.51eb50.zip"
dl_and_chmod armeabi-v7a "https://github.com/uoosef/bepass/releases/download/v1.6.2/Bepass-linux-arm7.51eb50.zip"
dl_and_chmod x86 "https://github.com/uoosef/bepass/releases/download/v1.6.2/Bepass-linux-386.51eb50.zip"
dl_and_chmod x86_64 "https://github.com/uoosef/bepass/releases/download/v1.6.2/Bepass-linux-amd64.51eb50.zip"
}

download_"$1"
2 changes: 1 addition & 1 deletion js/plugin_bepass/bepass.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class bepassClass {
this.defaultSharedStorage.workerCleanIPAndPort = "104.31.16.104:443";
this.defaultSharedStorage.hosts = "example.com:1.2.3.4, yarp.lefolgoc.net:5.39.88.20";
this.defaultSharedStorage.workerAddress = "https://example.user.worker.dev/dns-query";
this.defaultSharedStorage.udpBindAddress = "0.0.0.0";
this.defaultSharedStorage.udpBindAddress = "127.0.0.1";
this.defaultSharedStorage.udpReadTimeout = "120";
this.defaultSharedStorage.udpWriteTimeout = "120";
this.defaultSharedStorage.udpLinkIdleTimeout = "120";
Expand Down
2 changes: 1 addition & 1 deletion js/plugin_bepass/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export function nekoProtocol(protocolId) {
}

export function nekoAbout() {
return "Bepass plugin v1.5.4\n" +
return "Bepass plugin v1.6.2\n" +
"Fragmentation support\n" +
"TLS padding support\n" +
"Full tcp proxy through cloudflare support\n" +
Expand Down

0 comments on commit 3372348

Please sign in to comment.