Compare commits

...
This repository has been archived on 2022-06-21. You can view files and clone it, but cannot push or open issues or pull requests.

1 Commits

Author SHA1 Message Date
KawaiiPunk 735ce2a957
Added ufw limit rule to rate limit connecting on port 222
continuous-integration/drone/push Build is failing Details
2022-06-21 14:12:55 +01:00
1 changed files with 6 additions and 0 deletions

View File

@ -31,3 +31,9 @@
- name: Enable the firewall
ufw:
state: enabled
- name: Deny connections if an IP address has attempted to initiate 6 or more connections in the last 30 seconds
ufw:
rule: limit
port: 222
proto: tcp