ansible-roles/minifirewall/files/minifirewall.d/zzz-custom
Jérémy Lecour 8a9faa0250
Some checks reported errors
continuous-integration/drone/push Build was killed
* minifirewall: upstream release 22.03.2
2022-03-16 23:49:34 +01:00

12 lines
507 B
Plaintext

### custom minifirewall commands
#
# You can add any custom command in files like this;
# either this one, or others in the same directory.
# They are executed as shell scripts.
# They are automatically included in alphanumerical order.
#
# Within included files, you can use those helper functions :
# * is_ipv6_enabled: returns true if IPv6 is enabled, or false
# * is_docker_enabled: returns true if Docker mode is eabled, or false
# * is_proxy_enabled: returns true if Proxy mode is enabled , or false