We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4cf533b + bf28edb commit df47bffCopy full SHA for df47bff
1 file changed
README.md
@@ -134,7 +134,7 @@ Edit `firewall_config.json` to customize thresholds:
134
```json
135
{
136
"thresholds": {
137
- "syn_flood_threshold": 100, // SYN packets per minute
+ "syn_flood_threshold": 100, // SYN packets per minute
138
"connection_threshold": 50, // Connections per IP per minute
139
"packet_rate_threshold": 1000, // Total packets per IP per minute
140
"port_scan_threshold": 20, // Different ports accessed per minute
0 commit comments