Skip to content

Commit

Permalink
add enable low level sockets option
Browse files Browse the repository at this point in the history
  • Loading branch information
uoosef committed Aug 10, 2023
1 parent 46a0e9c commit 1753f61
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 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.1.10"
versionName = "1.2.1"
}
}
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.1.10/Bepass-linux-arm64.128d44.zip"
dl_and_chmod armeabi-v7a "https://github.com/uoosef/bepass/releases/download/v1.1.10/Bepass-linux-arm7.128d44.zip"
dl_and_chmod x86 "https://github.com/uoosef/bepass/releases/download/v1.1.10/Bepass-linux-386.128d44.zip"
dl_and_chmod x86_64 "https://github.com/uoosef/bepass/releases/download/v1.1.10/Bepass-linux-amd64.128d44.zip"
dl_and_chmod arm64-v8a "https://github.com/uoosef/bepass/releases/download/v1.1.11/Bepass-linux-arm64.0f0d99.zip"
dl_and_chmod armeabi-v7a "https://github.com/uoosef/bepass/releases/download/v1.1.11/Bepass-linux-arm7.0f0d99.zip"
dl_and_chmod x86 "https://github.com/uoosef/bepass/releases/download/v1.1.11/Bepass-linux-386.0f0d99.zip"
dl_and_chmod x86_64 "https://github.com/uoosef/bepass/releases/download/v1.1.11/Bepass-linux-amd64.0f0d99.zip"
}

download_"$1"
3 changes: 2 additions & 1 deletion js/plugin_bepass/bepass.js
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,8 @@ class bepassClass {
"WorkerAddress": util.stringToWorkerAddress(bepass.workerAddress),
"WorkerIPPortAddress": util.stringToWorkerIPPort(bepass.workerCleanIPAndPort),
"WorkerEnabled": bepass.workerEnabled,
"WorkerDNSOnly": bepass.workerDNSOnly
"WorkerDNSOnly": bepass.workerDNSOnly,
"EnableLowLevelSockets": true
};

let v = {};
Expand Down

0 comments on commit 1753f61

Please sign in to comment.