mirror of https://github.com/XTLS/Xray-examples
Update config_server.json
parent
1919e1471b
commit
2e6aebf3c0
|
@ -32,6 +32,9 @@
|
||||||
"network": "tcp",
|
"network": "tcp",
|
||||||
"security": "tls",
|
"security": "tls",
|
||||||
"tlsSettings": {
|
"tlsSettings": {
|
||||||
|
"minVersion": "1.2",
|
||||||
|
"maxVersion": "1.2",
|
||||||
|
"cipherSuites": "TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256:TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256",
|
||||||
"certificates": [
|
"certificates": [
|
||||||
{
|
{
|
||||||
"certificateFile": "/etc/ssl/private/fullchain.cer", // 证书
|
"certificateFile": "/etc/ssl/private/fullchain.cer", // 证书
|
||||||
|
|
Loading…
Reference in New Issue