mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-14 21:40:28 +08:00
348 B
348 B
反向代理引用
定义
{
"isOn": "是否启用",
"isPrior": "是否覆盖上级配置,用于路由规则",
"reverseProxyId": "反向代理ID"
}
其中:
reverseProxyId- 反向代理ID,可以通过/ReverseProxyService/createReverseProxy创建
示例
{
"isOn": true,
"reverseProxyId": 123
}