1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-28 18:25:23 +00:00
v2fly/release/config/vpoint_socks_vmess.json

26 lines
391 B
JSON
Raw Normal View History

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