This is my daily use mini-tool ionizer for all my Linux computers. It blocks ads and works seamlessly better than installing web browser extensions and desktop apps. The filter data is hosted at Github by using a dedicated generator. The client is responsible for downloading and updating filter data.
_usage
install app and update the data,
ionizer will install
dnsmasq
package for you, if not installed,
# install via download
$ wget https://github.com/loouislow81/ionizer/releases/download/untagged-5240e09eafb9428546b3/ionizer_0.0.4_linux_x86-64.app_image
$ sudo ionizer_0.0.4_linux_x86-64.app_image --install
# install via source
$ sudo ionizer --install
$ sudo ionizer --update
edit file /etc/dnsmasq.conf
and add this line,
...
addn-hosts=/etc/ionizer/ipaddress.ions
...
you can add
ionizer --update
intocrontab
to automate the data updates.
CLI options,
-h,--help ............... Display this information
-u,--update ............. Update blocklists
-l,--list ............... Show total blocklists
-i,--install ............ Install to system
Enjoy!
Discussion (0)