587 Commits

Author SHA1 Message Date
世界 9ee56ae7f5 Bump version 2026-05-03 09:07:20 +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
世界 abedea4e57 Bump version 2026-04-28 15:12:39 +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
世界 90a642ef96 Reject pure-IP rule-set references without match_response
DNS rules referencing rule-sets that contain only ip_cidr predicates
silently stopped matching when legacy DNS mode was disabled, because the
IP-CIDR branch cannot match against an in-flight DNS query. The existing
validation intentionally let every rule_set through on the premise that
mixed sets still work via their non-IP branches, which is only true when
such a branch exists. Track whether a rule-set carries any non-IP-CIDR
predicate and reject pure-IP references the same way bare ip_cidr fields
are already rejected.
2026-04-28 08:04:52 +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
世界 553cfa1f9f Bump version 2026-04-23 07:30:34 +08:00
世界 a3fc14f35f Bump version 2026-04-22 13:40:36 +08:00
世界 d942ecc904 Bump version 1.13.9 2026-04-20 09:49:39 +08:00
世界 c3de6a25fb documentation: Remove warp ads 2026-04-20 09:49:39 +08:00
世界 bb3ad9c694 documentation: Fix typo 2026-04-14 16:00:47 +08:00
世界 d5adb54bc6 Bump version 2026-04-14 14:33:19 +08:00
世界 025b947a24 Bump version 2026-04-10 16:23:45 +08:00
世界 813b634d08 Bump version 2026-04-06 23:09:11 +08:00
世界 7ffdc48b49 Bump version 2026-03-30 23:03:43 +08:00
世界 d09182614c Bump version 2026-03-26 13:28:33 +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
世界 d3768cca36 Bump version 2026-03-15 17:56:37 +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
世界 8289bbd846 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
世界 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
世界 bc3884ca91 release: Add openwrt apk build 2026-03-09 20:18:40 +08:00
世界 e1477bd065 documentation: Update cronet-go descriptions 2026-03-09 20:06:34 +08:00
世界 4b26ab16fb Bump version 2026-03-07 16:13:23 +08:00
世界 7fd21f8bf4 Bump version 2026-03-05 21:46:27 +08:00
世界 91f92bee49 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
世界 6da7e538e1 Bump version 2026-02-28 14:42:39 +08:00