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
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,20 @@
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
+
9
+
**1**:
10
+
11
+
`auto_redirect` now allows you to bypass sing-box for connections based on routing rules.
12
+
13
+
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.
14
+
15
+
This feature requires Linux with `auto_redirect` enabled.
16
+
17
+
See [Pre-match](/configuration/shared/pre-match/) and [Rule Action](/configuration/route/rule_action/#bypass).
0 commit comments