Bump version

This commit is contained in:
世界
2026-01-28 18:27:00 +08:00
parent 79bab39502
commit ff58edb1c1
3 changed files with 15 additions and 3 deletions

View File

@@ -2,7 +2,19 @@
icon: material/alert-decagram
---
#### 1.13.0-beta.7
#### 1.13.0-beta.8
* 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.12.18
* Add fallback routing rule for `auto_redirect` **1**
* Fixes and improvements