Releases: SagerNet/sing-box
1.11.0-alpha.10
π Release Notes
- Fixes and improvements
1.11.0-alpha.9
π Release Notes
- Improve tun compatibility 1
- Fixes and improvements
1:
When gvisor
tun stack is enabled, even if the request passes routing, if the outbound connection establishment fails, the connection still does not need to be established and a TCP RST is replied.
1.11.0-alpha.8
π Release Notes
- Fixes and improvements
1.11.0-alpha.7
π Release Notes
- Introducing rule actions 1
1:
New rule actions replace legacy inbound fields and special outbound fields, and can be used for pre-matching 2.
See Rule, Rule Action, DNS Rule and DNS Rule Action.
For migration, see Migrate legacy special outbounds to rule actions, Migrate legacy inbound fields to rule actions and Migrate legacy DNS route options to rule actions.
2:
Similar to Surge's pre-matching.
Specifically, the new rule actions allow you to reject connections with TCP RST (for TCP connections) and ICMP port unreachable (for UDP packets) before connection established to improve tun's compatibility.
See Rule Action.
1.11.0-alpha.6
π Release Notes
- Update quic-go to v0.48.1
- Set gateway for tun correctly
- Fixes and improvements
1.11.0-alpha.5
π Release Notes
- Fixes and improvements
1.11.0-alpha.4
π Release Notes
- Fixes and improvements
1.11.0-alpha.2
π Release Notes
- Add warnings for usage of deprecated features
- Fixes and improvements
1.11.0-alpha.1
π Release Notes
- Update quic-go to v0.48.0
- Fixes and improvements
1.10.1
π Release Notes
- Fixes and improvements