VPN flags are now opt-in#3227
Merged
Merged
Conversation
cocomine
added a commit
to cocomine/shadowsocks-android
that referenced
this pull request
Apr 19, 2026
* Update dependencies * Fix profileName fallback missing * Update dependencies * VPN flags are now opt-in for plugins (shadowsocks#3227) * Fix build staleness * Bump version to 5.3.5-nightly Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * Add E2E test GitHub Actions workflow Parameterize test-e2e.sh with env-var defaults so it works both locally (macOS/ARM64) and on CI (Linux/x86_64). Add TARGET_ABI Gradle property to build a single-architecture APK, and create an e2e-test workflow that runs the VPN connectivity tests on an x86_64 emulator with KVM. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Mygod <contact-git@mygod.be> Co-authored-by: Max Lv <max.c.lv@gmail.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: cocomine <22698880+cocomine@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This re-implements #1742. This allows plugin developers to use the default network directly rather than forcing them to use
protect_path. They can still opt in to useprotect_pathto make sure that the correct underlying network is used but given the complexity (no plugins are implemented in JVM) and the small marginal benefits, I don't expect most to do this.