Skip to content

Commit bb6d8f0

Browse files
committed
Bump version
1 parent f17d531 commit bb6d8f0

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

docs/changelog.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22
icon: material/alert-decagram
33
---
44

5+
#### 1.14.0-alpha.43
6+
7+
* Add network namespace support **1**
8+
* Fixes and improvements
9+
10+
**1**:
11+
12+
The new [`network_namespaces`](/configuration/network-namespace/) option defines
13+
Linux network namespaces for inbounds and outbounds, referenced by tag from the
14+
new tun [`netns`](/configuration/inbound/tun/#netns) field and the existing
15+
[Listen](/configuration/shared/listen/#netns) and
16+
[Dial](/configuration/shared/dial/#netns) `netns` fields.
17+
18+
The [`unshare`](/configuration/network-namespace/unshare/) type creates the
19+
namespace at startup without requiring root privileges: a rootless sing-box can
20+
provide a tun (including `auto_route` and `auto_redirect`) inside a namespace,
21+
which can be entered with `nsenter`.
22+
523
#### 1.14.0-alpha.42
624

725
* Fixes and improvements

0 commit comments

Comments
 (0)