Document helper functions that are accessible inincluded files

This commit is contained in:
Jérémy Lecour 2021-09-14 12:47:32 +02:00 committed by Jérémy Lecour
parent 30838eb892
commit 3b4ffec174

View file

@ -93,4 +93,9 @@ BACKUPSERVERS=''
#####################
# Files in /etc/minifirewall.d/* (without "." in name)
# are automatically included in alphanumerical order.
# 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