diff --git a/clients/android b/clients/android index 39e961fc..d0366839 160000 --- a/clients/android +++ b/clients/android @@ -1 +1 @@ -Subproject commit 39e961fcbc7f079d04297d7871932514cb8b6003 +Subproject commit d036683923f41871196125a640bc1211b6878d82 diff --git a/clients/apple b/clients/apple index 97402ba8..9d4ce37e 160000 --- a/clients/apple +++ b/clients/apple @@ -1 +1 @@ -Subproject commit 97402ba8b64d9bcc49d7d1dd73aca7ca5b46da54 +Subproject commit 9d4ce37e94e3df16b71ba3156ee45faf96241478 diff --git a/docs/changelog.md b/docs/changelog.md index 47e772c4..54e5f7e8 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -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