tanrax / maza-ad-blocking

Simple, native and efficient local ad blocker. Only Bash.
https://maza-ad-blocking.andros.dev/
Apache License 2.0
1.79k stars 66 forks source link

Tutorial problem with dnsmasq #25

Closed alohl669 closed 1 year ago

alohl669 commented 1 year ago

There is something wrong with the tutorial. When you start dnsmasq you could have a problem because you never create the /home/$USER/.maza/dnsmasq.conf file.

image

not even root user.

PS, for the tutorial: On debian you could have problems installing dnsmasq because systemctl-resolve uses port 53. You can resolve adding this line DNSStubListener=no to /etc/systemd/resolved.conf file

tanrax commented 1 year ago

Hello! The path you are using is wrong, it is created inside (user path)/.config/maza/dnsmasq.conf. Where in the tutorial is this route indicated? I can't find it.

tanrax commented 1 year ago

I see, it's the tutorial on how to build your own pi-hole. Thanks for the tip 😄

alohl669 commented 1 year ago

Hello! The path you are using is wrong, it is created inside (user path)/.config/maza/dnsmasq.conf. Where in the tutorial is this route indicated? I can't find it.

I see, it's the tutorial on how to build your own pi-hole. Thanks for the tip 😄

Exactly, I'm using this tutorial because I want to test in a VPS that I have, and the tutorial indicates that we can use something like that.

By the way, Thanks for clarifying the path, just one more thing, when you use this tutorial, you use sudo maza update which means that you can save explanations about user and put directly /root/.config/maza

tanrax commented 1 year ago

You are welcome! That's right, I personally run it with root so everything is in the /root/ folder