Update documentation

This commit is contained in:
世界 2023-02-18 15:02:27 +08:00
parent 21cb227bc2
commit ec4a0c8497
No known key found for this signature in database
GPG Key ID: CD109927C34A63C4
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,3 @@
package constant
var Version = "1.1.5"
var Version = "1.2-beta2"

View File

@ -1,3 +1,11 @@
#### 1.2-beta2
* Add [ShadowTLS protocol v3](https://github.com/ihciah/shadow-tls/blob/master/docs/protocol-v3-en.md)
* Add fallback support for v2ray transport
* Fix parse hysteria UDP message
* Fix socks connect response
* Disable vmess header protection if transport enabled
#### 1.2-beta1
* Add [DHCP DNS server](/configuration/dns/server) support