Update config_client.json

This commit is contained in:
Clarence Gui 2020-08-01 21:31:28 +08:00 committed by GitHub
parent 4940ebe459
commit 967b60975b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,42 +3,60 @@
"loglevel": "warning"
},
"routing": {
"domainStrategy": "AsIs",
"domainStratedy": "AsIs",
"rules": [
{
"type": "field",
"ip": [
"geoip:private"
],
"outboundTag": "direct",
"port": null,
"type": "field"
"tag": "direct"
}
]
},
"inbounds": [
{
"port": 1234,
"protocol": "vmess",
"listen": "127.0.0.1",
"port": "1080",
"protocol": "socks",
"settings": {
"clients": [
{
"id": "e2b39869-7e9e-411b-a561-00904419bed9",
"alterId": 100,
"testsEnabled": "VMessAEAD"
"auth": "noauth",
"udp": "true",
"ip": "127.0.0.1"
}
]
},
"tag": "tcp",
"streamSettings": {
"network": "tcp"
}
{
"listen": "127.0.0.1",
"port": "1081",
"protocol": "http"
}
],
"outbounds": [
{
"protocol": "freedom",
"protocol": "vmess",
"settings": {
"vnext": [
{
"address": "",
"port": 1234,
"user": [
{
"id": "",
"alterId": 4,
"security": "auto",
"testEnabled": "VMessAEAD"
}
]
}
]
},
"streamSettings": {
"network": "tcp"
},
"tag": "proxy"
},
{
"protocol": "freedom",
"tag": "direct"
}
]