Chore: merge branch 'with-tun' into plus-pro

This commit is contained in:
yaling888
2022-04-10 05:57:06 +08:00
66 changed files with 2807 additions and 334 deletions

View File

@@ -14,6 +14,7 @@ const (
Process
ProcessPath
Script
UserAgent
MATCH
)
@@ -45,6 +46,8 @@ func (rt RuleType) String() string {
return "ProcessPath"
case Script:
return "Script"
case UserAgent:
return "UserAgent"
case MATCH:
return "Match"
default: