Replies: 3 comments 3 replies
|
I don't think that's possible currently. $ grpcurl -plaintext 127.0.0.1:2025 describe xray.app.proxyman.command.HandlerService.AlterInbound
xray.app.proxyman.command.HandlerService.AlterInbound is a method:
rpc AlterInbound ( .xray.app.proxyman.command.AlterInboundRequest ) returns ( .xray.app.proxyman.command.AlterInboundResponse );The AlterInbound() function requires an The original type of So I think that's impossible. |
0 replies
|
@Kolyall Were you able to solve this? I'm stuck on the same issue and trying to figure it out too |
0 replies
|
Why don't you use proto files? |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
How to add new client via AlterInbound?
I want to add new client via grpcurl
Here is my new client:
I want to add him to inbound with tag "vless":
I tried :
Create alter_inbound_request.json
Exec :
But error is:
All reactions