From 7d3b92daecf52c478f2c9521558c986bc982eb2d Mon Sep 17 00:00:00 2001 From: nicholasmanios Date: Wed, 18 Mar 2020 18:56:51 -0400 Subject: [PATCH] updated BIND9 README.md to include blocklist.sh file reference --- aries/bind/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aries/bind/README.md b/aries/bind/README.md index f650c12..b315e7a 100644 --- a/aries/bind/README.md +++ b/aries/bind/README.md @@ -9,4 +9,4 @@ In the config, you will notice that I server DNS records for 2 zones: `secmayl.com` `manios.ca` -However, the config is extended with `include "/usr/local/etc/namedb/sinkhole.conf";` This config file is dynamic and changes every time my script to get a new set of ad-block domains. The script is kind of half-working (also on my todo list), but works well enough to block ~80% of ads. \ No newline at end of file +However, the config is extended with `include "/usr/local/etc/namedb/sinkhole.conf";` This config file is dynamic and changes every time my script to get a new set of ad-block domains. The script (blocklist.sh) is kind of half-working (also on my todo list), but works well enough to block ~80% of ads. \ No newline at end of file