mirror of
https://github.com/SagerNet/sing-tun.git
synced 2025-04-04 04:17:39 +03:00
Fix linter
This commit is contained in:
parent
21b78edd8b
commit
e5f9651d3d
2 changed files with 7 additions and 0 deletions
|
@ -114,6 +114,9 @@ func (t *NativeTun) configure() error {
|
|||
err = luid.AddRoute(routeRange, netip.IPv6Unspecified(), 0)
|
||||
}
|
||||
}
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
err = windnsapi.FlushResolverCache()
|
||||
if err != nil {
|
||||
return err
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue