From c061cf9f349b0c6db1bf9c88e7e3ded6a748cd77 Mon Sep 17 00:00:00 2001 From: v2ray Date: Sun, 10 Jan 2016 21:38:37 +0100 Subject: [PATCH] update official config --- release/config/v2ray_official.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/release/config/v2ray_official.json b/release/config/v2ray_official.json index 9279006e..b20ee5ed 100644 --- a/release/config/v2ray_official.json +++ b/release/config/v2ray_official.json @@ -32,16 +32,19 @@ { "type": "field", "port": 80, + "network": "tcp", "outboundTag": "pass" }, { "type": "field", "port": 443, + "network": "tcp", "outboundTag": "pass" }, { "type": "field", "port": 53, + "network": "tcp,udp", "outboundTag": "pass" } ]