修改反向代理实现

This commit is contained in:
刘祥超
2020-09-21 11:37:09 +08:00
parent ec47ee54da
commit 96397b50da
14 changed files with 520 additions and 312 deletions

View File

@@ -24,7 +24,7 @@ message Server {
bytes unixJSON = 13;
bytes udpJSON = 14;
int64 webId = 15;
int64 reverseProxyId = 16;
bytes reverseProxyJSON = 16;
NodeCluster cluster = 30;
}