-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4fb4b53
commit 5fc174b
Showing
8 changed files
with
71 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Preset outbound | ||
|
||
## DIRECT | ||
|
||
Direct, data exits directly. | ||
|
||
## REJECT | ||
|
||
Reject, intercepts data from going out. | ||
|
||
## REJECT-DROP | ||
|
||
Reject, unlike `REJECT`, this strategy silently drops the request. | ||
|
||
## PASS | ||
|
||
Bypass, skipping this rule when matching. | ||
|
||
## COMPATIBLE | ||
|
||
Compatible, appears when no node is selected in the policy group filtering, equivalent to `DIRECT`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# 预置出站 | ||
|
||
## DIRECT | ||
|
||
直连,数据直接出站 | ||
|
||
## REJECT | ||
|
||
拒绝,拦截数据出站 | ||
|
||
## REJECT-DROP | ||
|
||
拒绝,与`REJECT`不同的是,该策略将静默抛弃请求 | ||
|
||
## PASS | ||
|
||
绕过,会使匹配规则时跳过此规则 | ||
|
||
## COMPATIBLE | ||
|
||
兼容,在策略组筛选不出节点时出现,等效 `DIRECT` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,11 @@ | ||
# Preset outbound | ||
# Predefined Proxy Group | ||
|
||
## DIRECT | ||
## GLOBAL | ||
|
||
Direct, data exits directly. | ||
Default fill all proxy-groups and proxies | ||
|
||
## REJECT | ||
The strategy group can also be customized in the configuration file | ||
|
||
Reject, intercepts data from going out. | ||
However, the web panel and some client applications sort according to the order of policy groups within the GLOBAL policy group | ||
|
||
## REJECT-DROP | ||
|
||
Reject, unlike `REJECT`, this strategy silently drops the request. | ||
|
||
## PASS | ||
|
||
Bypass, skipping this rule when matching. | ||
|
||
## COMPATIBLE | ||
|
||
Compatible, appears when no node is selected in the policy group filtering, equivalent to `DIRECT`. | ||
It is recommended to write out all the policy groups of the current configuration in full (except for the GLOBAL itself) when customizing the GLOBAL policy group |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,11 @@ | ||
# 预置出站 | ||
# 预置代理组 | ||
|
||
## DIRECT | ||
## GLOBAL | ||
|
||
直连,数据直接出站 | ||
默认填充所有代理组和代理节点 | ||
|
||
## REJECT | ||
该策略组也可以在配置文件中自定义 | ||
|
||
拒绝,拦截数据出站 | ||
但 web 面板以及部分客户端使用 GLOBAL 策略组内的 策略组顺序 进行排序 | ||
|
||
## REJECT-DROP | ||
|
||
拒绝,与`REJECT`不同的是,该策略将静默抛弃请求 | ||
|
||
## PASS | ||
|
||
绕过,会使匹配规则时跳过此规则 | ||
|
||
## COMPATIBLE | ||
|
||
兼容,在策略组筛选不出节点时出现,等效 `DIRECT` | ||
建议在自定义 GLOBAL 策略组时,书写完整当前配置所有的策略组 (除了 GLOBAL 本身) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters