Commit Graph

342 Commits

Author SHA1 Message Date
世界 cb70a068c5 Add iOS jailbreak release 2026-06-21 12:16:31 +08:00
世界 5f6e5a8ed0 documentation: Add USB/IP server and client 2026-06-20 22:25:00 +08:00
世界 e4e8af4755 Fix remote control when Clash server is unavailable 2026-06-20 22:24:49 +08:00
世界 79ee5b3cc0 Add dashboard support for API service 2026-06-20 22:24:49 +08:00
世界 3a5d654463 Add sing-box API service 2026-06-20 22:24:42 +08:00
世界 09ff1a767c platform: Add tailscale device name and logout 2026-06-20 22:23:45 +08:00
世界 8ba1057c10 tailscale: Add tailssh server 2026-06-20 22:23:45 +08:00
世界 940fb6d8c7 hysteria2: Add gecko obfs 2026-06-20 22:23:44 +08:00
世界 f29bdd26e4 tailscale: Revert dialer deprecation and remove control_http_client 2026-06-20 22:23:19 +08:00
世界 981393d256 Fix hysteria2 realm server 2026-06-20 22:23:01 +08:00
世界 4f69e5f067 Update hysteria2 realm 2026-06-20 22:22:52 +08:00
世界 d776e2db4f Add hysteria2 realm service and support 2026-06-20 22:22:43 +08:00
macronut 3609cf660f Add more spoof method
Signed-off-by: macronut <4027187+macronut@users.noreply.github.com>
2026-06-20 22:22:33 +08:00
世界 6e7301dd61 Allow customizing TUN DNS mode and hijack interface DNS by default 2026-06-20 22:22:33 +08:00
世界 a33c92a2de dns: Add mDNS server 2026-06-20 22:22:32 +08:00
世界 a553f3302f dns: Add preferred_by rule item 2026-06-20 22:22:32 +08:00
世界 594e6aaff6 dns: Add neighbor-based hostname resolution to local server 2026-06-20 22:22:31 +08:00
世界 d880835ac4 dns: Add timeout configuration 2026-06-20 22:22:30 +08:00
世界 3a5304b910 ssh: Add cipher, MAC, and key exchange configuration 2026-06-20 22:22:29 +08:00
nekohasekai 1226d744b7 Add Windows TLS engine 2026-06-20 22:22:28 +08:00
世界 bfd9f9ab03 Add ACME profile support for IP address certificates 2026-06-20 22:22:27 +08:00
世界 39b8d37ecf Add search domain support for Tailscale DNS 2026-06-20 22:22:26 +08:00
世界 98b0d7eda3 Add TLS spoof support 2026-06-20 22:22:22 +08:00
世界 716541b61c Refactor: HTTP clients, unified HTTP2/QUIC options, Apple engines 2026-06-20 22:22:22 +08:00
世界 997a64e014 Add optimistic DNS cache 2026-06-20 22:22:05 +08:00
世界 87d3e177e5 documentation: Fix missing update for ip_version and query_type 2026-06-20 22:21:10 +08:00
世界 31bbb536b4 Add cloudflared inbound 2026-06-20 22:21:09 +08:00
世界 941ce58b8e Add package_name_regex route, DNS and headless rule item 2026-06-20 22:20:58 +08:00
世界 d92729daa1 documentation: Fixes 2026-06-20 22:20:57 +08:00
世界 3a307e71f7 Un-deprecate ip_accept_any DNS rule item 2026-06-20 22:20:57 +08:00
nekohasekai 31bea69a23 Add evaluate DNS rule action and related rule items 2026-06-20 22:20:31 +08:00
世界 5692f638e6 Add BBR profile and hop interval randomization for Hysteria2 2026-06-20 22:20:31 +08:00
nekohasekai 3b36eeab84 Refactor ACME support to certificate provider 2026-06-20 22:20:22 +08:00
世界 5b8bb39122 documentation: Update descriptions for neighbor rules 2026-06-20 22:20:22 +08:00
世界 ff9fced367 Add MAC and hostname rule items 2026-06-20 22:20:17 +08:00
世界 b0c6762bc1 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
世界 686cf1f304 documentation: Fix Chinese link anchors 2026-03-16 12:24:10 +08:00
深鸣 f46fbf188a documentation: Minor fixes 2026-03-15 17:56:37 +08:00
世界 fe585157d2 Bump version 2026-03-14 21:38:38 +08:00
世界 8bb4c4dd32 documentation: Update ocm/ccm examples 2026-03-10 22:04:12 +08:00
世界 e0be8743f6 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
世界 e1477bd065 documentation: Update cronet-go descriptions 2026-03-09 20:06:34 +08:00
世界 4c05d7b888 Add advertise tags support for Tailscale endpoint 2026-02-24 15:31:57 +08:00
世界 79bab39502 Fix auto_redirect fallback rule 2026-01-30 11:42:56 +08:00
Balthild 60a1e4c866 Add acmedns support 2026-01-17 20:52:43 +08:00
世界 8d88c6532f Add dial option bind_address_no_port 2026-01-17 05:49:56 +08:00
世界 6cd1eb9b94 Fix tailscale endpoint 2026-01-17 05:49:35 +08:00
世界 f196b7a583 tailscale: Add system interface support 2026-01-17 05:49:24 +08:00
世界 6a750f4522 Fix missing relay support for Tailscale 2026-01-17 05:48:57 +08:00
世界 494990f914 Update bypass action behavior for auto redirect 2026-01-17 05:48:41 +08:00