http://lomteqnxehqjdemqgzse7xchjlusgnpoxq2fpmz3yuukyfzc22t5gwyd.onion/gils_projects/commits/jira-projects/ADBLK/997f6c9a77dd7523bb3e5130a2114ad0859902d6.html
Authored 2019-06-10T10:38:16.000+01:00 by B in project jira-projects / Adblock Lists +17 lines -0 lines Changes diff --git a/bin/unbound_block_zones.sh b/bin/unbound_block_zones.sh --- a/bin/unbound_block_zones.sh +++ b/bin/unbound_block_zones.sh # @@ -0,0 +1,17 @@ # +#!/bin/bash # +# # +# Introduced for ADBLK-8 # +# # +# Fetch the zone only file and install it # +# # + # + # + # +wget -O manualzones.new.txt "https://www.bentasker.co.uk/adblock/zoneblocks.unbound.txt" # + # +if [ `wc -l...