feat: sniffer's force-domain and skip-domain support rule-set: and geosite:

This commit is contained in:
wwqgtxx
2024-08-14 22:38:17 +08:00
parent 696b75ee37
commit 7fd0467aef
7 changed files with 166 additions and 112 deletions

View File

@@ -27,6 +27,7 @@ const (
ProcessNameRegex
ProcessPathRegex
RuleSet
DomainSet
Network
Uid
SubRules
@@ -90,6 +91,8 @@ func (rt RuleType) String() string {
return "Match"
case RuleSet:
return "RuleSet"
case DomainSet:
return "DomainSet"
case Network:
return "Network"
case DSCP: