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": { "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
} }
} }
} }