diff --git a/07.-Jails.md b/07.-Jails.md index 231837f..fd90226 100644 --- a/07.-Jails.md +++ b/07.-Jails.md @@ -39,7 +39,7 @@ You can call this anything that has meaning to you, I've chosen '*ufw-probe*'. Since this is searching for port probing, we will tell F2B to look for attempts made to connect to any and all ports. **The '*ignoreip*' parameter is only necessary IF it's different from what you've already set in '*jail.local*'.** ```ini -port = all +port = 0:65535 ignoreip = 127.0.0.1/8 ::1 ```