瀏覽代碼

update official config

v2ray 9 年之前
父節點
當前提交
c061cf9f34
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      release/config/v2ray_official.json

+ 3 - 0
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"
         }
       ]