Xray-core/proxy/vmess
yu c90affe7db
Fix: RPC call causes xray panic problem using wrong account type (#3744)
* fix:RPC call causes xray panic problem. Problem details: add a VMess protocol user in an inbound proxy. If inTag: "VMess-xxx", but the developer carelessly calls the add user method of vless or other protocols, such as xrayCtl.AddVlessUser(user), causing xray panic

* fix:use xray log system return error

---------

Co-authored-by: chengtao@snqu.com <chengtao@snqu.com>
2024-09-09 11:44:22 -04:00
..
aead
encoding
inbound Pin protobuf packages (#3715) 2024-08-22 10:18:36 -04:00
outbound Pin protobuf packages (#3715) 2024-08-22 10:18:36 -04:00
account.go
account.pb.go Pin protobuf packages (#3715) 2024-08-22 10:18:36 -04:00
account.proto
validator.go Fix: RPC call causes xray panic problem using wrong account type (#3744) 2024-09-09 11:44:22 -04:00
validator_test.go
vmess.go