Update documentation

This commit is contained in:
世界 2023-02-22 11:24:51 +08:00
parent 0e8a4d141a
commit 60094884cd
No known key found for this signature in database
GPG Key ID: CD109927C34A63C4
2 changed files with 21 additions and 2 deletions

View File

@ -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)

View File

@ -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"
}
}
}
]