mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-24 09:31:30 +00:00
Update documentation
This commit is contained in:
parent
fbc94b9e3e
commit
cd5c2a7999
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -10,3 +10,4 @@
|
||||||
/*.jar
|
/*.jar
|
||||||
/*.aar
|
/*.aar
|
||||||
/*.xcframework/
|
/*.xcframework/
|
||||||
|
.DS_Store
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
package constant
|
package constant
|
||||||
|
|
||||||
var Version = "1.2-beta4"
|
var Version = "1.2-beta5"
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
#### 1.2-beta5
|
||||||
|
|
||||||
|
* Add [VLESS server](/configuration/inbound/vless) and [vision](/configuration/outbound/vless#flow) support
|
||||||
|
* Add [reality TLS](/configuration/shared/tls) support
|
||||||
|
* Fix match private address
|
||||||
|
|
||||||
#### 1.1.6
|
#### 1.1.6
|
||||||
|
|
||||||
* Improve vmess request
|
* Improve vmess request
|
||||||
|
|
Loading…
Reference in a new issue