#!/bin/sh curl https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts |\ perl -wnl -e ' if ( /^0\.0\.0\.0 (.*)$/ ) { print "local-zone: \"" . $1 . "\" redirect\nlocal-data: \"" . $1 . " A 0.0.0.0\""; } ' > ads.conf