IP名单中IP创建时保存相关节点、服务、WAF策略信息

This commit is contained in:
GoEdgeLab
2021-11-16 16:10:52 +08:00
parent 2c114a6b1d
commit c38c1dcf0e
6 changed files with 445 additions and 178 deletions

View File

@@ -11,4 +11,5 @@ message HTTPFirewallPolicy {
string description = 4;
bytes inboundJSON = 5;
bytes outboundJSON = 6;
int64 serverId = 8;
}