소스 검색

by default not send non http traffic to server

v2ray 9 년 전
부모
커밋
8a7d7d0a44
1개의 변경된 파일15개의 추가작업 그리고 0개의 파일을 삭제
  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"
         },