Typo
This commit is contained in:
parent
fe107b6fe5
commit
c72c4fe754
|
@ -43,7 +43,7 @@ sudo chattr -i /etc/resolv.conf
|
|||
sudo resolvconf -u
|
||||
#+end_src
|
||||
|
||||
Or on a Debian based sustem:
|
||||
Or on a Debian based system:
|
||||
|
||||
#+begin_src bash
|
||||
sudo apt-get install resolvconf
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head>
|
||||
<!-- 2017-08-21 Mon 22:30 -->
|
||||
<!-- 2017-08-21 Mon 22:43 -->
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title></title>
|
||||
|
@ -264,9 +264,9 @@ You can block ads for any devices connected to your local network by installing
|
|||
Also don't expect perfection. Though many ads may be blocked by this system some will still get through. It's a constant cat and mouse game between advertisers and blockers.
|
||||
</p>
|
||||
|
||||
<div id="outline-container-org274081b" class="outline-2">
|
||||
<h2 id="org274081b">Set a static IP address</h2>
|
||||
<div class="outline-text-2" id="text-org274081b">
|
||||
<div id="outline-container-orgd27901b" class="outline-2">
|
||||
<h2 id="orgd27901b">Set a static IP address</h2>
|
||||
<div class="outline-text-2" id="text-orgd27901b">
|
||||
<p>
|
||||
Ensure that your system has a static local IP address (typically 192.168..) using the option on the control panel. You will also need to know the IP address of your internet router, which is usually <b>192.168.1.1</b> or <b>192.168.1.254</b>.
|
||||
</p>
|
||||
|
@ -277,9 +277,9 @@ When that's done select <b>About this system</b> from the control panel and see
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org64ddba0" class="outline-2">
|
||||
<h2 id="org64ddba0">On each client system within your local network</h2>
|
||||
<div class="outline-text-2" id="text-org64ddba0">
|
||||
<div id="outline-container-orgf682f48" class="outline-2">
|
||||
<h2 id="orgf682f48">On each client system within your local network</h2>
|
||||
<div class="outline-text-2" id="text-orgf682f48">
|
||||
<p>
|
||||
On Arch/Parabola:
|
||||
</p>
|
||||
|
@ -295,7 +295,7 @@ sudo resolvconf -u
|
|||
</div>
|
||||
|
||||
<p>
|
||||
Or on a Debian based sustem:
|
||||
Or on a Debian based system:
|
||||
</p>
|
||||
|
||||
<div class="org-src-container">
|
||||
|
@ -312,9 +312,9 @@ sudo resolvconf -u
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org7512e86" class="outline-2">
|
||||
<h2 id="org7512e86">On your internet router</h2>
|
||||
<div class="outline-text-2" id="text-org7512e86">
|
||||
<div id="outline-container-org1c0c248" class="outline-2">
|
||||
<h2 id="org1c0c248">On your internet router</h2>
|
||||
<div class="outline-text-2" id="text-org1c0c248">
|
||||
<p>
|
||||
If you can access the settings on your local internet router then this is the simplest way to provide ad blocking for all devices which connect to it. Unfortunately some router models don't let you edit the DNS settings and if that's the case you might want to consider getting a different router.
|
||||
</p>
|
||||
|
@ -324,9 +324,9 @@ Edit the DNS settings and add the IPv4 address which you got from the control pa
|
|||
</p>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-orgb9b9a80" class="outline-3">
|
||||
<h3 id="orgb9b9a80">LibreCMC</h3>
|
||||
<div class="outline-text-3" id="text-orgb9b9a80">
|
||||
<div id="outline-container-org8f47626" class="outline-3">
|
||||
<h3 id="org8f47626">LibreCMC</h3>
|
||||
<div class="outline-text-3" id="text-org8f47626">
|
||||
<p>
|
||||
On a router running LibreCMC from the <b>Network</b> menu select <b>DHCP and DNS</b>. Enter the static IP address of your Freedombone system within <b>DNS Forwardings</b>, then at the bottom of the page click on <b>Save & Apply</b>. Any devices which connect to your router will now have ad blocking.
|
||||
</p>
|
||||
|
@ -334,9 +334,9 @@ On a router running LibreCMC from the <b>Network</b> menu select <b>DHCP and DNS
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org85d7c07" class="outline-2">
|
||||
<h2 id="org85d7c07">Configuring block lists</h2>
|
||||
<div class="outline-text-2" id="text-org85d7c07">
|
||||
<div id="outline-container-orgb10bacb" class="outline-2">
|
||||
<h2 id="orgb10bacb">Configuring block lists</h2>
|
||||
<div class="outline-text-2" id="text-orgb10bacb">
|
||||
<p>
|
||||
You can configure the block lists which the system uses by going to the <b>administrator control panel</b>, selecting <b>App Settings</b> then choosing <b>pihole</b>. You can also add any extra domain names to the whitelist if they're being wrongly blocked or to the blacklist if they're not blocked by the current lists.
|
||||
</p>
|
||||
|
|
Loading…
Reference in New Issue