Add uid and android user rules support in tun routing

This commit is contained in:
世界 2022-08-15 00:25:49 +08:00
parent c8399a297e
commit 3157593b6b
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
10 changed files with 176 additions and 90 deletions

View file

@ -3,18 +3,15 @@ linters:
enable:
- gofumpt
- govet
- gci
# - gci
- staticcheck
- paralleltest
issues:
fix: true
linters-settings:
gci:
sections:
- standard
- prefix(github.com/sagernet/)
- default
# gci:
# sections:
# - standard
# - prefix(github.com/sagernet/)
# - default
staticcheck:
go: '1.19'