AdGuard: Difference between revisions
From FlowerHouseWiki
No edit summary |
|||
Line 14: | Line 14: | ||
== Basic Setup == | == Basic Setup == | ||
=== Installation === | === Installation === | ||
<p>Enter this command to install AdGuard</p> | |||
<syntaxhighlight lang="console"> | |||
curl -s -S -L https://raw.githubusercontent.com/AdguardTeam/AdGuardHome/master/scripts/install.sh | sh -s -- -v | |||
</syntaxhighlight> | |||
=== Configure Mikrotik Router === | === Configure Mikrotik Router === |
Revision as of 22:38, 21 February 2022
AdGuard-LXC
IP: | 192.168.88.2 |
---|---|
MAC: | 8E:02:AF:95:EB:35 |
OS: | Debian Bullseye |
---|---|
RAM: | 256MB |
Cores: | 1 |
Privileged: | No |
The AdGuard Home is reachable under 192.168.88.2
which is located in the ServerVLAN.
AdGuard Home serves as the DNS-Server for the internal network.
Basic Setup
Installation
Enter this command to install AdGuard
curl -s -S -L https://raw.githubusercontent.com/AdguardTeam/AdGuardHome/master/scripts/install.sh | sh -s -- -v