http://lomteqnxehqjdemqgzse7xchjlusgnpoxq2fpmz3yuukyfzc22t5gwyd.onion/gils_projects/commits/jira-projects/ADBLK/5ea126941f5ea5c8c3507e592c3b71b34e95405a.html
Authored 2022-06-08T18:34:07.000+01:00 by B Tasker in project jira-projects / Adblock Lists +40 lines -35 lines Commit Signature Signer: B Tasker Key id: 8DC652174C1EBA9B Status: verified Changes diff --git a/bin/build_lists.sh b/bin/build_lists.sh --- a/bin/build_lists.sh +++ b/bin/build_lists.sh # @@ -18,15 +18,35 @@ function blockdomain(){ # fi # } # # +function blockDomains(){ # + # Process the block files # + # + echo "- Domain Lists" # + # + for blockfile in config/manualblocks/*txt # + ...