From 21800fe55ef55e6318cdcf405731d4ec737e13b3 Mon Sep 17 00:00:00 2001 From: Culsu Date: Sun, 29 Nov 2020 22:30:56 +0100 Subject: [PATCH] Added hint how to restart the network interface (after adding alias) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f69b88..df8994b 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ jail_enable="YES" ``` You may need to replace the interface name `em0` with the one in use on your system. - +To apply the alias to the interface you can use the netif rc script: `/etc/rc.d/netif restart`. ### Create the jail ```