Commit Graph

295 Commits

Author SHA1 Message Date
世界 eaee6bc493 Update bypass action behavior for auto redirect 2025-12-30 18:24:33 +08:00
世界 3294a46a28 Add pre-match support for auto redirect 2025-12-26 16:30:32 +08:00
世界 48e5344cea Update dependencies 2025-12-25 14:51:59 +08:00
世界 99c125d8f3 Add QUIC support for naiveproxy 2025-12-25 14:51:59 +08:00
世界 e473c64cd6 Add ECH support for NaiveProxy outbound and tls.ech.query_server_name option
- Enable ECH for NaiveProxy outbound with DNS resolver integration
- Add query_server_name option to override domain for ECH HTTPS record queries
- Update cronet-go dependency and remove windows_386 support
2025-12-25 14:51:59 +08:00
世界 bf0e432340 Add OpenAI Codex Multiplexer service 2025-12-25 14:51:58 +08:00
世界 84b277615c Fix bugs and add UoT option for naiveproxy outbound 2025-12-25 14:49:49 +08:00
世界 13e425d5c3 Add naiveproxy outbound 2025-12-25 14:49:49 +08:00
世界 eca6a5da18 Add more tcp keep alive options
Also update default TCP keep-alive initial period from 10 minutes to 5 minutes.
2025-12-25 14:49:47 +08:00
世界 fac4068214 Add claude code multiplexer service 2025-12-25 14:49:46 +08:00
世界 ee07065f7b Fix compatibility with MPTCP 2025-12-25 14:49:45 +08:00
世界 bf43a6655e Fix missing mTLS support in client options 2025-12-25 14:49:45 +08:00
世界 bf055b8ae2 Add curve preferences, pinned public key SHA256 and mTLS for TLS options 2025-12-25 14:49:45 +08:00
世界 7f13a66e12 Add support for kTLS
Reference: https://gitlab.com/go-extension/tls
2025-12-25 14:49:23 +08:00
世界 301e829266 Add proxy support for ICMP echo request 2025-12-25 14:49:23 +08:00
世界 9964bc39da Fix legacy DNS config 2025-12-25 14:48:56 +08:00
世界 644cd773c7 Fix rule-set format 2025-12-25 14:48:56 +08:00
世界 07d9ec4f68 Improve local DNS server on darwin
We mistakenly believed that `libresolv`'s `search` function worked correctly in NetworkExtension, but it seems only `getaddrinfo` does.

This commit changes the behavior of the `local` DNS server in NetworkExtension to prefer DHCP, falling back to `getaddrinfo` if DHCP servers are unavailable.

It's worth noting that `prefer_go` does not disable DHCP since it respects Dial Fields, but `getaddrinfo` does the opposite. The new behavior only applies to NetworkExtension, not to all scenarios (primarily command-line binaries) as it did previously.

In addition, this commit also improves the DHCP DNS server to use the same robust query logic as `local`.
2025-12-25 14:48:52 +08:00
xchacha20-poly1305 6aa6ee2572 Fix rule set version 2025-12-25 14:48:52 +08:00
世界 1c2d38fcab Add preferred_by route rule item 2025-12-25 14:48:52 +08:00
世界 a5135e33fd Add interface address rule items 2025-12-25 14:48:51 +08:00
世界 378e39f70c Update golangci-lint to v2 2025-08-13 23:37:40 +08:00
世界 534cccce91 Fix DNS upgrade 2025-07-18 21:46:03 +08:00
世界 24c940c51c Improve TLS fragments 2025-07-08 13:14:44 +08:00
世界 407ee08d8a Add cache support for ssm-api 2025-07-08 13:14:44 +08:00
世界 5662784afb Add loopback address support for tun 2025-07-08 13:14:44 +08:00
世界 d339f85087 Fix missing home for derp service 2025-07-08 13:14:43 +08:00
世界 0146fbfc40 Add SSM API service 2025-07-08 13:14:42 +08:00
世界 6ee3117755 Add resolved service and DNS server 2025-07-08 13:14:41 +08:00
世界 e2440a569e Add DERP service 2025-07-08 13:14:41 +08:00
世界 7a1eee78df Add service component type 2025-07-08 13:14:41 +08:00
世界 ed5b2f2997 Add missing accept_routes option for Tailscale 2025-07-08 13:14:39 +08:00
世界 3b480de38a Add TLS record fragment support 2025-07-08 13:14:38 +08:00
世界 c3403c5413 Add control options for listeners 2025-07-08 13:14:38 +08:00
世界 d4fd43cf6f Fix wireguard listen_port 2025-07-08 13:12:34 +08:00
世界 fb622ccbdf Explicitly reject detour to empty direct outbounds 2025-07-08 13:12:28 +08:00
世界 d2dc3ddf72 Add netns support 2025-07-08 13:12:28 +08:00
世界 e0a6b31c03 Remove map usage in options 2025-07-08 13:12:27 +08:00
世界 bca2bd2fa1 Add wildcard-sni support for shadow-tls inbound 2025-07-08 13:12:26 +08:00
世界 7073f2a272 option: Fix marshal legacy DNS options 2025-07-08 13:12:26 +08:00
世界 390e30ae7b Make domain_resolver optional when only one DNS server is configured 2025-07-08 13:12:26 +08:00
k9982874 0c523980ff Fix hosts DNS server 2025-07-08 13:12:24 +08:00
世界 b97947e8ac Move predefined DNS server to rule action 2025-07-08 13:12:23 +08:00
TargetLocked 456fbecf16 Fix parsing legacy DNS options 2025-07-08 13:12:21 +08:00
anytls 60b451e6cf Add MinIdleSession option to AnyTLS outbound
Co-authored-by: anytls <anytls>
2025-07-08 13:12:20 +08:00
anytls 1699a7ce33 Add AnyTLS protocol 2025-07-08 13:12:19 +08:00
世界 7743c6e881 Migrate to stdlib ECH support 2025-07-08 13:12:19 +08:00
世界 c1189e2a7b Improve resolve action 2025-07-08 13:12:18 +08:00
世界 f18889369f Add back port hopping to hysteria 1 2025-07-08 13:12:17 +08:00
世界 6f793a0273 Add Tailscale endpoint 2025-07-08 13:12:16 +08:00