diff --git a/docs/changelog.md b/docs/changelog.md index 92de6c8e..df2c0557 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,3 +1,13 @@ +#### 1.1.6 + +* Improve vmess request +* Fix ipv6 redirect on Linux +* Fix match geoip private +* Fix parse hysteria UDP message +* Fix socks connect response +* Disable vmess header protection if transport enabled +* Update QUIC v2 version number and initial salt + #### 1.2-beta4 * Add [NTP service](/configuration/ntp) diff --git a/docs/examples/shadowtls.md b/docs/examples/shadowtls.md index 3236ac8b..b24edefd 100644 --- a/docs/examples/shadowtls.md +++ b/docs/examples/shadowtls.md @@ -8,7 +8,12 @@ "listen": "::", "listen_port": 4443, "version": 3, - "password": "fuck me till the daylight", + "users": [ + { + "name": "sekai", + "password": "8JCsPssfgS8tiRwiMlhARg==" + } + ], "handshake": { "server": "google.com", "server_port": 443 @@ -51,7 +56,11 @@ "password": "fuck me till the daylight", "tls": { "enabled": true, - "server_name": "google.com" + "server_name": "google.com", + "utls": { + "enabled": true, + "fingerprint": "chrome" + } } } ]