Block ads with a black hole on rpi for your whole network
Page 1 of 1
Block ads with a black hole on rpi for your whole network
AdGuard
- Code:
==COMMANDS==
Install AdGuard (Unix - Automated)
curl -s -S -L https://raw.githubusercontent.com/AdguardTeam/AdGuardHome/master/scripts/install.sh | sh -s -- -v
sudo /opt/AdGuardHome/AdGuardHome -s start
Docker Install:
VIDEO: [url=https://www.youtube.com/watch?v=omiMo7uAthU&t=0s]https://youtu.be/omiMo7uAthU[/url]
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
Similar topics
» Network Monitoring!
» NETWORK IP CAMS FOR LINUX
» How To Block A Number from calling on EE Landline!
» Record An IP Cam Network Stream In Linux
» block outgoing icmp linux mail forwarding
» NETWORK IP CAMS FOR LINUX
» How To Block A Number from calling on EE Landline!
» Record An IP Cam Network Stream In Linux
» block outgoing icmp linux mail forwarding
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum