Update config_server.json translation of comments into english

This commit is contained in:
lk29 2023-03-12 04:56:28 +05:00 committed by GitHub
parent c07862eb47
commit 032943980e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@
"settings": {
"clients": [
{
"id": "", // UUID
"id": "", // fill in your UUID
"flow": "xtls-rprx-direct",
"level": 0,
"email": "love@example.com"
@ -18,21 +18,21 @@
"decryption": "none",
"fallbacks": [
{
"dest": 1310, // Xray Trojan
"dest": 1310, // Fall back to Xray's Trojan protocol by default
"xver": 1
},
{
"path": "/websocket", // PATH
"path": "/websocket", // Must be replaced with a custom PATH
"dest": 1234,
"xver": 1
},
{
"path": "/vmesstcp", // PATH
"path": "/vmesstcp", // Must be replaced with a custom PATH
"dest": 2345,
"xver": 1
},
{
"path": "/vmessws", // PATH
"path": "/vmessws", // Must be replaced with a custom PATH
"dest": 3456,
"xver": 1
}
@ -47,8 +47,8 @@
],
"certificates": [
{
"certificateFile": "/path/to/fullchain.crt", //
"keyFile": "/path/to/private.key" //
"certificateFile": "/path/to/fullchain.crt", // Replace with your certificate, absolute path
"keyFile": "/path/to/private.key" // Replace it with your private key, absolute path
}
]
}
@ -61,14 +61,14 @@
"settings": {
"clients": [
{
"password": "", //
"password": "", // fill in your password
"level": 0,
"email": "love@example.com"
}
],
"fallbacks": [
{
"dest": 80 //
"dest": 80 // or fall back to other proxies that are also probing-proof
}
]
},
@ -87,7 +87,7 @@
"settings": {
"clients": [
{
"id": "", // UUID
"id": "", // fill in your UUID
"level": 0,
"email": "love@example.com"
}
@ -98,8 +98,8 @@
"network": "ws",
"security": "none",
"wsSettings": {
"acceptProxyProtocol": true, // Nginx/Caddy WS
"path": "/websocket" // PATH
"acceptProxyProtocol": true, // Reminder: If you use Nginx/Caddy to reverse generation WS, you need to delete this line
"path": "/websocket" // It must be replaced with a custom PATH, which needs to be consistent with the shunt
}
}
},
@ -110,7 +110,7 @@
"settings": {
"clients": [
{
"id": "", // UUID
"id": "", // fill in your UUID
"level": 0,
"email": "love@example.com"
}
@ -125,7 +125,7 @@
"type": "http",
"request": {
"path": [
"/vmesstcp" // PATH
"/vmesstcp" // It must be replaced with a custom PATH, which needs to be consistent with the shunt
]
}
}
@ -139,7 +139,7 @@
"settings": {
"clients": [
{
"id": "", // UUID
"id": "", // fill in your UUID
"level": 0,
"email": "love@example.com"
}
@ -149,8 +149,8 @@
"network": "ws",
"security": "none",
"wsSettings": {
"acceptProxyProtocol": true, // Nginx/Caddy WS
"path": "/vmessws" // PATH
"acceptProxyProtocol": true, // Reminder: If you use Nginx/Caddy to reverse generation WS, you need to delete this line
"path": "/vmessws" // It must be replaced with a custom PATH, which needs to be consistent with the shunt
}
}
}
@ -160,4 +160,4 @@
"protocol": "freedom"
}
]
}
}