Commit Graph

74 Commits

Author SHA1 Message Date
世界
fdfd0ffb07 route: merge rule_set branches into outer rules
Treat rule_set items as merged branches instead of standalone boolean
sub-items.

Evaluate each branch inside a referenced rule-set as if it were merged
into the outer rule and keep OR semantics between branches. This lets
outer grouped fields satisfy matching groups inside a branch without
introducing a standalone outer fallback or cross-branch state union.

Keep inherited grouped state outside inverted default and logical
branches. Negated rule-set branches now evaluate !(...) against their
own conditions and only reapply the outer grouped match after negation
succeeds, so configs like outer-group && !inner-condition continue to
work.

Add regression tests for same-group merged matches, cross-group and
extra-AND failures, DNS merged-branch behaviour, and inverted merged
branches. Update the route and DNS rule docs to clarify that rule-set
branches merge into the outer rule while keeping OR semantics between
branches.
2026-03-25 14:00:29 +08:00
世界
53850e99d4 documentation: Fix Chinese link anchors 2026-03-16 12:24:10 +08:00
世界
4caa950da9 Update bypass action behavior for auto redirect 2026-01-17 05:48:41 +08:00
世界
bb955f9a08 documentation: Format changes header 2026-01-17 05:48:40 +08:00
世界
024f7b3072 Add pre-match support for auto redirect 2026-01-17 05:48:39 +08:00
世界
be12b1d3d1 documentation: Minor fixes 2026-01-17 05:48:16 +08:00
世界
4c38b70790 documentation: Add Wi-Fi state shared page 2026-01-17 05:48:16 +08:00
世界
701b82279d Add Linux WI-FI state support
Support monitoring WIFI state on Linux through:
- NetworkManager (D-Bus)
- IWD (D-Bus)
- wpa_supplicant (control socket)
- ConnMan (D-Bus)
2026-01-17 05:47:04 +08:00
世界
e2ba72e7c1 Add proxy support for ICMP echo request 2026-01-17 05:44:41 +08:00
世界
52e4ddbb86 documentation: Add preferred_by route rule item 2026-01-17 05:44:27 +08:00
世界
bc029ca5fe documentation: Add interface address rule items 2026-01-17 05:44:27 +08:00
世界
6806d5d436 Improve TLS fragments 2025-07-08 13:14:44 +08:00
世界
886f7c8253 Add TLS record fragment support 2025-07-08 13:14:38 +08:00
reletor
8444ac0579 documentation: Minor fixes 2025-07-08 13:12:33 +08:00
k9982874
6066201331 Add ntp protocol sniffing 2025-07-08 13:12:26 +08:00
世界
29d355597f Improve resolve action 2025-07-08 13:12:18 +08:00
世界
c706aab473 documentation: Remove outdated icons 2025-07-08 13:12:16 +08:00
世界
5dd419904d documentation: TLS fragment 2025-07-08 13:12:15 +08:00
世界
e22bf653a4 documentation: Outbound domain resolver 2025-07-08 13:12:15 +08:00
testing
72b37deea7 documentation: Fix typo
Signed-off-by: testing <58134720+testing765@users.noreply.github.com>
2025-04-08 14:16:23 +08:00
世界
1999f13099 documentation: Fix typo 2025-01-27 10:04:07 +08:00
世界
00d23d275d Add UDP timeout route option 2025-01-13 15:14:30 +08:00
世界
070ad551c3 Make GSO adaptive 2025-01-13 15:14:30 +08:00
世界
0e227f4f22 documentation: Fix typo 2025-01-13 15:14:30 +08:00
世界
9dcabfd266 Add override destination to route options 2025-01-13 15:14:30 +08:00
世界
dbffc1982e Refactor multi networks strategy 2025-01-13 15:14:30 +08:00
世界
3eee2a4c04 Add multi network dialing 2025-01-13 15:14:30 +08:00
世界
8980214050 documentation: Merge route options to route actions 2025-01-13 15:14:29 +08:00
世界
1a687a6d63 Add network_[type/is_expensive/is_constrained] rule items 2025-01-13 15:14:29 +08:00
世界
9d524aa6a1 documentation: Add rule action 2025-01-13 15:14:29 +08:00
世界
3e29566610 documentation: Update the scheduled removal time of deprecated features 2025-01-13 15:14:29 +08:00
世界
7db66b492f Update utls to v1.6.7 2024-10-13 13:07:02 +08:00
srk24
4dc07ac374 Add process_path_regex rule type 2024-10-13 13:07:02 +08:00
世界
1479662a03 Add RDP sniffer 2024-10-13 13:07:02 +08:00
世界
2dc02a7658 Add SSH sniffer 2024-10-13 13:07:02 +08:00
世界
1999415d2a Improve QUIC sniffer 2024-10-13 13:07:02 +08:00
世界
ba9fffa170 Unique rule-set names 2024-10-13 13:07:02 +08:00
世界
db564008db Add accept empty DNS rule option 2024-10-13 13:07:02 +08:00
世界
628c987c7d Add DTLS sniffer 2024-10-07 04:58:48 +08:00
iosmanthus
a67be12ba8 Introduce bittorrent related protocol sniffers
* Introduce bittorrent related protocol sniffers

including, sniffers of
1. BitTorrent Protocol (TCP)
2. uTorrent Transport Protocol (UDP)

Signed-off-by: iosmanthus <myosmanthustree@gmail.com>
Co-authored-by: 世界 <i@sekai.icu>
2024-10-07 04:58:48 +08:00
世界
15dc38335e Add bypass_domain and search_domain platform HTTP proxy options 2024-05-23 14:57:26 +08:00
世界
eb365da910 Fix missing rule_set_ipcidr_match_source item in DNS rules 2024-05-21 15:12:03 +08:00
世界
d9b020826a Add address filter support for DNS rules 2024-05-21 15:12:02 +08:00
世界
52c3672368 Update documentation 2024-01-03 12:21:37 +08:00
世界
545a01f5e9 Update documentation 2024-01-03 12:21:36 +08:00
世界
50f2311035 documentation: Fix link format 2023-12-21 15:24:05 +08:00
世界
9858ac2588 documentation: Bump version & Refactor docs 2023-11-28 11:21:57 +08:00
嫦悅
474e2f2880 documentation: Fix typo
The old meaning is wrong. Correct the meaning according to the English documentation and the actual effect of the option.

Signed-off-by: 嫦悅 <lomombwlo@gmail.com>
2023-11-16 01:12:26 +08:00
世界
898938d70c Update documentation 2023-08-20 13:31:48 +08:00
世界
c594156ee7 Update documentation 2023-06-11 22:38:37 +08:00