Block ALL ads with this…(and speed up your internet)





You can’t block this AD!! (It’s time to get your A+ and CCNA with ITProTV): https://ntck.co/itprotv (30% off FOREVER) *affiliate link


Block ALL ads in your home network with AdGuard. In this video, NetworkChuck will show you how to block all the ads in your home network using a technique called a dns sinkhole. NetworkChuck will walk you through installing adguard on Mac and Linux, specifically a Raspberry Pi and a VPS (cloud server).

VIDEO STUFF
-------------------------------------------------

==COMMANDS==
Install AdGuard (Unix - Automated)
curl -s -S -L https://raw.githubusercontent.com/Adg... | sh -s -- -v

Docker Install:
VIDEO: https://youtu.be/omiMo7uAthU
Commands:
docker run --name adguardhome \
--restart unless-stopped \
-v adguard_data:/opt/adguardhome/work \
-v adguard_config:/opt/adguardhome/conf \
-p 53:53/tcp -p 53:53/udp \
-p 80:80/tcp -p 443:443/tcp -p 443:443/udp -p 3000:3000/tcp \
-d adguard/adguardhome

Disable Systemd resolver:
sudo systemctl stop systemd-resolved
sudo systemctl disable systemd-resolved

Comments