Update config_client.json comment translate

This commit is contained in:
lk29 2023-03-12 15:13:52 +05:00 committed by GitHub
parent 377c6f571d
commit 1bd9046ab0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,11 +18,11 @@
"settings": { "settings": {
"vnext": [ "vnext": [
{ {
"address": "example.com", // "address": "example.com", // Change to your domain name
"port": 443, "port": 443,
"users": [ "users": [
{ {
"id": "", // UUID "id": "", // fill in your UUID
"encryption": "none", "encryption": "none",
"level": 0 "level": 0
} }
@ -36,4 +36,4 @@
} }
} }
] ]
} }