354 Commits

Author SHA1 Message Date
世界
1bf321e778
documentation: Bump version 2024-09-18 07:31:39 +08:00
世界
eb01cb93b3
clash-api: Add PNA support 2024-09-18 07:30:03 +08:00
世界
762539bc74
Add RDP sniffer 2024-09-18 07:30:03 +08:00
世界
28d3481fac
Add SSH sniffer 2024-09-18 07:30:03 +08:00
世界
c1e196d184
Add AdGuard DNS filter support 2024-09-18 07:30:02 +08:00
世界
83ea023aa3
Improve QUIC sniffer 2024-09-18 07:30:01 +08:00
世界
19346d5fef
Add inline rule-set & Add reload for local rule-set 2024-09-18 07:30:01 +08:00
世界
7e76f22180
Unique rule-set names 2024-09-18 07:30:01 +08:00
世界
e7185220a8
Add accept empty DNS rule option 2024-09-18 07:30:01 +08:00
世界
9fa61ee28f
Add custom options for TUN auto-route and auto-redirect 2024-09-18 07:30:01 +08:00
世界
c810e80e7d
Add auto-redirect & Improve auto-route 2024-09-18 07:29:44 +08:00
世界
a84eec361e
Bump rule-set version 2024-09-18 07:24:59 +08:00
世界
82ed833ec1
Drop support for go1.18 and go1.19 2024-09-18 07:20:37 +08:00
世界
35a4b2bc19
Add DTLS sniffer 2024-09-18 07:20:37 +08:00
iosmanthus
b389137fc1
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-09-18 07:20:37 +08:00
世界
f5554dd8b8
Bump version 2024-09-18 07:04:29 +08:00
世界
97ccd2ca04
documentation: Add sponsors page 2024-09-17 18:47:33 +08:00
世界
5385f75f53
documentation: Update build requirements 2024-09-15 12:10:00 +08:00
Monica
3dbdda9555
documentation: Fix dial.zh.md
The Chinese documentation incorrectly stated that the default value for the domain_strategy field in the direct outbound module is dns.strategy. The correct value should be inbound.domain_strategy, as specified in the English documentation. This commit corrects the Chinese documentation to align with the accurate behavior described in the English version.

Signed-off-by: Monica <1379531829@qq.com>
2024-09-15 11:53:03 +08:00
世界
1f4ed6ff8f
documentation: Update client status 2024-09-13 10:09:08 +08:00
世界
f1147965dd
documentation: Fix missing zh headline 2024-08-21 18:52:38 +08:00
世界
45f3234c73
documentation: Update package status 2024-08-21 11:39:07 +08:00
Mingye Wang
aae3fded32
documentation: Two updates
* Copyedit documentation

Close #1378

* remove yum, go full on dnf

fixes #2049
2024-08-21 11:32:43 +08:00
世界
3066dfe3b3
Bump version 2024-08-19 10:43:09 +08:00
Liu Bingyan
1128fdd8c7
documentation: Update injectable description 2024-08-19 07:40:31 +08:00
世界
cfd9879b17
documentation: Remove unused 2024-08-19 06:39:33 +08:00
世界
9ceb660c57
documentation: Announce that our apps on Apple platforms are no longer available 2024-08-19 06:39:33 +08:00
printfer
81e9eda357
documentation: Fix typo 2024-07-07 16:09:41 +08:00
世界
085f603377
Bump version 2024-06-09 13:20:56 +08:00
世界
c2354ebf25
Bump version 2024-06-08 22:00:46 +08:00
世界
3853201412
Bump version 2024-06-07 19:07:46 +08:00
世界
5ff7006326
Bump version 2024-05-25 11:30:43 +08:00
世界
a89107ea9d
documentation: Bump version 2024-05-23 14:57:45 +08:00
世界
9ffdbba2ed
documentation: Add manuel for mitigating tunnelvision attacks 2024-05-23 14:57:27 +08:00
世界
65c71049ea
documentation: Update DNS manual 2024-05-23 14:57:26 +08:00
世界
8a9a77a438
Add bypass_domain and search_domain platform HTTP proxy options 2024-05-23 14:57:26 +08:00
世界
da9e22b4e6
Add custom prefix support in EDNS0 client subnet options 2024-05-21 15:12:05 +08:00
世界
71d1879bd6
Fix missing rule_set_ipcidr_match_source item in DNS rules 2024-05-21 15:12:03 +08:00
世界
93ae3f7a1e
Add rejected DNS response cache support 2024-05-21 15:12:03 +08:00
世界
f24a2aed7d
Add support for client-subnet DNS options 2024-05-21 15:12:03 +08:00
世界
0517ceef76
Add address filter support for DNS rules 2024-05-21 15:12:02 +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
世界
d530c724c0
Bump version 2024-05-18 16:53:05 +08:00
世界
742adacce7
Bump version 2024-05-03 17:38:26 +08:00
世界
32e1d5a5e2
documentation: Update package status 2024-05-03 17:38:26 +08:00
世界
4b1a6185ba
Fix DNF repo 2024-04-29 23:13:04 +08:00
世界
0f1e58b917
documentation: Update TestFlight 2024-04-29 11:58:20 +08:00
世界
c4cfe24aef
documentation: Fix strict_route description 2024-04-29 11:58:20 +08:00
世界
0ae1afef44
Bump version 2024-04-23 14:14:40 +08:00