Browse Source

update default config

v2ray 9 years ago
parent
commit
6ec9032a54

+ 6 - 0
release/config/vpoint_socks_vmess.json

@@ -99,5 +99,11 @@
         }
         }
       ]
       ]
     }
     }
+  },
+  "transport": {
+    "kcpSettings": {
+      "uplinkCapacity": 5,
+      "downlinkCapacity": 20
+    }
   }
   }
 }
 }

+ 6 - 0
release/config/vpoint_vmess_freedom.json

@@ -55,5 +55,11 @@
         }
         }
       ]
       ]
     }
     }
+  },
+  "transport": {
+    "kcpSettings": {
+      "uplinkCapacity": 100,
+      "downlinkCapacity": 100
+    }
   }
   }
 }
 }