Update config_server.json translation of comments into english

This commit is contained in:
lk29 2023-03-12 05:06:08 +05:00 committed by GitHub
parent 889013a664
commit 8196902d94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@
"settings": {
"clients": [
{
"password":"your_password", //
"password":"your_password", // password
"flow": "xtls-rprx-direct"
}
],
@ -35,12 +35,12 @@
],
"certificates": [
{
"certificateFile": "/path/to/cert", //
"keyFile": "/path/to/key", //
"ocspStapling": 3600 // 3600
"certificateFile": "/path/to/cert", // Certificate file absolute directory
"keyFile": "/path/to/key", // Key file absolute directory
"ocspStapling": 3600 // Verification cycle 3600 Second
}
],
"minVersion": "1.2" // ecc使 TLSv1.2 ecc
"minVersion": "1.2" // If it is an ecc certificate, use TLSv1.2 at least. If you don't know the certificate type or it is not an ecc certificate, delete this line
}
}
}