Ver Fonte

update default server address

v2ray há 9 anos atrás
pai
commit
e610faaff6

+ 15 - 9
release/config/vpoint_socks_vmess.json

@@ -16,11 +16,11 @@
     "settings": {
       "vnext": [
         {
-          "address": "45.32.24.103",
-          "port": 38291,
+          "address": "v2ray.cool",
+          "port": 10086,
           "users": [
             {
-              "id": "8833948b-5861-4a0f-a1d6-83c5606881ff",
+              "id": "23ad6b10-8d1a-40f7-8ad0-e3e35cd38297",
               "alterId": 64
             }
           ]
@@ -35,30 +35,36 @@
       "tag": "direct"
     }
   ],
+  "dns": {
+    "servers": [
+      "8.8.8.8",
+      "8.8.4.4",
+      "localhost"
+    ]
+  },
   "routing": {
     "strategy": "rules",
     "settings": {
+      "domainStrategy": "IPIfNonMatch",
       "rules": [
         {
           "type": "field",
-          "port": "54-79",
+          "port": "1-52",
           "outboundTag": "direct"
         },
         {
           "type": "field",
-          "port": "81-442",
+          "port": "54-79",
           "outboundTag": "direct"
         },
         {
           "type": "field",
-          "port": "444-65535",
+          "port": "81-442",
           "outboundTag": "direct"
         },
         {
           "type": "field",
-          "domain": [
-            "gc.kis.scr.kaspersky-labs.com"
-          ],
+          "port": "444-65535",
           "outboundTag": "direct"
         },
         {

+ 2 - 2
release/config/vpoint_vmess_freedom.json

@@ -1,5 +1,5 @@
 {
-  "port": 38291,
+  "port": 10086,
   "log" : {
     "access": "/var/log/v2ray/access.log",
     "error": "/var/log/v2ray/error.log",
@@ -10,7 +10,7 @@
     "settings": {
       "clients": [
         {
-          "id": "8833948b-5861-4a0f-a1d6-83c5606881ff",
+          "id": "23ad6b10-8d1a-40f7-8ad0-e3e35cd38297",
           "level": 1,
           "alterId": 64
         }