add ENGLISH translate (#133)

* add translate ENGLISH version README.md

* Update README.md add link README.ENG.md

* Update config_server.json - translation of comments into english

* Update config_client.json translation of comments into english

* Update config_server.json translation of comments into english

* Update config_client.json, translation of comments into english

* Update config_server.json translation of comments into english
This commit is contained in:
lk29
2023-03-12 06:37:52 +05:00
committed by GitHub
parent 5ae00c5bb2
commit cebb145398
7 changed files with 61 additions and 43 deletions

View File

@@ -29,10 +29,10 @@
"settings": {
"servers": [
{
"address": "example.com", // 你的域名或服务器 IP
"flow": "xtls-rprx-direct", // Linux 或安卓可改为 "xtls-rprx-splice"
"address": "example.com", // your domain name or server IP
"flow": "xtls-rprx-direct", // Linux or android can be changed to "xtls-rprx-splice"
"port": 443,
"password": "your_password" // 你的密码
"password": "your_password" // your password
}
]
},
@@ -40,7 +40,7 @@
"network": "tcp",
"security": "xtls",
"xtlsSettings": {
"serverName": "example.com" // 你的域名
"serverName": "example.com" // your domain name
}
}
}

View File

@@ -9,7 +9,7 @@
"settings": {
"clients": [
{
"password":"your_password", // 密码
"password":"your_password", // password
"flow": "xtls-rprx-direct"
}
],
@@ -35,12 +35,12 @@
],
"certificates": [
{
"certificateFile": "/path/to/cert", // 证书文件绝对目录
"keyFile": "/path/to/key", // 密钥文件绝对目录
"ocspStapling": 3600 // 验证周期 3600 秒
"certificateFile": "/path/to/cert", // Certificate file absolute directory
"keyFile": "/path/to/key", // Key file absolute directory
"ocspStapling": 3600 // Verification cycle 3600 Second
}
],
"minVersion": "1.2" // 如果是ecc证书则最低使用 TLSv1.2 ,如果你不清楚证书类型或者不是 ecc 证书,删掉这行
"minVersion": "1.2" // If it is an ecc certificate, use TLSv1.2 at least. If you don't know the certificate type or it is not an ecc certificate, delete this line
}
}
}