mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Update fail2ban_fr.md
This commit is contained in:
parent
695ff67548
commit
9393aec2c5
1 changed files with 6 additions and 1 deletions
|
@ -43,8 +43,13 @@ num target prot opt source destination
|
||||||
2 RETURN all -- anywhere anywhere
|
2 RETURN all -- anywhere anywhere
|
||||||
```
|
```
|
||||||
|
|
||||||
Il nous indique que l'ip 80.215.197.201 est banni dans la règle fail2ban-yunohost. Pour débloquer cette IP il faut faire la commande
|
Il nous indique que l'ip 80.215.197.201 est banni dans la règle fail2ban-yunohost.
|
||||||
|
|
||||||
|
Pour débloquer cette IP il faut faire la commande
|
||||||
|
|
||||||
iptables -D nom_de_la_regle numéro_de_l'entré
|
iptables -D nom_de_la_regle numéro_de_l'entré
|
||||||
|
|
||||||
exemple :
|
exemple :
|
||||||
|
```bash
|
||||||
iptables -D fail2ban-yunohost 1
|
iptables -D fail2ban-yunohost 1
|
||||||
|
```
|
Loading…
Add table
Reference in a new issue