minifirewall: docker mode is configurable
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Jérémy Lecour 2022-06-22 17:20:15 +02:00 committed by Jérémy Lecour
parent abb14e5b52
commit 205e699355
2 changed files with 4 additions and 3 deletions

View file

@ -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

View file

@ -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