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

View File

@ -25,8 +25,8 @@
}, },
"inbounds": [ "inbounds": [
{ {
"listen": "127.0.0.1", // 0.0.0.0 "listen": "127.0.0.1", // Fill in 0.0.0.0 to allow connections from LAN
"port": 10808, // v2rayN socks "port": 10808, // local socks listening port
"protocol": "socks", "protocol": "socks",
"settings": { "settings": {
"udp": true "udp": true
@ -40,8 +40,8 @@
} }
}, },
{ {
"listen": "127.0.0.1", // "0.0.0.0" "listen": "127.0.0.1", // Fill in "0.0.0.0" to allow connections from LAN
"port": 10809, // v2rayN http "port": 10809, // Local http listening port
"protocol": "http", "protocol": "http",
"sniffing": { "sniffing": {
"enabled": true, "enabled": true,
@ -58,11 +58,11 @@
"settings": { "settings": {
"vnext": [ "vnext": [
{ {
"address": "", // IP "address": "", // Address, domain name or IP of the server
"port": 443, // "port": 443, // Port, consistent with the server
"users": [ "users": [
{ {
"id": "", // ID "id": "", // User ID, consistent with the server
"encryption": "none", "encryption": "none",
"flow": "xtls-rprx-vision" "flow": "xtls-rprx-vision"
} }
@ -74,9 +74,9 @@
"network": "tcp", "network": "tcp",
"security": "tls", "security": "tls",
"tlsSettings": { "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, "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" "tag": "proxy"