Thursday, December 22, 2022

Terminal CLI one-liner - Add or remove all filter types

I wanted a way to quickly access my pihole filters so I put them on GitHub.

You can add or remove each type of filter by running a single command in the terminal.

GitHub Profile: slyfox1186

To add or remove RegEx or Exact filters

wget -qN - -i https://pi.optimizethis.net; sudo bash run.sh 

To add or remove adlists

wget -qO adlist.sh https://adlist.optimizethis.net; sudo bash adlist.sh 

Please let me know if there are any false positives or other suggestions.

Cheers

submitted by /u/SAV_NC
[link] [comments]

No comments:

Post a Comment