Update server.json

This commit is contained in:
xqzr 2024-10-13 21:58:28 +08:00 committed by GitHub
parent 57892e7f63
commit e771110288
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@
"settings": { "settings": {
"clients": [ "clients": [
{ {
"id": "" // UUID "id": "","//": "填写你的 UUID"
} }
], ],
"decryption": "none" "decryption": "none"
@ -17,7 +17,7 @@
"streamSettings": { "streamSettings": {
"network": "grpc", "network": "grpc",
"grpcSettings": { "grpcSettings": {
"serviceName": "" // ServiceName "serviceName": "","//": "填写你的 ServiceName"
} }
} }
} }