实现自动SYN Flood防护

This commit is contained in:
GoEdgeLab
2022-01-10 19:54:18 +08:00
parent 4eb74e30e0
commit ee2fe6cce2
9 changed files with 332 additions and 255 deletions

View File

@@ -13,4 +13,5 @@ message HTTPFirewallPolicy {
bytes outboundJSON = 6;
int64 serverId = 8;
bool useLocalFirewall = 9;
bytes synFloodJSON = 10;
}