豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

Commit ca27995

Browse files
committed
new: update to xray 24.11.11
1 parent ca4463b commit ca27995

File tree

7 files changed

+17
-16
lines changed

7 files changed

+17
-16
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55
# You can also run `make switch-to-poetry` to use the poetry package manager.
66

77
grpcio
8-
grpcio-tools<2.0.0
8+
grpcio-tools<2.0.0
9+
protobuf==5.28.3

xtlsapi/api_services/handler/add_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def add_client(self, inbound_tag, user_id_or_password, email,protocol='vless', l
1212
try:
1313
if protocol=='vmess':
1414
from xtlsapi.xray_api.proxy.vmess import account_pb2
15-
account=account_pb2.Account(id=user_id_or_password, alter_id=alter_id)
15+
account=account_pb2.Account(id=user_id_or_password)
1616
elif protocol=='vless':
1717
from xtlsapi.xray_api.proxy.vless import account_pb2
1818
account=account_pb2.Account(id=user_id_or_password,flow=flow,encryption="none")

xtlsapi/xray_api/proxy/mtproto/config_pb2.py

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

xtlsapi/xray_api/transport/global/config_pb2.py

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

xtlsapi/xray_api/transport/internet/quic/config_pb2.py

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

xtlsapi/xray_api/transport/internet/splithttp/config_pb2.py

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

xtlsapi/xray_api/transport/internet/tls/config_pb2.py

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)