Remove strict route on windows

replaced by custom route
This commit is contained in:
世界
2022-10-12 16:24:45 +08:00
parent 25a55ebf52
commit 413c4fccb6
4 changed files with 3 additions and 11 deletions

View File

@@ -103,10 +103,6 @@ Enforce strict routing rules when `auto_route` is enabled:
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.
*In Windows*:
Use segmented `auto_route` routing settings, which may help if you're using a dial-up network.
#### inet4_route_address
Use custom routes instead of default when `auto_route` is enabled.

View File

@@ -103,10 +103,6 @@ tun 接口的 IPv6 前缀。
它可以防止地址泄漏,并使 DNS 劫持在 Android 和使用 systemd-resolved 的 Linux 上工作,但你的设备将无法其他设备被访问。
*在 Windows 中*:
使用分段的 `auto_route` 路由设置,如果您使用的是拨号网络,这可能会有所帮助。
#### inet4_route_address
启用 `auto_route` 时使用自定义路由而不是默认路由。