xfuture 1.8.5 → 1.8.8

Sign up to get free protection for your applications and to get access to all the features.
package/index.js CHANGED
@@ -49,6 +49,10 @@ class xFuture {
49
49
  this.StopProxy();
50
50
  }
51
51
 
52
+ SetVlessEncoding(version){
53
+ ff.SetVlessEncoding(version);
54
+ }
55
+
52
56
  StartProxy(){
53
57
  if (isMac || this.isTunMode) return true;
54
58
  var ret = true;
File without changes
File without changes
File without changes
File without changes
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xfuture",
3
- "version": "1.8.5",
3
+ "version": "1.8.8",
4
4
  "description": "electron vpn sdk",
5
5
  "main": "x.js",
6
6
  "scripts": {