Skip to content

Commit cbd46d0

Browse files
committed
enable acl on devices before 5.0
1 parent 8d02a1a commit cbd46d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ class ShadowsocksVpnService extends VpnService with BaseService {
281281

282282
def startShadowsocksDaemon() {
283283

284-
if (Utils.isLollipopOrAbove && config.route != Route.ALL) {
284+
if (config.route != Route.ALL) {
285285
val acl: Array[String] = config.route match {
286286
case Route.BYPASS_LAN => getResources.getStringArray(R.array.private_route)
287287
case Route.BYPASS_CHN => getResources.getStringArray(R.array.chn_route_full)

0 commit comments

Comments
 (0)