From dd55fb6ca5c50d1c375a8c9ccbd413e1a299b34b Mon Sep 17 00:00:00 2001 From: Culsu Date: Mon, 30 Nov 2020 22:48:11 +0100 Subject: [PATCH] changed some of the new text... --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74bacab..1938543 100644 --- a/README.md +++ b/README.md @@ -383,7 +383,7 @@ In order to control the inter-jail communication you have to delete this rule fi If an ipfw.conf exists for a jail (e.g. /jail/etc/myjail/ipfw.conf) the rules inside that config file are added when starting, and deleted when stopping the jail. E.g. allowing HTTP/HTTPS traffic for that jail (webserver): `allow tcp from any to $ip setup keep-state` -As in the above rule demonstrated `$ip` is reserved and automatically replaced with the jails own ip (as reported by `jls`). +As demonstrated in the previous rule `$ip` is reserved and automatically replaced with the jails own ip (as reported by `jls`). ## Getting help