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

View File

@@ -9,7 +9,7 @@
"settings": { "settings": {
"clients": [ "clients": [
{ {
"id": "", // 填写你的 UUID "id": "", // fill in your UUID
"flow": "xtls-rprx-direct", "flow": "xtls-rprx-direct",
"level": 0, "level": 0,
"email": "love@example.com" "email": "love@example.com"
@@ -18,21 +18,21 @@
"decryption": "none", "decryption": "none",
"fallbacks": [ "fallbacks": [
{ {
"dest": 1310, // 默认回落到 Xray Trojan 协议 "dest": 1310, // Fall back to Xray's Trojan protocol by default
"xver": 1 "xver": 1
}, },
{ {
"path": "/websocket", // 必须换成自定义的 PATH "path": "/websocket", // Must be replaced with a custom PATH
"dest": 1234, "dest": 1234,
"xver": 1 "xver": 1
}, },
{ {
"path": "/vmesstcp", // 必须换成自定义的 PATH "path": "/vmesstcp", // Must be replaced with a custom PATH
"dest": 2345, "dest": 2345,
"xver": 1 "xver": 1
}, },
{ {
"path": "/vmessws", // 必须换成自定义的 PATH "path": "/vmessws", // Must be replaced with a custom PATH
"dest": 3456, "dest": 3456,
"xver": 1 "xver": 1
} }
@@ -47,8 +47,8 @@
], ],
"certificates": [ "certificates": [
{ {
"certificateFile": "/path/to/fullchain.crt", // 换成你的证书,绝对路径 "certificateFile": "/path/to/fullchain.crt", // Replace with your certificate, absolute path
"keyFile": "/path/to/private.key" // 换成你的私钥,绝对路径 "keyFile": "/path/to/private.key" // Replace it with your private key, absolute path
} }
] ]
} }
@@ -61,14 +61,14 @@
"settings": { "settings": {
"clients": [ "clients": [
{ {
"password": "", // 填写你的密码 "password": "", // fill in your password
"level": 0, "level": 0,
"email": "love@example.com" "email": "love@example.com"
} }
], ],
"fallbacks": [ "fallbacks": [
{ {
"dest": 80 // 或者回落到其它也防探测的代理 "dest": 80 // or fall back to other proxies that are also probing-proof
} }
] ]
}, },
@@ -87,7 +87,7 @@
"settings": { "settings": {
"clients": [ "clients": [
{ {
"id": "", // 填写你的 UUID "id": "", // fill in your UUID
"level": 0, "level": 0,
"email": "love@example.com" "email": "love@example.com"
} }
@@ -98,8 +98,8 @@
"network": "ws", "network": "ws",
"security": "none", "security": "none",
"wsSettings": { "wsSettings": {
"acceptProxyProtocol": true, // 提醒:若你用 Nginx/Caddy 等反代 WS需要删掉这行 "acceptProxyProtocol": true, // Reminder: If you use Nginx/Caddy to reverse generation WS, you need to delete this line
"path": "/websocket" // 必须换成自定义的 PATH需要和分流的一致 "path": "/websocket" // It must be replaced with a custom PATH, which needs to be consistent with the shunt
} }
} }
}, },
@@ -110,7 +110,7 @@
"settings": { "settings": {
"clients": [ "clients": [
{ {
"id": "", // 填写你的 UUID "id": "", // fill in your UUID
"level": 0, "level": 0,
"email": "love@example.com" "email": "love@example.com"
} }
@@ -125,7 +125,7 @@
"type": "http", "type": "http",
"request": { "request": {
"path": [ "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": { "settings": {
"clients": [ "clients": [
{ {
"id": "", // 填写你的 UUID "id": "", // fill in your UUID
"level": 0, "level": 0,
"email": "love@example.com" "email": "love@example.com"
} }
@@ -149,8 +149,8 @@
"network": "ws", "network": "ws",
"security": "none", "security": "none",
"wsSettings": { "wsSettings": {
"acceptProxyProtocol": true, // 提醒:若你用 Nginx/Caddy 等反代 WS需要删掉这行 "acceptProxyProtocol": true, // Reminder: If you use Nginx/Caddy to reverse generation WS, you need to delete this line
"path": "/vmessws" // 必须换成自定义的 PATH需要和分流的一致 "path": "/vmessws" // It must be replaced with a custom PATH, which needs to be consistent with the shunt
} }
} }
} }