You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/changelog.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,26 @@
2
2
icon: material/alert-decagram
3
3
---
4
4
5
+
#### 1.13.0-alpha.35
6
+
7
+
* Add pre-match support for `auto_redirect`**1**
8
+
* Fix missing relay support for Tailscale **2**
9
+
* Fixes and improvements
10
+
11
+
**1**:
12
+
13
+
`auto_redirect` now allows you to bypass sing-box for connections based on routing rules.
14
+
15
+
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.
16
+
17
+
This feature requires Linux with `auto_redirect` enabled.
18
+
19
+
See [Pre-match](/configuration/shared/pre-match/) and [Rule Action](/configuration/route/rule_action/#bypass).
20
+
21
+
**2**:
22
+
23
+
See [Tailscale Endpoint](/configuration/endpoint/tailscale/#relay_server_port).
0 commit comments