chore: adjust doc
This commit is contained in:
parent
c180c7e4c1
commit
1044b39fcb
1 changed files with 4 additions and 4 deletions
|
@ -541,10 +541,10 @@ rules:
|
|||
- SUB-RULE,((NETWORK,TCP)),sub-rule-name1 # 当满足条件是 TCP 流量时,使用名为 sub-rule-name1 当规则集
|
||||
- SUB-RULE,((AND,((NETWORK,UDP)))),sub-rule-name2
|
||||
# 定义多个子规则集,规则将以分叉匹配,使用 SUB-RULE 使用
|
||||
# google.com (not match) --> baidu.com(match)
|
||||
# / |
|
||||
# / |
|
||||
# https://baidu.com -->rule1-->rule2-->sub-rule-name1(match tcp) 使用 DIRECT
|
||||
# google.com(not match)--> baidu.com(match)
|
||||
# / |
|
||||
# / |
|
||||
# https://baidu.com --> rule1 --> rule2 --> sub-rule-name1(match tcp) 使用 DIRECT
|
||||
#
|
||||
sub-rules:
|
||||
sub-rule-name1:
|
||||
|
|
Loading…
Reference in a new issue