Issue
How to change settings for DOS in Imunify360?
Environment
- Imunify360
- DoS protection
- Any supported OS
Solution
DOS settings in Imunify360 can be changed via Imunify UI:
https://docs.imunify360.com/dashboard/#dos-protection
Or via CLI tool by updating the configuration file:
DOS: | |
---|---|
enabled: True | # allows to enable (True, the default value) or disable (False) DOS detection |
interval: 30 | # interval in seconds between DoS detection system activation |
default_limit: 250 | # maximum default limit of connections from remote IP to local port before DoS protection will be triggered. Cannot be set lower than 100 |
port_limits: | # allows to set limits per local port |
80: 150 | # limit on port 80 is set to 150 connections |
imunify360-agent config update '{"DOS": {"port_limits":{"80": "150"}}}'
Useful links
- https://docs.imunify360.com/config_file_description/
- https://docs.imunify360.com/dashboard/#dos-protection
Comments
0 comments
Please sign in to leave a comment.