Commit graph

14 commits

Author SHA1 Message Date
世界 33b1175e93
Make GSO adaptive 2024-11-30 12:26:30 +08:00
世界 40b2dde5c5
refactor: WireGuard endpoint 2024-11-30 12:26:29 +08:00
世界 78c9047120
Add override destination to route options 2024-11-30 12:26:22 +08:00
世界 fe2fc3d2c3
documentation: Merge route options to route actions 2024-11-30 12:26:09 +08:00
世界 997dd042a3
documentation: Add rule action 2024-11-30 12:26:06 +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
世界 f5554dd8b8
Bump version 2024-09-18 07:04:29 +08:00
世界 cfd9879b17
documentation: Remove unused 2024-08-19 06:39:33 +08:00
世界 ee14135298
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
世界 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
世界 11bec79a06
documentation: Bump version 2024-01-05 11:17:49 +08:00
世界 25810b50c1
Update documentation 2024-01-03 12:21:37 +08:00
世界 e09a94bb9e
Update documentation 2024-01-03 12:21:36 +08:00