From 60094884cdd84956cd94b537ea21113a749d7294 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=96=E7=95=8C?= Date: Wed, 22 Feb 2023 11:24:51 +0800 Subject: [PATCH] Update documentation --- docs/changelog.md | 10 ++++++++++ docs/examples/shadowtls.md | 13 +++++++++++-- 2 files changed, 21 insertions(+), 2 deletions(-) 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" + } } } ]