|
@@ -8,7 +8,7 @@
|
|
|
<meta name="author" content="i12bretro">
|
|
|
<meta name="description" content="Run AdGuard Home Cross-Platform Pi-Hole Alternative Docker Container">
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
- <meta name="revised" content="04/12/2023 08:58:20 PM" />
|
|
|
+ <meta name="revised" content="06/03/2023 02:06:21 PM" />
|
|
|
<link rel="icon" type="image/x-icon" href="includes/favicon.ico">
|
|
|
<script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
|
|
|
<script type="text/javascript" src="includes/js/steps.js"></script>
|
|
@@ -22,7 +22,13 @@
|
|
|
</div>
|
|
|
<div></div>
|
|
|
<div id="content">
|
|
|
- <h2>Installing Docker</h2>
|
|
|
+ <h2>What is AdGuard Home?</h2>
|
|
|
+
|
|
|
+<blockquote><em>AdGuard Home is a network-wide software for blocking ads and tracking. After you set it up, it'll cover ALL your home devices, and you don't need any client-side software for that.<br />
|
|
|
+<br />
|
|
|
+It operates as a DNS server that re-routes tracking domains to a “black hole”, thus preventing your devices from connecting to those servers. It's based on software we use for our public AdGuard DNS servers, and both share a lot of code. -<a href="https://github.com/AdguardTeam/AdguardHome" target="_blank">https://github.com/AdguardTeam/AdguardHome</a></em></blockquote>
|
|
|
+
|
|
|
+<h2>Installing Docker</h2>
|
|
|
|
|
|
<ol>
|
|
|
<li>Log into the Linux host and run the following commands in a terminal window
|