mirror of
https://github.com/XTLS/Xray-examples.git
synced 2025-06-28 13:16:06 +08:00
Update config_server.json
This commit is contained in:
parent
f5503d52c3
commit
18cf0ff8c6
@ -9,7 +9,7 @@
|
|||||||
"settings": {
|
"settings": {
|
||||||
"clients": [
|
"clients": [
|
||||||
{
|
{
|
||||||
"id": "","//": "填写你的 UUID"
|
"id": "","//": "填写你的 UUID",
|
||||||
"level": 0,
|
"level": 0,
|
||||||
"email": "love@example.com"
|
"email": "love@example.com"
|
||||||
}
|
}
|
||||||
@ -30,7 +30,7 @@
|
|||||||
],
|
],
|
||||||
"certificates": [
|
"certificates": [
|
||||||
{
|
{
|
||||||
"certificateFile": "/path/to/fullchain.crt","//": "换成你的证书,绝对路径"
|
"certificateFile": "/path/to/fullchain.crt","//": "换成你的证书,绝对路径",
|
||||||
"keyFile": "/path/to/private.key","//": "换成你的私钥,绝对路径"
|
"keyFile": "/path/to/private.key","//": "换成你的私钥,绝对路径"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user