Update config_server.json

This commit is contained in:
OnlyCharacter 2021-01-14 20:36:18 +08:00 committed by GitHub
parent afa7487735
commit 3c5ff2e92b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@
"settings": { "settings": {
"clients": [ "clients": [
{ {
"password":"your_password", // "password":"your_password", //
"flow": "xtls-rprx-direct" "flow": "xtls-rprx-direct"
} }
], ],
@ -35,12 +35,12 @@
], ],
"certificates": [ "certificates": [
{ {
"certificateFile": "/path/to/cert", // "certificateFile": "/path/to/cert", //
"keyFile": "/path/to/key" // "keyFile": "/path/to/key" //
} }
], ],
"minVersion": "1.2", //ecc使TLSv1.2ecc "minVersion": "1.2", // ecc使 TLSv1.2 ecc
"ocspStapling": 3600 //3600 "ocspStapling": 3600 // 3600
} }
} }
} }