HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

maza — Local ad blocker. Like Pi-hole but local and using the operating system. More information: <https://

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandlocalbutlikemazacliblockerhole

Problem

How to use the maza command: Local ad blocker. Like Pi-hole but local and using the operating system. More information: <https://github.com/tanrax/maza-ad-blocking>.

Solution

maza — Local ad blocker. Like Pi-hole but local and using the operating system. More information: <https://github.com/tanrax/maza-ad-blocking>.

Update the Maza database:
maza update


Start Maza:
sudo maza start


Stop Maza:
sudo maza stop


Show the status of Maza:
maza status

Code Snippets

Update the Maza database

maza update

Start Maza

sudo maza start

Stop Maza

sudo maza stop

Show the status of Maza

maza status

Context

tldr-pages: common/maza

Revisions (0)

No revisions yet.