Commit Graph

1271 Commits

Author SHA1 Message Date
世界
f9f2f4cedd documentation: Bump version v1.9.0-alpha.12 2024-02-23 17:20:30 +08:00
PuerNya
82bd99f24c Always disable cache for fake-ip DNS transport if independent_cache disabled 2024-02-23 17:19:46 +08:00
世界
06b5838225 Fix missing rule_set_ipcidr_match_source item in DNS rules 2024-02-23 17:19:46 +08:00
世界
9c94bd7707 Add bypass_domain and search_domain platform HTTP proxy options 2024-02-23 17:19:46 +08:00
世界
a92e8bc8e7 Update gVisor to 20240206.0 2024-02-23 17:19:46 +08:00
世界
8fbbb3b3d6 Update quic-go to v0.41.0 2024-02-23 17:19:46 +08:00
世界
f9518b0daf Fixed order for Clash modes 2024-02-23 17:19:46 +08:00
世界
68c45dbc3d Add rejected DNS response cache support 2024-02-23 17:19:46 +08:00
世界
ac3c1f9944 Add support for client-subnet DNS options 2024-02-23 17:19:46 +08:00
世界
7219cab5f9 Add address filter support for DNS rules 2024-02-23 17:19:46 +08:00
世界
31e0cd4e20 Fix timezone for Android and iOS 2024-02-23 17:19:46 +08:00
世界
7ff5eb783f Handle Windows power events 2024-02-23 17:19:46 +08:00
世界
ab1327d35d 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-02-22 21:37:48 +08:00
世界
15f3762c90 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-02-22 21:37:48 +08:00
世界
e69c91ffb7 badtls: Support uTLS and TLS ECH for read waiter 2024-02-22 21:37:48 +08:00
世界
50ce0e9b27 Remove invalid archlinux packages from release 2024-02-22 21:34:41 +08:00
Aleksandr Razumov
8bddd5fe12 Add riscv64 to platform list in release 2024-02-22 21:34:40 +08:00
hiddify
f378ba69f0 platform: Fix group update interval not taking effect 2024-02-22 21:34:40 +08:00
hiddify
c2660773ee platform: Remove duplicated close 2024-02-22 21:34:40 +08:00
hatune-miku
53ac88d2a4 documentation: Fix navigation menu 2024-02-22 21:34:40 +08:00
世界
d97299e5fc Fix HTTP inbound 2024-02-22 21:34:40 +08:00
世界
8d88008dc4 Fix documentation 2024-02-22 21:34:40 +08:00
世界
2446b9482c platform: Unify client versions 2024-02-22 21:34:33 +08:00
世界
5583e01c99 platform: Export NeedWIFIState for Android 2024-02-18 14:24:21 +08:00
世界
bca0b86549 Copy DNS message struct instead of deep copy 2024-02-10 23:49:09 +08:00
世界
8332878cdc Fix destination IP CIDR match in DNS 2024-02-10 22:37:42 +08:00
世界
d0ba69ad22 Fix TUN unaligned panic on windows 2024-02-10 21:22:02 +08:00
世界
31b8834427 documentation: Fix description for with_ech 2024-02-10 12:01:09 +08:00
renovate[bot]
d0f7a59e9b [dependencies] Update golang Docker tag to v1.22 2024-02-10 11:54:40 +08:00
renovate[bot]
71e7d517a8 [dependencies] Update github-actions 2024-02-10 11:54:31 +08:00
世界
e6885e9967 platform: Ignore momentary pause on iOS 2024-02-09 13:57:47 +08:00
世界
e2090923db Bump Go version 2024-02-08 20:31:40 +08:00
世界
46be319976 Fix external controller crash before started 2024-02-08 20:31:40 +08:00
renovate[bot]
b27bc45cf2 [dependencies] Update actions/cache action to v4 2024-02-03 15:08:41 +08:00
世界
3d735281f4 documentation: Bump version v1.8.5 2024-02-02 17:51:40 +08:00
世界
8760a0d94d Fix android interface monitor 2024-02-02 17:51:40 +08:00
世界
2239b59933 Remove duplicated rules 2024-02-02 14:30:27 +08:00
世界
425a63f59d Fix rawConn not closed for hy/hy2 2024-02-02 14:30:27 +08:00
世界
b85725c009 urltest: Remember the last choice when there is no valid result 2024-02-02 11:27:36 +08:00
世界
17aebc56c1 Fix UDP DNS response not truncated 2024-02-01 14:43:59 +08:00
Devman
f76b21b02c Fix mobile build on windows
gobind executable name is not exactly `gobind` on windows it's `gobind.exe`

Signed-off-by: Devman <85770917+amir-devman@users.noreply.github.com>
2024-02-01 12:07:39 +08:00
kkocdko
704545a2ec Fix rule description header of domain_suffix
I read other rule_item_xxx.go files, they are all snake case. This description is showed on dashboard like yacd.

Signed-off-by: kkocdko <31189892+kkocdko@users.noreply.github.com>
2024-02-01 10:42:12 +08:00
dyhkwong
dc7b7afc06 Fix loop back detector 2024-02-01 10:41:38 +08:00
世界
e478d3c2dc Update workflow 2024-01-24 12:21:18 +08:00
世界
c8318058bb documentation: Bump version v1.8.4 2024-01-23 11:57:28 +08:00
世界
abca2118e7 documentation: Update geosite usage 2024-01-23 11:57:28 +08:00
世界
a8ee41715a platform: Add service error wrapper for macOS system extension 2024-01-22 19:00:09 +08:00
世界
94f76d6671 Update dependencies 2024-01-22 14:37:21 +08:00
世界
bf6cc8903c Fix missing write result in TFO open 2024-01-19 11:22:13 +08:00
世界
1b15e1692a Add sponsor button 2024-01-19 11:22:13 +08:00