248 Commits

Author SHA1 Message Date
世界
a546972e8c
Fix DNS match log 2024-12-15 14:25:41 +08:00
世界
5efdc8e12a
Fix domain strategy 2024-12-15 14:25:41 +08:00
世界
d2348c4851
Fix socks5 UDP implementation 2024-12-15 14:25:39 +08:00
世界
96cea3c82d
Improve timeouts 2024-12-15 14:25:35 +08:00
世界
84d78e1ea6
Add UDP timeout route option 2024-12-15 14:25:34 +08:00
世界
ed97d97f92
Fix lint 2024-12-15 14:25:33 +08:00
世界
1618a5494a
refactor: WireGuard endpoint 2024-12-15 13:57:24 +08:00
世界
88f6708aeb
refactor: connection manager 2024-12-15 13:57:24 +08:00
世界
92ae1546a6
Add override destination to route options 2024-12-15 13:57:24 +08:00
世界
21b1354dda
Add dns.cache_capacity 2024-12-15 13:57:24 +08:00
世界
ff13f12041
Refactor multi networks strategy 2024-12-15 13:57:24 +08:00
世界
425a67da5e
Add multi network dialing 2024-12-15 13:57:24 +08:00
世界
e2ff1ac82d
Add network_[type/is_expensive/is_constrained] rule items 2024-12-15 13:57:24 +08:00
世界
b0ede986a6
Merge route options to route actions 2024-12-15 13:57:24 +08:00
世界
7c002689a2
refactor: Platform Interfaces 2024-12-15 13:57:24 +08:00
世界
fb4cb09281
refactor: Extract services form router 2024-12-15 13:57:24 +08:00
世界
f3d7c7a3bd
refactor: Modular network manager 2024-12-15 13:57:24 +08:00
世界
c8877de96d
refactor: Modular inbound/outbound manager 2024-12-15 13:57:24 +08:00
世界
b0fa3e34e3
documentation: Add rule action 2024-12-15 13:56:50 +08:00
世界
a7e7920d4c
Migrate bad options to library 2024-12-15 13:56:48 +08:00
世界
67550c54dd
Improve rule actions 2024-12-15 13:56:47 +08:00
世界
096ae003f9
Remove unused reject methods 2024-12-15 13:56:47 +08:00
世界
dab852e485
refactor: Modular inbounds/outbounds 2024-12-15 13:56:46 +08:00
世界
dfc668721d
Implement dns-hijack 2024-12-15 13:56:45 +08:00
世界
43631d5c7f
Implement resolve(server) 2024-12-15 13:56:45 +08:00
世界
0ef895bd43
Implement TCP and ICMP rejects 2024-12-15 13:56:45 +08:00
世界
9643d69410
Crazy sekai overturns the small pond 2024-12-15 13:56:45 +08:00
世界
e3e203844e
Fix decompile rule-set 2024-11-18 13:10:06 +08:00
世界
88099a304a
platform: Add SendNotification 2024-11-06 12:53:32 +08:00
世界
d66d5cd457
Add deprecated warnings 2024-10-30 14:01:28 +08:00
世界
8c143feec8
Increase timeouts 2024-10-30 14:01:28 +08:00
世界
327bb35ddd
Rename HTTP start context 2024-10-30 14:01:13 +08:00
世界
2f4d2d97f9
auto-redirect: Let fw4 take precedence over prerouting 2024-10-13 13:07:18 +08:00
srk24
846777cd0c
Add process_path_regex rule type 2024-10-13 13:07:02 +08:00
世界
e39a28ed5a
Add SSH sniffer 2024-10-13 13:07:02 +08:00
世界
a9209bb3e5
Add AdGuard DNS filter support 2024-10-13 13:07:02 +08:00
世界
9dc3bb975a
Improve QUIC sniffer 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
世界
6bebe2483b
Unique rule-set names 2024-10-13 13:07:02 +08:00
世界
93cf134995
Add accept empty DNS rule option 2024-10-13 13:07:02 +08:00
世界
50f07b42f6
Improve base DNS transports & Minor fixes 2024-10-13 13:07:02 +08:00
世界
db3a0c636d
Add auto-redirect & Improve auto-route 2024-10-13 13:07:02 +08:00
世界
9b8d6c1b73
Bump rule-set version 2024-10-13 13:07:02 +08:00
世界
923d3222b0
WTF is this 2024-10-13 13:07:01 +08:00
世界
369bc7cea3
Add DTLS sniffer 2024-10-07 04:58:48 +08:00
iosmanthus
4b7a83da16
Introduce bittorrent related protocol sniffers
* Introduce bittorrent related protocol sniffers

including, sniffers of
1. BitTorrent Protocol (TCP)
2. uTorrent Transport Protocol (UDP)

Signed-off-by: iosmanthus <myosmanthustree@gmail.com>
Co-authored-by: 世界 <i@sekai.icu>
2024-10-07 04:58:48 +08:00
世界
9415444ebd
Fix base path not applied to local rule-sets 2024-10-07 04:34:48 +08:00
世界
27d6b63e71
Fix stream sniffer 2024-09-08 10:07:07 +08:00
世界
db5719e22f
Fix no error return when empty DNS cache retrieved 2024-08-20 23:23:48 +08:00
世界
21b1ac26b9
Fix UDP conn stuck on sniff
This change only avoids permanent hangs. We need to implement read deadlines for UDP conns in 1.10 for server inbounds.
2024-08-18 11:27:12 +08:00