Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xishang0128 committed Oct 20, 2023
1 parent d4c311f commit 46a2e1f
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions docs/config/inbound/tun.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ tun:

是否启用 tun 模式来路由全局流量。

可选`true/false`
可用值`true/false`

```yaml
enable: true
Expand All @@ -51,7 +51,7 @@ enable: true
tun 模式堆栈,如无使用问题,建议使用 `system` 栈;MacOS 用户推荐 `gvisor`栈

可选: `system/gvisor/lwip`
可用值: `system/gvisor/lwip`

```yaml
stack: system
Expand Down Expand Up @@ -86,7 +86,7 @@ auto-route: true

自动选择流量出口接口,多出口网卡同时连接的设备建议手动指定出口网卡

可选:`true/false`
可用值:`true/false`

```yaml
auto-detect-interface: true
Expand All @@ -113,15 +113,15 @@ dns-hijack:

严格路由,它可以防止地址泄漏,并使 DNS 劫持在 Android 和使用 systemd-resolved 的 Linux 上工作,但你的设备将无法被其他设备访问

可选:`true/false`
可用值:`true/false`

```yaml
strict-route: true
```

### mtu

最大传输单元, 值为 `1-65534`, 会影响极限状态下的速率,一般用户默认即可。
最大传输单元, 可用值为 `1-65534`, 会影响极限状态下的速率,一般用户默认即可。

```yaml
mtu: 9000
Expand Down Expand Up @@ -213,7 +213,6 @@ include-android-user:
| 手机分身 | 10 |
| 应用多开 | 999 |


### include-package

包含的Android应用包名,使其被Tun路由流量,未配置的应用包不会被Tun路由流量
Expand Down

0 comments on commit 46a2e1f

Please sign in to comment.