We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
计划增加反向代理(ReverseObject)的API控制。预加入以下API
ReverseObject
rpc AddBridge(AddBridgeRequest) returns (AddBridgeResponse){} rpc RemoveBridge(RemoveBridgeRequest) returns (RemoveBridgeResponse){} rpc AddPortal(AddPortalRequest) returns (AddPortalResponse){} rpc RemovePortal(RemovePortalRequest) returns (RemovePortalResponse){}
由于Reverse运行的特殊性,故不支持动态修改Domain参数
Domain
添加此API后配合RoutingAPI可以做到动态加入无公网IP的设备做出口代理和内网穿透。
@JimhHan @RPRX @AkinoKaede
The text was updated successfully, but these errors were encountered:
add reverse api support.(XTLS#417)
7640482
rpc GetBridges(GetBridgesRequest) returns (GetBridgesResponse){} rpc GetBridge(GetBridgeRequest) returns (GetBridgeResponse){} rpc GetPortals(GetPortalsRequest) returns (GetPortalsResponse){} rpc GetPortal(GetPortalRequest) returns (GetPortalResponse){}
新增并实现以上接口,用于获取当前的反向代理内容。
Sorry, something went wrong.
这个功能增加了吗
Successfully merging a pull request may close this issue.
计划增加反向代理(
ReverseObject
)的API控制。预加入以下API由于Reverse运行的特殊性,故不支持动态修改
Domain
参数添加此API后配合RoutingAPI可以做到动态加入无公网IP的设备做出口代理和内网穿透。
@JimhHan @RPRX @AkinoKaede
The text was updated successfully, but these errors were encountered: