From a6ddfea28bfff52cbd11b440a9370d5fbb622cfd Mon Sep 17 00:00:00 2001 From: cornshakes Date: Sun, 9 Nov 2025 16:33:18 +0100 Subject: [PATCH] change FTLCONF_dns_listeningMode to ALL Signed-off-by: cornshakes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e2b3c48..e715fdd 100644 --- a/README.md +++ b/README.md @@ -76,8 +76,8 @@ services: TZ: 'Europe/London' # Set a password to access the web interface. Not setting one will result in a random password being assigned FTLCONF_webserver_api_password: 'correct horse battery staple' - # If using Docker's default `bridge` network setting the dns listening mode should be set to 'all' - FTLCONF_dns_listeningMode: 'all' + # If using Docker's default `bridge` network setting the dns listening mode should be set to 'ALL' + FTLCONF_dns_listeningMode: 'ALL' # Volumes store your data between container upgrades volumes: # For persisting Pi-hole's databases and common configuration file