Update config_client.json translation of comments into english

This commit is contained in:
lk29 2023-03-12 04:50:17 +05:00 committed by GitHub
parent 2f23af1b0c
commit c07862eb47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 9 deletions

View File

@ -25,8 +25,8 @@
},
"inbounds": [
{
"listen": "127.0.0.1", // 0.0.0.0
"port": 10808, // v2rayN socks
"listen": "127.0.0.1", // Fill in 0.0.0.0 to allow connections from LAN
"port": 10808, // local socks listening port
"protocol": "socks",
"settings": {
"udp": true
@ -40,8 +40,8 @@
}
},
{
"listen": "127.0.0.1", // "0.0.0.0"
"port": 10809, // v2rayN http
"listen": "127.0.0.1", // Fill in "0.0.0.0" to allow connections from LAN
"port": 10809, // Local http listening port
"protocol": "http",
"sniffing": {
"enabled": true,
@ -58,11 +58,11 @@
"settings": {
"vnext": [
{
"address": "", // IP
"port": 443, //
"address": "", // Address, domain name or IP of the server
"port": 443, // Port, consistent with the server
"users": [
{
"id": "", // ID
"id": "", // User ID, consistent with the server
"encryption": "none",
"flow": "xtls-rprx-vision"
}
@ -74,9 +74,9 @@
"network": "tcp",
"security": "tls",
"tlsSettings": {
"serverName": "", // SNI"address""address"IP
"serverName": "", // SNI, if "address" is filled with the domain name of the server, it can be left blank. If "address" is filled with the IP of the server, fill in the domain name contained in the certificate of the server here
"allowInsecure": false,
"fingerprint": "chrome" // TLS Client Hello Xray uTLS TLS
"fingerprint": "chrome" // Used to configure the fingerprint of the specified TLS Client Hello, Xray will simulate the TLS fingerprint through the uTLS library, or generate it randomly
}
},
"tag": "proxy"