Skip to content

Commit

Permalink
startXShadowsocksTunFd
Browse files Browse the repository at this point in the history
  • Loading branch information
xxf098 committed Jan 17, 2022
1 parent df1ff54 commit 6c7bcd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/com/github/shadowsocks/V2RayVpnThread.scala
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class V2RayVpnThread(vpnService: ShadowsocksVpnService) extends Thread {
case p if p.isShadowSocks => {
Log.e("===", "start startShadowsocksTunFd")
// Tun2socks.startV2RayLiteWithTunFd(pfd.getFd.toLong, service, androidLogService, querySpeedService, profile, assetPath)
Tun2socks.startShadowsocksTunFd(pfd.getFd.toLong, service, androidLogService, querySpeedService, profile, assetPath)
Tun2socks.startXShadowsocksTunFd(pfd.getFd.toLong, service, androidLogService, querySpeedService, profile, assetPath)
}
case p if p.isTrojan => {
// Tun2socks.startTrojan(flow, service, androidLogService, profile, assetPath)
Expand Down

0 comments on commit 6c7bcd0

Please sign in to comment.