Commit Graph
100 Commits
Author SHA1 Message Date
世界 2e607118c3 Remove unnecessary context wrappers 2024-01-03 12:21:48 +08:00
世界 89c723e3e4 Improve read wait interface &
Refactor Authenticator interface to struct &
Update smux &
Update gVisor to 20231204.0 &
Update quic-go to v0.40.1 &
Update wireguard-go &
Add GSO support for TUN/WireGuard &
Fix router pre-start &
Fix bind forwarder to interface for systems stack
2024-01-03 12:21:47 +08:00
世界 35fd9de3ff Make generated files have SUDO_USER's permissions if possible. 2024-01-03 12:21:47 +08:00
世界 6ddcd3954d Refactor inbound/outbound options struct 2024-01-03 12:21:47 +08:00
世界 36b0f2e91a Improve configuration merge 2024-01-03 12:21:47 +08:00
世界 fe053e26b5 Update uTLS to 1.5.4 2024-01-03 12:21:47 +08:00
世界 269434cfe6 Update tfo-go 2024-01-03 12:21:47 +08:00
世界 88495a24dc Update gomobile and add tag 2024-01-03 12:21:46 +08:00
世界 d131a7c10a Update cloudflare-tls to go1.21.5 2024-01-03 12:21:46 +08:00
世界 744a5d703b Make type check strict 2024-01-03 12:21:46 +08:00
世界 09421b6378 Remove comparable limit for Listable 2024-01-03 12:21:46 +08:00
世界 21283b554a Avoid opening log output before start &
Replace tracing logs with task monitor
2024-01-03 12:21:46 +08:00
世界 25810b50c1 Update documentation 2024-01-03 12:21:37 +08:00
世界 f1e3a59db3 Add idle_timeout for URLTest outbound 2024-01-03 12:21:37 +08:00
世界 a99deb2cb5 Skip internal fake-ip queries 2024-01-03 12:21:37 +08:00
世界 38d28e0763 Migrate contentjson and badjson to library &
Add omitempty in format
2024-01-03 12:21:37 +08:00
世界 e09a94bb9e Update documentation 2024-01-03 12:21:36 +08:00
世界 a21c5324fd Independent source_ip_is_private and ip_is_private rules 2024-01-03 12:21:36 +08:00
世界 4b43acfec0 Add rule-set 2024-01-03 12:21:36 +08:00
世界 7df151e820 Update buffer usage 2024-01-03 12:21:36 +08:00
世界 5948ffb965 Allow nested logical rules 2024-01-03 12:21:36 +08:00
世界 bf4e556f67 Migrate to independent cache file 2024-01-03 12:21:36 +08:00
世界 e3f8567690 documentation: Bump version 2024-01-02 14:31:53 +08:00
世界 40c7f3e170 Fix geoip close 2024-01-02 14:31:23 +08:00
世界 c506255e0f Fix grpc lite transport encoding 2024-01-01 16:16:58 +08:00
世界 87c6fd4c0f Fix h2mux request context 2024-01-01 16:15:49 +08:00
世界 19c445d28e documentation: Bump version 2023-12-29 18:00:40 +08:00
世界 9119a5209b dcoumentation: Fix description of cipher_suites 2023-12-29 18:00:40 +08:00
世界 46c8d6e61f Fix pprof URL path 2023-12-29 18:00:40 +08:00
世界 ea17c2786d Update dependencies 2023-12-27 10:37:18 +08:00
世界 12ababd911 Fix mux test 2023-12-27 10:30:19 +08:00
世界 0523845833 Update issue reporting templates
Enhanced the issue reporting templates for both English and Chinese versions by adding more structured and comprehensive guideline checkboxes. This aims to ensure contributors provide sufficient and beneficial information for reproducing and resolving issues, thereby improving the quality of reports and making issue tracking more efficient.
2023-12-26 19:05:19 +08:00
世界 f5bb5cf343 Fix missing marshal for udp_timeout 2023-12-26 10:52:46 +08:00
世界 3eed614dea Fix ACME ALPN conflict 2023-12-26 09:02:58 +08:00
世界 76a295a660 Fix missing nil check for URLTest 2023-12-26 09:02:58 +08:00
世界 082e3fb8df Fix V2Ray transport path validation behavior 2023-12-26 09:02:58 +08:00
世界 a0cab4f563 Fix websocket client initialize 2023-12-22 20:38:06 +08:00
世界 aeb7308e81 documentation: Bump version 2023-12-21 15:25:19 +08:00
世界 bb1ebfda83 documentation: Fix link format 2023-12-21 15:24:05 +08:00
世界 c05c798221 Fix missing UDP timeout for QUIC protocols 2023-12-21 15:16:36 +08:00
世界 55b1bcc6a5 Migrate udp_timeout from seconds to duration format 2023-12-21 14:50:33 +08:00
世界 d6eddce420 Fix missing handshake timeout for multiplex 2023-12-21 14:21:59 +08:00
世界 4bf057139b Fix DNS dial context 2023-12-21 14:19:27 +08:00
世界 a1b28b8282 Try to fix HTTP server leak again 2023-12-21 14:16:16 +08:00
世界 d0aaf71770 Fix direct UDP override 2023-12-18 21:48:59 +08:00
世界 2f31202c6b documentation: Update shadowsocks example
Remove the information on password generation for `2022-blake3-aes-128-gcm` cipher from the Server Example section in the shadowsocks.md file as it is no longer needed.
2023-12-14 21:05:41 +08:00
世界 e329bf6865 Update dependencies 2023-12-14 15:09:03 +08:00
世界 2badcec765 platform: Fix check config 2023-12-12 20:26:41 +08:00
世界 e71c13b1a2 documentation: Bump version 2023-12-12 13:54:23 +08:00
世界 a959a67ed3 FIx error handling for netlink banned in Android 2023-12-12 13:54:23 +08:00
世界 a1044af579 platform: Fix VPN route 2023-12-11 21:59:59 +08:00
世界 a64b57451a Update dependencies 2023-12-11 21:40:11 +08:00
世界 f0e2318cbd Fix auto-route IPv6 on darwin 2023-12-11 21:39:29 +08:00
世界 ebec308fd8 documentation: Bump version 2023-12-09 00:22:27 +08:00
世界 ca094587be Fix incorrect dependency 2023-12-09 00:22:27 +08:00
世界 ca3b86c781 Update bug report template 2023-12-08 21:56:30 +08:00
世界 5a1d0047b9 documentation: Bump version 2023-12-08 21:38:34 +08:00
世界 4669854039 Fix method check for v2ray HTTP transport 2023-12-08 21:12:52 +08:00
世界 2eecdc38a4 Fix gun conn setup 2023-12-08 21:10:36 +08:00
世界 83581b7c1a Update dependencies 2023-12-08 11:18:52 +08:00
世界 d346f0023d Fix HTTP connect client again 2023-12-08 11:18:52 +08:00
世界 47b7a29cbd Fix fallback packet conn 2023-12-06 18:47:50 +08:00
世界 cffc07579d Fix missing omitempty for NTP server fields 2023-12-05 18:32:21 +08:00
世界 0ef268637e Prevent nil LocalAddr or RemoteAddr 2023-12-05 15:11:09 +08:00
世界 50f5a76380 Update dependencies 2023-12-04 21:06:15 +08:00
世界 20ca05dd36 Fix crash on websocket concurrent request 2023-12-04 20:42:01 +08:00
世界 5a792b186a documentation: Bump version 2023-12-03 16:54:49 +08:00
世界 3f458064a3 Fix not set Host header for HTTP outbound 2023-12-03 16:54:49 +08:00
世界 5269231df0 Fix URLTest outbound 2023-12-02 17:55:58 +08:00
世界 fc8e49994c documentation: Bump version 2023-12-01 20:39:01 +08:00
世界 e911d4aa4b Fix URLTest group early start 2023-12-01 20:39:01 +08:00
世界 01f6e70bc5 Fix deadline usage 2023-12-01 20:39:01 +08:00
世界 5f1e39a42c documentation: Bump version 2023-11-29 21:01:28 +08:00
世界 4f7770e254 Update dependencies 2023-11-29 21:01:19 +08:00
世界 e8c4c942c0 documentation: Bump version & Refactor docs 2023-11-28 11:21:57 +08:00
世界 253976d6c0 Add wifi_ssid and wifi_bssid route and DNS rules 2023-11-28 11:21:44 +08:00
世界 f0571b4122 Update quic-go to v0.40.0 2023-11-28 11:21:44 +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
世界 2a45c178fa Add exclude route support for tun &
Update gVisor to 20231113.0
2023-11-28 11:21:43 +08:00
世界 81e214812f Add udp_disable_domain_unmapping inbound listen option 2023-11-28 11:21:43 +08:00
世界 4d23773a25 Migrate to gobwas/ws 2023-11-28 11:21:43 +08:00
世界 40a0b69918 Fix dhcp reset 2023-11-28 11:20:48 +08:00
世界 a7b37c5953 documentation: Bump version 2023-11-24 20:58:48 +08:00
世界 03663a5093 Fix cachefile permission 2023-11-24 20:58:48 +08:00
世界 b08226a850 Fix "Fix HTTP server leak" 2023-11-24 19:58:31 +08:00
世界 edbae5dc4d Fix missing UDP user context on TUIC/Hysteria2 inbounds 2023-11-24 19:56:43 +08:00
世界 0f8ad0234b Remove unused code 2023-11-24 19:55:53 +08:00
世界 661eadc3bd documentation: Bump version 2023-11-21 10:22:44 +08:00
世界 50c1290567 Update dependencies 2023-11-21 10:22:44 +08:00
世界 eaccc9759a Fix platform API check 2023-11-21 10:22:44 +08:00
世界 925214869b Add test for ss2022 EIH 2023-11-20 18:36:44 +08:00
世界 6a2bfd26d0 Fix QUIC sniffer 2023-11-16 22:48:16 +08:00
世界 72a81afb76 Fix "Fix Linux IPv6 auto route rules" 2023-11-16 18:25:07 +08:00
世界 240abe204c Fix zero TTL was incorrectly reset 2023-11-16 18:25:07 +08:00
世界 7c49196792 build: Fix bad environment key 2023-11-16 01:42:24 +08:00
世界 36dff630d6 documentation: Bump version 2023-11-15 14:10:37 +08:00
世界 1825869124 platform: Refactor log interface 2023-11-15 14:10:37 +08:00
世界 3cadc90375 Fix TUIC authentication failed error message 2023-11-14 20:15:41 +08:00
世界 fe866b123a Fix sing-tun version 2023-11-14 20:15:41 +08:00