Skip to content

Commit

Permalink
Updates to version 2.5.0
Browse files Browse the repository at this point in the history
Updates readme file to fix typo and mention the new v flag
  • Loading branch information
Andr3Carvalh0 committed May 16, 2021
1 parent 77ffb29 commit 84e72b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This script tries to provide you with a bunch of information that enables you to
---
**The script outputs**

- the number of adlists (and how many are enabled)
- the number of adlists (and how many are enabled)
- the number of unique domains in your gravity.db
- the number of blocked domains as reported by pihole ('blocking status == blocked by gravity' or blocking status == blocked by gravity+blocked during CNAME inspection) and how often those domains have been blocked ('hits')
- the number of covered domains and how often those would have been blocked ('hits')
Expand Down Expand Up @@ -63,8 +63,9 @@ options:
-t [Num] Show top blocked domains. [Num] defines the number to show.
-s [total/domains/hits/unique] Set sorting order to total domains, domains covered, hits covered or unique covered domains DESC. (Default sorting: id ASC)
-u Show covered unique domains
-a Run in 'automatic mode'. No user input is requiered at all, assuming default choice would be to leave everything untouched.
-a Run in 'automatic mode'. No user input is required at all, assuming default choice would be to leave everything untouched.
-r Analyse regex as well. Depending on the amount of domains and regex this might take a while.
-v Display pihole_adlist_tool's version.
-h Show this help dialog
```
Expand Down
2 changes: 1 addition & 1 deletion pihole_adlist_tool
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
PIHOLE_ADLIST_TOOL_VERSION="2.4.0"
PIHOLE_ADLIST_TOOL_VERSION="2.5.0"

# define path to pihole's databases and temporary database
TEMP_DB="/tmp/temp.db"
Expand Down

0 comments on commit 84e72b1

Please sign in to comment.