There was an error while loading. Please reload this page.
1 parent 762c9a3 commit 1a8f5cdCopy full SHA for 1a8f5cd
1 file changed
docs/changelog.md
@@ -2,6 +2,25 @@
2
icon: material/alert-decagram
3
---
4
5
+#### 1.14.0-alpha.41
6
+
7
+* Add windows bridge **1**
8
+* Add `preferred_by` support for bridge **2**
9
+* Fixes and improvements
10
11
+**1**:
12
13
+The [`bridge`](/configuration/outbound/bridge/) outbound is now supported on
14
+Windows, implemented via WinDivert and requiring Administrator privileges.
15
16
+**2**:
17
18
+The [`bridge`](/configuration/outbound/bridge/) outbound now works with the
19
+[`preferred_by`](/configuration/route/rule/#preferred_by) route rule item.
20
+It is recommended to use `preferred_by` as a gate in the `route` rule: it only
21
+matches in [pre-match](/configuration/shared/pre-match/) and excludes local
22
+addresses that cannot be routed.
23
24
#### 1.14.0-alpha.40
25
26
* Add bridge outbound **1**
0 commit comments