Bump version

This commit is contained in:
世界
2026-07-11 01:23:17 +08:00
parent 792f2007ac
commit f025e6f163
+18
View File
@@ -2,6 +2,24 @@
icon: material/alert-decagram
---
#### 1.14.0-alpha.43
* Add network namespace support **1**
* Fixes and improvements
**1**:
The new [`network_namespaces`](/configuration/network-namespace/) option defines
Linux network namespaces for inbounds and outbounds, referenced by tag from the
new tun [`netns`](/configuration/inbound/tun/#netns) field and the existing
[Listen](/configuration/shared/listen/#netns) and
[Dial](/configuration/shared/dial/#netns) `netns` fields.
The [`unshare`](/configuration/network-namespace/unshare/) type creates the
namespace at startup without requiring root privileges: a rootless sing-box can
provide a tun (including `auto_route` and `auto_redirect`) inside a namespace,
which can be entered with `nsenter`.
#### 1.14.0-alpha.42
* Fixes and improvements