Skip to content
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

add reverse api support.(#417) #440

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

add reverse api support.(#417) #440

wants to merge 6 commits into from

Conversation

tat5522
Copy link

@tat5522 tat5522 commented Mar 25, 2021

增加反向代理(ReverseObject)的API控制。加入以下API

  rpc AddBridge(AddBridgeRequest) returns (AddBridgeResponse){}
  rpc RemoveBridge(RemoveBridgeRequest) returns (RemoveBridgeResponse){}
  rpc AddPortal(AddPortalRequest) returns (AddPortalResponse){}
  rpc RemovePortal(RemovePortalRequest) returns (RemovePortalResponse){}

使用时config.json中需加入"reverse": {}顶级对象。

@AkinoKaede AkinoKaede linked an issue Mar 28, 2021 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] Reverse API
1 participant