소스 검색

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"
         }
       ]