Please, how to specify multiple lines for conditional forwarders in the compose file?
environment:
# Set the appropriate timezone for your location (https://en.wikipedia.org/wiki/List_of_tz_database_time_zones), e.g:
TZ: 'Europe/Prague'
# Set a password to access the web interface. Not setting one will result in a random password being assigned
FTLCONF_webserver_port: 8080
FTLCONF_dns_revServers: 'true,192.168.1.0/24,192.168.1.4,lan'
FTLCONF_dns_piholePTR: 'HOSTNAMEFQDN'
The following list contains all reverse servers you want to add. The expected format is one server per line in form of
<enabled>,<ip-address>[/<prefix-len>],<server>[#<port>][,<domain>]
. A valid config line could look liketrue,192.168.0.0/24,192.168.0.1,fritz.box