世界
44033f9f2e
Fix hysteria2 realm server
2026-05-12 22:18:32 +08:00
世界
2e1a7a53ae
Update hysteria2 realm
2026-05-11 17:00:55 +08:00
世界
34c90e6f2e
Add hysteria2 realm service and support
Build / Build binary-21 (push) Blocked by required conditions
Build / Build binary-22 (push) Blocked by required conditions
Build / Build binary-23 (push) Blocked by required conditions
Build / Build binary-24 (push) Blocked by required conditions
Build / Build binary-25 (push) Blocked by required conditions
Build / Build binary-26 (push) Blocked by required conditions
Build / Build binary-27 (push) Blocked by required conditions
Build / Build binary-28 (push) Blocked by required conditions
Build / Build binary-29 (push) Blocked by required conditions
Build / Build binary-30 (push) Blocked by required conditions
Build / Build binary-31 (push) Blocked by required conditions
Build / Build binary-32 (push) Blocked by required conditions
Build / Build binary-33 (push) Blocked by required conditions
Build / Build binary-34 (push) Blocked by required conditions
Build / Build binary-35 (push) Blocked by required conditions
Build / Build binary-36 (push) Blocked by required conditions
Build / Build binary-37 (push) Blocked by required conditions
Build / Build Darwin binaries (push) Blocked by required conditions
Build / Build Darwin binaries-1 (push) Blocked by required conditions
Build / Build Darwin binaries-2 (push) Blocked by required conditions
Build / Build Windows binaries (push) Blocked by required conditions
Build / Build Windows binaries-1 (push) Blocked by required conditions
Build / Build Windows binaries-2 (push) Blocked by required conditions
Build / Build Android (push) Blocked by required conditions
Build / Publish Android (push) Blocked by required conditions
Build / Build Apple clients (push) Blocked by required conditions
Build / Build Apple clients-1 (push) Blocked by required conditions
Build / Build Apple clients-2 (push) Blocked by required conditions
Build / Build Apple clients-3 (push) Blocked by required conditions
Build / Upload builds (push) Blocked by required conditions
2026-05-10 13:31:53 +08:00
macronut
48c65a2f8a
Add more spoof method
...
Signed-off-by: macronut <4027187+macronut@users.noreply.github.com>
2026-05-02 23:07:54 +08:00
世界
bb60b58f00
Allow customizing TUN DNS mode and hijack interface DNS by default
2026-05-02 19:18:41 +08:00
世界
98b21227fa
dns: Add mDNS server
2026-05-02 19:18:41 +08:00
世界
fdec2fe051
dns: Add preferred_by rule item
2026-05-02 19:18:41 +08:00
世界
e171852b19
dns: Add neighbor-based hostname resolution to local server
2026-05-02 19:18:41 +08:00
世界
1bad8d87eb
dns: Add timeout configuration
2026-04-28 15:12:39 +08:00
世界
610aa9432d
ssh: Add cipher, MAC, and key exchange configuration
2026-04-28 15:12:38 +08:00
nekohasekai
1610c18a2f
Add Windows TLS engine
2026-04-28 08:55:05 +08:00
世界
817f9c6364
Add ACME profile support for IP address certificates
2026-04-28 08:04:54 +08:00
世界
b358fdd564
Add search domain support for Tailscale DNS
2026-04-28 08:04:53 +08:00
世界
08ce083b9b
Add TLS spoof support
2026-04-28 08:04:51 +08:00
世界
5a618c6b68
Refactor: HTTP clients, unified HTTP2/QUIC options, Apple engines
2026-04-28 08:04:39 +08:00
世界
0319b22c76
Add optimistic DNS cache
2026-04-28 08:04:34 +08:00
世界
3828b4f30e
documentation: Fix missing update for ip_version and query_type
2026-04-28 08:04:33 +08:00
世界
08260fa770
Add cloudflared inbound
2026-04-28 08:04:33 +08:00
世界
684ba79113
Add package_name_regex route, DNS and headless rule item
2026-04-28 08:04:32 +08:00
世界
e714efa792
documentation: Fixes
2026-04-28 08:04:32 +08:00
世界
e75e1c98a9
Un-deprecate ip_accept_any DNS rule item
2026-04-28 08:04:32 +08:00
nekohasekai
e1a7ab3df3
Add evaluate DNS rule action and related rule items
2026-04-28 08:04:30 +08:00
世界
0155352ff1
Add BBR profile and hop interval randomization for Hysteria2
2026-04-28 08:04:29 +08:00
nekohasekai
83fa58f60a
Refactor ACME support to certificate provider
2026-04-28 08:04:29 +08:00
世界
4f6d0ffafc
documentation: Update descriptions for neighbor rules
2026-04-28 08:04:29 +08:00
世界
d3575cc8c2
Add MAC and hostname rule items
2026-04-28 08:04:28 +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
世界
24b33a43fc
documentation: Format changes header
2026-01-17 05:48:40 +08:00
世界
78b4eac974
Add pre-match support for auto redirect
2026-01-17 05:48:39 +08:00
世界
e0a78fde07
documentation: Minor fixes
2026-01-17 05:48:16 +08:00
世界
203f4134b0
documentation: Add Wi-Fi state shared page
2026-01-17 05:48:16 +08:00
世界
ddec2ab282
Update dependencies
2026-01-17 05:48:15 +08:00
世界
cba18635c8
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
世界
2fc1b672cc
documentation: Minor fixes
2026-01-17 05:47:54 +08:00
世界
143983b585
Remove certificate_public_key_sha256 for naive
2026-01-17 05:47:54 +08:00
世界
48b7adde7d
Add QUIC support for naiveproxy
2026-01-17 05:47:52 +08:00