Skip to content

Commit

Permalink
documentation: Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
nekohasekai committed May 29, 2024
1 parent d07aafe commit c5776d8
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 14 deletions.
31 changes: 31 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,37 @@
icon: material/alert-decagram
---

#### 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
Expand Down
5 changes: 2 additions & 3 deletions docs/configuration/inbound/tun.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 2 additions & 3 deletions docs/configuration/inbound/tun.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions docs/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 0 additions & 4 deletions docs/migration.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ icon: material/arrange-bring-forward

## 1.9.0

!!! warning "不稳定的"

该版本仍在开发中,迁移指南可能将在未来更改。

### `domain_suffix` 行为更新

由于历史原因,sing-box 的 `domain_suffix` 规则匹配字面前缀,而不与其他项目相同。
Expand Down

0 comments on commit c5776d8

Please sign in to comment.