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