Bump version

This commit is contained in:
世界 2026-01-28 18:27:00 +08:00
parent 79bab39502
commit ff58edb1c1
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
3 changed files with 15 additions and 3 deletions

@ -1 +1 @@
Subproject commit 39e961fcbc7f079d04297d7871932514cb8b6003
Subproject commit d036683923f41871196125a640bc1211b6878d82

@ -1 +1 @@
Subproject commit 97402ba8b64d9bcc49d7d1dd73aca7ca5b46da54
Subproject commit 9d4ce37e94e3df16b71ba3156ee45faf96241478

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