Pi Hole - network-wide ad blocking
-
@Mallewax said in AdGuard - Network-wide ads & trackers blocking DNS server:
Pihole plus Wireguard
Let's vote more here: https://forum.cloudron.io/topic/1355/pi-hole-network-wide-ad-blocking
In short why:
WireGuard is a very fast, safe and stateless VPN, great with mobile apps to be ALWAYS CONNECTED via your own VPN & covered by the Pi-hole adfilter & security platform. Faster (mobile) connections (no more ads and bulky stuff) to your own safe VPN (no more sniffing by mobile providers or obscure VPN providers).
Need to say more
-
@iamthefij For OpenVPN, I started a new thread - https://forum.cloudron.io/topic/3139/openvpn-admin-ui
-
Cool! Do apps already have access to each other through the bridge? Or would that need to be made possible as well?
-
While there is network connectivity between the apps (docker's
icc
is true), the apps do not know the internal IPs and thus cannot easily discover each other. We have to come up with some sort of standard hostname naming mechanism to allow easy configurability. -
Being able to host Cloudron behind Wireguard in a way where apps would only be accessed through WG would be a nice feature for security-demanding deployments.
Edit: Sorry, wrong thread.
-
Are there any news Regarding Wireguard and Pihole in Cloudron?
-
@imc67 said in Pi Hole - network-wide ad blocking:
Only in combination with a VPN like WireGuard it's a perfect combination to be online, outside of your 'safe home wifi', without sniffing of mobile providers proxies and "free open wifi", and with a kind of safetynet by Pi-Hole.
This is a common misconception - Just because you are using a VPN does not mean you are completely safe. Sure you maybe safe from traffic sniffers at your local mcdonalds or starbucks, but a VPN that is tied to your name and a device that has other software on it like facebook, twitter, etc still makes you vulnerable to data leakage, tracking and more.
-
@murgero Exactly that! There's a reason why not one single bank in the world has "Login with Google/Facebook/Twitter" etc.
-
@savity I did give pi-hole a try but it was really hard to package from source easily. I managed to instead package the new kid in the block - AdGuard. Some reviews here https://home-assistant-guide.com/2020/09/26/adguard-home-vs-pi-hole-2020-two-ad-and-internet-tracker-blockers-compared/ and https://mariushosting.com/synology-adguard-vs-pi-hole/ . It requires some support from the platform, depending on time we might add it to Cloudron 6 (or the release after). https://forum.cloudron.io/topic/3075/adguard-network-wide-ads-trackers-blocking-dns-server is the forum topic for that.
-
@girish Sad to hear thath Pi-hole didn't workout but lets see how AdGuard is
Thanks for your Work
-
@girish I have adguard installed via homeassistant on a RPi4 and it works just as pi-hole does. Admin UI looks similar as well. I'd suspect you will find little to no complaints on packaging adg or pih.
-
@murgero Yes, it also seems adh has some important features like DoH.
-
Adguard Home will be available in Cloudron 6 - https://forum.cloudron.io/topic/3075/adguard-network-wide-ads-trackers-blocking-dns-server . It is similar to pi hole (and more feature rich).
-
@girish i would love to see PI-Hole in Cloudron.
And option to setup Pihole with Android Private DNS which requires DNS-over-TLS
and i wrote a quick setup script for Pihole DNS-over-TLS
https://github.com/varunsridharan/pi-hole-android-private-dns/blob/main/pi-hole5.sh
-
I have added an option to make the DNS server of the OpenVPN app configuration - https://forum.cloudron.io/topic/3875/adding-custom-dns-server . So, you can install AdGuard Home and OpenVPN and then make OpenVPN use AdGuard as the DNS server.