mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-25 18:11:28 +00:00
Update documentation
This commit is contained in:
parent
32bc4450a7
commit
ce6d186345
|
@ -1,3 +1,10 @@
|
||||||
|
#### 1.2-beta9
|
||||||
|
|
||||||
|
* Introducing the [UDP over TCP protocol version 2](/configuration/shared/udp-over-tcp)
|
||||||
|
* Add health check support for http-based v2ray transports
|
||||||
|
* Remove length limit on short_id for reality TLS config
|
||||||
|
* Fix bugs and update dependencies
|
||||||
|
|
||||||
#### 1.2-beta8
|
#### 1.2-beta8
|
||||||
|
|
||||||
* Update reality and uTLS libraries
|
* Update reality and uTLS libraries
|
||||||
|
|
|
@ -52,7 +52,7 @@ The client requests the magic address to the upper layer proxy protocol to indic
|
||||||
|------|----------|-------|--------|----------|
|
|------|----------|-------|--------|----------|
|
||||||
| u8 | variable | u16be | u16be | variable |
|
| u8 | variable | u16be | u16be | variable |
|
||||||
|
|
||||||
*ATYP / address / port*: Uses the SOCKS address format.
|
**ATYP / address / port**: Uses the SOCKS address format.
|
||||||
|
|
||||||
#### Protocol version 2
|
#### Protocol version 2
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue