Explorar el Código

Separate pihole documentation

Bob Mottram hace 8 años
padre
commit
f80bb1f6cc
Se han modificado 6 ficheros con 530 adiciones y 234 borrados
  1. 69
    0
      doc/EN/app_pihole.org
  2. 1
    0
      doc/EN/apps.org
  3. 1
    52
      doc/EN/usage.org
  4. 370
    0
      website/EN/app_pihole.html
  5. 71
    68
      website/EN/apps.html
  6. 18
    114
      website/EN/usage.html

+ 69
- 0
doc/EN/app_pihole.org Ver fichero

@@ -0,0 +1,69 @@
1
+#+TITLE:
2
+#+AUTHOR: Bob Mottram
3
+#+EMAIL: bob@freedombone.net
4
+#+KEYWORDS: freedombone, pi-hole, ad blocker
5
+#+DESCRIPTION: How to block ads on your network
6
+#+OPTIONS: ^:nil toc:nil
7
+#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="freedombone.css" />
8
+
9
+#+BEGIN_CENTER
10
+[[file:images/logo.png]]
11
+#+END_CENTER
12
+
13
+#+BEGIN_EXPORT html
14
+<center>
15
+<h1>PI-Hole: The Black Hole for Web Adverts</h1>
16
+</center>
17
+#+END_EXPORT
18
+
19
+Idiots who have an inflated sense of self-entitlement will tell you that it's /your moral duty/ to view their mind-numbingly tedious corporate ads on their web site or YouTube channel, or else their kids will starve and the sky will fall because their revenue stream will dry up. But that's bullshit. There is nothing intrinsic or morally mandatory about adverts propping up the livelihoods of netizens, and indeed a web not primarily based on advertising money might have been a much better and more interesting place by now, with a lot less spying.
20
+
21
+Not only are web ads annoying, but they can consume a lot of bandwidth, be a privacy problem in terms of allowing companies to track your browsing habits and also any badly written scripts they contain may introduce exploitable security holes. Also if you're poor then adverts often make you want things that you can't have.
22
+
23
+You can block ads for any devices connected to your local network by installing the *pihole* app from *Add/Remove Apps* on the administrator control panel. This may help to improve overall performance of your devices by not wasting time downloading unwanted images or scripts.
24
+
25
+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.
26
+
27
+* Set a static IP address
28
+
29
+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 *192.168.1.1* or *192.168.1.254*.
30
+
31
+When that's done select *About this system* from the control panel and see the IPv4 address. You can use this as a DNS address in two ways:
32
+
33
+* On each client system within your local network
34
+
35
+#+begin_src bash
36
+sudo chattr -i /etc/resolv.conf
37
+sudo nano /etc/resolv.conf
38
+#+end_src
39
+
40
+Comment out any existing entries with a # character and add:
41
+
42
+#+begin_src bash
43
+nameserver [IPv4 address from the About screen]
44
+#+end_src
45
+
46
+Normally /resolv.conf/ will be overwritten every time your reboot, but you can prevent this with:
47
+
48
+#+begin_src bash
49
+sudo chattr +i /etc/resolv.conf
50
+#+end_src
51
+
52
+* On your internet router
53
+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.
54
+
55
+Edit the DNS settings and add the IPv4 address which you got from the control panel About screen. Exactly how you do this will just depend upon your particular router model. You may also need to set the same address twice, because two addresses are conventional.
56
+
57
+** LibreCMC
58
+On a router running LibreCMC from the *Network* menu select *DHCP and DNS*. Enter the static IP address of your Freedombone system within *DNS Forwardings*, then at the bottom of the page click on *Save & Apply*. Any devices which connect to your router will now have ad blocking.
59
+
60
+* Configuring block lists
61
+You can configure the block lists which the system uses by going to the *administrator control panel*, selecting *App Settings* then choosing *pihole*. 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.
62
+
63
+
64
+
65
+#+BEGIN_EXPORT html
66
+<center>
67
+Return to the <a href="index.html">home page</a>
68
+</center>
69
+#+END_EXPORT

+ 1
- 0
doc/EN/apps.org Ver fichero

@@ -71,6 +71,7 @@ The popular VoIP and text chat system. Say goodbye to old-fashioned telephony co
71 71
 * PI-Hole
72 72
 The black hole for web adverts. Block adverts at the domain name level within your local network. It can significantly reduce bandwidth, speed up page load times and protect your systems from being tracked by spyware.
73 73
 
74
+[[./app_pihole.html][How to use it]]
74 75
 * PostActiv
75 76
 An alternative federated social networking system compatible with GNU Social. It includes some optimisations and fixes currently not available within the main GNU Social project.
76 77
 

+ 1
- 52
doc/EN/usage.org Ver fichero

@@ -32,7 +32,7 @@
32 32
 | [[./app_rss.html][RSS Reader]]                                           |
33 33
 | [[./app_gogs.html][Git Projects]]                                         |
34 34
 | [[Adding or removing users]]                             |
35
-| [[Blocking Ads]]                                         |
35
+| [[./app_pihole.html][Blocking Ads]]                                         |
36 36
 
37 37
 * Readme
38 38
 After the system has installed a README file will be generated which contains passwords and some brief advice on using the installed systems. You can read this with the following commands:
@@ -115,54 +115,3 @@ control
115 115
 #+END_SRC
116 116
 
117 117
 [[file:images/controlpanel/control_panel_manage_users.jpg]]
118
-
119
-* Blocking Ads
120
-Everyone except for advertisers hates adverts. Not only are they annoying, but they can consume a lot of bandwidth, be a privacy problem in terms of allowing companies to track your browsing habits and also any badly written scripts they contain may introduce exploitable security holes. Also if you're poor then adverts often make you want things that you can't have.
121
-
122
-You can block ads for any devices connected to your local network by installing the *pihole* app from *Add/Remove Apps* on the administrator control panel. This may help to improve overall performance of your devices by not wasting time downloading unwanted images or scripts.
123
-
124
-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.
125
-
126
-** Set a static IP address
127
-
128
-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 *192.168.1.1* or *192.168.1.254*.
129
-
130
-When that's done select *About this system* from the control panel and see the IPv4 address. You can use this as a DNS address in two ways:
131
-
132
-** On each client system within your local network
133
-
134
-#+begin_src bash
135
-sudo chattr -i /etc/resolv.conf
136
-sudo nano /etc/resolv.conf
137
-#+end_src
138
-
139
-Comment out any existing entries with a # character and add:
140
-
141
-#+begin_src bash
142
-nameserver [IPv4 address from the About screen]
143
-#+end_src
144
-
145
-Normally /resolv.conf/ will be overwritten every time your reboot, but you can prevent this with:
146
-
147
-#+begin_src bash
148
-sudo chattr +i /etc/resolv.conf
149
-#+end_src
150
-
151
-** On your internet router
152
-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.
153
-
154
-Edit the DNS settings and add the IPv4 address which you got from the control panel About screen. Exactly how you do this will just depend upon your particular router model. You may also need to set the same address twice, because two addresses are conventional.
155
-
156
-*** LibreCMC
157
-On a router running LibreCMC from the *Network* menu select *DHCP and DNS*. Enter the static IP address of your Freedombone system within *DNS Forwardings*, then at the bottom of the page click on *Save & Apply*. Any devices which connect to your router will now have ad blocking.
158
-
159
-** Configuring block lists
160
-You can configure the block lists which the system uses by going to the *administrator control panel*, selecting *App Settings* then choosing *pihole*. 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.
161
-
162
-
163
-
164
-#+BEGIN_EXPORT html
165
-<center>
166
-Return to the <a href="index.html">home page</a>
167
-</center>
168
-#+END_EXPORT

+ 370
- 0
website/EN/app_pihole.html Ver fichero

