Update documentation

This commit is contained in:
世界
2023-02-22 11:24:51 +08:00
parent 0e8a4d141a
commit 60094884cd
2 changed files with 21 additions and 2 deletions

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