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:
1
pihole
1
pihole
@@ -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 "$@";;
|
||||
|
Reference in New Issue
Block a user