Commit graph

79 commits

Author SHA1 Message Date
世界
eaee6bc493
Update bypass action behavior for auto redirect 2025-12-30 18:24:33 +08:00
世界
0a88fc6314
documentation: Format changes header 2025-12-26 16:30:32 +08:00
世界
3294a46a28
Add pre-match support for auto redirect 2025-12-26 16:30:32 +08:00
世界
bef0a2f240
documentation: Minor fixes 2025-12-25 14:51:59 +08:00
世界
e27a335ee0
documentation: Add Wi-Fi state shared page 2025-12-25 14:51:59 +08:00
世界
48e5344cea
Update dependencies 2025-12-25 14:51:59 +08:00
世界
589e4e5bd7
documentation: Minor fixes 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
世界
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
世界
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
世界
3efe0fdfdc
documentation: Update chinese translations 2025-12-25 14:49:44 +08:00
世界
537ca35cfe
Improve compatibility for kTLS 2025-12-25 14:49:24 +08:00
世界
7f13a66e12
Add support for kTLS
Reference: https://gitlab.com/go-extension/tls
2025-12-25 14:49:23 +08:00
世界
24c940c51c
Improve TLS fragments 2025-07-08 13:14:44 +08:00
世界
c3403c5413
Add control options for listeners 2025-07-08 13:14:38 +08:00
世界
6a211f6ed6
Fix missing handling of legacy domain_strategy options 2025-07-08 13:12:32 +08:00
世界
d2dc3ddf72
Add netns support 2025-07-08 13:12:28 +08:00
世界
390e30ae7b
Make domain_resolver optional when only one DNS server is configured 2025-07-08 13:12:26 +08:00
世界
7743c6e881
Migrate to stdlib ECH support 2025-07-08 13:12:19 +08:00
世界
c830e9a634
documentation: Remove outdated icons 2025-07-08 13:12:16 +08:00
世界
fa6f7d396e
documentation: Outbound domain resolver 2025-07-08 13:12:15 +08:00
世界
d3132645fb
documentation: Fix description of the UoT protocol 2025-03-09 15:26:42 +08:00
世界
68781387fe
refactor: WireGuard endpoint 2025-01-13 15:14:30 +08:00
世界
9db9484863
Refactor multi networks strategy 2025-01-13 15:14:30 +08:00
世界
ca813f461b
documentation: Remove unused titles 2025-01-13 15:14:30 +08:00
世界
bb46cdb2b3
Add multi network dialing 2025-01-13 15:14:30 +08:00
世界
28ec898a8c
documentation: Add rule action 2025-01-13 15:14:29 +08:00
世界
926d6f769e
Update utls to v1.6.7 2024-10-13 13:07:02 +08:00
世界
3a7acaa92a
Add inline rule-set & Add reload for local rule-set 2024-10-13 13:07:02 +08:00
Monica
3dbdda9555
documentation: Fix dial.zh.md
The Chinese documentation incorrectly stated that the default value for the domain_strategy field in the direct outbound module is dns.strategy. The correct value should be inbound.domain_strategy, as specified in the English documentation. This commit corrects the Chinese documentation to align with the accurate behavior described in the English version.

Signed-off-by: Monica <1379531829@qq.com>
2024-09-15 11:53:03 +08:00
世界
0517ceef76
Add address filter support for DNS rules 2024-05-21 15:12:02 +08:00
世界
fe053e26b5
Update uTLS to 1.5.4 2024-01-03 12:21:47 +08:00
世界
25810b50c1
Update documentation 2024-01-03 12:21:37 +08:00
世界
9119a5209b
dcoumentation: Fix description of cipher_suites 2023-12-29 18:00:40 +08:00
世界
082e3fb8df
Fix V2Ray transport path validation behavior 2023-12-26 09:02:58 +08:00
世界
bb1ebfda83
documentation: Fix link format 2023-12-21 15:24:05 +08:00
世界
55b1bcc6a5
Migrate udp_timeout from seconds to duration format 2023-12-21 14:50:33 +08:00
世界
e8c4c942c0
documentation: Bump version & Refactor docs 2023-11-28 11:21:57 +08:00
世界
1b71e52e90
Migrate multiplex and UoT server to inbound & Add tcp-brutal support for multiplex 2023-11-28 11:21:44 +08:00
世界
6d24be23da
Add support for v2ray http upgrade transport 2023-11-28 11:21:44 +08:00
世界
81e214812f
Add udp_disable_domain_unmapping inbound listen option 2023-11-28 11:21:43 +08:00
世界
9c4d08c6e1
documentation: Bump version 2023-09-28 16:02:54 +08:00
世界
d17e93384b
Add ACME DNS01 challenge support via libdns 2023-09-17 01:09:41 +08:00
世界
4c050d7f4b
Add ECH support for QUIC based protocols 2023-09-12 13:26:20 +08:00
世界
533fca9fa3
documentation: Update TLS ECH struct 2023-09-12 13:26:20 +08:00
世界
1019ecfdcf
Add TCP MultiPath support 2023-08-20 13:31:48 +08:00
世界
bc32c78d03
Improve multiplex 2023-06-07 20:46:34 +08:00
世界
40c800c57c
documentation: Fix typo 2023-03-17 13:34:36 +08:00
世界
91b0540e95
documentation: Update UoT application support status 2023-03-17 13:28:05 +08:00