We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31a25c1 commit 22496b8Copy full SHA for 22496b8
projects/secure-vps/README.md
@@ -66,13 +66,14 @@ A simple guide to setup fail2ban action for sending an alert message to discord
66
action = discord-ban
67
```
68
5. Restart fail2ban
69
- ```
70
- sudo systemctl restart fail2ban
71
+ ```
+ sudo systemctl restart fail2ban
72
73
6. Test
74
- To test, you can intentionally trigger a failed login from a different IP or use:
75
76
- sudo fail2ban-client set sshd banip 1.2.3.4
77
78
- You should receive an alert in your Discord channel.
+ To test, you can intentionally trigger a failed login from a different IP or use:
+ sudo fail2ban-client set sshd banip 1.2.3.4
+
79
+All are done!. You should receive an alert in your Discord channel.
0 commit comments