Review comments.

Signed-off-by: DL6ER <dl6er@dl6er.de>
pull/2838/head
DL6ER 5 years ago
parent 0683842ec3
commit 87f75c737a
No known key found for this signature in database
GPG Key ID: 00135ACBD90B28DD

@ -58,8 +58,7 @@ Options:
exit 0
}
Escape
Regexp() {
EscapeRegexp() {
# This way we may safely insert an arbitrary
# string in our regular expressions
# This sed is intentionally executed in three steps to ease maintainability

@ -1081,19 +1081,13 @@ show_adlists() {
}
show_whitelist() {
show_db_entries "Whitelist" "SELECT * FROM whitelist" "4 100 7 10 13 50"
show_db_entries "Exact whitelist" "SELECT * FROM whitelist" "4 100 7 10 13 50"
show_db_entries "Regex whitelist" "SELECT * FROM regex_whitelist" "4 100 7 10 13 50"
}
show_blacklist() {
show_db_entries "Blacklist" "SELECT * FROM blacklist" "4 100 7 10 13 50"
}
show_regexblacklist() {
show_db_entries "Regexblacklist" "SELECT * FROM regex_blacklist" "4 100 7 10 13 50"
}
show_regexwhitelist() {
show_db_entries "Regexwhitelist" "SELECT * FROM regex_whitelist" "4 100 7 10 13 50"
show_db_entries "Exact blacklist" "SELECT * FROM blacklist" "4 100 7 10 13 50"
show_db_entries "Regex blacklist" "SELECT * FROM regex_blacklist" "4 100 7 10 13 50"
}
analyze_gravity_list() {
@ -1272,8 +1266,6 @@ analyze_gravity_list
show_adlists
show_whitelist
show_blacklist
show_regexblacklist
show_regexwhitelist
show_content_of_pihole_files
parse_locale
analyze_pihole_log

Loading…
Cancel
Save