#---------------------------------------------------------------------------- # build_bind9-plugin-adserver.txt - how to build the bind9-plugin-adserver binaries and create folder and packages # # Creation : 2018-05-27 holbru # Last update: $Id$ # # !!! this is not a script but an step-by-step howto !!! #---------------------------------------------------------------------------- exit 1 # https://charlieharvey.org.uk/page/adblocking_with_bind_apache # http://prefetch.net/blog/index.php/2006/05/27/using-bind-to-reduce-ad-server-content/ # https://advanxer.com/blog/2015/05/adblocking-using-bind-dns-server/ # blacklisting # wget --quiet -O adserver 'http://pgl.yoyo.org/adservers/serverlist.php?hostformat=bindconfig&showintro=0&mimetype=plaintext' # sed -i 's|null.zone.file|/etc/bind/null.zone.file|' adserver