Advertisement
Guest User

Untitled

a guest
Sep 8th, 2019
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. [nginx-req-limit]
  2.  
  3. enabled = true
  4. filter = nginx-req-limit
  5. action = iptables-multiport[name=ReqLimit, port="http,https", protocol=tcp]
  6. logpath = /data/wwwlogs/error_nginx.log
  7. findtime = 600
  8. bantime = 72000
  9. maxretry = 3
  10.  
  11. [sshd]
  12. enabled = true
  13. port = ssh
  14. action = iptables-multiport
  15. logpath = /var/log/secure
  16. maxretry = 3
  17. bantime = 60000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement