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
2022-06-21 14:12:55 +01:00
+6
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