Update server.json translate comment

This commit is contained in:
lk29 2023-03-13 06:55:48 +05:00 committed by GitHub
parent fd6e930a68
commit 64011ffee8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@
"settings": { "settings": {
"clients": [ "clients": [
{ {
"id": "" // UUID "id": "" // fill in your UUID
} }
], ],
"decryption": "none" "decryption": "none"
@ -18,7 +18,7 @@
"streamSettings": { "streamSettings": {
"network": "ws", "network": "ws",
"wsSettings": { "wsSettings": {
"path": "/Path2WS" // path "path": "/Path2WS" // fill in your path
} }
}, },
"sniffing": { "sniffing": {