mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2026-03-03 12:17:31 +00:00
Feature:Supported Rule-Set
This commit is contained in:
@@ -13,6 +13,7 @@ const (
|
||||
DstPort
|
||||
Process
|
||||
Script
|
||||
RuleSet
|
||||
MATCH
|
||||
)
|
||||
|
||||
@@ -44,6 +45,8 @@ func (rt RuleType) String() string {
|
||||
return "Script"
|
||||
case MATCH:
|
||||
return "Match"
|
||||
case RuleSet:
|
||||
return "RuleSet"
|
||||
default:
|
||||
return "Unknown"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user