mirror of
https://github.com/XTLS/Xray-examples.git
synced 2025-06-28 21:26:06 +08:00
Update config_client.json
This commit is contained in:
parent
bdf76c8ffc
commit
dda3dae565
@ -25,8 +25,8 @@
|
|||||||
},
|
},
|
||||||
"inbounds": [
|
"inbounds": [
|
||||||
{
|
{
|
||||||
"listen": "127.0.0.1", // Fill in 0.0.0.0 to allow connections from LAN
|
"listen": "127.0.0.1","//": "Fill in 0.0.0.0 to allow connections from LAN",
|
||||||
"port": 10808, // local socks listening port
|
"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", // Fill in "0.0.0.0" to allow connections from LAN
|
"listen": "127.0.0.1","//": "Fill in "0.0.0.0" to allow connections from LAN",
|
||||||
"port": 10809, // Local http listening port
|
"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": "", // Address, domain name or IP of the server
|
"address": "","//": "Address, domain name or IP of the server",
|
||||||
"port": 443, // Port, consistent with the server
|
"port": 443,"//": "Port, consistent with the server",
|
||||||
"users": [
|
"users": [
|
||||||
{
|
{
|
||||||
"id": "", // User ID, consistent with the server
|
"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, 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,
|
"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"
|
"tag": "proxy"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user