Releases: SagerNet/sing-box
1.10.0-alpha.26
π Release Notes
- Fixes and improvements
1.10.0-alpha.25
π Release Notes
- Add AdGuard DNS Filter support 1
1:
The new feature allows you to use AdGuard DNS Filter lists in a sing-box without AdGuard Home.
See AdGuard DNS Filter.
1.10.0-alpha.24
π Release Notes
- Fixes and improvements
1.10.0-alpha.23
π Release Notes
- Add Chromium support for QUIC sniffer
- Add client type detect support for QUIC sniffer 1
- Fixes and improvements
1:
Now the QUIC sniffer can correctly extract the server name from Chromium requests and can identify common QUIC clients, including Chromium, Safari, Firefox, quic-go (including uquic disguised as Chrome).
See Protocol Sniff and Route Rule.
1.10.0-alpha.22
π Release Notes
- Optimize memory usages of rule-sets 1
- Fixes and improvements
1:
See Source Format.
1.10.0-alpha.21
π Release Notes
- Fixes and improvements
1.10.0-alpha.20
π Release Notes
- Add DTLS sniffer
- Fixes and improvements
1.10.0-alpha.19
π Release Notes
- Add
rule-set decompile
command - Add IP address support for
rule-set match
command - Fixes and improvements
1.10.0-alpha.18
π Release Notes
- Add new
inline
rule-set type 1 - Add auto reload support for local rule-set
- Improve fsnotify usages 2
- Fixes and improvements
1:
The new rule-set type inline (which also becomes the default type)
allows you to write headless rules directly without creating a rule-set file.
2:
sing-box now uses fsnotify correctly and will not cancel watching
if the target file is deleted or recreated via rename (e.g. mv
).
This affects all path options that support reload, including
tls.certificate_path
, tls.key_path
, tls.ech.key_path
and rule_set.path
.
1.10.0-alpha.17
π Release Notes
- Some chaotic changes 1
rule_set_ipcidr_match_source
rule items are renamed 2- Add
rule_set_ip_cidr_accept_empty
DNS address filter rule item 3 - Update quic-go to v0.45.1
- Fixes and improvements
1:
Something may be broken, please actively report problems with this version.
2:
rule_set_ipcidr_match_source
route and DNS rule items are renamed to
rule_set_ip_cidr_match_source
and will be remove in sing-box 1.11.0.
3:
See DNS Rule.