1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-02-20 23:47:21 -05:00
v2fly/release/config/vpoint_socks_vmess.json

26 lines
391 B
JSON
Raw Normal View History

2015-09-12 20:36:21 +02:00
{
2015-10-09 17:43:27 +02:00
"log": {
2016-06-04 00:38:22 +02:00
"loglevel": "warning"
2015-10-09 17:43:27 +02:00
},
2018-11-13 23:29:36 +01:00
"inbounds": [{
2016-06-04 00:38:22 +02:00
"port": 1080,
"listen": "127.0.0.1",
2015-09-12 20:36:21 +02:00
"protocol": "socks",
2015-10-06 23:11:08 +02:00
"settings": {
"auth": "noauth",
2015-10-14 00:04:49 +02:00
"udp": false,
"ip": "127.0.0.1"
2015-10-06 23:11:08 +02:00
}
2018-11-13 23:29:36 +01:00
}],
"outbounds": [{
2017-12-13 15:09:53 +01:00
"protocol": "freedom",
"settings": {},
"tag": "direct"
2018-11-13 23:29:36 +01:00
}],
2017-12-07 21:43:24 +01:00
"policy": {
"levels": {
"0": {"uplinkOnly": 0}
}
2015-09-12 20:36:21 +02:00
}
}