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": [ "inbounds": [
{ {
"listen": "127.0.0.1", "listen": "127.0.0.1", // 0.0.0.0
"port": 10808, // v2rayN "port": 10808, // v2rayN socks
"protocol": "socks", "protocol": "socks",
"settings": { "settings": {
"udp": true "udp": true
@ -40,8 +40,8 @@
} }
}, },
{ {
"listen": "127.0.0.1", "listen": "127.0.0.1", // "0.0.0.0"
"port": 10809, // v2rayN "port": 10809, // v2rayN http
"protocol": "http", "protocol": "http",
"sniffing": { "sniffing": {
"enabled": true, "enabled": true,
@ -58,11 +58,11 @@
"settings": { "settings": {
"vnext": [ "vnext": [
{ {
"address": "", // VPSIP "address": "", // IP
"port": 16387, // VPS "port": 443, //
"users": [ "users": [
{ {
"id": "", // ID "id": "", // ID
"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": "", // "serverName": "", // SNI"address""address"IP
"allowInsecure": false, "allowInsecure": false,
"fingerprint": "chrome" // uTLS Chrome / Firefox / Safari "fingerprint": "chrome" // TLS Client Hello Xray uTLS TLS
} }
}, },
"tag": "proxy" "tag": "proxy"
@ -84,6 +84,10 @@
{ {
"protocol": "freedom", "protocol": "freedom",
"tag": "direct" "tag": "direct"
},
{
"protocol": "blackhole",
"tag": "block"
} }
] ]
} }