-
-
Notifications
You must be signed in to change notification settings - Fork 788
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Blocking ads, trackers & other online garbage #542
Comments
Ad blocking confirmed 🛑 :)
|
Ad blocking installs cleanly on Raspbian and Armbian. Tested against several commercial sites with the aim of collecting baseline data. Have not gone so far as to measure throughput, but site rendering is noticeably improved. Trackers are blocked as well. Sample logs here https://pastebin.com/raw/caieK2vU Don't ask me what summerhamster.com is. Anyway, good news is it's blocked :) I'll post details for beta testers shortly. |
PR merged and released as beta. Details on the wiki |
i have configured raspap-gui to use nxfilter
the advantage of nxfilter is obvious when it you have kids in virtual schools at home . this video explains how to configure nxfilter for that purpose i intend to write up a doc in a PR for this over the weekend |
@marafa sounds great. looking forward to your write up |
I thought I should share this for those who might be interested in using Adguard Home. I found an easier workaround with Adguard Home running along with RaspAP. All I had to do to change Adguard Home’s listening port to 5300 and bind to 127.0.0.1, then go to RaspAP > DHCP Server > Advanced page and turn on “Upstream DNS Server” and add 127.0.0.1#5300 as an upstream DNS Server. |
@firestrife23 good tip, thanks. I'll add this to the FAQ |
Ad blocking is an installable option in the latest 2.4 release. |
Is there a way to enable it afterwards? i've installed 2.4 a few days ago and didn't thing i would need it at this time ... |
Either run the installer again or use the manual installation. You can just follow the last steps at the end specific to ad blocking.
|
hi, can i still use ad block in briged mode, or anything else wich can do the same work ? can i install pi-hole be-side raspap ? but pi-hole didn't block that much ad as your ad blocker, edit : tried nxfilter but only blocking pornhub and not ad :( (i put porn an ad, ad-remove in config) thx |
In bridged mode DNS is handled by your router, so ad blocking is disabled in RaspAP.
Short answer is no, because both projects use |
hi thank you for you quick anwser :) my real objective is to block ad in the youtube app of my ipad and and my phone but i tried the adguard public dns and it dont block them, so im gonna keep my lovely ads to support creator ^^ but btw nice project thx for you work |
Hi @marafa, |
hello, if i may ask. which one should i install first ? adguard then raspap, or raspap then adguard ? |
I've heard from users on lockdown due to the pandemic who are struggling with slow internet. Seems to me this could help. Looking at the dnsmasq docs:
This option could be used to create an ad / tracker blocking option, effectively ignoring DNS requests for undesirable hosts.
If it sounds familiar, this is indeed very similar to Pi-Hole. However, combining this facility with an AP would simplify setup and improve throughput by filtering out cruft, at least in theory.
This project looked promising, so I quickly prototyped a new feature that uses it. There are of course many other such lists.
The update button pulls the latest lists down to the Pi. I haven't done extensive testing (ad blocking, performance or otherwise), but dnsmasq seems happy with it.
Anyone have experience with this?
The text was updated successfully, but these errors were encountered: