Commit 36faaad4 authored by Max Lv's avatar Max Lv

Update simple-obfs

parent 4c45c923
...@@ -162,7 +162,7 @@ class ShadowsocksVpnService extends VpnService with BaseService { ...@@ -162,7 +162,7 @@ class ShadowsocksVpnService extends VpnService with BaseService {
} }
override protected def buildPluginCommandLine(): ArrayBuffer[String] = override protected def buildPluginCommandLine(): ArrayBuffer[String] =
super.buildPluginCommandLine() ++= Seq("-V", "-P", getFilesDir.getAbsolutePath) super.buildPluginCommandLine() ++= Seq("-V")
def startShadowsocksDaemon() { def startShadowsocksDaemon() {
val cmd = ArrayBuffer[String](getApplicationInfo.nativeLibraryDir + "/libss-local.so", val cmd = ArrayBuffer[String](getApplicationInfo.nativeLibraryDir + "/libss-local.so",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment