Ver Fonte

by default not send non http traffic to server

v2ray há 9 anos atrás
pai
commit
8a7d7d0a44
1 ficheiros alterados com 15 adições e 0 exclusões
  1. 15 0
      release/config/vpoint_socks_vmess.json

+ 15 - 0
release/config/vpoint_socks_vmess.json

@@ -40,6 +40,21 @@
     "settings": {
       "rules": [
         {
+          "type": "field",
+          "port": "54-79",
+          "outboundTag": "direct"
+        },
+        {
+          "type": "field",
+          "port": "81-442",
+          "outboundTag": "direct"
+        },
+        {
+          "type": "field",
+          "port": "444-65535",
+          "outboundTag": "direct"
+        },
+        {
           "type": "chinasites",
           "outboundTag": "direct"
         },