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. |
Beta Was this translation helpful? Give feedback.
-
@Kolyall Were you able to solve this? I'm stuck on the same issue and trying to figure it out too |
Beta Was this translation helpful? Give feedback.
-
Why don't you use proto files? |
Beta Was this translation helpful? Give feedback.
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:
Beta Was this translation helpful? Give feedback.
All reactions