From 814dc6d926fd411d9ed0f3d001bd1012c5f3d548 Mon Sep 17 00:00:00 2001 From: Christer Edwards Date: Sun, 16 Feb 2020 15:22:32 -0700 Subject: [PATCH] properly set ip6 mode --- usr/local/share/bastille/create.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/share/bastille/create.sh b/usr/local/share/bastille/create.sh index 1f5cb89f..e5014309 100644 --- a/usr/local/share/bastille/create.sh +++ b/usr/local/share/bastille/create.sh @@ -135,7 +135,7 @@ ${NAME} { interface = ${bastille_jail_conf_interface}; ${IPX_ADDR} = ${IP}; - ip6 = disable; + ip6 = ${IP6_MODE}; } EOF }