We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b62ece commit 4a9174aCopy full SHA for 4a9174a
v2ray_util/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = '3.10.0'
+__version__ = '3.10.1'
2
3
import sys
4
if "xray" in sys.argv[0]:
v2ray_util/util_core/client.py
@@ -41,7 +41,7 @@ def transform(self):
41
del user_json["users"][0]["alterId"]
42
del user_json["users"][0]["security"]
43
user_json["users"][0]["encryption"] = self.node.encryption
44
- if self.node.tls == "xtls":
+ if self.node.flow:
45
user_json["users"][0]["flow"] = self.node.flow
46
self.client_config["outbounds"][0]["protocol"] = "vless"
47
0 commit comments