Explorar el Código

update official config

v2ray hace 9 años
padre
commit
c061cf9f34
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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"
         }
       ]