From 29cc4f08516484018e2fac75c618c618d75d6890 Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Wed, 6 Oct 2021 20:11:22 +0200 Subject: [PATCH] maza: add page (#6704) --- pages/common/maza.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/common/maza.md diff --git a/pages/common/maza.md b/pages/common/maza.md new file mode 100644 index 0000000000..24e2fbd7cb --- /dev/null +++ b/pages/common/maza.md @@ -0,0 +1,20 @@ +# maza + +> Local ad blocker. Like Pi-hole but local and using your operating system. +> More information: . + +- Update the Maza database: + +`maza update` + +- Start Maza: + +`sudo maza start` + +- Stop Maza: + +`sudo maza stop` + +- Show the status of Maza: + +`maza status`