实现自动SYN Flood防护

This commit is contained in:
刘祥超
2022-01-10 19:54:18 +08:00
parent b4f5f28102
commit b2d477345f
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;
}