From aae6bdefda96c26627fe1bee332a56f0227b3bac Mon Sep 17 00:00:00 2001 From: Justin Reichardt Date: Mon, 2 Aug 2021 16:55:48 -0500 Subject: [PATCH] Added a comment to identify custom blocks --- src/removeadhosts.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/removeadhosts.sh b/src/removeadhosts.sh index af24550..8df9231 100755 --- a/src/removeadhosts.sh +++ b/src/removeadhosts.sh @@ -25,6 +25,7 @@ fi echo 'Adding custom items from /etc/removeadhosts' if [ -e /etc/removeadhosts/adlist.txt ] then + echo "# Custom ad list" >> /etc/hosts cat /etc/removeadhosts/adlist.txt | \ while read CMD; do echo "0.0.0.0 $CMD" >> /etc/hosts