|
@@ -4,10 +4,11 @@
|
|
|
<title>Install AdGuard Home Cross-Platform Pi-Hole Alternative on Linux (Debian/Ubuntu)</title>
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
|
<meta charset="UTF-8">
|
|
|
- <meta name="keywords" content="i12bretro,How To,Tutorial,AdGuard,DNS,Ad Blocker,Pi-Hole,Alternative,Networking">
|
|
|
+ <meta name="keywords" content="AdGuard,DNS,Ad Blocker,Pi-Hole,Alternative,Networking,How To,Tutorial,i12bretro">
|
|
|
<meta name="author" content="i12bretro">
|
|
|
<meta name="description" content="Install AdGuard Home Cross-Platform Pi-Hole Alternative on Linux (Debian/Ubuntu)">
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
+ <meta name="revised" content="06/03/2023 02:04:11 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>
|
|
@@ -21,7 +22,15 @@
|
|
|
</div>
|
|
|
<div></div>
|
|
|
<div id="content">
|
|
|
- <ol>
|
|
|
+ <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 AdGuard Home</h2>
|
|
|
+
|
|
|
+<ol>
|
|
|
<li>Log into the Linux device</li>
|
|
|
<li>Run the following commands in a terminal window
|
|
|
<div class="codeBlock"># download the latest adguard home release<br />
|
|
@@ -43,8 +52,7 @@
|
|
|
<li>Welcome to AdGuardHome</li>
|
|
|
</ol>
|
|
|
|
|
|
-<p>Source: <a href="https://github.com/AdguardTeam/AdGuardHome#getting-started" target="_blank">https://github.com/AdguardTeam/AdGuardHome#getting-started</a></p>
|
|
|
- </div>
|
|
|
+<p>Source: <a href="https://github.com/AdguardTeam/AdGuardHome#getting-started" target="_blank">https://github.com/AdguardTeam/AdGuardHome#getting-started</a></p> </div>
|
|
|
</div>
|
|
|
</body>
|
|
|
</html>
|