Commit Graph

339 Commits

Author SHA1 Message Date
Shtorm
b953954b60 Update sing-box core, refactor MASQUE, update XHTTP 2026-05-29 01:31:57 +03:00
Shtorm
34b09a8ef3 Add new admin panel, failover, dns fallback, providers, limiters. Update XHTTP 2026-05-11 00:59:35 +03:00
Shtorm
c307b8dc2d Add MTProxy, MASQUE, VPN, Link parser. Update AmneziaWG. Remove Tunneling 2026-04-29 22:11:30 +03:00
Shtorm
9bb1b847be Update sing-box core 2026-04-06 20:54:24 +03:00
世界
fbb51d2cae Reject removed legacy inbound fields instead of silently ignoring 2026-03-21 17:16:10 +08:00
世界
6da6aff8b4 Deprecate Socksaddr.IsFqdn: do not reject potentially valid domain names 2026-03-16 09:37:59 +08:00
Shtorm
7c141d4afc Update sing-box core 2026-03-10 04:50:32 +03:00
Shtorm
494fa5a9da Update sing-box core 2026-03-10 04:25:01 +03:00
Shtorm
395e63130f Update Amnezia H1-H4 format 2026-03-02 21:48:54 +03:00
世界
da06212268 Remove overdue deprecated features 2026-03-01 12:30:43 +08:00
世界
5cc0eab30e Fixes in cronet-go 2026-02-27 19:39:52 +08:00
世界
acc3d774cb platform: Improve OOM killer for iOS 2026-02-27 14:58:06 +08:00
Shtorm
368beb147d Merge branch 'extended' into extended-next 2026-02-26 22:58:59 +03:00
Shtorm
a7f1d0b835 Resolve conflicts 2026-02-26 22:58:45 +03:00
Shtorm
48546f7777 Resolve conflicts 2026-02-26 22:57:25 +03:00
Shtorm
ded1eb9635 Add admin panel, manager, node_manager, bandwidth limiter, connection limiter, bonding, failover, vless encryption, mkcp transport 2026-02-26 22:44:31 +03:00
Shtorm
a865f67b59 Add vless encryption 2026-02-26 18:03:59 +03:00
世界
8436c06718 platform: Improve iOS OOM killer 2026-02-26 14:13:32 +08:00
世界
9bdb7990dd Add advertise tags support for Tailscale endpoint 2026-02-24 15:31:57 +08:00
Shtorm
b7a16c7ef1 Fix typo 2026-02-22 17:59:02 +03:00
Shtorm
5610a2d4c3 Fix xhttp options 2026-02-22 15:46:12 +03:00
Shtorm
a3aaf2cb92 Update xhttp 2026-02-22 14:48:52 +03:00
Shtorm
9e4eb52a82 Update sing-box core 2026-02-22 14:46:42 +03:00
世界
eadd41c4ce Fix auto_redirect fallback rule 2026-01-30 11:42:56 +08:00
世界
260145e8f7 Fix auto_redirect fallback rule 2026-01-29 12:07:15 +08:00
Shtorm
61826bc189 Resolve conflicts 2026-01-18 21:53:22 +03:00
Balthild
a456e2072f Add acmedns support 2026-01-17 20:52:43 +08:00
世界
51a5451a5f Add dial option bind_address_no_port 2026-01-17 05:49:56 +08:00
世界
4bc27e7cb5 tailscale: Add system interface support 2026-01-17 05:49:24 +08:00
世界
28d2ff2492 Fix missing relay support for Tailscale 2026-01-17 05:48:57 +08:00
世界
4caa950da9 Update bypass action behavior for auto redirect 2026-01-17 05:48:41 +08:00
世界
024f7b3072 Add pre-match support for auto redirect 2026-01-17 05:48:39 +08:00
世界
ba49af1ce8 Update dependencies 2026-01-17 05:48:15 +08:00
世界
42d62a1e21 Add QUIC support for naiveproxy 2026-01-17 05:47:52 +08:00
世界
464554ab8f 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
2026-01-17 05:47:42 +08:00
世界
0fd51633f4 Add OpenAI Codex Multiplexer service 2026-01-17 05:47:42 +08:00
世界
8b2adb0bc7 Fix bugs and add UoT option for naiveproxy outbound 2026-01-17 05:47:41 +08:00
世界
3313c6e0b2 Add naiveproxy outbound 2026-01-17 05:47:41 +08:00
世界
c9c686369f Add more tcp keep alive options
Also update default TCP keep-alive initial period from 10 minutes to 5 minutes.
2026-01-17 05:47:04 +08:00
世界
e354670c36 Add claude code multiplexer service 2026-01-17 05:46:23 +08:00
世界
d4897abb53 Fix compatibility with MPTCP 2026-01-17 05:46:23 +08:00
世界
5470977941 Fix missing mTLS support in client options 2026-01-17 05:46:23 +08:00
世界
3e3b2d0b29 Add curve preferences, pinned public key SHA256 and mTLS for TLS options 2026-01-17 05:46:22 +08:00
世界
47392e55a2 Add support for kTLS
Reference: https://gitlab.com/go-extension/tls
2026-01-17 05:44:42 +08:00
世界
e2ba72e7c1 Add proxy support for ICMP echo request 2026-01-17 05:44:41 +08:00
世界
99466af6b7 Fix legacy DNS config 2026-01-17 05:44:29 +08:00
世界
14bec14972 Fix rule-set format 2026-01-17 05:44:29 +08:00
世界
ce778e569b 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`.
2026-01-17 05:44:28 +08:00
xchacha20-poly1305
9a66482483 Fix rule set version 2026-01-17 05:44:27 +08:00
世界
5c8b07acfe Add preferred_by route rule item 2026-01-17 05:44:27 +08:00