xfuture 2.8.8 → 2.9.0

Sign up to get free protection for your applications and to get access to all the features.
package/index.js CHANGED
@@ -44,7 +44,7 @@ class xFuture {
44
44
  if(this.driver.length == 0) return false;
45
45
  var json = parser.parse(url);
46
46
  var xray_json = JSON.stringify(json);
47
- console.log("address:", json.address);
47
+ console.log("json:", json);
48
48
  var ok = ff.StartTunnel(xray_json, url, json.address);
49
49
  if (ok) {
50
50
  ok = this.StartProxy();
File without changes
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xfuture",
3
- "version": "2.8.8",
3
+ "version": "2.9.0",
4
4
  "description": "electron vpn sdk",
5
5
  "main": "x.js",
6
6
  "scripts": {
@@ -26,18 +26,14 @@
26
26
  "package/darwin/xFuture.node",
27
27
  "package/darwin/xfuture_helper",
28
28
  "package/darwin/install_helper.sh",
29
+ "package/darwin/xAdapter.framework",
29
30
  "package/darwin/xsing-box-exec",
30
- "package/win32/sysproxy.exe",
31
- "package/win32/xFuture.node",
32
- "package/win32/xray.dll",
33
-
34
31
  "package/win32-arm64/sysproxy.exe",
35
32
  "package/win32-arm64/xFuture.node",
36
33
  "package/win32-arm64/xray.dll",
37
34
  "package/win32-x64/sysproxy.exe",
38
35
  "package/win32-x64/xFuture.node",
39
36
  "package/win32-x64/xray.dll",
40
-
41
37
  "resources/ai.json",
42
38
  "resources/global.json",
43
39
  "resources/geoip.dat",
package/resources/ai.json CHANGED
@@ -96,7 +96,7 @@
96
96
  {
97
97
  "ip_cidr":["____ip____"],
98
98
  "outbound":"direct"
99
- },
99
+ },
100
100
  {
101
101
  "protocol": "dns",
102
102
  "outbound": "dns_out"
@@ -12,14 +12,7 @@
12
12
  "address": "8.8.8.8",
13
13
  "address_strategy": "prefer_ipv4",
14
14
  "strategy": "prefer_ipv4",
15
- "detour": "direct"
16
- },
17
- {
18
- "tag": "dns_local",
19
- "address": "local",
20
- "address_strategy": "prefer_ipv4",
21
- "strategy": "prefer_ipv4",
22
- "detour": "direct"
15
+ "detour": "proxy"
23
16
  },
24
17
  {
25
18
  "tag": "dns_block",
@@ -29,7 +22,7 @@
29
22
  "rules": [
30
23
  {
31
24
  "outbound": "any",
32
- "server": "dns_local"
25
+ "server": "dns_proxy"
33
26
  }
34
27
  ],
35
28
  "final": "dns_proxy",
@@ -80,10 +73,6 @@
80
73
  "ip_cidr":["____ip____"],
81
74
  "outbound":"direct"
82
75
  },
83
- {
84
- "protocol": "dns",
85
- "outbound": "dns_out"
86
- },
87
76
  {
88
77
  "protocol": ["quic"],
89
78
  "outbound": "block"
@@ -105,10 +94,6 @@
105
94
  {
106
95
  "rule_set": "geoip-cn",
107
96
  "outbound": "proxy"
108
- },
109
- {
110
- "ip_is_private": true,
111
- "outbound": "direct"
112
97
  }
113
98
  ],
114
99
  "rule_set": [
Binary file
Binary file
Binary file