Commit graph

1373 commits

Author SHA1 Message Date
世界 c1f4755c4e
Fix parse UDP DNS server with addr:port address 2024-06-08 22:00:46 +08:00
世界 0ca5909b06
Stop passing device sleep events on Android and Apple platforms 2024-06-08 22:00:46 +08:00
世界 e77a8114c5
Fix rule-set start order 2024-06-08 22:00:46 +08:00
renovate[bot] f1393235ff
[dependencies] Update actions/checkout digest to a5ac7e5 2024-06-08 22:00:46 +08:00
renovate[bot] bdba2365de
[dependencies] Update goreleaser/goreleaser-action action to v6 2024-06-08 18:58:22 +08:00
世界 ce0da5b557
Fix typo 2024-06-08 18:58:14 +08:00
世界 3853201412
Bump version 2024-06-07 19:07:46 +08:00
世界 7003ef40a3
Fix wireguard start 2024-06-07 19:07:46 +08:00
世界 59ec92228c
Fix repeatedly no route logs 2024-06-07 15:03:48 +08:00
世界 0eeb2da323
Fix reset HTTP3 DNS transport 2024-06-06 22:28:43 +08:00
世界 977b0fac02
Fix get source address from X-Forwarded-For 2024-06-06 22:21:37 +08:00
世界 51964801ff
Fix enforced power listener on windows 2024-06-06 22:20:23 +08:00
世界 e08c052fc9
Fix wireguard client bind 2024-06-06 22:20:21 +08:00
世界 53927d8bbd
Remove logs in router initialize 2024-06-06 22:20:19 +08:00
世界 968b9bc217
Fix crash on *bsd 2024-06-06 22:20:17 +08:00
lgjint 69dc87aa6d
Fix set KDE6 system proxy 2024-06-06 22:20:14 +08:00
Fei1Yang 4193df375f
build: Remove vendor in RPM packages 2024-05-27 19:28:15 +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
世界 7d4e6a7f4e
dialer: Allow nil router 2024-05-23 14:57:26 +08:00
世界 d612620c5d
Add rule-set match command 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
世界 a2098c18e1
Handle includeAllNetworks 2024-05-23 14:57:26 +08:00
世界 cf2181dd3a
Update gVisor to 20240422.0 2024-05-23 14:57:15 +08:00
世界 5899e95ff1
Update quic-go to v0.43.1 2024-05-21 15:12:05 +08:00
世界 d7160c19cf
Fixed order for Clash modes 2024-05-21 15:12:05 +08:00
世界 da9e22b4e6
Add custom prefix support in EDNS0 client subnet options 2024-05-21 15:12:05 +08:00
气息 0e120f8a44
Fix DNS exchange index
Signed-off-by: 气息 <qdshizh@gmail.com>
2024-05-21 15:12:05 +08:00
dyhkwong d918863ac5
Always disable cache for fake-ip servers 2024-05-21 15:12:04 +08:00
PuerNya 2ae192305c
Always disable cache for fake-ip DNS transport if independent_cache disabled 2024-05-21 15:12:03 +08:00
世界 71d1879bd6
Fix missing rule_set_ipcidr_match_source item in DNS rules 2024-05-21 15:12:03 +08:00
世界 917514e09f
Improve DNS truncate behavior 2024-05-21 15:12:03 +08:00
世界 5327aeaea4
Fix DNS fallthrough incorrectly 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
世界 830ea46932
Fix timezone for Android and iOS 2024-05-21 15:11:52 +08:00
世界 cd0fcd5ddc
Improve loopback detector 2024-05-21 15:11:52 +08:00
世界 003176f069
Remove unused fakeip packet conn 2024-05-21 15:11:52 +08:00
世界 71d92518c1
Set the default TCP keep alive period 2024-05-21 15:11:52 +08:00
世界 b5dcd6bf59
Migrate ntp service to library 2024-05-21 15:11:52 +08:00
世界 11c7b4a866
Handle Windows power events 2024-05-21 15:11:52 +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
世界 daee0b154e
badtls: Support uTLS and TLS ECH for read waiter 2024-05-18 17:22:14 +08:00
世界 d530c724c0
Bump version 2024-05-18 16:53:05 +08:00
世界 7f698c1104
Fix hysteria2 panic 2024-05-18 16:20:32 +08:00
renovate[bot] 7a4a44c6d2
[dependencies] Update golangci/golangci-lint-action action to v6 2024-05-10 19:49:20 +08:00