documentation: Bump version

This commit is contained in:
世界
2026-01-08 22:12:07 +08:00
parent d553a761a9
commit 275d102587
+13
View File
@@ -2,6 +2,19 @@
icon: material/alert-decagram
---
#### 1.13.0-beta.2
* Add `bind_address_no_port` option for dial fields **1**
* Fixes and improvements
**1**:
Adds the Linux socket option `IP_BIND_ADDRESS_NO_PORT` support when explicitly binding to a source address.
This allows reusing the same source port for multiple connections, improving scalability for high-concurrency proxy scenarios.
See [Dial Fields](/configuration/shared/dial/#bind_address_no_port).
#### 1.13.0-beta.1
* Add system interface support for Tailscale endpoint **1**