Compare commits

..

22 Commits

Author SHA1 Message Date
世界
baa2bad7e4 documentation: Bump version 2024-04-23 21:31:30 +08:00
世界
4402564cf3 documentation: Update DNS manual 2024-04-23 21:31:30 +08:00
世界
b7e8aaaeac Add rule-set match command 2024-04-23 21:31:30 +08:00
世界
2e1065d8bb Add bypass_domain and search_domain platform HTTP proxy options 2024-04-23 21:31:30 +08:00
世界
56c12ea03f Update gVisor to 20240212.0-65-g71212d503 2024-04-23 21:31:30 +08:00
世界
aaf8110820 Update quic-go to v0.42.0 2024-04-23 21:31:30 +08:00
世界
d2ba1dcf9b Fixed order for Clash modes 2024-04-23 21:31:30 +08:00
气息
fa25f31ad6 Fix DNS exchange index
Signed-off-by: 气息 <qdshizh@gmail.com>
2024-04-23 21:31:30 +08:00
PuerNya
40b7af15db Always disable cache for fake-ip DNS transport if independent_cache disabled 2024-04-23 21:31:30 +08:00
世界
5290c3abbc Fix missing rule_set_ipcidr_match_source item in DNS rules 2024-04-23 21:31:30 +08:00
世界
8b53596782 Improve DNS truncate behavior 2024-04-23 21:31:30 +08:00
世界
ffdf9feb27 Fix DNS fallthrough incorrectly 2024-04-23 21:31:30 +08:00
世界
f2563dc76d Add rejected DNS response cache support 2024-04-23 21:31:30 +08:00
世界
ad98340f70 Add support for client-subnet DNS options 2024-04-23 21:31:30 +08:00
世界
c8ee6e78dc Add address filter support for DNS rules 2024-04-23 21:31:30 +08:00
世界
b5267313d6 Fix timezone for Android and iOS 2024-04-23 21:31:30 +08:00
世界
f766565407 Improve loopback detector 2024-04-23 21:31:30 +08:00
世界
d967cf1d1d Remove unused fakeip packet conn 2024-04-23 21:26:53 +08:00
世界
dae4103f17 Set the default TCP keep alive period 2024-04-23 21:26:53 +08:00
世界
c1f45a4b43 Migrate ntp service to library 2024-04-23 21:26:53 +08:00
世界
16edfbbd08 Handle Windows power events 2024-04-23 21:26:53 +08:00
世界
409d9740ce 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-04-23 21:26:45 +08:00
3 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
icon: material/alert-decagram
---
#### 1.9.0-rc.11
#### 1.9.0-rc.10
* Fixes and improvements

2
go.mod
View File

@@ -26,7 +26,7 @@ require (
github.com/sagernet/gvisor v0.0.0-20240315080113-799fb6b6d311
github.com/sagernet/quic-go v0.42.0-beta.3
github.com/sagernet/reality v0.0.0-20230406110435-ee17307e7691
github.com/sagernet/sing v0.4.0-beta.18
github.com/sagernet/sing v0.4.0-beta.17
github.com/sagernet/sing-dns v0.2.0-beta.16
github.com/sagernet/sing-mux v0.2.0
github.com/sagernet/sing-quic v0.1.13-beta.1

4
go.sum
View File

@@ -106,8 +106,8 @@ github.com/sagernet/quic-go v0.42.0-beta.3/go.mod h1:lf8OYop+fMxIlrfM/ZHpENt/7ZD
github.com/sagernet/reality v0.0.0-20230406110435-ee17307e7691 h1:5Th31OC6yj8byLGkEnIYp6grlXfo1QYUfiYFGjewIdc=
github.com/sagernet/reality v0.0.0-20230406110435-ee17307e7691/go.mod h1:B8lp4WkQ1PwNnrVMM6KyuFR20pU8jYBD+A4EhJovEXU=
github.com/sagernet/sing v0.2.18/go.mod h1:OL6k2F0vHmEzXz2KW19qQzu172FDgSbUSODylighuVo=
github.com/sagernet/sing v0.4.0-beta.18 h1:oK+pvyXnFwxwvQkeUqgxIeATiMHcrH5doLKKDGNmQkU=
github.com/sagernet/sing v0.4.0-beta.18/go.mod h1:PFQKbElc2Pke7faBLv8oEba5ehtKO21Ho+TkYemTI3Y=
github.com/sagernet/sing v0.4.0-beta.17 h1:TWvtCTw39YyAbiVT3NXd46ts7LxxDolplJDGedBbsmg=
github.com/sagernet/sing v0.4.0-beta.17/go.mod h1:+60H3Cm91RnL9dpVGWDPHt0zTQImO9Vfqt9a4rSambI=
github.com/sagernet/sing-dns v0.2.0-beta.16 h1:bzd4B8eHD7/WO3HrYknvgE8A56/R3n5oXBjNF97iPzQ=
github.com/sagernet/sing-dns v0.2.0-beta.16/go.mod h1:XU6Vqr6aHcMz/34Fcv8jmXpRCEuShzW+B7Qg1Xe1nxY=
github.com/sagernet/sing-mux v0.2.0 h1:4C+vd8HztJCWNYfufvgL49xaOoOHXty2+EAjnzN3IYo=