You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugin/README.md
+3-5
Original file line number
Diff line number
Diff line change
@@ -45,12 +45,10 @@ First you need to get your native binary compiling on Android platform.
45
45
*[Sample project for C](https://github.com/shadowsocks/simple-obfs-android/tree/4f82c4a4e415d666e70a7e2e60955cb0d85c1615);
46
46
*[Sample project for Go](https://github.com/shadowsocks/v2ray-plugin-android/tree/172bd4cec0276112828614482fb646b79dbf1540).
47
47
48
-
In addition to functionalities of a normal plugin, it has to support these additional flags that
49
-
may get passed through arguments:
48
+
In addition to functionalities of a normal plugin, it has to support these additional options:
50
49
51
-
*`-V`: VPN mode. In this case, the plugin should pass all file descriptors that needs protecting
52
-
from VPN connections (i.e. its traffic will not be forwarded through the VPN) through an
53
-
ancillary message to `./protect_path`.
50
+
*`__android_vpn`: VPN mode.
51
+
In this case, the plugin should pass all file descriptors that needs protecting from VPN connections (i.e. its traffic will not be forwarded through the VPN) through an ancillary message to `./protect_path`.
0 commit comments