Commit graph

287 commits

Author SHA1 Message Date
世界 7e3d95a456
Add override destination to route options 2024-11-20 13:55:37 +08:00
世界 8a7d2b0dda
Refactor multi networks strategy 2024-11-20 13:55:36 +08:00
世界 f274186752
Add multi network dialing 2024-11-20 13:55:35 +08:00
世界 a514591f65
Add network_[type/is_expensive/is_constrained] rule items 2024-11-20 13:55:34 +08:00
世界 d8ac88abf8
refactor: Platform Interfaces 2024-11-20 13:55:33 +08:00
世界 ed2071be17
refactor: Modular network manager 2024-11-20 13:55:32 +08:00
世界 9e4c79862b
refactor: Modular inbound/outbound manager 2024-11-20 13:55:31 +08:00
世界 b4093047ce
Migrate bad options to library 2024-11-20 13:55:30 +08:00
世界 580a540162
refactor: Modular inbounds/outbounds 2024-11-20 13:55:27 +08:00
世界 bcb903f94d
Crazy sekai overturns the small pond 2024-11-20 13:55:15 +08:00
世界 6be07ed51f
Fix start watcher 2024-11-20 11:32:53 +08:00
世界 e58b549d0f
Fix "Fix reloading of tls.certificate_path, tls.key_path and tls.ech.key_path" 2024-11-18 19:03:24 +08:00
zeetex 1d81996ceb
Fix reloading of tls.certificate_path, tls.key_path and tls.ech.key_path 2024-11-18 14:09:54 +08:00
世界 e3e203844e
Fix decompile rule-set 2024-11-18 13:10:06 +08:00
世界 8c143feec8
Increase timeouts 2024-10-30 14:01:28 +08:00
世界 926d6f769e
Update utls to v1.6.7 2024-10-13 13:07:02 +08:00
srk24 846777cd0c
Add process_path_regex rule type 2024-10-13 13:07:02 +08:00
世界 4a95558c53
Add RDP sniffer 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
世界 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
世界 39d7127651
Revert "Fix stream sniffer" 2024-09-20 20:40:02 +08:00
世界 27d6b63e71
Fix stream sniffer 2024-09-08 10:07:07 +08:00
世界 b57abcc73c
tfo: Fix build with go1.23 2024-08-27 11:24:51 +08:00
世界 064fb9b873
Fix direct dialer not resolving domain 2024-08-20 21:02:52 +08:00
ruokeqx e5991cae0b
Use unix.SysctlRaw for macOS 2024-07-22 12:42:22 +08:00
lgjint 69dc87aa6d
Fix set KDE6 system proxy 2024-06-06 22:20:14 +08:00
世界 7d4e6a7f4e
dialer: Allow nil router 2024-05-23 14:57:26 +08:00
世界 5899e95ff1
Update quic-go to v0.43.1 2024-05-21 15:12:05 +08:00
世界 71d92518c1
Set the default TCP keep alive period 2024-05-21 15:11:52 +08:00
世界 cbcf005f37
Remove PROCESS_NAME_NATIVE dwFlag in process query output
The `process_path` rule of sing-box is inherited from Clash,
the original code uses the local system's path format (e.g. `\Device\HarddiskVolume1\folder\program.exe`),
but when the device has multiple disks, the HarddiskVolume serial number is not stable.

This change make QueryFullProcessImageNameW output a Win32 path (such as `C:\folder\program.exe`),
which will disrupt the existing `process_path` use cases in Windows.
2024-05-18 17:22:14 +08:00
世界 daee0b154e
badtls: Support uTLS and TLS ECH for read waiter 2024-05-18 17:22:14 +08:00
世界 8d85c92356
Fix multiplex client dialer context 2024-04-29 11:58:20 +08:00
世界 bf6cc8903c
Fix missing write result in TFO open 2024-01-19 11:22:13 +08:00
世界 a850a73e1a
Fix missing upstream func for read wait conn 2024-01-16 05:50:07 +08:00
世界 c4d9be9e0d
Fix rule match 2024-01-14 13:01:57 +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
世界 fe053e26b5
Update uTLS to 1.5.4 2024-01-03 12:21:47 +08:00
世界 21283b554a
Avoid opening log output before start &
Replace tracing logs with task monitor
2024-01-03 12:21:46 +08:00
世界 38d28e0763
Migrate contentjson and badjson to library &
Add omitempty in format
2024-01-03 12:21:37 +08:00
世界 4b43acfec0
Add rule-set 2024-01-03 12:21:36 +08:00
世界 40c7f3e170
Fix geoip close 2024-01-02 14:31:23 +08:00
世界 3eed614dea
Fix ACME ALPN conflict 2023-12-26 09:02:58 +08:00