mirror of
https://github.com/SagerNet/sing-box.git
synced 2026-05-13 13:57:05 +00:00
documentation: Bump version
This commit is contained in:
parent
b8e441a3c4
commit
4637f8182d
1 changed files with 20 additions and 0 deletions
|
|
@ -2,6 +2,26 @@
|
|||
icon: material/alert-decagram
|
||||
---
|
||||
|
||||
#### 1.13.0-alpha.35
|
||||
|
||||
* Add pre-match support for `auto_redirect` **1**
|
||||
* Fix missing relay support for Tailscale **2**
|
||||
* Fixes and improvements
|
||||
|
||||
**1**:
|
||||
|
||||
`auto_redirect` now allows you to bypass sing-box for connections based on routing rules.
|
||||
|
||||
A new rule action `bypass` is introduced to support this feature. When matched during pre-match, the connection will bypass sing-box and connect directly.
|
||||
|
||||
This feature requires Linux with `auto_redirect` enabled.
|
||||
|
||||
See [Pre-match](/configuration/shared/pre-match/) and [Rule Action](/configuration/route/rule_action/#bypass).
|
||||
|
||||
**2**:
|
||||
|
||||
See [Tailscale Endpoint](/configuration/endpoint/tailscale/#relay_server_port).
|
||||
|
||||
#### 1.13.0-alpha.34
|
||||
|
||||
* Add Chrome Root Store certificate option **1**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue