Ad-blocking powerhouse - AdGuard

I often pick up second-hand hardware junk to build things with, so I’ll keep a HomeLAB series to document it. Installation On Unix-like systems you can install it in one line: curl -s -S -L https://raw.githubusercontent.com/AdguardTeam/AdGuardHome/master/scripts/install.sh | sh -s -- -v You can also refer to the official github and the wiki; it can be installed on docker, a Raspberry Pi, and more. Here, since I run an LXC on proxmox and it has its own IP, I just install it as a regular machine. ...

October 16, 2022