From 4be67e58c6f1147dea57f244634a609ffb144a9d Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Tue, 1 Feb 2022 23:53:52 -0700 Subject: [PATCH] Update '07. Jails' --- 07.-Jails.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```