From 3adf8785d8c11dc091c27b00d2b13c6aa1c8d905 Mon Sep 17 00:00:00 2001 From: DL6ER Date: Wed, 1 Mar 2017 11:07:05 +0100 Subject: [PATCH] Move "all" down in help text to not suggest that it is the default --- advanced/Scripts/webpage.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/advanced/Scripts/webpage.sh b/advanced/Scripts/webpage.sh index f10e9dca..e971e87e 100755 --- a/advanced/Scripts/webpage.sh +++ b/advanced/Scripts/webpage.sh @@ -28,10 +28,10 @@ helpFunc() { ::: -k, kelvin Set Kelvin temperature unit ::: -h, --help Show this help dialog ::: -i, interface Setup interface listening behavior of dnsmasq -::: pihole -a -i all : Listen on all interfaces, permit all origins -::: pihole -a -i single : Listen only on one interface (see PIHOLE_INTERFACE) ::: pihole -a -i local : Listen on all interfaces, but allow only queries from -::: devices that are at most one hop away (local devices) +::: devices that are at most one hop away (local devices) +::: pihole -a -i single : Listen only on one interface (see PIHOLE_INTERFACE) +::: pihole -a -i all : Listen on all interfaces, permit all origins EOM exit 0 }