File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change
1
+ #### 1.2-beta9
2
+
3
+ * Introducing the [ UDP over TCP protocol version 2] ( /configuration/shared/udp-over-tcp )
4
+ * Add health check support for http-based v2ray transports
5
+ * Remove length limit on short_id for reality TLS config
6
+ * Fix bugs and update dependencies
7
+
1
8
#### 1.2-beta8
2
9
3
10
* Update reality and uTLS libraries
@@ -115,7 +122,7 @@ Important changes since 1.0:
115
122
* Add VLESS outbound and XUDP
116
123
* Skip wait for hysteria tcp handshake response
117
124
* Add v2ray mux support for all inbound
118
- * Add XUDP support for VMess
125
+ * Add XUDP support for VMess
119
126
* Improve websocket writer
120
127
* Refine tproxy write back
121
128
* Fix DNS leak caused by
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ The client requests the magic address to the upper layer proxy protocol to indic
52
52
| ------| ----------| -------| --------| ----------|
53
53
| u8 | variable | u16be | u16be | variable |
54
54
55
- * ATYP / address / port* : Uses the SOCKS address format.
55
+ ** ATYP / address / port* * : Uses the SOCKS address format.
56
56
57
57
#### Protocol version 2
58
58
You can’t perform that action at this time.
0 commit comments