From 205e69935598ff544fcf628218641ca5a2f4e829 Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Wed, 22 Jun 2022 17:20:15 +0200 Subject: [PATCH] minifirewall: docker mode is configurable --- CHANGELOG.md | 5 +++-- minifirewall/tasks/config.yml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c4b3dd5..c280565b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,8 +18,9 @@ The **patch** part changes is incremented if multiple releases happen the same m ### Fixed -* evolinux-base : Update PermitRootLogin task to work on Debian 11 -* evolinux-user : Update PermitRootLogin task to work on Debian 11 +* evolinux-base: Update PermitRootLogin task to work on Debian 11 +* evolinux-user: Update PermitRootLogin task to work on Debian 11 +* minifirewall: docker mode is configurable ### Removed diff --git a/minifirewall/tasks/config.yml b/minifirewall/tasks/config.yml index 1ddb9695..c11b83e8 100644 --- a/minifirewall/tasks/config.yml +++ b/minifirewall/tasks/config.yml @@ -70,7 +70,7 @@ # WARNING : If the port mapping is different between the host and the container # (ie: Listen on :8090 on host, but :8080 in container) # then you need to give the port used inside the container - DOCKER='off' + DOCKER='{{ minifirewall_docker }}' # Trusted IPv4 local network # ...will be often IP/32 if you don't trust anything