mirror of
https://github.com/cotes2020/chirpy-starter.git
synced 2025-04-19 02:43:28 +10:00
771 B
771 B
title | date | categories | tags | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Install AdGuard Home on Raspberry Pi | 2023-10-25 07:30:00 -500 |
|
|
AdGuard Home on Raspberry Pi
Using this guide I installed AdGuard home on a Raspberry Pi in order to run a home DNS server that will block ads and malicious websites.
This assumes you already have an OS installed on your Pi and you can ssh to the pi using the IP address.
-
Download with this command: 'code'cd wget 'https://static.adguard.com/adguardhome/release/AdGuardHome_linux_armv6.tar.gz' tar -f AdGuardHome_linux_armv6.tar.gz -x -v
-
Install with this command: 'code'cd ./AdGuardHome/ sudo ./AdGuardHome -s install