595 Commits
Author SHA1 Message Date
世界 83b73048ff Bump version 2026-06-03 13:05:01 +08:00
世界 ee074c514f platform: Add tailscale device name and logout 2026-06-03 13:04:29 +08:00
世界 7ef44748db tailscale: Add tailssh server 2026-06-03 13:04:29 +08:00
世界 fc8f98713d hysteria2: Add gecko obfs 2026-06-03 13:04:29 +08:00
世界 51eee964d9 tailscale: Revert dialer deprecation and remove control_http_client 2026-06-03 13:04:29 +08:00
世界 1b810e3b95 Fix hysteria2 realm server 2026-06-03 13:04:28 +08:00
世界 dfed3bb814 Update hysteria2 realm 2026-06-03 13:04:28 +08:00
世界 b43374b98b Add hysteria2 realm service and support 2026-06-03 13:04:28 +08:00
macronutand世界 a50563794d Add more spoof method
Signed-off-by: macronut <4027187+macronut@users.noreply.github.com>
2026-06-03 13:04:28 +08:00
世界 fc7d41d0f7 Allow customizing TUN DNS mode and hijack interface DNS by default 2026-06-03 13:04:28 +08:00
世界 d90ae97d73 dns: Add mDNS server 2026-06-03 13:04:28 +08:00
世界 352640f3a4 dns: Add preferred_by rule item 2026-06-03 13:04:28 +08:00
世界 0b3ef7462d dns: Add neighbor-based hostname resolution to local server 2026-06-03 13:04:27 +08:00
世界 8d5f46c972 dns: Add timeout configuration 2026-06-03 13:04:27 +08:00
世界 e73c4cf3f7 ssh: Add cipher, MAC, and key exchange configuration 2026-06-03 13:04:27 +08:00
nekohasekai 1c326b8c25 Add Windows TLS engine 2026-06-03 13:04:27 +08:00
世界 f0214d0d2e Add ACME profile support for IP address certificates 2026-06-03 12:59:49 +08:00
世界 45fc5caee1 Add search domain support for Tailscale DNS 2026-06-03 12:59:48 +08:00
世界 0b16274427 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-06-03 12:59:46 +08:00
世界 3127115be7 Add TLS spoof support 2026-06-03 12:59:45 +08:00
世界 3587db4337 Refactor: HTTP clients, unified HTTP2/QUIC options, Apple engines 2026-06-03 12:59:35 +08:00
世界 23c8372f54 Add optimistic DNS cache 2026-06-03 12:59:35 +08:00
世界 bae31b68ce documentation: Fix missing update for ip_version and query_type 2026-06-03 12:59:34 +08:00
世界 ad4468b7b4 Add cloudflared inbound 2026-06-03 12:59:34 +08:00
世界 4745f06fdb Add package_name_regex route, DNS and headless rule item 2026-06-03 12:59:33 +08:00
世界 70185ea4f2 documentation: Fixes 2026-06-03 12:59:33 +08:00
世界 c27c8782c1 Un-deprecate ip_accept_any DNS rule item 2026-06-03 12:59:33 +08:00
nekohasekai b5d89ab373 Add evaluate DNS rule action and related rule items 2026-06-03 12:59:31 +08:00
世界 06e092bc0f Add BBR profile and hop interval randomization for Hysteria2 2026-06-03 12:59:30 +08:00
nekohasekai ed12daa03b Refactor ACME support to certificate provider 2026-06-03 12:59:30 +08:00
世界 e56a11adfe documentation: Update descriptions for neighbor rules 2026-06-03 12:59:30 +08:00
世界 cbf2781273 Add MAC and hostname rule items 2026-06-03 12:59:24 +08:00
世界 42c8451ec1 Bump version 2026-06-03 12:56:36 +08:00
世界 1086ab2563 Bump version 1.13.12 2026-05-14 15:11:09 +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
深鸣and世界 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