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