Pi-hole, step by step to block ads on the computer
How to Block Ads on Your Entire Network in Windows PC
==============================================
1. Installing WSL
2. Installing Docker
3. Installing Pi-hole
docker run -d --name pihole -e ServerIP=your-ip -e WEBPASSWORD=your-password -e DNS1=127.0.0.1 -e DNS2=1.1.1.1 -e DNS3=9.9.9.9 -p 80:80 -p 53:53/tcp -p 53:53/udp -p 443:443 --restart=unless-stopped pihole/pihole:latest
#netvn #pihole #blockads Help me 700K subscribes https://www.youtube.com/c/NETVN82
==============================================
1. Installing WSL
2. Installing Docker
3. Installing Pi-hole
docker run -d --name pihole -e ServerIP=your-ip -e WEBPASSWORD=your-password -e DNS1=127.0.0.1 -e DNS2=1.1.1.1 -e DNS3=9.9.9.9 -p 80:80 -p 53:53/tcp -p 53:53/udp -p 443:443 --restart=unless-stopped pihole/pihole:latest
#netvn #pihole #blockads Help me 700K subscribes https://www.youtube.com/c/NETVN82
216.73.216.139