Skip to content

Commit 17eaf25

Browse files
committed
disable fake proc name
1 parent f4b171a commit 17eaf25

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/main/scala/com/github/shadowsocks/ShadowsocksVpnService.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -330,9 +330,9 @@ class ShadowsocksVpnService extends VpnService with BaseService {
330330
else
331331
cmd += " --dnsgw %s:8153".formatLocal(Locale.ENGLISH, PRIVATE_VLAN.formatLocal(Locale.ENGLISH, "1"))
332332

333-
if (Utils.isLollipopOrAbove) {
334-
cmd += " --fake-proc"
335-
}
333+
// if (Utils.isLollipopOrAbove) {
334+
// cmd += " --fake-proc"
335+
// }
336336

337337
if (BuildConfig.DEBUG) Log.d(TAG, cmd)
338338

0 commit comments

Comments
 (0)