-
Notifications
You must be signed in to change notification settings - Fork 84
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
2aeaff8
commit cfe92b1
Showing
3 changed files
with
40 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Mieru | ||
|
||
```{.yaml linenums="1"} | ||
proxies: | ||
- name: mieru | ||
type: mieru | ||
server: server | ||
port: 2999 | ||
port-range: 2090-2099 | ||
transport: TCP | ||
username: user | ||
password: password | ||
multiplexing: MULTIPLEXING_LOW | ||
``` | ||
|
||
[通用字段](./index.md) | ||
|
||
## port-range | ||
|
||
端口范围,不可与 `port` 同时书写 | ||
|
||
## transport | ||
|
||
协议,目前只支持 `TCP` | ||
|
||
## multiplexing | ||
|
||
多路复用,可以使用的值包括 `MULTIPLEXING_OFF`, `MULTIPLEXING_LOW`, `MULTIPLEXING_MIDDLE`, ·。其中 `MULTIPLEXING_OFF` 会关闭多路复用功能。默认值为 `MULTIPLEXING_LOW` |
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