Commit Graph

694 Commits

Author SHA1 Message Date
世界 cf60f76562 Fix Cloudflared edge discovery ignoring configured resolver 2026-06-21 00:13:11 +08:00
世界 38786cf640 Add USB/IP support for macOS 2026-06-20 22:25:00 +08:00
世界 0c7707ca9e Add USB/IP service 2026-06-20 22:24:55 +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
世界 7ac2cac7ae sing: Fix comment loop 2026-06-20 22:23:32 +08:00
世界 4559faaaa4 Fix tailscale 2026-06-20 22:23:31 +08:00
世界 6acb02c0fd realm: Open separate v4 and v6 packet conns on client 2026-06-20 22:23:31 +08:00
世界 a2894ffb31 gvisor: Fix dialing to self addresses 2026-06-20 22:23:19 +08:00
世界 67c7243a92 tailscale: Fix handle peer DNS query 2026-06-20 22:23:19 +08:00
世界 2ede989dff Fix shadowtls handshake 2026-06-20 22:23:10 +08:00
世界 3bb9fe630e Rebase wireguard-go to official 2026-06-20 22:23:02 +08:00
世界 22cae36fc6 realm: Add stun retry and lazy server start 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
世界 715d07651e Fix ACME HTTP-01 challenge for IPv6 literal addresses 2026-06-20 22:22:27 +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
世界 5692f638e6 Add BBR profile and hop interval randomization for Hysteria2 2026-06-20 22:20:31 +08:00
世界 ff9fced367 Add MAC and hostname rule items 2026-06-20 22:20:17 +08:00
世界 0b7ffbaafa tun: Fix system stack TCP NAT collision & route address set polluted by appended default element 2026-06-20 22:17:44 +08:00
世界 6bae28b771 cronet: Fix arm build 2026-06-20 22:16:37 +08:00
世界 8f006316b2 Fix sing-mux udp write 2026-06-19 21:56:40 +08:00
世界 761b7f4e12 Handle TUN loopback in direct outbound 2026-06-03 12:56:36 +08:00
世界 b6f7d62bb6 sing: Update contextjson 2026-05-13 16:28:50 +08:00
世界 76880eb46b Update naiveproxy to v148.0.7778.96-1 2026-05-13 16:28:49 +08:00
世界 383a1824c1 dns: Refactor reordered pool 2026-05-13 16:28:49 +08:00
世界 8947cb243e sing: Fix UoT write race 2026-04-21 18:54:52 +08:00
世界 b3523abad5 tun: Fix multi include/exclude interfaces 2026-04-20 09:49:39 +08:00
世界 9b72b352d5 sing: Fix UoT connect race 2026-04-20 00:10:46 +08:00
世界 fb61987d93 tun: memmod: be more resilient toward weird PE files 2026-04-19 21:54:20 +08:00
世界 3a236d9c3c fswatch: Fix close 2026-04-19 20:41:33 +08:00
世界 0bd109d7bc sing: Fix interface finder 2026-04-19 20:38:52 +08:00
世界 7ed5ef6da4 sing: Fix udpnat2 timeout 2026-04-16 16:45:38 +08:00
世界 f43fc797d4 Update naiveproxy to v147.0.7727.49-1 2026-04-14 14:24:21 +08:00
世界 76fa3c2e5e tun: Fixes 2026-04-10 14:13:06 +08:00
世界 354b4b040e sing: Fix vectorised readv iovec length calculation
This does not seem to affect any actual paths in the sing-box.
2026-04-01 16:16:58 +08:00
世界 e15bdf11eb sing: Minor fixes 2026-03-30 22:58:11 +08:00
世界 84d2280960 quic: Fix protocol client close & Sync hysteria bbr fix 2026-03-30 22:42:36 +08:00
世界 a3623eb41a tun: Fix system stack rewriting TUN subnet destinations to loopback 2026-03-23 19:38:55 +08:00
世界 0045103d14 Fix package_name shared uid matching 2026-03-23 18:57:35 +08:00
世界 c13faa8e3c tailscale: Only set ProcessLocalIPs/ProcessSubnets for fake TUN 2026-03-23 14:16:40 +08:00
Andrew Novikov a8e3cd3256 tun: Fix nfqueue not working in prerouting 2026-03-17 11:05:40 +08:00
世界 d2fa21d07b Deprecate Socksaddr.IsFqdn: do not reject potentially valid domain names 2026-03-16 09:37:59 +08:00
世界 f2d15139f5 tun: Fix nftables single include_uid not working 2026-03-15 16:58:34 +08:00
世界 b990de2e12 tun: Fix "Fix auto_redirect dropping SO_BINDTODEVICE traffic" 2026-03-14 21:38:38 +08:00
世界 eed6a36e5d tun:Fix auto_redirect dropping SO_BINDTODEVICE traffic 2026-03-14 21:38:38 +08:00
世界 eb0f38544c tailscale: Fix system interface rules 2026-03-14 21:38:38 +08:00
世界 a7ee943216 Fix tailscale connections 2026-03-11 00:27:15 +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