From 4882b5f5b3d7dcc65eaea7cd1c1e74066cb96ef0 Mon Sep 17 00:00:00 2001 From: PostOakLab <145173033+PostOakLab@users.noreply.github.com> Date: Wed, 25 Oct 2023 07:48:04 -0500 Subject: [PATCH] Create 2023-10-25-AdGuardHome.md --- _posts/2023-10-25-AdGuardHome.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 _posts/2023-10-25-AdGuardHome.md diff --git a/_posts/2023-10-25-AdGuardHome.md b/_posts/2023-10-25-AdGuardHome.md new file mode 100644 index 0000000..b4dc8da --- /dev/null +++ b/_posts/2023-10-25-AdGuardHome.md @@ -0,0 +1,23 @@ +--- +title: Install AdGuard Home on Raspberry Pi +date: 2023-10-25 07:30:00 -500 +categories: [DNS,homelab, AdGuard, projects] +tags: [DNS,homelab,raspberrypi, AdGuard] +--- + +#AdGuard Home on Raspberry Pi + +Using [this guide](https://github.com/AdguardTeam/AdGuardHome/wiki/Raspberry-Pi) 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. + +1. 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 + +2. Install with this command: +'code'cd ./AdGuardHome/ +sudo ./AdGuardHome -s install + +4.