Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
GooRingX committed Jan 7, 2025
1 parent eadc456 commit e8823ed
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/app-manual/diversion.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ sidebar_position: 7

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

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

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

Expand Down
2 changes: 1 addition & 1 deletion docs/app-manual/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sidebar_position: 20
### 当前选择
- 自动选择: 自动从候选列表中选择延迟最低的节点
- 直连: 不经过代理,直接连接
- 自定义代理组: 自定义的[自动选择]
- 自定义代理组/自定义自动选择: 自定义的[自动选择]
- 代理节点: 具体某一个代理服务器

### DNS(域名服务)
Expand Down
2 changes: 1 addition & 1 deletion docs/app-manual/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ sidebar_position: 1
### 9. 当前选择,类型可以为:
- [自动选择](../app-manual/glossary.md)
- [直连](../app-manual/glossary.md)
- [自定义代理组](../app-manual/glossary.md)
- [自定义代理组/自定义自动选择](../app-manual/glossary.md)
- [代理节点](../app-manual/glossary.md)
4 changes: 2 additions & 2 deletions docs/tutorial/custom-diversion.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sidebar_position: 3
---
# 自定义分流
- 如果内置的 geo(-ip、-site)和ACL规则还不能满足你的需求,那么可以尝试 `自定义分流组``自定义代理组`
- 如果内置的 geo(-ip、-site)和ACL规则还不能满足你的需求,那么可以尝试 `自定义分流组``自定义代理组/自定义自动选择`


## 物料
Expand Down Expand Up @@ -70,7 +70,7 @@ App Package: android应用包id



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


Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sidebar_position: 7

### 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

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

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar_position: 20
### Current selection
- Automatic selection: Automatically select the node with the lowest latency from the candidate list
- Direct connection: Direct connection without proxy
- Custom proxy group: Custom [Automatic selection]
- Custom proxy group/Custom Auto Select: Custom [Automatic selection]
- Proxy node: A specific proxy server

### DNS (Domain Name Service)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ sidebar_position: 1
### 9. Current selection, type can be:
- [Auto selection](../app-manual/glossary.md)
- [Direct connection](../app-manual/glossary.md)
- [Custom proxy group](../app-manual/glossary.md)
- [Custom proxy group/Custom Auto Select](../app-manual/glossary.md)
- [Proxy node](../app-manual/glossary.md)
2 changes: 1 addition & 1 deletion i18n/en/docusaurus-plugin-content-docs/current/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ Set-NetIPInterface -ifAlias ​​<your network card name> -Forwarding Disabled
- 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

### High power consumption
- When using autom select or custom proxy group (setting path: Settings-Auto select):
- When using autom select or custom Proxy Group/Custom Auto Select (setting path: Settings-Auto select):
- Extend [Latency Checks interval]
- Reduce [Maximux number of servers]
- Enable [Filter invalid servers]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sidebar_position: 3
---
# Custom diversion
- If the built-in geo(-ip, -site) and ACL rules cannot meet your needs, you can try `Custom diversion group` and `Custom proxy group`
- 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`

## Materials
- karing >= 1.0.15.133
Expand Down Expand Up @@ -64,5 +64,5 @@ Process Path: Windows process full path
App Package: Android application package id
:::

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

0 comments on commit e8823ed

Please sign in to comment.