Update config_client.json

This commit is contained in:
chika0801 2023-03-05 15:04:24 +08:00 committed by GitHub
parent ae379bf770
commit 4fea34575f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,8 +25,8 @@
},
"inbounds": [
{
"listen": "127.0.0.1",
"port": 10808, // v2rayN
"listen": "127.0.0.1", // 0.0.0.0
"port": 10808, // v2rayN socks
"protocol": "socks",
"settings": {
"udp": true
@ -40,8 +40,8 @@
}
},
{
"listen": "127.0.0.1",
"port": 10809, // v2rayN
"listen": "127.0.0.1", // "0.0.0.0"
"port": 10809, // v2rayN http
"protocol": "http",
"sniffing": {
"enabled": true,
@ -58,11 +58,11 @@
"settings": {
"vnext": [
{
"address": "", // VPSIP
"port": 16387, // VPS
"address": "", // IP
"port": 443, //
"users": [
{
"id": "", // ID
"id": "", // ID
"encryption": "none",
"flow": "xtls-rprx-vision"
}
@ -74,9 +74,9 @@
"network": "tcp",
"security": "tls",
"tlsSettings": {
"serverName": "", //
"serverName": "", // SNI"address""address"IP
"allowInsecure": false,
"fingerprint": "chrome" // uTLS Chrome / Firefox / Safari
"fingerprint": "chrome" // TLS Client Hello Xray uTLS TLS
}
},
"tag": "proxy"
@ -84,6 +84,10 @@
{
"protocol": "freedom",
"tag": "direct"
},
{
"protocol": "blackhole",
"tag": "block"
}
]
}