世界
b79bc2d350
Fix missing ENOTCONN in IsClosed check
2025-02-06 08:48:49 +08:00
世界
9cc94823e3
Fix lint
2025-01-13 15:14:30 +08:00
世界
8513463170
refactor: Modular inbounds/outbounds
2025-01-13 15:14:29 +08:00
世界
1a91743254
Crazy sekai overturns the small pond
2025-01-13 15:14:29 +08:00
世界
43c826a485
auto-redirect: Fix fetch interfaces
2025-01-07 21:24:52 +08:00
世界
4c181a7d8f
quic: Fix source not unwrapped
2025-01-07 17:27:10 +08:00
世界
4de51d492f
Fix vmess mux leak
2025-01-01 12:18:56 +08:00
世界
7263c21d2f
Fix wireguard
2024-12-21 16:07:19 +08:00
世界
3d995cee1e
release: Add publish testflight
2024-12-17 13:43:17 +08:00
世界
eb1080139f
wireguard: Fix windows tun read
2024-12-14 20:18:36 +08:00
世界
2168c5e5a8
release: Update macOS project version atomically
2024-12-14 20:18:36 +08:00
世界
def8ae47e7
Update quic-go to v0.48.2
2024-11-27 10:37:00 +08:00
世界
b2b9773be8
Fix build on bsd systems
2024-11-23 12:16:46 +08:00
世界
0489b2b12b
Update dependencies
2024-11-18 14:07:00 +08:00
世界
a5a47644de
Fix mux stream accept
2024-11-09 12:26:49 +08:00
世界
5290b82e20
Update dependencies
2024-11-05 18:28:03 +08:00
世界
687ca9b732
Add deprecated warnings
2024-10-30 14:01:28 +08:00
世界
e468f58d27
Retry system forwarder listen
2024-10-16 20:47:26 +08:00
世界
6d1e1cce68
Bump version
2024-10-13 21:17:59 +08:00
世界
fea3d62dc9
auto-redirect: Let fw4 take precedence over prerouting
2024-10-13 13:07:18 +08:00
世界
7db66b492f
Update utls to v1.6.7
2024-10-13 13:07:02 +08:00
世界
6336e7d51c
clash-api: Add PNA support
2024-10-13 13:07:02 +08:00
世界
1999415d2a
Improve QUIC sniffer
2024-10-13 13:07:02 +08:00
世界
b4e30313a1
Add inline rule-set & Add reload for local rule-set
2024-10-13 13:07:02 +08:00
世界
8c5d7d8ad7
Improve base DNS transports & Minor fixes
2024-10-13 13:07:02 +08:00
世界
a3b8d1b041
Add auto-redirect & Improve auto-route
2024-10-13 13:07:02 +08:00
世界
f463141abd
Implement read deadline for QUIC based UDP inbounds
2024-10-13 13:07:02 +08:00
世界
ad260da271
WTF is this
2024-10-13 13:07:01 +08:00
世界
a4620c048a
Fix disconnected interface selected as default in windows
2024-09-15 11:59:32 +08:00
世界
926c65333f
Fix cached conn eats up read deadlines
2024-09-15 11:56:04 +08:00
世界
c7fd8c66bb
gomobile: Fix go mod version
2024-09-10 23:05:13 +08:00
世界
665e4fd0db
Update quic-go to v0.47.0
2024-09-09 14:45:46 +08:00
世界
d6d2ddb02a
tfo: Fix build with go1.23
2024-08-27 11:24:51 +08:00
世界
f7dd206a02
Update quic-go to v0.46.0
2024-08-19 06:25:15 +08:00
世界
0a31a6fc2a
Update quic-go to v0.45.2
2024-08-18 10:23:17 +08:00
世界
2ef36d577c
dns: Minor fixes
2024-07-27 11:04:57 +08:00
世界
9be074ee58
Fix panic caused by possible generation of duplicate keys for domain_suffix
2024-07-17 16:02:17 +08:00
世界
430fa490e2
shadowsocks: Fix packet process for AEAD multi-user server
2024-07-05 17:09:09 +08:00
世界
75609e23a5
vless: Fix missing deadline interfaces
2024-07-05 17:08:10 +08:00
世界
a8c28eff35
Move legacy vless implemetation to library
2024-07-03 20:17:32 +08:00
世界
9c82098284
Fix v2ray-plugin
2024-07-02 14:08:17 +08:00
世界
bd5473d88d
Update quic-go to v0.45.1 & Filter HTTPS ipv4/6hint
2024-06-24 11:07:32 +08:00
世界
af86dac1b0
Fix quic-go is caching dialErr since v0.43.0
2024-06-09 13:15:40 +08:00
世界
bb20856a6c
Fix repeatedly no route logs
2024-06-07 15:03:48 +08:00
世界
5f20d6371b
Fix reset HTTP3 DNS transport
2024-06-06 22:28:43 +08:00
世界
41d5fe8c1a
Fix get source address from X-Forwarded-For
2024-06-06 22:21:37 +08:00
世界
3849e3a908
Update gVisor to 20240422.0
2024-05-23 14:57:15 +08:00
世界
2d925511b6
Update quic-go to v0.43.1
2024-05-21 15:12:05 +08:00
世界
d9b020826a
Add address filter support for DNS rules
2024-05-21 15:12:02 +08:00
世界
58d4110e32
Improve domain suffix match behavior
...
For historical reasons, sing-box's `domain_suffix` rule matches literal prefixes instead of the same as other projects.
This change modifies the behavior of `domain_suffix`: If the rule value is prefixed with `.`,
the behavior is unchanged, otherwise it matches `(domain|.+\.domain)` instead.
2024-05-21 15:11:41 +08:00