mirror of
https://github.com/v2fly/v2ray-examples.git
synced 2025-01-18 22:09:29 +08:00
Update config_client.json
This commit is contained in:
parent
4940ebe459
commit
967b60975b
@ -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"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user