Commit Graph

552 Commits

Author SHA1 Message Date
世界
a8064cf7cd Bump version 2026-03-26 13:28:33 +08:00
世界
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
世界
ecbdba3e1e Bump version 2026-03-15 17:56:37 +08:00
深鸣
acf3dd8056 documentation: Minor fixes 2026-03-15 17:56:37 +08:00
世界
0b388be33c Bump version 2026-03-14 21:38:38 +08:00
世界
5b27caa338 Add Alpine APK packaging to CI build
Add fpm-based Alpine APK packaging alongside existing DEB/RPM/Pacman
packages. Alpine APKs use `linux` in the filename to distinguish from
OpenWrt APKs which use the `openwrt` prefix.
2026-03-11 20:41:29 +08:00
世界
ab1fb1dce0 documentation: Update ocm/ccm examples 2026-03-10 22:04:12 +08:00
世界
7388824759 ocm: Add Responses WebSocket API proxy and fix client config docs
Support the OpenAI Responses WebSocket API (`wss://.../v1/responses`)
for bidirectional frame proxying with usage tracking.
Fix Codex CLI client config examples to use profiles and correct flags.

Update openai-go v3.24.0 → v3.26.0.
2026-03-10 22:04:11 +08:00
世界
bcd9bfa614 release: Add openwrt apk build 2026-03-09 20:18:40 +08:00
世界
999fb83b61 documentation: Update cronet-go descriptions 2026-03-09 20:06:34 +08:00
世界
5d219a4111 Bump version 2026-03-07 16:13:23 +08:00
世界
66d89918aa Bump version 2026-03-05 21:46:27 +08:00
世界
e269ad6528 release: Unify default build tags and linker flags into shared files
Move hardcoded build tags and ldflags from Makefile, Dockerfile, CI
workflows, and local build scripts into canonical files under release/:

- release/DEFAULT_BUILD_TAGS (Linux common archs, Darwin, Android)
- release/DEFAULT_BUILD_TAGS_WINDOWS (includes with_purego)
- release/DEFAULT_BUILD_TAGS_OTHERS (no with_naive_outbound)
- release/LDFLAGS (shared linker flags)
2026-03-03 21:21:09 +08:00
世界
5af16a47a8 Bump version 2026-02-28 14:42:39 +08:00
世界
9bdb7990dd Add advertise tags support for Tailscale endpoint 2026-02-24 15:31:57 +08:00
世界
44c9c4af4b Bump version 2026-02-23 18:17:47 +08:00
世界
b2998a19ab Bump version 2026-02-21 13:55:31 +08:00
世界
aa99aa2d2b Bump version 2026-02-16 12:46:43 +08:00
世界
8a676fc338 Bump version 2026-02-15 21:13:55 +08:00
世界
5d95ea3a97 Bump version 2026-02-09 15:50:51 +08:00
世界
962988aa4c Bump version 2026-02-05 20:28:25 +08:00
世界
c98fb6615a documentation: Update release changelog 2026-02-05 12:03:03 +08:00
世界
c2fb08b323 Bump version 2026-02-01 12:29:57 +08:00
世界
9d9549078f Bump version 2026-01-30 14:05:29 +08:00
世界
eadd41c4ce Fix auto_redirect fallback rule 2026-01-30 11:42:56 +08:00
Balthild
a456e2072f Add acmedns support 2026-01-17 20:52:43 +08:00
世界
2a8d7dec64 documentation: Bump version 2026-01-17 19:21:19 +08:00
世界
51a5451a5f Add dial option bind_address_no_port 2026-01-17 05:49:56 +08:00
世界
694d694d8c Fix tailscale endpoint 2026-01-17 05:49:35 +08:00
世界
4bc27e7cb5 tailscale: Add system interface support 2026-01-17 05:49:24 +08:00
世界
28d2ff2492 Fix missing relay support for Tailscale 2026-01-17 05:48:57 +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
世界
ba49af1ce8 Update dependencies 2026-01-17 05:48:15 +08:00
世界
1512f65c98 Add Chrome Root Store certificate option
Adds `chrome` as a new certificate store option alongside `mozilla`.
Both stores filter out China-based CA certificates.
2026-01-17 05:47:54 +08:00
世界
899c2ed7b1 documentation: Minor fixes 2026-01-17 05:47:54 +08:00
世界
50859575f2 Remove certificate_public_key_sha256 for naive 2026-01-17 05:47:54 +08:00
世界
42d62a1e21 Add QUIC support for naiveproxy 2026-01-17 05:47:52 +08:00
世界
464554ab8f Add ECH support for NaiveProxy outbound and tls.ech.query_server_name option
- Enable ECH for NaiveProxy outbound with DNS resolver integration
- Add query_server_name option to override domain for ECH HTTPS record queries
- Update cronet-go dependency and remove windows_386 support
2026-01-17 05:47:42 +08:00
世界
4f69035de1 Fix naiveproxy build 2026-01-17 05:47:42 +08:00
世界
0fd51633f4 Add OpenAI Codex Multiplexer service 2026-01-17 05:47:42 +08:00
世界
8b2adb0bc7 Fix bugs and add UoT option for naiveproxy outbound 2026-01-17 05:47:41 +08:00
世界
3313c6e0b2 Add naiveproxy outbound 2026-01-17 05:47:41 +08:00
世界
0b6fe45fb9 platform: Refactoring libbox to use gRPC-based protocol 2026-01-17 05:47:32 +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
世界
c9c686369f Add more tcp keep alive options
Also update default TCP keep-alive initial period from 10 minutes to 5 minutes.
2026-01-17 05:47:04 +08:00