You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/changelog.md
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,31 @@
2
2
icon: material/alert-decagram
3
3
---
4
4
5
+
#### 1.14.0-alpha.1
6
+
7
+
* Add `source_mac_address` and `source_hostname` rule items **1**
8
+
* Add `include_mac_address` and `exclude_mac_address` TUN options **2**
9
+
* Update NaiveProxy to 145.0.7632.159 **3**
10
+
* Fixes and improvements
11
+
12
+
**1**:
13
+
14
+
New rule items for matching LAN devices by MAC address and hostname via neighbor resolution.
15
+
Supported on Linux, macOS, or in graphical clients on Android and macOS.
16
+
17
+
See [Route Rule](/configuration/route/rule/#source_mac_address), [DNS Rule](/configuration/dns/rule/#source_mac_address) and [Neighbor Resolution](/configuration/shared/neighbor/).
18
+
19
+
**2**:
20
+
21
+
Limit or exclude devices from TUN routing by MAC address.
22
+
Only supported on Linux with `auto_route` and `auto_redirect` enabled.
23
+
24
+
See [TUN](/configuration/inbound/tun/#include_mac_address).
25
+
26
+
**3**:
27
+
28
+
This is not an official update from NaiveProxy. Instead, it's a Chromium codebase update maintained by Project S.
0 commit comments