1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-29 18:45:23 +00:00

by default not send non http traffic to server

This commit is contained in:
v2ray 2016-02-27 21:35:02 +01:00
parent 1bd75d67c0
commit 8a7d7d0a44

View File

@ -39,6 +39,21 @@
"strategy": "rules", "strategy": "rules",
"settings": { "settings": {
"rules": [ "rules": [
{
"type": "field",
"port": "54-79",
"outboundTag": "direct"
},
{
"type": "field",
"port": "81-442",
"outboundTag": "direct"
},
{
"type": "field",
"port": "444-65535",
"outboundTag": "direct"
},
{ {
"type": "chinasites", "type": "chinasites",
"outboundTag": "direct" "outboundTag": "direct"