Update config_client.json

This commit is contained in:
Clarence Gui 2020-08-01 21:35:19 +08:00 committed by GitHub
parent 1391a1d490
commit df4db1eae2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,53 +3,65 @@
"loglevel": "warning"
},
"routing": {
"domainStrategy": "AsIs",
"domainStratedy": "AsIs",
"rules": [
{
"type": "field",
"ip": [
"geoip:private"
],
"outboundTag": "block"
"tag": "direct"
}
]
},
"inbounds": [
{
"listen": "0.0.0.0",
"port": 1234,
"protocol": "vmess",
"listen": "127.0.0.1",
"port": "1080",
"protocol": "socks",
"settings": {
"clients": [
"auth": "noauth",
"udp": "true",
"ip": "127.0.0.1"
}
},
{
"id": "",
"alterId": 4
"listen": "127.0.0.1",
"port": "1081",
"protocol": "http"
}
],
"disableInsecureEncryption": false
"outbounds": [
{
"protocol": "vmess",
"settings": {
"vnext": [
{
"address": "",
"port": 1234,
"user": [
{
"id": "",
"alterId": 4,
"security": "none"
}
]
}
]
},
"streamSettings": {
"network": "tcp",
"security": "tls",
"tlsSettings": {
"certificates": [
{
"certificateFile": "/path/to/certificate.crt",
"keyFile": "/path/to/key.key"
"serverName": "example.domain",
"allowInsecure": false
}
]
}
}
}
],
"outbounds": [
},
"tag": "proxy"
},
{
"protocol": "freedom",
"tag": "direct"
},
{
"protocol": "blackhole",
"tag": "block"
}
]
}