Commit Graph

1354 Commits

Author SHA1 Message Date
世界
8ce44b765f documentation: Bump version v1.9.0-rc.17 2024-05-12 16:48:19 +08:00
世界
c2a9edaaa2 documentation: Add manuel for mitigating tunnelvision attacks 2024-05-12 16:47:26 +08:00
世界
0a6c5d52a8 documentation: Update DNS manual 2024-05-12 16:47:26 +08:00
世界
65db1f207e dialer: Allow nil router 2024-05-12 16:47:26 +08:00
世界
a82cbe4e59 Add rule-set match command 2024-05-12 16:47:26 +08:00
世界
77ecc5fd7c Add bypass_domain and search_domain platform HTTP proxy options 2024-05-12 16:47:26 +08:00
世界
1f4d493bab Handle includeAllNetworks 2024-05-12 16:47:26 +08:00
世界
eba3a6c51e Update gVisor to 20240422.0 2024-05-12 16:47:26 +08:00
世界
513b41de2c Update quic-go to v0.43.0 2024-05-12 16:47:26 +08:00
世界
27eeede81b Fixed order for Clash modes 2024-05-12 16:47:26 +08:00
世界
1b3daf2afe Add custom prefix support in EDNS0 client subnet options 2024-05-12 16:47:25 +08:00
气息
29f962a4b0 Fix DNS exchange index
Signed-off-by: 气息 <qdshizh@gmail.com>
2024-05-12 16:21:01 +08:00
dyhkwong
4374e59f6e Always disable cache for fake-ip servers 2024-05-12 16:21:01 +08:00
PuerNya
3090fb3b4a Always disable cache for fake-ip DNS transport if independent_cache disabled 2024-05-12 16:21:00 +08:00
世界
b1060ea1e7 Fix missing rule_set_ipcidr_match_source item in DNS rules 2024-05-12 16:21:00 +08:00
世界
fce989a5d9 Improve DNS truncate behavior 2024-05-12 16:21:00 +08:00
世界
5a8e548f02 Fix DNS fallthrough incorrectly 2024-05-12 16:20:59 +08:00
世界
7f2ff07a33 Add rejected DNS response cache support 2024-05-12 16:20:59 +08:00
世界
761d4699e4 Add support for client-subnet DNS options 2024-05-12 16:20:58 +08:00
世界
5ecaf9f77f Add address filter support for DNS rules 2024-05-12 16:20:58 +08:00
世界
4331b97f01 Fix timezone for Android and iOS 2024-05-12 16:20:57 +08:00
世界
bb39cef63f Improve loopback detector 2024-05-12 16:20:57 +08:00
世界
14375fe150 Remove unused fakeip packet conn 2024-05-12 16:20:56 +08:00
世界
dec07cbf89 Set the default TCP keep alive period 2024-05-12 16:20:56 +08:00
世界
7c4c13c350 Migrate ntp service to library 2024-05-12 16:20:56 +08:00
世界
2c681c7425 Handle Windows power events 2024-05-12 16:20:56 +08:00
世界
89f3a22068 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-12 16:20:56 +08:00
世界
b5cf8377d1 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-12 16:20:56 +08:00
世界
9a84661861 badtls: Support uTLS and TLS ECH for read waiter 2024-05-12 16:20:56 +08:00
世界
7131de1e34 Fix hysteria2 panic 2024-05-12 16:19:12 +08:00
renovate[bot]
7a4a44c6d2 [dependencies] Update golangci/golangci-lint-action action to v6 2024-05-10 19:49:20 +08:00
世界
44277e5dd2 Fix urltest logic 2024-05-10 17:41:20 +08:00
世界
1f470c69c4 Update docker workflow 2024-05-03 19:33:20 +08:00
世界
742adacce7 Bump version v1.8.13 2024-05-03 17:38:26 +08:00
世界
32e1d5a5e2 documentation: Update package status 2024-05-03 17:38:26 +08:00
世界
cb9f4ce597 Minor fixes 2024-05-03 15:34:47 +08:00
世界
4b1a6185ba Fix DNF repo 2024-04-29 23:13:04 +08:00
世界
8d85c92356 Fix multiplex client dialer context 2024-04-29 11:58:20 +08:00
世界
c6164c9eca Fix usage of github actions 2024-04-29 11:58:20 +08:00
dyhkwong
3c85b8bc48 Fix fake-ip mapping 2024-04-29 11:58:20 +08:00
HystericalDragon
8b8fb4344c Remove unused encoder 2024-04-29 11:58:20 +08:00
renovate[bot]
e85a38e059 [dependencies] Update golangci/golangci-lint-action action to v5 2024-04-29 11:58:20 +08:00
renovate[bot]
f3ac91673a [dependencies] Update actions/checkout digest to 0ad4b8f 2024-04-29 11:58:20 +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
世界
3d73b159ba Fix linux workflow 2024-04-29 11:58:20 +08:00
世界
0ae1afef44 Bump version v1.8.12 2024-04-23 14:14:40 +08:00
世界
a5e2a4073b Update dependencies 2024-04-23 14:03:55 +08:00
世界
b6cb3948a3 Fix initial packet MTU for QUIC protocols 2024-04-23 11:12:31 +08:00
世界
7b0f5061dc Fix loopback detector 2024-04-17 21:45:54 +08:00