This repository has been archived on 2026-07-29. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
GoEdgeCommon/pkg/rpc/jsons/reverse_proxy_ref.md
T
2023-06-17 21:05:03 +08:00

348 B

反向代理引用

定义

{
  "isOn": "是否启用",
  "isPrior": "是否覆盖上级配置,用于路由规则",
  "reverseProxyId": "反向代理ID"
}

其中:

  • reverseProxyId - 反向代理ID,可以通过 /ReverseProxyService/createReverseProxy 创建

示例

{
  "isOn": true,
  "reverseProxyId": 123
}