PC & IT SUPPORT MADE EASY FORUM
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Block ads with a black hole on rpi for your whole network

Go down

Block ads with a black hole on rpi for your whole network Empty Block ads with a black hole on rpi for your whole network

Post by jamied_uk 7th November 2022, 16:14

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
jamied_uk
jamied_uk
Admin

Posts : 2951
Join date : 2010-05-09
Age : 41
Location : UK

https://jnet.sytes.net

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum