mirror of
https://github.com/hectorm/hblock.git
synced 2026-04-20 22:16:34 +05:30
Improved performance and portability by storing the blocklist in a temporary file
This commit is contained in:
parent
d3a9bed65d
commit
60565f4d7a
5 changed files with 215 additions and 140 deletions
8
Makefile
8
Makefile
|
|
@ -89,13 +89,13 @@ dist/hosts_windows.zip:
|
|||
|
||||
stats: stats-tlds stats-suffixes
|
||||
|
||||
stats-tlds: build-hosts dist/most_abused_tlds.txt
|
||||
stats-tlds: build-domains dist/most_abused_tlds.txt
|
||||
dist/most_abused_tlds.txt:
|
||||
"$(MKFILE_DIR)"/resources/stats/suffix.sh dist/hosts none > dist/most_abused_tlds.txt
|
||||
"$(MKFILE_DIR)"/resources/stats/suffix.sh dist/hosts_domains.txt none > dist/most_abused_tlds.txt
|
||||
|
||||
stats-suffixes: build-hosts dist/most_abused_suffixes.txt
|
||||
stats-suffixes: build-domains dist/most_abused_suffixes.txt
|
||||
dist/most_abused_suffixes.txt:
|
||||
"$(MKFILE_DIR)"/resources/stats/suffix.sh dist/hosts > dist/most_abused_suffixes.txt
|
||||
"$(MKFILE_DIR)"/resources/stats/suffix.sh dist/hosts_domains.txt > dist/most_abused_suffixes.txt
|
||||
|
||||
index: build-hosts dist/index.html
|
||||
dist/index.html:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue