Fix auto_redirect fallback rule

This commit is contained in:
世界
2026-01-29 12:07:15 +08:00
parent a4d5d59901
commit 79bab39502
7 changed files with 105 additions and 65 deletions

View File

@@ -4,8 +4,16 @@ icon: material/alert-decagram
#### 1.13.0-beta.7
* Add fallback routing rule for `auto_redirect` **1**
* Fixes and improvements
**1**:
Adds a fallback iproute2 rule checked after system default rules (32766: main, 32767: default),
ensuring traffic is routed to the sing-box table when no route is found in system tables.
The rule index can be customized via `auto_redirect_iproute2_fallback_rule_index` (default: 32768).
#### 1.13.0-beta.6
* Update uTLS to v1.8.2 **1**