Add uid and app status in routing rule

This commit is contained in:
世界
2021-08-27 13:00:13 +08:00
parent 707efd6d12
commit 16d96aa54d
12 changed files with 429 additions and 133 deletions
+4
View File
@@ -40,4 +40,8 @@ type Context interface {
// GetSkipDNSResolve returns a flag switch for weather skip dns resolve during route pick.
GetSkipDNSResolve() bool
GetUid() uint32
GetAppStatus() []string
}