anudeepND / whitelist

A simple tool to add commonly white listed domains to your Pi-Hole setup.
MIT License
4.18k stars 281 forks source link

less counting, proper list handling, adds to NOT default group, and more comments #184

Closed mwoolweaver closed 3 years ago

mwoolweaver commented 3 years ago

This P/R accomplishes the following:

  1. better version of anudeepND/whitelist/pull/183

  2. close #179

  3. close #180

  4. partially address #181

    Can we get some better comments in whitelist.py?

    • add more (but maybe not better) comments

Do this to test work-ability

curl -sSL https://raw.githubusercontent.com/mwoolweaver/whitelist/master/scripts/whitelist.py | sudo /usr/bin/env python3  
anudeepND commented 3 years ago

@mwoolweaver Sorry for the late reply, thanks for this PR :)