Yet Another Public Notification Channel
Open in Telegram
7 178
Subscribers
-224 hours
+187 days
+9030 days
Posts Archive
sing-box 1.10.0-alpha.10 has been released.
* Fixes and improvements
https://github.com/SagerNet/sing-box/releases/tag/v1.10.0-alpha.10
sing-box 1.10.0-alpha.9 has been released.
* Fixes and improvements
https://github.com/SagerNet/sing-box/releases/tag/v1.10.0-alpha.9
sing-box 1.9.2 has been released.
* Fixes and improvements
https://github.com/SagerNet/sing-box/releases/tag/v1.9.2
sing-box 1.10.0-alpha.8 has been released.
* Drop support for go1.18 and go1.19 1
* Update quic-go to v0.45.0
* Update Hysteria2 BBR congestion control
* Fixes and improvements
1:
Due to maintenance difficulties, sing-box 1.10.0 requires at least Go 1.20 to compile.
https://github.com/SagerNet/sing-box/releases/tag/v1.10.0-alpha.8
sing-box 1.9.2 has been released.
* Fixes and improvements
https://github.com/SagerNet/sing-box/releases/tag/v1.9.2
sing-box 1.10.0-alpha.7 has been released.
* Fixes and improvements
https://github.com/SagerNet/sing-box/releases/tag/v1.10.0-alpha.7
sing-box 1.10.0-alpha.6 has been released.
* Fixes and improvements
https://github.com/SagerNet/sing-box/releases/tag/v1.10.0-alpha.6
sing-box 1.10.0-alpha.5 has been released.
* Improve auto-redirect 1
1:
nftables support and DNS hijacking has been added.
Tun inbounds with
auto_route and auto_redirect now works as expected on routers without intervention.
https://github.com/SagerNet/sing-box/releases/tag/v1.10.0-alpha.5sing-box 1.10.0-alpha.4 has been released.
* Fix auto redirect 1
* Improve auto route on linux 2
1:
Tun inbounds with auto_route and auto_redirect now works as expected on routers.
2:
Tun inbounds with auto_route and strict_route now works as expected on routers and servers,
but the usages of exclude_interface need to be updated.
https://github.com/SagerNet/sing-box/releases/tag/v1.10.0-alpha.4
sing-box 1.10.0-alpha.3 has been released.
* Fix auto redirect 1
* Improve auto route on linux 2
1:
Tun inbounds with auto_route and auto_redirect now works as expected on routers without intervention.
2:
Tun inbounds with auto_route and strict_route now works as expected on routers and servers,
but the usages of exclude_interface need to be updated.
https://github.com/SagerNet/sing-box/releases/tag/v1.10.0-alpha.3
sing-box 1.10.0-alpha.2 has been released.
* Move auto redirect to Tun 1
* Fixes and improvements
1:
Linux support are added.
See Tun.
https://github.com/SagerNet/sing-box/releases/tag/v1.10.0-alpha.2
sing-box 1.10.0-alpha.1 has been released.
* Add tailing comma support in JSON configuration
* Add simple auto redirect for Android 1
* Add BitTorrent sniffer 2
1:
It allows you to use redirect inbound in the sing-box Android client
and automatically configures IPv4 TCP redirection via su.
This may alleviate the symptoms of some OCD patients who think that
redirect can effectively save power compared to the system HTTP Proxy.
See Redirect.
2:
See Protocol Sniff.
https://github.com/SagerNet/sing-box/releases/tag/v1.10.0-alpha.1
sing-box 1.9.0 has been released.
* Fixes and improvements
š Important changes since 1.8:
* domain_suffix behavior update 1
* process_path format update on Windows 2
* Add address filter DNS rule items 3
* Add support for client-subnet DNS options 4
* Add rejected DNS response cache support 5
* Add bypass_domain and search_domain platform HTTP proxy options 6
* Fix missing rule_set_ipcidr_match_source item in DNS rules 7
* Handle Windows power events
* Always disable cache for fake-ip DNS transport if dns.independent_cache disabled
* Improve DNS truncate behavior
* Update Hysteria protocol
* Update quic-go to v0.43.1
* Update gVisor to 20240422.0
* Mitigating TunnelVision attacks 8
1:
See Migration.
2:
See Migration.
3:
The new DNS feature allows you to more precisely bypass Chinese websites via DNS leaks. Do not use plain local DNS
if using this method.
See Address Filter Fields.
Client example updated.
4:
See DNS, DNS Server and DNS Rules.
Since this feature makes the scenario mentioned in alpha.1 no longer leak DNS requests,
the Client example has been updated.
5:
The new feature allows you to cache the check results of
Address filter DNS rule items until expiration.
6:
See TUN inbound.
7:
See DNS Rule.
8:
See TunnelVision.
https://github.com/SagerNet/sing-box/releases/tag/v1.9.0
sing-box 1.9.0 has been released.
* Fixes and improvements
š Important changes since 1.8:
*
domain_suffix behavior update 1
* process_path format update on Windows 2
* Add address filter DNS rule items 3
* Add support for client-subnet DNS options 4
* Add rejected DNS response cache support 5
* Add bypass_domain and search_domain platform HTTP proxy options 6
* Fix missing rule_set_ipcidr_match_source item in DNS rules 7
* Handle Windows power events
* Always disable cache for fake-ip DNS transport if dns.independent_cache disabled
* Improve DNS truncate behavior
* Update Hysteria protocol
* Update quic-go to v0.43.1
* Update gVisor to 20240422.0
* Mitigating TunnelVision attacks 8
1:
See [Migration](https://sing-box.sagernet.org/migration/#domain_suffix-behavior-update).
2:
See [Migration](https://sing-box.sagernet.org/migration/#process_path-format-update-on-windows).
3:
The new DNS feature allows you to more precisely bypass Chinese websites via DNS leaks. Do not use plain local DNS
if using this method.
See [Address Filter Fields](https://sing-box.sagernet.org/configuration/dns/rule#address-filter-fields).
[Client example](https://sing-box.sagernet.org/manual/proxy/client#traffic-bypass-usage-for-chinese-users) updated.
4:
See [DNS](https://sing-box.sagernet.org/configuration/dns), [DNS Server](https://sing-box.sagernet.org/configuration/dns/server) and [DNS Rules](https://sing-box.sagernet.org/configuration/dns/rule).
Since this feature makes the scenario mentioned in alpha.1 no longer leak DNS requests,
the [Client example](https://sing-box.sagernet.org/manual/proxy/client#traffic-bypass-usage-for-chinese-users) has been updated.
5:
The new feature allows you to cache the check results of
[Address filter DNS rule items](https://sing-box.sagernet.org/configuration/dns/rule/#address-filter-fields) until expiration.
6:
See [TUN](https://sing-box.sagernet.org/configuration/inbound/tun) inbound.
7:
See [DNS Rule](https://sing-box.sagernet.org/configuration/dns/rule/).
8:
See [TunnelVision](https://sing-box.sagernet.org/manual/misc/tunnelvision).
https://github.com/SagerNet/sing-box/releases/tag/v1.9.0sing-box 1.9.0-rc.22 has been released.
* Fixes and improvements
https://github.com/SagerNet/sing-box/releases/tag/v1.9.0-rc.22
sing-box 1.9.0-rc.21 has been released.
* Fixes and improvements
https://github.com/SagerNet/sing-box/releases/tag/v1.9.0-rc.21
sing-box 1.9.0-rc.20 has been released.
* Prioritize
*_route_address in linux auto-route
* Fix *_route_address in darwin auto-route
https://github.com/SagerNet/sing-box/releases/tag/v1.9.0-rc.20sing-box 1.8.14 has been released.
* Fix hysteria2 panic
* Fixes and improvements
https://github.com/SagerNet/sing-box/releases/tag/v1.8.14
sing-box 1.9.0-rc.19 has been released.
* Fixes and improvements
https://github.com/SagerNet/sing-box/releases/tag/v1.9.0-rc.19
sing-box 1.9.0-rc.18 has been released.
* Add custom prefix support in EDNS0 client subnet options
* Fix hysteria2 crash
* Fix
store_rdrc corrupted
* Update quic-go to v0.43.1
* Fixes and improvements
https://github.com/SagerNet/sing-box/releases/tag/v1.9.0-rc.18
Available now! Telegram Research 2025 ā the year's key insights 
