Update config_client.json

This commit is contained in:
xqzr 2024-10-13 23:01:26 +08:00 committed by GitHub
parent bdf76c8ffc
commit dda3dae565
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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