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

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