Update fail2ban.md

This commit is contained in:
ma.azimi@laposte.net 2015-05-20 23:00:58 +02:00 committed by YunoHost
parent 7d4649c297
commit fcaa5b9e11

View file

@ -1,6 +1,6 @@
# Fail2ban # Fail2ban
For a number of reasons, an IP adresse may be wrongly blacklisted. If you wish to access your server through this specifi IP you will need to unblock it. For a number of reasons, an IP adresse may be wrongly blacklisted. If you wish to access your server through this specify IP you will need to unblock it.
## IP unblock ## IP unblock
@ -51,7 +51,7 @@ To unblock:
iptables -D rule_name entry_number iptables -D rule_name entry_number
``` ```
For example : For intance:
```bash ```bash
iptables -D fail2ban-yunohost 1 iptables -D fail2ban-yunohost 1
``` ```