Skip to content

Commit e8823ed

Browse files
committed
update
1 parent eadc456 commit e8823ed

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
lines changed

docs/app-manual/diversion.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ sidebar_position: 7
1212

1313
### 前置代理: 将一个代理请求封包到另外一个代理请求中转发, 例如有两个代理节点A,B,当前设备D,以及目标W, D->A,D->W延迟过高或者不通,D->B延迟较低, B->A延迟低,那么就可以将B设置为A的前置节点(代理),这样请求路径变成了D->B->A->W,整体延迟较低,体验提升明显
1414

15-
### 自定义代理组: 自定义版本的[自动选择], 支持正则匹配
15+
### 自定义代理组/自定义自动选择: 自定义版本的[自动选择], 支持正则匹配
1616

1717
### 分流规则:分流相关设置,包括新建/编辑等
1818

docs/app-manual/glossary.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar_position: 20
77
### 当前选择
88
- 自动选择: 自动从候选列表中选择延迟最低的节点
99
- 直连: 不经过代理,直接连接
10-
- 自定义代理组: 自定义的[自动选择]
10+
- 自定义代理组/自定义自动选择: 自定义的[自动选择]
1111
- 代理节点: 具体某一个代理服务器
1212

1313
### DNS(域名服务)

docs/app-manual/home.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ sidebar_position: 1
5757
### 9. 当前选择,类型可以为:
5858
- [自动选择](../app-manual/glossary.md)
5959
- [直连](../app-manual/glossary.md)
60-
- [自定义代理组](../app-manual/glossary.md)
60+
- [自定义代理组/自定义自动选择](../app-manual/glossary.md)
6161
- [代理节点](../app-manual/glossary.md)

docs/tutorial/custom-diversion.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
sidebar_position: 3
33
---
44
# 自定义分流
5-
- 如果内置的 geo(-ip、-site)和ACL规则还不能满足你的需求,那么可以尝试 `自定义分流组``自定义代理组`
5+
- 如果内置的 geo(-ip、-site)和ACL规则还不能满足你的需求,那么可以尝试 `自定义分流组``自定义代理组/自定义自动选择`
66

77

88
## 物料
@@ -70,7 +70,7 @@ App Package: android应用包id
7070

7171

7272

73-
## 自定义代理组
73+
## 自定义代理组/自定义自动选择
7474
- 步骤与分流组类似, 不再赘述
7575

7676

i18n/en/docusaurus-plugin-content-docs/current/app-manual/diversion.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ sidebar_position: 7
1111

1212
### Front proxy: Pack a proxy request into another proxy request and forward it. For example, there are two proxy nodes A and B, the current device D, and the target W. The delay of D->A and D->W is too high or unreachable, the delay of D->B is low, and the delay of B->A is low. Then B can be set as the front node (proxy) of A, so that the request path becomes D->B->A->W, the overall delay is low, and the experience is significantly improved
1313

14-
### Custom Proxy Group: Custom version of [Auto Select], supports regular matching
14+
### Custom Proxy Group/Custom Auto Select: Custom version of [Auto Select], supports regular matching
1515

1616
### Diversion Rules: Diversion related settings, including new creation/editing, etc.
1717

i18n/en/docusaurus-plugin-content-docs/current/app-manual/glossary.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar_position: 20
66
### Current selection
77
- Automatic selection: Automatically select the node with the lowest latency from the candidate list
88
- Direct connection: Direct connection without proxy
9-
- Custom proxy group: Custom [Automatic selection]
9+
- Custom proxy group/Custom Auto Select: Custom [Automatic selection]
1010
- Proxy node: A specific proxy server
1111

1212
### DNS (Domain Name Service)

i18n/en/docusaurus-plugin-content-docs/current/app-manual/home.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ sidebar_position: 1
5050
### 9. Current selection, type can be:
5151
- [Auto selection](../app-manual/glossary.md)
5252
- [Direct connection](../app-manual/glossary.md)
53-
- [Custom proxy group](../app-manual/glossary.md)
53+
- [Custom proxy group/Custom Auto Select](../app-manual/glossary.md)
5454
- [Proxy node](../app-manual/glossary.md)

i18n/en/docusaurus-plugin-content-docs/current/faq.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Set-NetIPInterface -ifAlias ​​<your network card name> -Forwarding Disabled
141141
- You can try to restart the router. If it still doesn't work, it is probably affected by the operator(isp). You can try to change the DNS and try again
142142

143143
### High power consumption
144-
- When using autom select or custom proxy group (setting path: Settings-Auto select):
144+
- When using autom select or custom Proxy Group/Custom Auto Select (setting path: Settings-Auto select):
145145
- Extend [Latency Checks interval]
146146
- Reduce [Maximux number of servers]
147147
- Enable [Filter invalid servers]

i18n/en/docusaurus-plugin-content-docs/current/tutorial/custom-diversion.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
sidebar_position: 3
33
---
44
# Custom diversion
5-
- If the built-in geo(-ip, -site) and ACL rules cannot meet your needs, you can try `Custom diversion group` and `Custom proxy group`
5+
- If the built-in geo(-ip, -site) and ACL rules cannot meet your needs, you can try `Custom diversion group` and `Custom proxy group/Custom Auto Select`
66

77
## Materials
88
- karing >= 1.0.15.133
@@ -64,5 +64,5 @@ Process Path: Windows process full path
6464
App Package: Android application package id
6565
:::
6666

67-
## Custom proxy group
67+
## Custom proxy group/Custom Auto Select
6868
- The steps are similar to the diversion group, so I will not repeat them

0 commit comments

Comments
 (0)