From f025e6f163a2f438c8dad2402fb723c255521ce5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=96=E7=95=8C?= Date: Sat, 11 Jul 2026 01:23:17 +0800 Subject: [PATCH] Bump version --- docs/changelog.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index b1b215a6f..7884cb7b0 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -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