Commit 54efe36f authored by Max Lv's avatar Max Lv

Add missing -V option

parent d5d6740a
......@@ -178,7 +178,7 @@ class ShadowsocksVpnService extends VpnService with BaseService {
def startDnsDaemon() {
overtureProcess = new GuardedProcess(getApplicationInfo.nativeLibraryDir + "/liboverture.so",
"-c", buildOvertureConfig("overture-vpn.conf"))
"-c", buildOvertureConfig("overture-vpn.conf"), "-V")
.start()
}
......
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