mirror of https://github.com/XTLS/Xray-examples
Update server.json
parent
3bf3f1bce5
commit
d17228189a
|
@ -10,7 +10,7 @@
|
|||
"settings": {
|
||||
"clients": [
|
||||
{
|
||||
"id": "" // 填写你的 UUID
|
||||
"id": "","//": "填写你的 UUID"
|
||||
}
|
||||
],
|
||||
"decryption": "none"
|
||||
|
@ -18,7 +18,7 @@
|
|||
"streamSettings": {
|
||||
"network": "ws",
|
||||
"wsSettings": {
|
||||
"path": "/Path2WS" // 填写你的 path
|
||||
"path": "/Path2WS","//": "填写你的 path"
|
||||
}
|
||||
},
|
||||
"sniffing": {
|
||||
|
|
Loading…
Reference in New Issue