by default not send non http traffic to server

pull/97/head
v2ray 2016-02-27 21:35:02 +01:00
parent 1bd75d67c0
commit 8a7d7d0a44
1 changed files with 15 additions and 0 deletions

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"