Commit Graph

2406 Commits

Author SHA1 Message Date
世界 c31db962ee process: Fix panic when package manager is unavailable on Android 2026-06-20 22:23:19 +08:00
世界 273b6ca388 route: Refetch rule-set when cache restore fails 2026-06-20 22:23:19 +08:00
世界 423e97bc1c oom-killer: Remove log "OOM draft discarded" 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
世界 2200e13ade dns: Fix DHCP reset 2026-06-20 22:23:02 +08:00
世界 806da5f845 Fix lint errors 2026-06-20 22:23:01 +08:00
世界 981393d256 Fix hysteria2 realm server 2026-06-20 22:23:01 +08:00
世界 22cae36fc6 realm: Add stun retry and lazy server start 2026-06-20 22:23:01 +08:00
世界 5b412f19e4 Fix TLS server close 2026-06-20 22:22:52 +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
世界 cfb2f8b652 Fix reset network 2026-06-20 22:22:34 +08:00
macronut 3609cf660f Add more spoof method
Signed-off-by: macronut <4027187+macronut@users.noreply.github.com>
2026-06-20 22:22:33 +08:00
世界 6e7301dd61 Allow customizing TUN DNS mode and hijack interface DNS by default 2026-06-20 22:22:33 +08:00
世界 a33c92a2de dns: Add mDNS server 2026-06-20 22:22:32 +08:00
世界 a553f3302f dns: Add preferred_by rule item 2026-06-20 22:22:32 +08:00
世界 594e6aaff6 dns: Add neighbor-based hostname resolution to local server 2026-06-20 22:22:31 +08:00
世界 5386bbf63e Fix tailscale start dependencies 2026-06-20 22:22:30 +08:00
世界 d880835ac4 dns: Add timeout configuration 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
世界 4bf782a768 Improve oom-killer 2026-06-20 22:22:29 +08:00
世界 dbe4b5de60 Preserve comments between formatting 2026-06-20 22:22:28 +08:00
nekohasekai 1226d744b7 Add Windows TLS engine 2026-06-20 22:22:28 +08:00
世界 1c3a335d99 Improve UDP batch support 2026-06-20 22:22:28 +08:00
世界 80f9aeddae Fix stderr deprecated manager 2026-06-20 22:22:28 +08:00
世界 a1372b5922 Fix darwin cgo DNS again 2026-06-20 22:22:28 +08:00
世界 88fa70b9e8 platform: Improve oom-killer 2026-06-20 22:22:27 +08:00
世界 715d07651e Fix ACME HTTP-01 challenge for IPv6 literal addresses 2026-06-20 22:22:27 +08:00
世界 bfd9f9ab03 Add ACME profile support for IP address certificates 2026-06-20 22:22:27 +08:00
世界 c5e37e69ce Fix goroutine leak in networkquality tool
Serialize probe rounds in startProber to eliminate unbounded fan-out of
fire-and-forget probe goroutines (up to 100/sec per direction), and close
HTTP/3 transports via transport.Close() in addition to CloseIdleConnections.
2026-06-20 22:22:26 +08:00
世界 71fd71729a Fix Tailscale search domain response name mismatch 2026-06-20 22:22:26 +08:00
世界 bc0ae035ad Log DNS optimistic background refresh outcomes 2026-06-20 22:22:26 +08:00
世界 39b8d37ecf Add search domain support for Tailscale DNS 2026-06-20 22:22:26 +08:00
世界 82d49e8250 Fix tls-spoof 2026-06-20 22:22:25 +08:00
世界 7b7d95a1da Fix Apple TLS metadata capture 2026-06-20 22:22:25 +08:00
世界 098849e481 Strip EDNS padding from upstream DNS responses 2026-06-20 22:22:25 +08:00
世界 380845ad9e Defer implicit default HTTP client fallback to first use 2026-06-20 22:22:25 +08:00
世界 e6f0d1f704 Scope HTTP/2 fallback and HTTP/3 broken state per authority 2026-06-20 22:22:24 +08:00
世界 23046880db Fix macOS tlsspoof 2026-06-20 22:22:24 +08:00
世界 8020972c9d Reject IP literal server name with TLS spoof 2026-06-20 22:22:24 +08:00
世界 8272845859 Fix use-after-free of pooled value buffers in bbolt Batch writes 2026-06-20 22:22:23 +08:00
世界 e8b53265d4 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-20 22:22:23 +08:00
世界 0cac33ceaf Fix legacy rule-set download_detour blocked by empty direct check 2026-06-20 22:22:22 +08:00
世界 98b0d7eda3 Add TLS spoof support 2026-06-20 22:22:22 +08:00
世界 2ad83c52ae Standardize hosts path 2026-06-20 22:22:22 +08:00
世界 716541b61c Refactor: HTTP clients, unified HTTP2/QUIC options, Apple engines 2026-06-20 22:22:22 +08:00
世界 f7b8eed2e4 oom-killer: Record report before reset network 2026-06-20 22:22:13 +08:00
世界 997a64e014 Add optimistic DNS cache 2026-06-20 22:22:05 +08:00
世界 56d0b40020 Fix tailscale error 2026-06-20 22:21:10 +08:00