mirror of https://github.com/XTLS/Xray-examples
Update config_server.json
parent
9f7c81a4b0
commit
d3c2066958
|
@ -9,7 +9,7 @@
|
|||
"settings": {
|
||||
"clients": [
|
||||
{
|
||||
"id": "", // 填写你的 UUID
|
||||
"id": "","//": "填写你的 UUID"
|
||||
"level": 0,
|
||||
"email": "love@example.com"
|
||||
}
|
||||
|
@ -30,8 +30,8 @@
|
|||
],
|
||||
"certificates": [
|
||||
{
|
||||
"certificateFile": "/path/to/fullchain.crt", // 换成你的证书,绝对路径
|
||||
"keyFile": "/path/to/private.key" // 换成你的私钥,绝对路径
|
||||
"certificateFile": "/path/to/fullchain.crt","//": "换成你的证书,绝对路径"
|
||||
"keyFile": "/path/to/private.key","//": "换成你的私钥,绝对路径"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -43,4 +43,4 @@
|
|||
"protocol": "freedom"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue