Skip to content

Commit

Permalink
Merge pull request #269 from X1A0CA1/master
Browse files Browse the repository at this point in the history
更新 clash.meta 内核所支持的规则
  • Loading branch information
geekdada authored May 21, 2024
2 parents 7440e09 + 501046d commit 0a8ef0a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/constant/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,12 @@ export const CLASH_META_SUPPORTED_RULE = [
'DOMAIN',
'DOMAIN-SUFFIX',
'DOMAIN-KEYWORD',
'DOMAIN-REGEX',
'GEOSITE',
'GEOIP',
'SRC-GEOIP',
'IP-ASN',
'SRC-IP-ASN',
'IP-CIDR',
'IP-CIDR6',
'SRC-IP-CIDR',
Expand All @@ -46,6 +50,8 @@ export const CLASH_META_SUPPORTED_RULE = [
'DSCP',
'PROCESS-NAME',
'PROCESS-PATH',
'PROCESS-NAME-REGEX',
'PROCESS-PATH-REGEX',
'NETWORK',
'UID',
'IN-TYPE',
Expand Down

0 comments on commit 0a8ef0a

Please sign in to comment.