Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nekohasekai committed Mar 27, 2023
1 parent c8af003 commit 8056932
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 11 deletions.
6 changes: 6 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#### 1.2.1

* Fix missing default host in v2ray http transport`s request
* Flush DNS cache for macOS when tun start/close
* Fix tun's DNS hijacking compatibility with systemd-resolved

#### 1.2.0

* Fix bugs and update dependencies
Expand Down
3 changes: 1 addition & 2 deletions docs/configuration/inbound/tun.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,7 @@ Enforce strict routing rules when `auto_route` is enabled:
* Let unsupported network unreachable
* Route all connections to tun

It prevents address leaks and makes DNS hijacking work on Android and Linux with systemd-resolved, but your device will
not be accessible by others.
It prevents address leaks and makes DNS hijacking work on Android, but your device will not be accessible by others.

*In Windows*:

Expand Down
2 changes: 1 addition & 1 deletion docs/configuration/inbound/tun.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ tun 接口的 IPv6 前缀。
* 让不支持的网络无法到达
* 将所有连接路由到 tun

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

*在 Windows 中*:

Expand Down
4 changes: 0 additions & 4 deletions docs/faq/known-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ the public internet.

`auto-route` cannot automatically hijack DNS requests when Android's `Private DNS` enabled or `strict_route` disabled.

##### on Linux

`auto-route` cannot automatically hijack DNS requests with `systemd-resolved` enabled and `strict_route` disabled.

#### System proxy

##### on Linux
Expand Down
4 changes: 0 additions & 4 deletions docs/faq/known-issues.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@

`auto-route` 无法自动劫持 DNS 请求如果 `私人 DNS` 开启或 `strict_route` 禁用。

##### Linux

`auto-route` 无法自动劫持 DNS 请求如果 `systemd-resolved` 开启且 `strict_route` 禁用。

#### 系统代理

##### Linux
Expand Down

0 comments on commit 8056932

Please sign in to comment.