Releases: SagerNet/sing-box
1.11.0-alpha.13
π Release Notes
- Fixes and improvements
1.11.0-alpha.12
π Release Notes
- Merge route options to route actions 1
- Add
network_type
,network_is_expensive
andnetwork_is_constrainted
rule items 2 - Fixes and improvements
1:
Route options in DNS route actions will no longer be considered deprecated, see DNS Route Action.
Also, now udp_disable_domain_unmapping
and udp_connect
can also be configured in route action, see Route Action.
2:
When using in graphical clients, new routing rule items allow you to match on network type (WIFI, cellular, etc.), whether the network is expensive, and whether Low Data Mode is enabled.
See Route Rule, DNS Route Rule and Headless Rule.
1.11.0-alpha.11
π Release Notes
- Fixes and improvements
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