Add undocumented --whitewild option that does the same --wild does for the whitelist.

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2019-07-22 21:03:42 +02:00
parent 0692be9bae
commit 40d0caa70b
2 changed files with 3 additions and 1 deletions

1
pihole
View File

@@ -440,6 +440,7 @@ case "${1}" in
"--wild" | "wildcard" ) listFunc "$@";;
"--regex" | "regex" ) listFunc "$@";;
"--whiteregex" | "whiteregex" ) listFunc "$@";;
"--whitewild" | "whitewild" ) listFunc "$@";;
"-d" | "debug" ) debugFunc "$@";;
"-f" | "flush" ) flushFunc "$@";;
"-up" | "updatePihole" ) updatePiholeFunc "$@";;