|
2 | 2 | icon: material/alert-decagram
|
3 | 3 | ---
|
4 | 4 |
|
| 5 | +#### 1.11.0-alpha.10 |
| 6 | + |
| 7 | +* Fixes and improvements |
| 8 | + |
| 9 | +#### 1.11.0-alpha.9 |
| 10 | + |
| 11 | +* Improve tun compatibility **1** |
| 12 | +* Fixes and improvements |
| 13 | + |
| 14 | +**1**: |
| 15 | + |
| 16 | +When `gvisor` tun stack is enabled, even if the request passes routing, |
| 17 | +if the outbound connection establishment fails, |
| 18 | +the connection still does not need to be established and a TCP RST is replied. |
| 19 | + |
| 20 | +#### 1.11.0-alpha.7 |
| 21 | + |
| 22 | +* Introducing rule actions **1** |
| 23 | + |
| 24 | +**1**: |
| 25 | + |
| 26 | +New rule actions replace legacy inbound fields and special outbound fields, |
| 27 | +and can be used for pre-matching **2**. |
| 28 | + |
| 29 | +See [Rule](/configuration/route/rule/), |
| 30 | +[Rule Action](/configuration/route/rule_action/), |
| 31 | +[DNS Rule](/configuration/dns/rule/) and |
| 32 | +[DNS Rule Action](/configuration/dns/rule_action/). |
| 33 | + |
| 34 | +For migration, see |
| 35 | +[Migrate legacy special outbounds to rule actions](/migration/#migrate-legacy-special-outbounds-to-rule-actions), |
| 36 | +[Migrate legacy inbound fields to rule actions](/migration/#migrate-legacy-inbound-fields-to-rule-actions) |
| 37 | +and [Migrate legacy DNS route options to rule actions](/migration/#migrate-legacy-dns-route-options-to-rule-actions). |
| 38 | + |
| 39 | +**2**: |
| 40 | + |
| 41 | +Similar to Surge's pre-matching. |
| 42 | + |
| 43 | +Specifically, the new rule actions allow you to reject connections with |
| 44 | +TCP RST (for TCP connections) and ICMP port unreachable (for UDP packets) |
| 45 | +before connection established to improve tun's compatibility. |
| 46 | + |
| 47 | +See [Rule Action](/configuration/route/rule_action/). |
| 48 | + |
| 49 | +#### 1.11.0-alpha.6 |
| 50 | + |
| 51 | +* Update quic-go to v0.48.1 |
| 52 | +* Set gateway for tun correctly |
| 53 | +* Fixes and improvements |
| 54 | + |
| 55 | +#### 1.11.0-alpha.2 |
| 56 | + |
| 57 | +* Add warnings for usage of deprecated features |
| 58 | +* Fixes and improvements |
| 59 | + |
| 60 | +#### 1.11.0-alpha.1 |
| 61 | + |
| 62 | +* Update quic-go to v0.48.0 |
| 63 | +* Fixes and improvements |
| 64 | + |
5 | 65 | ### 1.10.1
|
6 | 66 |
|
7 | 67 | * Fixes and improvements
|
@@ -33,7 +93,7 @@ Important changes since 1.9:
|
33 | 93 | The new auto-redirect feature allows TUN to automatically
|
34 | 94 | configure connection redirection to improve proxy performance.
|
35 | 95 |
|
36 |
| -When auto-redirect is enabled, new route address set options will allow you to |
| 96 | +When auto-redirect is enabled, new route address set options will allow you to |
37 | 97 | automatically configure destination IP CIDR rules from a specified rule set to the firewall.
|
38 | 98 |
|
39 | 99 | Specified or unspecified destinations will bypass the sing-box routes to get better performance
|
|
0 commit comments