-
Notifications
You must be signed in to change notification settings - Fork 4.3k
feat(api): Add ListInbounds and ListOutbounds to the gRPC API #4723
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Got it to work, added both methods, wrote a test and added the corresponding CLI commands. Expaneded two interfaces marked as
|
Opened a PR to the documentation. Similar changes needed in Chinese version and https://github.com/XTLS/Xray-API-documents. |
Could you set protoc and protoc-gen-go to the same version as in the core? |
@Fangliding Done |
Fixes #2745. Add the ListInbounds and ListOutbounds methods to the gRPC HandlerService and write the respective CLI commands lsi and lso.