mirror of
https://github.com/SagerNet/sing-tun.git
synced 2025-04-03 03:47:39 +03:00
Re-implement lazy conns
This commit is contained in:
parent
a5cb9f4f5f
commit
b1e2673c21
6 changed files with 231 additions and 33 deletions
|
@ -273,8 +273,9 @@ func (t *NativeTun) setRoutes() error {
|
|||
if err != nil {
|
||||
return E.Cause(err, "re-add route: ", destination)
|
||||
}
|
||||
} else {
|
||||
return E.Cause(err, "add route: ", destination)
|
||||
}
|
||||
return E.Cause(err, "add route: ", destination)
|
||||
}
|
||||
}
|
||||
flushDNSCache()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue