Commit Graph

155 Commits

Author SHA1 Message Date
世界 cf60f76562 Fix Cloudflared edge discovery ignoring configured resolver 2026-06-21 00:13:11 +08:00
世界 f0f2617b79 Fix group status updates broken by API service
The URL test history update hook and the Clash mode update hook were
single-slot: the API service's attached service overwrote the hook set
by the daemon, so clients stopped receiving group updates. Replace both
with multicast hook lists.

Also share a single URL test history storage via context: Clash API
looked it up under a key nobody registered and fell back to its own
empty storage, so dashboards showed no delay once an API service was
configured. Selector changes now notify through the shared storage,
covering selections made from any API surface.
2026-06-20 22:24:42 +08:00
世界 7b07703b1c tailscale: Fix auth URL not refreshed after logout 2026-06-20 22:24:42 +08:00
世界 65069bdaef platform: Add shell support for iOS 2026-06-20 22:23:45 +08:00
世界 09ff1a767c platform: Add tailscale device name and logout 2026-06-20 22:23:45 +08:00
世界 36c8786df1 tailssh: fix platform SFTP session teardown 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
世界 369c428424 Fix tailscale dns 2026-06-20 22:23:32 +08:00
世界 0403ae6c92 tailscale: Expose more peer info fields 2026-06-20 22:23:31 +08:00
世界 a3620561cc tailscale: Add runtime exit node API 2026-06-20 22:23:31 +08:00
世界 67c7243a92 tailscale: Fix handle peer DNS query 2026-06-20 22:23:19 +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
世界 6e7301dd61 Allow customizing TUN DNS mode and hijack interface DNS by default 2026-06-20 22:22:33 +08:00
世界 a553f3302f dns: Add preferred_by rule item 2026-06-20 22:22:32 +08:00
世界 5386bbf63e Fix tailscale start dependencies 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
世界 1c3a335d99 Improve UDP batch support 2026-06-20 22:22:28 +08:00
世界 71fd71729a Fix Tailscale search domain response name mismatch 2026-06-20 22:22:26 +08:00
世界 39b8d37ecf Add search domain support for Tailscale DNS 2026-06-20 22:22:26 +08:00
世界 716541b61c Refactor: HTTP clients, unified HTTP2/QUIC options, Apple engines 2026-06-20 22:22:22 +08:00
世界 31bbb536b4 Add cloudflared inbound 2026-06-20 22:21:09 +08:00
世界 674752a0d8 tools: Tailscale status 2026-06-20 22:20:57 +08:00
世界 4074c3e7ec tools: Tailscale status 2026-06-20 22:20:33 +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
世界 ff9fced367 Add MAC and hostname rule items 2026-06-20 22:20:17 +08:00
世界 7d847c0583 Fix check vless packet encoding 2026-06-19 23:27:29 +08:00
世界 627912a788 Fix naive inbound QUIC ALPN race condition 2026-06-19 20:57:18 +08:00
世界 da0cd68115 Fix ping timeout 2026-06-03 12:56:36 +08:00
世界 3d4616746c tailscale: Use upstream version format 2026-06-03 12:56:36 +08:00
世界 761b7f4e12 Handle TUN loopback in direct outbound 2026-06-03 12:56:36 +08:00
世界 5e7fd7ad78 Fix lint errors 2026-05-13 23:39:27 +08:00
世界 b4c625543a Fix tailscale crash at start 2026-05-13 16:28:49 +08:00
世界 2f139af2d1 Fix naive inbound close 2026-05-13 16:28:49 +08:00
世界 3312b8da50 Clean up DNS transports 2026-04-23 02:30:32 +08:00
世界 a80ef94f09 Fix tailscale endpoint early-start close panic 2026-04-19 21:15:54 +08:00
世界 53db1f178c Fix tailscale crash 2026-04-10 14:09:03 +08:00
hdrover d9b435fb62 Fix naive inbound padding bytes 2026-04-06 22:33:11 +08:00
世界 4fd2532b0a Fix naive quic error message 2026-03-30 22:42:36 +08:00
世界 6913b11e0a Reject removed legacy inbound fields instead of silently ignoring 2026-03-21 17:16:10 +08:00
世界 d2fa21d07b Deprecate Socksaddr.IsFqdn: do not reject potentially valid domain names 2026-03-16 09:37:59 +08:00
世界 eb0f38544c tailscale: Fix system interface rules 2026-03-14 21:38:38 +08:00
世界 0b04528803 tailscaile: Fix using TUN auto redirect with tailscale system interface 2026-03-10 22:04:11 +08:00
世界 65875e6dac tailscale: Use system dialer for system interface
* Revert "Fix netstack TCP connections with system interface
2026-03-10 19:50:16 +08:00
世界 df0bf927e4 Fix missing with_gvisor build tag for tailscale 2026-03-09 20:18:28 +08:00
世界 9cd60c28c0 tailscale: Fix inbound UDP packet connection 2026-03-09 20:06:34 +08:00