Added a comment to identify custom blocks

stable
Justin Reichardt 2021-08-02 16:55:48 -05:00
parent 495be81f2e
commit aae6bdefda
1 changed files with 1 additions and 0 deletions

View File

@ -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