From 834770eca04f49df8f52a4edabcebd559a045c17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=96=E7=95=8C?= Date: Mon, 27 May 2024 22:30:52 +0800 Subject: [PATCH] documentation: Bump version --- docs/changelog.md | 39 ++++++++++++++++++++++++++++ docs/configuration/inbound/tun.md | 13 +++++----- docs/configuration/inbound/tun.zh.md | 7 +++-- docs/migration.md | 4 --- docs/migration.zh.md | 4 --- 5 files changed, 48 insertions(+), 19 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 1b7ab6ad..1fc656b5 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,6 +2,45 @@ icon: material/alert-decagram --- +#### 1.10.0-alpha.3 + +* Fix auto redirect **1** + +**1**: + +Tun inbound with `auto_route` and `auto_redirect` now works as expected on routers without intervention. + +#### 1.10.0-alpha.2 + +* Move auto redirect to Tun **1** +* Fixes and improvements + +**1**: + +Linux support are added. + +See [Tun](/configuration/inbound/tun/#auto_redirect). + +#### 1.10.0-alpha.1 + +* Add tailing comma support in JSON configuration +* Add simple auto redirect for Android **1** +* Add BitTorrent sniffer **2** + +**1**: + +It allows you to use redirect inbound in the sing-box Android client +and automatically configures IPv4 TCP redirection via su. + +This may alleviate the symptoms of some OCD patients who think that +redirect can effectively save power compared to the system HTTP Proxy. + +See [Redirect](/configuration/inbound/redirect/). + +**2**: + +See [Protocol Sniff](/configuration/route/sniff/). + ### 1.9.0 * Fixes and improvements diff --git a/docs/configuration/inbound/tun.md b/docs/configuration/inbound/tun.md index 60cd0638..4e475cc4 100644 --- a/docs/configuration/inbound/tun.md +++ b/docs/configuration/inbound/tun.md @@ -88,8 +88,8 @@ icon: material/new-box "match_domain": [] } }, - - ... // Listen Fields + ... + // Listen Fields } ``` @@ -150,7 +150,7 @@ Enforce strict routing rules when `auto_route` is enabled: *In Linux*: * Let unsupported network unreachable -* Route all connections to tun +* Make ICMP traffic route to tun instead of upstream interfaces It prevents address leaks and makes DNS hijacking work on Android. @@ -174,7 +174,7 @@ Automatically configure iptables to redirect TCP connections. *In Android*: * Only IPv4 is supported -* Only local connections is forwarded +* Only local connections are forwarded To share your VPN connection over hotspot or repeater, use [VPNHotspot](https://github.com/Mygod/VPNHotspot). @@ -183,11 +183,10 @@ To share your VPN connection over hotspot or repeater, use [VPNHotspot](https:// * iptables is required (optional ip6tables) * `iptables_nat` module is required -For OpenWrt 23.05, required extra packages are: +For OpenWrt 23.05, the following additional packages are required: ```bash -opkg update -opkg install iptables-nft iptables-mod-nat-extra ip6tables-nft +iptables-nft iptables-mod-nat-extra ip6tables-nft ``` #### inet4_route_address diff --git a/docs/configuration/inbound/tun.zh.md b/docs/configuration/inbound/tun.zh.md index f9249d4f..0a916f20 100644 --- a/docs/configuration/inbound/tun.zh.md +++ b/docs/configuration/inbound/tun.zh.md @@ -150,7 +150,7 @@ tun 接口的 IPv6 前缀。 *在 Linux 中*: * 让不支持的网络无法到达 -* 将所有连接路由到 tun +* 使 ICMP 流量路由到 tun 而不是上游接口 它可以防止地址泄漏,并使 DNS 劫持在 Android 上工作。 @@ -184,11 +184,10 @@ tun 接口的 IPv6 前缀。 * 需要 iptables(可选 ip6tables) * 需要 `iptables_nat` 模块 -对于 OpenWrt 23.05,所需的额外软件包是: +对于 OpenWrt 23.05,需要以下附加软件包: ```bash -opkg update -opkg install iptables-nft iptables-mod-nat-extra ip6tables-nft +iptables-nft iptables-mod-nat-extra ip6tables-nft ``` #### inet4_route_address diff --git a/docs/migration.md b/docs/migration.md index b282a90f..efe92dfd 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -4,10 +4,6 @@ icon: material/arrange-bring-forward ## 1.9.0 -!!! warning "Unstable" - - This version is still under development, and the following migration guide may be changed in the future. - ### `domain_suffix` behavior update For historical reasons, sing-box's `domain_suffix` rule matches literal prefixes instead of the same as other projects. diff --git a/docs/migration.zh.md b/docs/migration.zh.md index bd63bf17..ce23875a 100644 --- a/docs/migration.zh.md +++ b/docs/migration.zh.md @@ -4,10 +4,6 @@ icon: material/arrange-bring-forward ## 1.9.0 -!!! warning "不稳定的" - - 该版本仍在开发中,迁移指南可能将在未来更改。 - ### `domain_suffix` 行为更新 由于历史原因,sing-box 的 `domain_suffix` 规则匹配字面前缀,而不与其他项目相同。