@@ -0,0 +1,370 @@
1
+<?xml version="1.0" encoding="utf-8"?>
2
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
+"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5
+<head>
6
+<!-- 2016-11-12 Sat 23:53 -->
7
+<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
8
+<meta name="viewport" content="width=device-width, initial-scale=1" />
9
+<title></title>
10
+<meta name="generator" content="Org mode" />
11
+<meta name="author" content="Bob Mottram" />
12
+<meta name="description" content="How to block ads on your network"
13
+ />
14
+<meta name="keywords" content="freedombone, pi-hole, ad blocker" />
15
+<style type="text/css">
16
+ <!--/*--><![CDATA[/*><!--*/
17
+  .title  { text-align: center;
18
+             margin-bottom: .2em; }
19
+  .subtitle { text-align: center;
20
+              font-size: medium;
21
+              font-weight: bold;
22
+              margin-top:0; }
23
+  .todo   { font-family: monospace; color: red; }
24
+  .done   { font-family: monospace; color: green; }
25
+  .priority { font-family: monospace; color: orange; }
26
+  .tag    { background-color: #eee; font-family: monospace;
27
+            padding: 2px; font-size: 80%; font-weight: normal; }
28
+  .timestamp { color: #bebebe; }
29
+  .timestamp-kwd { color: #5f9ea0; }
30
+  .org-right  { margin-left: auto; margin-right: 0px;  text-align: right; }
31
+  .org-left   { margin-left: 0px;  margin-right: auto; text-align: left; }
32
+  .org-center { margin-left: auto; margin-right: auto; text-align: center; }
33
+  .underline { text-decoration: underline; }
34
+  #postamble p, #preamble p { font-size: 90%; margin: .2em; }
35
+  p.verse { margin-left: 3%; }
36
+  pre {
37
+    border: 1px solid #ccc;
38
+    box-shadow: 3px 3px 3px #eee;
39
+    padding: 8pt;
40
+    font-family: monospace;
41
+    overflow: auto;
42
+    margin: 1.2em;
43
+  }
44
+  pre.src {
45
+    position: relative;
46
+    overflow: visible;
47
+    padding-top: 1.2em;
48
+  }
49
+  pre.src:before {
50
+    display: none;
51
+    position: absolute;
52
+    background-color: white;
53
+    top: -10px;
54
+    right: 10px;
55
+    padding: 3px;
56
+    border: 1px solid black;
57
+  }
58
+  pre.src:hover:before { display: inline;}
59
+  /* Languages per Org manual */
60
+  pre.src-asymptote:before { content: 'Asymptote'; }
61
+  pre.src-awk:before { content: 'Awk'; }
62
+  pre.src-C:before { content: 'C'; }
63
+  /* pre.src-C++ doesn't work in CSS */
64
+  pre.src-clojure:before { content: 'Clojure'; }
65
+  pre.src-css:before { content: 'CSS'; }
66
+  pre.src-D:before { content: 'D'; }
67
+  pre.src-ditaa:before { content: 'ditaa'; }
68
+  pre.src-dot:before { content: 'Graphviz'; }
69
+  pre.src-calc:before { content: 'Emacs Calc'; }
70
+  pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }
71
+  pre.src-fortran:before { content: 'Fortran'; }
72
+  pre.src-gnuplot:before { content: 'gnuplot'; }
73
+  pre.src-haskell:before { content: 'Haskell'; }
74
+  pre.src-java:before { content: 'Java'; }
75
+  pre.src-js:before { content: 'Javascript'; }
76
+  pre.src-latex:before { content: 'LaTeX'; }
77
+  pre.src-ledger:before { content: 'Ledger'; }
78
+  pre.src-lisp:before { content: 'Lisp'; }
79
+  pre.src-lilypond:before { content: 'Lilypond'; }
80
+  pre.src-lua:before { content: 'Lua'; }
81
+  pre.src-matlab:before { content: 'MATLAB'; }
82
+  pre.src-mscgen:before { content: 'Mscgen'; }
83
+  pre.src-ocaml:before { content: 'Objective Caml'; }
84
+  pre.src-octave:before { content: 'Octave'; }
85
+  pre.src-org:before { content: 'Org mode'; }
86
+  pre.src-oz:before { content: 'OZ'; }
87
+  pre.src-plantuml:before { content: 'Plantuml'; }
88
+  pre.src-processing:before { content: 'Processing.js'; }
89
+  pre.src-python:before { content: 'Python'; }
90
+  pre.src-R:before { content: 'R'; }
91
+  pre.src-ruby:before { content: 'Ruby'; }
92
+  pre.src-sass:before { content: 'Sass'; }
93
+  pre.src-scheme:before { content: 'Scheme'; }
94
+  pre.src-screen:before { content: 'Gnu Screen'; }
95
+  pre.src-sed:before { content: 'Sed'; }
96
+  pre.src-sh:before { content: 'shell'; }
97
+  pre.src-sql:before { content: 'SQL'; }
98
+  pre.src-sqlite:before { content: 'SQLite'; }
99
+  /* additional languages in org.el's org-babel-load-languages alist */
100
+  pre.src-forth:before { content: 'Forth'; }
101
+  pre.src-io:before { content: 'IO'; }
102
+  pre.src-J:before { content: 'J'; }
103
+  pre.src-makefile:before { content: 'Makefile'; }
104
+  pre.src-maxima:before { content: 'Maxima'; }
105
+  pre.src-perl:before { content: 'Perl'; }
106
+  pre.src-picolisp:before { content: 'Pico Lisp'; }
107
+  pre.src-scala:before { content: 'Scala'; }
108
+  pre.src-shell:before { content: 'Shell Script'; }
109
+  pre.src-ebnf2ps:before { content: 'ebfn2ps'; }
110
+  /* additional language identifiers per "defun org-babel-execute"
111
+       in ob-*.el */
112
+  pre.src-cpp:before  { content: 'C++'; }
113
+  pre.src-abc:before  { content: 'ABC'; }
114
+  pre.src-coq:before  { content: 'Coq'; }
115
+  pre.src-groovy:before  { content: 'Groovy'; }
116
+  /* additional language identifiers from org-babel-shell-names in
117
+     ob-shell.el: ob-shell is the only babel language using a lambda to put
118
+     the execution function name together. */
119
+  pre.src-bash:before  { content: 'bash'; }
120
+  pre.src-csh:before  { content: 'csh'; }
121
+  pre.src-ash:before  { content: 'ash'; }
122
+  pre.src-dash:before  { content: 'dash'; }
123
+  pre.src-ksh:before  { content: 'ksh'; }
124
+  pre.src-mksh:before  { content: 'mksh'; }
125
+  pre.src-posh:before  { content: 'posh'; }
126
+  /* Additional Emacs modes also supported by the LaTeX listings package */
127
+  pre.src-ada:before { content: 'Ada'; }
128
+  pre.src-asm:before { content: 'Assembler'; }
129
+  pre.src-caml:before { content: 'Caml'; }
130
+  pre.src-delphi:before { content: 'Delphi'; }
131
+  pre.src-html:before { content: 'HTML'; }
132
+  pre.src-idl:before { content: 'IDL'; }
133
+  pre.src-mercury:before { content: 'Mercury'; }
134
+  pre.src-metapost:before { content: 'MetaPost'; }
135
+  pre.src-modula-2:before { content: 'Modula-2'; }
136
+  pre.src-pascal:before { content: 'Pascal'; }
137
+  pre.src-ps:before { content: 'PostScript'; }
138
+  pre.src-prolog:before { content: 'Prolog'; }
139
+  pre.src-simula:before { content: 'Simula'; }
140
+  pre.src-tcl:before { content: 'tcl'; }
141
+  pre.src-tex:before { content: 'TeX'; }
142
+  pre.src-plain-tex:before { content: 'Plain TeX'; }
143
+  pre.src-verilog:before { content: 'Verilog'; }
144
+  pre.src-vhdl:before { content: 'VHDL'; }
145
+  pre.src-xml:before { content: 'XML'; }
146
+  pre.src-nxml:before { content: 'XML'; }
147
+  /* add a generic configuration mode; LaTeX export needs an additional
148
+     (add-to-list 'org-latex-listings-langs '(conf " ")) in .emacs */
149
+  pre.src-conf:before { content: 'Configuration File'; }
150
+
151
+  table { border-collapse:collapse; }
152
+  caption.t-above { caption-side: top; }
153
+  caption.t-bottom { caption-side: bottom; }
154
+  td, th { vertical-align:top;  }
155
+  th.org-right  { text-align: center;  }
156
+  th.org-left   { text-align: center;   }
157
+  th.org-center { text-align: center; }
158
+  td.org-right  { text-align: right;  }
159
+  td.org-left   { text-align: left;   }
160
+  td.org-center { text-align: center; }
161
+  dt { font-weight: bold; }
162
+  .footpara { display: inline; }
163
+  .footdef  { margin-bottom: 1em; }
164
+  .figure { padding: 1em; }
165
+  .figure p { text-align: center; }
166
+  .inlinetask {
167
+    padding: 10px;
168
+    border: 2px solid gray;
169
+    margin: 10px;
170
+    background: #ffffcc;
171
+  }
172
+  #org-div-home-and-up
173
+   { text-align: right; font-size: 70%; white-space: nowrap; }
174
+  textarea { overflow-x: auto; }
175
+  .linenr { font-size: smaller }
176
+  .code-highlighted { background-color: #ffff00; }
177
+  .org-info-js_info-navigation { border-style: none; }
178
+  #org-info-js_console-label
179
+    { font-size: 10px; font-weight: bold; white-space: nowrap; }
180
+  .org-info-js_search-highlight
181
+    { background-color: #ffff00; color: #000000; font-weight: bold; }
182
+  .org-svg { width: 90%; }
183
+  /*]]>*/-->
184
+</style>
185
+<link rel="stylesheet" type="text/css" href="freedombone.css" />
186
+<script type="text/javascript">
187
+/*
188
+@licstart  The following is the entire license notice for the
189
+JavaScript code in this tag.
190
+
191
+Copyright (C) 2012-2013 Free Software Foundation, Inc.
192
+
193
+The JavaScript code in this tag is free software: you can
194
+redistribute it and/or modify it under the terms of the GNU
195
+General Public License (GNU GPL) as published by the Free Software
196
+Foundation, either version 3 of the License, or (at your option)
197
+any later version.  The code is distributed WITHOUT ANY WARRANTY;
198
+without even the implied warranty of MERCHANTABILITY or FITNESS
199
+FOR A PARTICULAR PURPOSE.  See the GNU GPL for more details.
200
+
201
+As additional permission under GNU GPL version 3 section 7, you
202
+may distribute non-source (e.g., minimized or compacted) forms of
203
+that code without the copy of the GNU GPL normally required by
204
+section 4, provided you include this license notice and a URL
205
+through which recipients can access the Corresponding Source.
206
+
207
+
208
+@licend  The above is the entire license notice
209
+for the JavaScript code in this tag.
210
+*/
211
+<!--/*--><![CDATA[/*><!--*/
212
+ function CodeHighlightOn(elem, id)
213
+ {
214
+   var target = document.getElementById(id);
215
+   if(null != target) {
216
+     elem.cacheClassElem = elem.className;
217
+     elem.cacheClassTarget = target.className;
218
+     target.className = "code-highlighted";
219
+     elem.className   = "code-highlighted";
220
+   }
221
+ }
222
+ function CodeHighlightOff(elem, id)
223
+ {
224
+   var target = document.getElementById(id);
225
+   if(elem.cacheClassElem)
226
+     elem.className = elem.cacheClassElem;
227
+   if(elem.cacheClassTarget)
228
+     target.className = elem.cacheClassTarget;
229
+ }
230
+/*]]>*///-->
231
+</script>
232
+</head>
233
+<body>
234
+<div id="preamble" class="status">
235
+<a name="top" id="top"></a>
236
+</div>
237
+<div id="content">
238
+<div class="org-center">
239
+
240
+<div class="figure">
241
+<p><img src="images/logo.png" alt="logo.png" />
242
+</p>
243
+</div>
244
+</div>
245
+
246
+<center>
247
+<h1>PI-Hole: The Black Hole for Web Adverts</h1>
248
+</center>
249
+
250
+<p>
251
+Idiots who have an inflated sense of self-entitlement will tell you that it's <i>your moral duty</i> to view their mind-numbingly tedious corporate ads on their web site or YouTube channel, or else their kids will starve and the sky will fall because their revenue stream will dry up. But that's bullshit. There is nothing intrinsic or morally mandatory about adverts propping up the livelihoods of netizens, and indeed a web not primarily based on advertising money might have been a much better and more interesting place by now, with a lot less spying.
252
+</p>
253
+
254
+<p>
255
+Not only are web ads annoying, but they can consume a lot of bandwidth, be a privacy problem in terms of allowing companies to track your browsing habits and also any badly written scripts they contain may introduce exploitable security holes. Also if you're poor then adverts often make you want things that you can't have.
256
+</p>
257
+
258
+<p>
259
+You can block ads for any devices connected to your local network by installing the <b>pihole</b> app from <b>Add/Remove Apps</b> on the administrator control panel. This may help to improve overall performance of your devices by not wasting time downloading unwanted images or scripts.
260
+</p>
261
+
262
+<p>
263
+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.
264
+</p>
265
+
266
+<div id="outline-container-org28ca84b" class="outline-2">
267
+<h2 id="org28ca84b">Set a static IP address</h2>
268
+<div class="outline-text-2" id="text-org28ca84b">
269
+<p>
270
+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>.
271
+</p>
272
+
273
+<p>
274
+When that's done select <b>About this system</b> from the control panel and see the IPv4 address. You can use this as a DNS address in two ways:
275
+</p>
276
+</div>
277
+</div>
278
+
279
+<div id="outline-container-org8d14e27" class="outline-2">
280
+<h2 id="org8d14e27">On each client system within your local network</h2>
281
+<div class="outline-text-2" id="text-org8d14e27">
282
+<div class="org-src-container">
283
+<pre class="src src-bash">sudo chattr -i /etc/resolv.conf
284
+sudo nano /etc/resolv.conf
285
+</pre>
286
+</div>
287
+
288
+<p>
289
+Comment out any existing entries with a # character and add:
290
+</p>
291
+
292
+<div class="org-src-container">
293
+<pre class="src src-bash">nameserver [IPv4 address from the About screen]
294
+</pre>
295
+</div>
296
+
297
+<p>
298
+Normally <i>resolv.conf</i> will be overwritten every time your reboot, but you can prevent this with:
299
+</p>
300
+
301
+<div class="org-src-container">
302
+<pre class="src src-bash">sudo chattr +i /etc/resolv.conf
303
+</pre>
304
+</div>
305
+</div>
306
+</div>
307
+
308
+<div id="outline-container-orgb95e44f" class="outline-2">
309
+<h2 id="orgb95e44f">On your internet router</h2>
310
+<div class="outline-text-2" id="text-orgb95e44f">
311
+<p>
312
+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.
313
+</p>
314
+
315
+<p>
316
+Edit the DNS settings and add the IPv4 address which you got from the control panel About screen. Exactly how you do this will just depend upon your particular router model. You may also need to set the same address twice, because two addresses are conventional.
317
+</p>
318
+</div>
319
+
320
+<div id="outline-container-orge5bdb7f" class="outline-3">
321
+<h3 id="orge5bdb7f">LibreCMC</h3>
322
+<div class="outline-text-3" id="text-orge5bdb7f">
323
+<p>
324
+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 &amp; Apply</b>. Any devices which connect to your router will now have ad blocking.
325
+</p>
326
+</div>
327
+</div>
328
+</div>
329
+
330
+<div id="outline-container-org71dabfb" class="outline-2">
331
+<h2 id="org71dabfb">Configuring block lists</h2>
332
+<div class="outline-text-2" id="text-org71dabfb">
333
+<p>
334
+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.
335
+</p>
336
+
337
+
338
+
339
+<center>
340
+Return to the <a href="index.html">home page</a>
341
+</center>
342
+</div>
343
+</div>
344
+</div>
345
+<div id="postamble" class="status">
346
+
347
+<style type="text/css">
348
+.back-to-top {
349
+    position: fixed;
350
+    bottom: 2em;
351
+    right: 0px;
352
+    text-decoration: none;
353
+    color: #000000;
354
+    background-color: rgba(235, 235, 235, 0.80);
355
+    font-size: 12px;
356
+    padding: 1em;
357
+    display: none;
358
+}
359
+
360
+.back-to-top:hover {
361
+    background-color: rgba(135, 135, 135, 0.50);
362
+}
363
+</style>
364
+
365
+<div class="back-to-top">
366
+<a href="#top">Back to top</a> | <a href="mailto:bob@freedombone.net">E-mail me</a>
367
+</div>
368
+</div>
369
+</body>
370
+</html>

+ 71
- 68
website/EN/apps.html Ver fichero

@@ -3,7 +3,7 @@
3 3
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5 5
 <head>
6
-<!-- 2016-11-12 Sat 23:35 -->
6
+<!-- 2016-11-12 Sat 23:55 -->
7 7
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
8 8
 <meta name="viewport" content="width=device-width, initial-scale=1" />
9 9
 <title></title>
@@ -257,9 +257,9 @@ The base install of the system just contains an email server and Mutt client, bu
257 257
 </div>
258 258
 </div>
259 259
 
260
-<div id="outline-container-orgcf12a1b" class="outline-2">
261
-<h2 id="orgcf12a1b">DLNA</h2>
262
-<div class="outline-text-2" id="text-orgcf12a1b">
260
+<div id="outline-container-org7421d9d" class="outline-2">
261
+<h2 id="org7421d9d">DLNA</h2>
262
+<div class="outline-text-2" id="text-org7421d9d">
263 263
 <p>
264 264
 Enables you to use the system as a music server which any DLNA compatible devices can connect to within your home network.
265 265
 </p>
@@ -269,45 +269,45 @@ Enables you to use the system as a music server which any DLNA compatible device
269 269
 </p>
270 270
 </div>
271 271
 </div>
272
-<div id="outline-container-org0b3f3a7" class="outline-2">
273
-<h2 id="org0b3f3a7">Dokuwiki</h2>
274
-<div class="outline-text-2" id="text-org0b3f3a7">
272
+<div id="outline-container-org58f1d67" class="outline-2">
273
+<h2 id="org58f1d67">Dokuwiki</h2>
274
+<div class="outline-text-2" id="text-org58f1d67">
275 275
 <p>
276 276
 A databaseless wiki system.
277 277
 </p>
278 278
 </div>
279 279
 </div>
280 280
 
281
-<div id="outline-container-orga5ddc93" class="outline-2">
282
-<h2 id="orga5ddc93">Emacs</h2>
283
-<div class="outline-text-2" id="text-orga5ddc93">
281
+<div id="outline-container-orge1f387f" class="outline-2">
282
+<h2 id="orge1f387f">Emacs</h2>
283
+<div class="outline-text-2" id="text-orge1f387f">
284 284
 <p>
285 285
 If you use the Mutt client to read your email then this will set it up to use emacs for composing new mail.
286 286
 </p>
287 287
 </div>
288 288
 </div>
289 289
 
290
-<div id="outline-container-orge763528" class="outline-2">
291
-<h2 id="orge763528">Etherpad</h2>
292
-<div class="outline-text-2" id="text-orge763528">
290
+<div id="outline-container-org0559d3b" class="outline-2">
291
+<h2 id="org0559d3b">Etherpad</h2>
292
+<div class="outline-text-2" id="text-org0559d3b">
293 293
 <p>
294 294
 Collaborate on creating documents in real time. Maybe you're planning a holiday with other family members or creating documentation for a Free Software project along with other volunteers. Etherpad is hard to beat for simplicity and speed. Only users of the system will be able to access it.
295 295
 </p>
296 296
 </div>
297 297
 </div>
298 298
 
299
-<div id="outline-container-orga6006b6" class="outline-2">
300
-<h2 id="orga6006b6">Ghost</h2>
301
-<div class="outline-text-2" id="text-orga6006b6">
299
+<div id="outline-container-orgb6146c1" class="outline-2">
300
+<h2 id="orgb6146c1">Ghost</h2>
301
+<div class="outline-text-2" id="text-orgb6146c1">
302 302
 <p>
303 303
 Modern looking blogging system.
304 304
 </p>
305 305
 </div>
306 306
 </div>
307 307
 
308
-<div id="outline-container-org13ba239" class="outline-2">
309
-<h2 id="org13ba239">GNU Social</h2>
310
-<div class="outline-text-2" id="text-org13ba239">
308
+<div id="outline-container-org8e40628" class="outline-2">
309
+<h2 id="org8e40628">GNU Social</h2>
310
+<div class="outline-text-2" id="text-org8e40628">
311 311
 <p>
312 312
 Federated social network. You can "<i>remote follow</i>" other users within the GNU Social federation.
313 313
 </p>
@@ -317,9 +317,9 @@ Federated social network. You can "<i>remote follow</i>" other users within the
317 317
 </p>
318 318
 </div>
319 319
 </div>
320
-<div id="outline-container-orgc2d3fa7" class="outline-2">
321
-<h2 id="orgc2d3fa7">Gogs</h2>
322
-<div class="outline-text-2" id="text-orgc2d3fa7">
320
+<div id="outline-container-orgacbd4ad" class="outline-2">
321
+<h2 id="orgacbd4ad">Gogs</h2>
322
+<div class="outline-text-2" id="text-orgacbd4ad">
323 323
 <p>
324 324
 Lightweight git project hosting system. You can mirror projects from Github, or if Github turns evil then just host your own projects while retaining the familiar <i>fork-and-pull</i> workflow. If you can use Github then you can also use Gogs.
325 325
 </p>
@@ -329,18 +329,18 @@ Lightweight git project hosting system. You can mirror projects from Github, or
329 329
 </p>
330 330
 </div>
331 331
 </div>
332
-<div id="outline-container-orgd8a4cbe" class="outline-2">
333
-<h2 id="orgd8a4cbe">HTMLy</h2>
334
-<div class="outline-text-2" id="text-orgd8a4cbe">
332
+<div id="outline-container-orgab62aa3" class="outline-2">
333
+<h2 id="orgab62aa3">HTMLy</h2>
334
+<div class="outline-text-2" id="text-orgab62aa3">
335 335
 <p>
336 336
 Databaseless blogging system. Quite simple and with a markdown-like format.
337 337
 </p>
338 338
 </div>
339 339
 </div>
340 340
 
341
-<div id="outline-container-org82e592b" class="outline-2">
342
-<h2 id="org82e592b">Hubzilla</h2>
343
-<div class="outline-text-2" id="text-org82e592b">
341
+<div id="outline-container-orgc4baeb0" class="outline-2">
342
+<h2 id="orgc4baeb0">Hubzilla</h2>
343
+<div class="outline-text-2" id="text-orgc4baeb0">
344 344
 <p>
345 345
 Web publishing platform with social network like features and good privacy controls so that it's possible to specify who can see which content. Includes photo albums, calendar, wiki and file storage.
346 346
 </p>
@@ -350,9 +350,9 @@ Web publishing platform with social network like features and good privacy contr
350 350
 </p>
351 351
 </div>
352 352
 </div>
353
-<div id="outline-container-org49bea85" class="outline-2">
354
-<h2 id="org49bea85">IRC Server (ngirc)</h2>
355
-<div class="outline-text-2" id="text-org49bea85">
353
+<div id="outline-container-org5f5f040" class="outline-2">
354
+<h2 id="org5f5f040">IRC Server (ngirc)</h2>
355
+<div class="outline-text-2" id="text-org5f5f040">
356 356
 <p>
357 357
 Run your own IRC chat channel which can be secured with a password and accessible via an onion address. A bouncer is included so that you can receive messages sent while you were offline. Works with Hexchat and other popular clients.
358 358
 </p>
@@ -362,36 +362,36 @@ Run your own IRC chat channel which can be secured with a password and accessibl
362 362
 </p>
363 363
 </div>
364 364
 </div>
365
-<div id="outline-container-orga475600" class="outline-2">
366
-<h2 id="orga475600">Jitsi Meet</h2>
367
-<div class="outline-text-2" id="text-orga475600">
365
+<div id="outline-container-org260331a" class="outline-2">
366
+<h2 id="org260331a">Jitsi Meet</h2>
367
+<div class="outline-text-2" id="text-org260331a">
368 368
 <p>
369 369
 Experimental WebRTC video conferencing system, similar to Google Hangouts. This may not be fully functional, but is hoped to be in the near future.
370 370
 </p>
371 371
 </div>
372 372
 </div>
373 373
 
374
-<div id="outline-container-orgc7ea2a9" class="outline-2">
375
-<h2 id="orgc7ea2a9">Lychee</h2>
376
-<div class="outline-text-2" id="text-orgc7ea2a9">
374
+<div id="outline-container-orgf68ab87" class="outline-2">
375
+<h2 id="orgf68ab87">Lychee</h2>
376
+<div class="outline-text-2" id="text-orgf68ab87">
377 377
 <p>
378 378
 Make your photo albums available on the web.
379 379
 </p>
380 380
 </div>
381 381
 </div>
382 382
 
383
-<div id="outline-container-org17c21ac" class="outline-2">
384
-<h2 id="org17c21ac">Mailpile</h2>
385
-<div class="outline-text-2" id="text-org17c21ac">
383
+<div id="outline-container-orge94d452" class="outline-2">
384
+<h2 id="orge94d452">Mailpile</h2>
385
+<div class="outline-text-2" id="text-orge94d452">
386 386
 <p>
387 387
 Modern email client which supports GPG encryption.
388 388
 </p>
389 389
 </div>
390 390
 </div>
391 391
 
392
-<div id="outline-container-org3e493c2" class="outline-2">
393
-<h2 id="org3e493c2">Mumble</h2>
394
-<div class="outline-text-2" id="text-org3e493c2">
392
+<div id="outline-container-org0bee57f" class="outline-2">
393
+<h2 id="org0bee57f">Mumble</h2>
394
+<div class="outline-text-2" id="text-org0bee57f">
395 395
 <p>
396 396
 The popular VoIP and text chat system. Say goodbye to old-fashioned telephony conferences with silly dial codes. Also works well on mobile.
397 397
 </p>
@@ -401,36 +401,39 @@ The popular VoIP and text chat system. Say goodbye to old-fashioned telephony co
401 401
 </p>
402 402
 </div>
403 403
 </div>
404
-<div id="outline-container-org1d90f71" class="outline-2">
405
-<h2 id="org1d90f71">PI-Hole</h2>
406
-<div class="outline-text-2" id="text-org1d90f71">
404
+<div id="outline-container-orgc15315b" class="outline-2">
405
+<h2 id="orgc15315b">PI-Hole</h2>
406
+<div class="outline-text-2" id="text-orgc15315b">
407 407
 <p>
408 408
 The black hole for web adverts. Block adverts at the domain name level within your local network. It can significantly reduce bandwidth, speed up page load times and protect your systems from being tracked by spyware.
409 409
 </p>
410
+
411
+<p>
412
+<a href="./app_pihole.html">How to use it</a>
413
+</p>
410 414
 </div>
411 415
 </div>
412
-
413
-<div id="outline-container-org9eb5a1b" class="outline-2">
414
-<h2 id="org9eb5a1b">PostActiv</h2>
415
-<div class="outline-text-2" id="text-org9eb5a1b">
416
+<div id="outline-container-org6bc9364" class="outline-2">
417
+<h2 id="org6bc9364">PostActiv</h2>
418
+<div class="outline-text-2" id="text-org6bc9364">
416 419
 <p>
417 420
 An alternative federated social networking system compatible with GNU Social. It includes some optimisations and fixes currently not available within the main GNU Social project.
418 421
 </p>
419 422
 </div>
420 423
 </div>
421 424
 
422
-<div id="outline-container-org8d87175" class="outline-2">
423
-<h2 id="org8d87175">Radicale</h2>
424
-<div class="outline-text-2" id="text-org8d87175">
425
+<div id="outline-container-orga002dd9" class="outline-2">
426
+<h2 id="orga002dd9">Radicale</h2>
427
+<div class="outline-text-2" id="text-orga002dd9">
425 428
 <p>
426 429
 Calendar system compatible with CalDAV and CardDAV. Manage your calendar events easily across all your devices.
427 430
 </p>
428 431
 </div>
429 432
 </div>
430 433
 
431
-<div id="outline-container-org38c229e" class="outline-2">
432
-<h2 id="org38c229e">tt-rss</h2>
433
-<div class="outline-text-2" id="text-org38c229e">
434
+<div id="outline-container-org9522328" class="outline-2">
435
+<h2 id="org9522328">tt-rss</h2>
436
+<div class="outline-text-2" id="text-org9522328">
434 437
 <p>
435 438
 Private RSS reader. Pulls in RSS/Atom feeds via Tor and is only accessible via an onion address. Have "<i>the right to read</i>" without the Surveillance State knowing what you're reading. Also available with a user interface suitable for viewing on mobile devices via a browser such as OrFox.
436 439
 </p>
@@ -440,9 +443,9 @@ Private RSS reader. Pulls in RSS/Atom feeds via Tor and is only accessible via a
440 443
 </p>
441 444
 </div>
442 445
 </div>
443
-<div id="outline-container-org621979d" class="outline-2">
444
-<h2 id="org621979d">Syncthing</h2>
445
-<div class="outline-text-2" id="text-org621979d">
446
+<div id="outline-container-org65b16ab" class="outline-2">
447
+<h2 id="org65b16ab">Syncthing</h2>
448
+<div class="outline-text-2" id="text-org65b16ab">
446 449
 <p>
447 450
 Possibly the best way to synchronise files across all of your devices. Once it has been set up it "just works" with no user intervention needed.
448 451
 </p>
@@ -452,9 +455,9 @@ Possibly the best way to synchronise files across all of your devices. Once it h
452 455
 </p>
453 456
 </div>
454 457
 </div>
455
-<div id="outline-container-orgf5ad294" class="outline-2">
456
-<h2 id="orgf5ad294">Tox</h2>
457
-<div class="outline-text-2" id="text-orgf5ad294">
458
+<div id="outline-container-org5f38fc1" class="outline-2">
459
+<h2 id="org5f38fc1">Tox</h2>
460
+<div class="outline-text-2" id="text-org5f38fc1">
458 461
 <p>
459 462
 Client and bootstrap node for the Tox chat/VoIP system.
460 463
 </p>
@@ -464,18 +467,18 @@ Client and bootstrap node for the Tox chat/VoIP system.
464 467
 </p>
465 468
 </div>
466 469
 </div>
467
-<div id="outline-container-org19b02df" class="outline-2">
468
-<h2 id="org19b02df">Vim</h2>
469
-<div class="outline-text-2" id="text-org19b02df">
470
+<div id="outline-container-org6e9440c" class="outline-2">
471
+<h2 id="org6e9440c">Vim</h2>
472
+<div class="outline-text-2" id="text-org6e9440c">
470 473
 <p>
471 474
 If you use the Mutt client to read your email then this will set it up to use vim for composing new mail.
472 475
 </p>
473 476
 </div>
474 477
 </div>
475 478
 
476
-<div id="outline-container-org01cda7f" class="outline-2">
477
-<h2 id="org01cda7f">XMPP</h2>
478
-<div class="outline-text-2" id="text-org01cda7f">
479
+<div id="outline-container-orga7ecbfe" class="outline-2">
480
+<h2 id="orga7ecbfe">XMPP</h2>
481
+<div class="outline-text-2" id="text-orga7ecbfe">
479 482
 <p>
480 483
 Chat server which can be used together with client such as Gajim or Conversations to provide end-to-end content security and also onion routed metadata security. Includes advanced features such as <i>client state notification</i> to save battery power on your mobile devices, support for seamless roaming between networks and <i>message carbons</i> so that you can receive the same messages while being simultaneously logged in to your account on more than one device.
481 484
 </p>

+ 18
- 114
website/EN/usage.html Ver fichero

@@ -3,7 +3,7 @@
3 3
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5 5
 <head>
6
-<!-- 2016-11-12 Sat 23:35 -->
6
+<!-- 2016-11-12 Sat 23:54 -->
7 7
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
8 8
 <meta name="viewport" content="width=device-width, initial-scale=1" />
9 9
 <title></title>
@@ -255,15 +255,15 @@ for the JavaScript code in this tag.
255 255
 </colgroup>
256 256
 <tbody>
257 257
 <tr>
258
-<td class="org-left"><a href="#org78e8ebf">Readme</a></td>
258
+<td class="org-left"><a href="#org8a8dd7e">Readme</a></td>
259 259
 </tr>
260 260
 
261 261
 <tr>
262
-<td class="org-left"><a href="#orgef4badc">Improving ssh security</a></td>
262
+<td class="org-left"><a href="#org96f2f29">Improving ssh security</a></td>
263 263
 </tr>
264 264
 
265 265
 <tr>
266
-<td class="org-left"><a href="#org09b8978">Administrating the system via an onion address (Tor)</a></td>
266
+<td class="org-left"><a href="#orgac36f9a">Administrating the system via an onion address (Tor)</a></td>
267 267
 </tr>
268 268
 
269 269
 <tr>
@@ -315,18 +315,18 @@ for the JavaScript code in this tag.
315 315
 </tr>
316 316
 
317 317
 <tr>
318
-<td class="org-left"><a href="#org3e5b626">Adding or removing users</a></td>
318
+<td class="org-left"><a href="#orgaf5eee1">Adding or removing users</a></td>
319 319
 </tr>
320 320
 
321 321
 <tr>
322
-<td class="org-left"><a href="#org576f971">Blocking Ads</a></td>
322
+<td class="org-left"><a href="./app_pihole.html">Blocking Ads</a></td>
323 323
 </tr>
324 324
 </tbody>
325 325
 </table>
326 326
 
327
-<div id="outline-container-org78e8ebf" class="outline-2">
328
-<h2 id="org78e8ebf">Readme</h2>
329
-<div class="outline-text-2" id="text-org78e8ebf">
327
+<div id="outline-container-org8a8dd7e" class="outline-2">
328
+<h2 id="org8a8dd7e">Readme</h2>
329
+<div class="outline-text-2" id="text-org8a8dd7e">
330 330
 <p>
331 331
 After the system has installed a README file will be generated which contains passwords and some brief advice on using the installed systems. You can read this with the following commands:
332 332
 </p>
@@ -346,9 +346,9 @@ To exit you can either just close the terminal or use <b>CTRL-x CTRL-c</b> follo
346 346
 </p>
347 347
 </div>
348 348
 </div>
349
-<div id="outline-container-orgef4badc" class="outline-2">
350
-<h2 id="orgef4badc">Improving ssh security</h2>
351
-<div class="outline-text-2" id="text-orgef4badc">
349
+<div id="outline-container-org96f2f29" class="outline-2">
350
+<h2 id="org96f2f29">Improving ssh security</h2>
351
+<div class="outline-text-2" id="text-org96f2f29">
352 352
 <p>
353 353
 To improve ssh security you can generate an ssh key pair on your system and then upload the public key to the Freedombone.
354 354
 </p>
@@ -398,9 +398,9 @@ If you wish to only use ssh keys then log in to the Freedombone, become the root
398 398
 </div>
399 399
 </div>
400 400
 
401
-<div id="outline-container-org09b8978" class="outline-2">
402
-<h2 id="org09b8978">Administrating the system via an onion address (Tor)</h2>
403
-<div class="outline-text-2" id="text-org09b8978">
401
+<div id="outline-container-orgac36f9a" class="outline-2">
402
+<h2 id="orgac36f9a">Administrating the system via an onion address (Tor)</h2>
403
+<div class="outline-text-2" id="text-orgac36f9a">
404 404
 <p>
405 405
 You can also access your system via the Tor system using an onion address. To find out what the onion address for ssh access is you can do the following:
406 406
 </p>
@@ -442,9 +442,9 @@ Subsequently even if dynamic DNS isn't working you may still be able to administ
442 442
 </p>
443 443
 </div>
444 444
 </div>
445
-<div id="outline-container-org3e5b626" class="outline-2">
446
-<h2 id="org3e5b626">Adding or removing users</h2>
447
-<div class="outline-text-2" id="text-org3e5b626">
445
+<div id="outline-container-orgaf5eee1" class="outline-2">
446
+<h2 id="orgaf5eee1">Adding or removing users</h2>
447
+<div class="outline-text-2" id="text-orgaf5eee1">
448 448
 <p>
449 449
 Log into the system with:
450 450
 </p>
@@ -471,102 +471,6 @@ control
471 471
 </div>
472 472
 </div>
473 473
 </div>
474
-
475
-<div id="outline-container-org576f971" class="outline-2">
476
-<h2 id="org576f971">Blocking Ads</h2>
477
-<div class="outline-text-2" id="text-org576f971">
478
-<p>
479
-Everyone except for advertisers hates adverts. Not only are they annoying, but they can consume a lot of bandwidth, be a privacy problem in terms of allowing companies to track your browsing habits and also any badly written scripts they contain may introduce exploitable security holes. Also if you're poor then adverts often make you want things that you can't have.
480
-</p>
481
-
482
-<p>
483
-You can block ads for any devices connected to your local network by installing the <b>pihole</b> app from <b>Add/Remove Apps</b> on the administrator control panel. This may help to improve overall performance of your devices by not wasting time downloading unwanted images or scripts.
484
-</p>
485
-
486
-<p>
487
-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.
488
-</p>
489
-</div>
490
-
491
-<div id="outline-container-org280f5db" class="outline-3">
492
-<h3 id="org280f5db">Set a static IP address</h3>
493
-<div class="outline-text-3" id="text-org280f5db">
494
-<p>
495
-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>.
496
-</p>
497
-
498
-<p>
499
-When that's done select <b>About this system</b> from the control panel and see the IPv4 address. You can use this as a DNS address in two ways:
500
-</p>
501
-</div>
502
-</div>
503
-
504
-<div id="outline-container-orgfdc8d62" class="outline-3">
505
-<h3 id="orgfdc8d62">On each client system within your local network</h3>
506
-<div class="outline-text-3" id="text-orgfdc8d62">
507
-<div class="org-src-container">
508
-<pre class="src src-bash">sudo chattr -i /etc/resolv.conf
509
-sudo nano /etc/resolv.conf
510
-</pre>
511
-</div>
512
-
513
-<p>
514
-Comment out any existing entries with a # character and add:
515
-</p>
516
-
517
-<div class="org-src-container">
518
-<pre class="src src-bash">nameserver [IPv4 address from the About screen]
519
-</pre>
520
-</div>
521
-
522
-<p>
523
-Normally <i>resolv.conf</i> will be overwritten every time your reboot, but you can prevent this with:
524
-</p>
525
-
526
-<div class="org-src-container">
527
-<pre class="src src-bash">sudo chattr +i /etc/resolv.conf
528
-</pre>
529
-</div>
530
-</div>
531
-</div>
532
-
533
-<div id="outline-container-orga97bbac" class="outline-3">
534
-<h3 id="orga97bbac">On your internet router</h3>
535
-<div class="outline-text-3" id="text-orga97bbac">
536
-<p>
537
-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.
538
-</p>
539
-
540
-<p>
541
-Edit the DNS settings and add the IPv4 address which you got from the control panel About screen. Exactly how you do this will just depend upon your particular router model. You may also need to set the same address twice, because two addresses are conventional.
542
-</p>
543
-</div>
544
-
545
-<div id="outline-container-org36b29b4" class="outline-4">
546
-<h4 id="org36b29b4">LibreCMC</h4>
547
-<div class="outline-text-4" id="text-org36b29b4">
548
-<p>
549
-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 &amp; Apply</b>. Any devices which connect to your router will now have ad blocking.
550
-</p>
551
-</div>
552
-</div>
553
-</div>
554
-
555
-<div id="outline-container-orge945f94" class="outline-3">
556
-<h3 id="orge945f94">Configuring block lists</h3>
557
-<div class="outline-text-3" id="text-orge945f94">
558
-<p>
559
-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.
560
-</p>
561
-
562
-
563
-
564
-<center>
565
-Return to the <a href="index.html">home page</a>
566
-</center>
567
-</div>
568
-</div>
569
-</div>
570 474
 </div>
571 475
 <div id="postamble" class="status">
572 476