You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| /ddos status |[server][period]| DCS Admin | Displays DDoS detection statistics and graphs for a server or all servers. |
13
+
| /ddos test start | server [protocol][port][duration]| Admin | Simulate a DDoS attack for testing. Triggers the full detection+blocking flow without real attack traffic. Auto-stops after `duration` seconds (default 30). |
14
+
| /ddos test stop | server | Admin | Stop a running DDoS simulation on a server. |
15
+
| /ddos block | node, [server]| Admin | Manually trigger DDoS blocking for a server or the whole node (omit server for node-wide). Requires action=block. |
16
+
| /ddos unblock | node, [server]| Admin | Deactivate DDoS blocking for a server or the whole node (omit server for node-wide). |
17
+
| /ddos whitelist add | ip | DCS Admin | Add an IP to the DDoS whitelist on all nodes (allowed during blocks). |
18
+
| /ddos whitelist remove | ip | DCS Admin | Remove an IP from the DDoS whitelist on all nodes. |
19
+
| /ddos blacklist add | ip | DCS Admin | Permanently block an IP address via Windows Firewall on all nodes. |
20
+
| /ddos blacklist remove | ip | DCS Admin | Remove an IP from the permanent block list on all nodes. |
0 commit comments