Fix release build with tun2socks

This commit is contained in:
yuhan6665
2020-08-29 12:34:54 -04:00
parent b970f0bcff
commit e798cb3f42
8 changed files with 4 additions and 5 deletions

View File

@@ -235,7 +235,7 @@ func (v V2RayPoint) runTun2socks() error {
v.escorter.EscortingUp()
go v.escorter.EscortRun(
v.status.GetApp("tun2socks"),
v.status.GetApp("libtun2socks.so"),
v.status.GetTun2socksArgs(v.EnableLocalDNS, v.ForwardIpv6), "",
v.SupportSet.SendFd)