浏览代码

Instructions for ERC

Bob Mottram 8 年前
父节点
当前提交
a817db83bc
没有帐户链接到提交者的电子邮件
共有 2 个文件被更改,包括 171 次插入115 次删除
  1. 22
    1
      doc/EN/usage.org
  2. 149
    114
      website/EN/usage.html

+ 22
- 1
doc/EN/usage.org 查看文件

@@ -199,7 +199,7 @@ The easiest way to use irssi is to connect to your system, like this:
199 199
 ssh myusername@mydomain -p 2222
200 200
 #+END_SRC
201 201
 
202
-Then select *IRC* from the menu. However, other than via this method using ssh, irssi isn't a very good IRC client because it doesn't have the capability to onion route messages, and therefore leaks metadata. For the best security when using your IRC server, use HexChat or client which supports Tor.
202
+Then select *IRC* from the menu. However, other than via this method using ssh, irssi isn't a very good IRC client because it doesn't have the capability to onion route messages, and therefore leaks metadata. For the best security when using your IRC server, use HexChat, Emacs ERC or another client which supports socks5 proxying.
203 203
 *** HexChat
204 204
 HexChat (formerly XChat) is compatible with proxying via Tor and so provides the best security when connecting to your IRC server. It will allow you to connect to your IRC server's onion address.
205 205
 
@@ -342,6 +342,27 @@ Within the *Server password* field enter the password which can be found from th
342 342
 
343 343
 Click *close* and then *connect*.
344 344
 
345
+*** Emacs
346
+If you are an Emacs user then you can also connect to your IRC server via Emacs.
347
+
348
+Ensure that tor is installed onto your local system:
349
+
350
+#+BEGIN_SRC bash
351
+sudo apt-get install tor
352
+#+END_SRC
353
+
354
+Add the following to your Emacs configuration file:
355
+
356
+#+BEGIN_SRC elisp
357
+(setq socks-noproxy '("localhost"))
358
+(require 'socks)
359
+(require 'tls)
360
+(setq socks-server (list "Tor socks" "localhost" 9050 5))
361
+(setq erc-server-connect-function 'socks-open-network-stream)
362
+(setq erc-autojoin-channels-alist
363
+    '(("myircaddress.onion" "#freedombone")))
364
+(erc-tls :server "myircaddress.onion" :port 6697 :nick "yourusername" :password "your IRC password")
365
+#+END_SRC
345 366
 *** Changing or removing the IRC password
346 367
 By default the IRC server is set up to require a password for users to log in. The password is the same for all users. If you want to change or remove the password:
347 368
 

+ 149
- 114
website/EN/usage.html 查看文件

@@ -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-05-03 Tue 11:15 -->
6
+<!-- 2016-05-03 Tue 15:45 -->
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>
@@ -170,15 +170,15 @@ for the JavaScript code in this tag.
170 170
 </colgroup>
171 171
 <tbody>
172 172
 <tr>
173
-<td class="org-left"><a href="#org9077c5e">Readme</a></td>
173
+<td class="org-left"><a href="#orgd40e655">Readme</a></td>
174 174
 </tr>
175 175
 
176 176
 <tr>
177
-<td class="org-left"><a href="#orge45bf5b">Improving ssh security</a></td>
177
+<td class="org-left"><a href="#orgd1a89a8">Improving ssh security</a></td>
178 178
 </tr>
179 179
 
180 180
 <tr>
181
-<td class="org-left"><a href="#orgbfd590b">Administrating the system via an onion address (Tor)</a></td>
181
+<td class="org-left"><a href="#org6242959">Administrating the system via an onion address (Tor)</a></td>
182 182
 </tr>
183 183
 
184 184
 <tr>
@@ -190,38 +190,38 @@ for the JavaScript code in this tag.
190 190
 </tr>
191 191
 
192 192
 <tr>
193
-<td class="org-left"><a href="#orgace58c4">Syncing to the Cloud</a></td>
193
+<td class="org-left"><a href="#org91f5729">Syncing to the Cloud</a></td>
194 194
 </tr>
195 195
 
196 196
 <tr>
197
-<td class="org-left"><a href="#org81aca49">Play Music</a></td>
197
+<td class="org-left"><a href="#org110676e">Play Music</a></td>
198 198
 </tr>
199 199
 
200 200
 <tr>
201
-<td class="org-left"><a href="#orgd09b032">Microblogging (GNU Social)</a></td>
201
+<td class="org-left"><a href="#orgc274329">Microblogging (GNU Social)</a></td>
202 202
 </tr>
203 203
 
204 204
 <tr>
205
-<td class="org-left"><a href="#orgc2fd8e1">Social Network</a></td>
205
+<td class="org-left"><a href="#org88944fe">Social Network</a></td>
206 206
 </tr>
207 207
 
208 208
 <tr>
209
-<td class="org-left"><a href="#org2dd17c6">Chat Services</a></td>
209
+<td class="org-left"><a href="#org885dc09">Chat Services</a></td>
210 210
 </tr>
211 211
 
212 212
 <tr>
213
-<td class="org-left"><a href="#org5bc9649">RSS Reader</a></td>
213
+<td class="org-left"><a href="#orgf496f3">RSS Reader</a></td>
214 214
 </tr>
215 215
 
216 216
 <tr>
217
-<td class="org-left"><a href="#orge81ee74">Adding or removing users</a></td>
217
+<td class="org-left"><a href="#org3c7b823">Adding or removing users</a></td>
218 218
 </tr>
219 219
 </tbody>
220 220
 </table>
221 221
 
222
-<div id="outline-container-org9077c5e" class="outline-2">
223
-<h2 id="org9077c5e">Readme</h2>
224
-<div class="outline-text-2" id="text-org9077c5e">
222
+<div id="outline-container-orgd40e655" class="outline-2">
223
+<h2 id="orgd40e655">Readme</h2>
224
+<div class="outline-text-2" id="text-orgd40e655">
225 225
 <p>
226 226
 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:
227 227
 </p>
@@ -242,9 +242,9 @@ To exit you can either just close the terminal or use <b>CTRL-x CTRL-c</b> follo
242 242
 </p>
243 243
 </div>
244 244
 </div>
245
-<div id="outline-container-orge45bf5b" class="outline-2">
246
-<h2 id="orge45bf5b">Improving ssh security</h2>
247
-<div class="outline-text-2" id="text-orge45bf5b">
245
+<div id="outline-container-orgd1a89a8" class="outline-2">
246
+<h2 id="orgd1a89a8">Improving ssh security</h2>
247
+<div class="outline-text-2" id="text-orgd1a89a8">
248 248
 <p>
249 249
 To improve ssh security you can generate an ssh key pair on your system and then upload the public key to the Freedombone.
250 250
 </p>
@@ -297,9 +297,9 @@ If you wish to only use ssh keys then log in to the Freedombone, become the root
297 297
 </div>
298 298
 </div>
299 299
 
300
-<div id="outline-container-orgbfd590b" class="outline-2">
301
-<h2 id="orgbfd590b">Administrating the system via an onion address (Tor)</h2>
302
-<div class="outline-text-2" id="text-orgbfd590b">
300
+<div id="outline-container-org6242959" class="outline-2">
301
+<h2 id="org6242959">Administrating the system via an onion address (Tor)</h2>
302
+<div class="outline-text-2" id="text-org6242959">
303 303
 <p>
304 304
 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:
305 305
 </p>
@@ -345,9 +345,9 @@ Subsequently even if dynamic DNS isn't working you may still be able to administ
345 345
 </p>
346 346
 </div>
347 347
 </div>
348
-<div id="outline-container-orgace58c4" class="outline-2">
349
-<h2 id="orgace58c4">Syncing to the Cloud</h2>
350
-<div class="outline-text-2" id="text-orgace58c4">
348
+<div id="outline-container-org91f5729" class="outline-2">
349
+<h2 id="org91f5729">Syncing to the Cloud</h2>
350
+<div class="outline-text-2" id="text-org91f5729">
351 351
 <p>
352 352
 <a href="https://syncthing.net/">Syncthing</a> provides a similar capability to proprietary systems such as <a href="http://www.drop-dropbox.com/">Dropbox</a>, and also is well suited for use with low power single board computers. You can have one or more directories which are synchronized across your various laptops/desktops/devices, and this makes it hard for you to ever lose important files. The manner in which the synchronization is done is pretty secure, such that it would be difficult for passive adversaries (mass surveillance, "<i>men in the middle</i>", etc) to know what files you're sharing. Of course, you don't necessarily need to be running a server in order to use Syncthing, but if you do have a server which is always running then there's always at least one place to synchronize your files to or from.
353 353
 </p>
@@ -357,9 +357,9 @@ Freedombone provides Syncthing shared directories for each user on the system, p
357 357
 </p>
358 358
 </div>
359 359
 
360
-<div id="outline-container-org972f0d4" class="outline-3">
361
-<h3 id="org972f0d4">On a laptop</h3>
362
-<div class="outline-text-3" id="text-org972f0d4">
360
+<div id="outline-container-orgfde264e" class="outline-3">
361
+<h3 id="orgfde264e">On a laptop</h3>
362
+<div class="outline-text-3" id="text-orgfde264e">
363 363
 <p>
364 364
 Install syncthing:
365 365
 </p>
@@ -414,9 +414,9 @@ Now wait for a few minutes. Eventually you will see two messages appear within t
414 414
 </p>
415 415
 </div>
416 416
 </div>
417
-<div id="outline-container-org1b5a480" class="outline-3">
418
-<h3 id="org1b5a480">On Android</h3>
419
-<div class="outline-text-3" id="text-org1b5a480">
417
+<div id="outline-container-org6802dab" class="outline-3">
418
+<h3 id="org6802dab">On Android</h3>
419
+<div class="outline-text-3" id="text-org6802dab">
420 420
 <p>
421 421
 Install Syncthing and Connectbot from F-droid.
422 422
 </p>
@@ -447,12 +447,12 @@ Now wait for a few minutes or more. Eventually you should receive two notificati
447 447
 </div>
448 448
 </div>
449 449
 </div>
450
-<div id="outline-container-org81aca49" class="outline-2">
451
-<h2 id="org81aca49">Play Music</h2>
452
-<div class="outline-text-2" id="text-org81aca49">
453
-</div><div id="outline-container-orgdf01119" class="outline-3">
454
-<h3 id="orgdf01119">With the DLNA service</h3>
455
-<div class="outline-text-3" id="text-orgdf01119">
450
+<div id="outline-container-org110676e" class="outline-2">
451
+<h2 id="org110676e">Play Music</h2>
452
+<div class="outline-text-2" id="text-org110676e">
453
+</div><div id="outline-container-org9de8ec1" class="outline-3">
454
+<h3 id="org9de8ec1">With the DLNA service</h3>
455
+<div class="outline-text-3" id="text-org9de8ec1">
456 456
 <p>
457 457
 An easy way to play music on any mobile device in your home is to use the DLNA service. Copy your music into a directory called "<i>Music</i>" on a USB thumb drive and then insert it into from socket on the Beaglebone.
458 458
 </p>
@@ -493,9 +493,9 @@ The DLNA service will only work within your local home network, and isn't remote
493 493
 </div>
494 494
 </div>
495 495
 
496
-<div id="outline-container-orgd09b032" class="outline-2">
497
-<h2 id="orgd09b032">Microblogging (GNU Social)</h2>
498
-<div class="outline-text-2" id="text-orgd09b032">
496
+<div id="outline-container-orgc274329" class="outline-2">
497
+<h2 id="orgc274329">Microblogging (GNU Social)</h2>
498
+<div class="outline-text-2" id="text-orgc274329">
499 499
 <p>
500 500
 To log into your GNU Social site first obtain your username and password from the "microblogging" section of the readme file.
501 501
 </p>
@@ -524,20 +524,20 @@ GNU Social has a clutter-free mobile user interface which can be accessed via a
524 524
 </div>
525 525
 </div>
526 526
 
527
-<div id="outline-container-orgc2fd8e1" class="outline-2">
528
-<h2 id="orgc2fd8e1">Social Network</h2>
529
-<div class="outline-text-2" id="text-orgc2fd8e1">
530
-</div><div id="outline-container-org3c65936" class="outline-3">
531
-<h3 id="org3c65936">Domains</h3>
532
-<div class="outline-text-3" id="text-org3c65936">
527
+<div id="outline-container-org88944fe" class="outline-2">
528
+<h2 id="org88944fe">Social Network</h2>
529
+<div class="outline-text-2" id="text-org88944fe">
530
+</div><div id="outline-container-org659ab94" class="outline-3">
531
+<h3 id="org659ab94">Domains</h3>
532
+<div class="outline-text-3" id="text-org659ab94">
533 533
 <p>
534 534
 Both Hubzilla and GNU Social try to obtain certificates automatically at the time of installation via Let's Encrypt. This will likely mean that in order for this to work you'll need to have obtained at least one "official" domain via a domain selling service, since Let's Encrypt mostly doesn't seem to work with free subdomains from sites such as freeDNS.
535 535
 </p>
536 536
 </div>
537 537
 </div>
538
-<div id="outline-container-orgff113ee" class="outline-3">
539
-<h3 id="orgff113ee">Initial install</h3>
540
-<div class="outline-text-3" id="text-orgff113ee">
538
+<div id="outline-container-org51b5348" class="outline-3">
539
+<h3 id="org51b5348">Initial install</h3>
540
+<div class="outline-text-3" id="text-org51b5348">
541 541
 <p>
542 542
 On first visiting your Hubzilla site you'll see the login screen. The first thing you need to do is <b>register</b> a new user. The first user on the system then becomes its administrator.
543 543
 </p>
@@ -551,19 +551,19 @@ On first visiting your Hubzilla site you'll see the login screen. The first thin
551 551
 </div>
552 552
 </div>
553 553
 
554
-<div id="outline-container-org2dd17c6" class="outline-2">
555
-<h2 id="org2dd17c6">Chat Services</h2>
556
-<div class="outline-text-2" id="text-org2dd17c6">
557
-</div><div id="outline-container-org766ebde" class="outline-3">
558
-<h3 id="org766ebde">IRC</h3>
559
-<div class="outline-text-3" id="text-org766ebde">
554
+<div id="outline-container-org885dc09" class="outline-2">
555
+<h2 id="org885dc09">Chat Services</h2>
556
+<div class="outline-text-2" id="text-org885dc09">
557
+</div><div id="outline-container-orgb992cf0" class="outline-3">
558
+<h3 id="orgb992cf0">IRC</h3>
559
+<div class="outline-text-3" id="text-orgb992cf0">
560 560
 <p>
561 561
 IRC is useful for multi-user chat. The classic use case is for software development where many engineers might need to coordinate their activities, but it's also useful for meetings, parties and general socialising.
562 562
 </p>
563 563
 </div>
564
-<div id="outline-container-org1f5b875" class="outline-4">
565
-<h4 id="org1f5b875">Irssi</h4>
566
-<div class="outline-text-4" id="text-org1f5b875">
564
+<div id="outline-container-org9ee9003" class="outline-4">
565
+<h4 id="org9ee9003">Irssi</h4>
566
+<div class="outline-text-4" id="text-org9ee9003">
567 567
 <p>
568 568
 The easiest way to use irssi is to connect to your system, like this:
569 569
 </p>
@@ -575,13 +575,13 @@ The easiest way to use irssi is to connect to your system, like this:
575 575
 </div>
576 576
 
577 577
 <p>
578
-Then select <b>IRC</b> from the menu. However, other than via this method using ssh, irssi isn't a very good IRC client because it doesn't have the capability to onion route messages, and therefore leaks metadata. For the best security when using your IRC server, use HexChat or client which supports Tor.
578
+Then select <b>IRC</b> from the menu. However, other than via this method using ssh, irssi isn't a very good IRC client because it doesn't have the capability to onion route messages, and therefore leaks metadata. For the best security when using your IRC server, use HexChat, Emacs ERC or another client which supports socks5 proxying.
579 579
 </p>
580 580
 </div>
581 581
 </div>
582
-<div id="outline-container-org512a50c" class="outline-4">
583
-<h4 id="org512a50c">HexChat</h4>
584
-<div class="outline-text-4" id="text-org512a50c">
582
+<div id="outline-container-orga83d9d" class="outline-4">
583
+<h4 id="orga83d9d">HexChat</h4>
584
+<div class="outline-text-4" id="text-orga83d9d">
585 585
 <p>
586 586
 HexChat (formerly XChat) is compatible with proxying via Tor and so provides the best security when connecting to your IRC server. It will allow you to connect to your IRC server's onion address.
587 587
 </p>
@@ -759,9 +759,44 @@ Click <b>close</b> and then <b>connect</b>.
759 759
 </div>
760 760
 </div>
761 761
 
762
-<div id="outline-container-orgb079292" class="outline-4">
763
-<h4 id="orgb079292">Changing or removing the IRC password</h4>
764
-<div class="outline-text-4" id="text-orgb079292">
762
+<div id="outline-container-orgf7ab291" class="outline-4">
763
+<h4 id="orgf7ab291">Emacs</h4>
764
+<div class="outline-text-4" id="text-orgf7ab291">
765
+<p>
766
+If you are an Emacs user then you can also connect to your IRC server via Emacs.
767
+</p>
768
+
769
+<p>
770
+Ensure that tor is installed onto your local system:
771
+</p>
772
+
773
+<div class="org-src-container">
774
+
775
+<pre class="src src-bash">sudo apt-get install tor
776
+</pre>
777
+</div>
778
+
779
+<p>
780
+Add the following to your Emacs configuration file:
781
+</p>
782
+
783
+<div class="org-src-container">
784
+
785
+<pre class="src src-elisp">(setq socks-noproxy '(<span class="org-string">"localhost"</span>))
786
+(<span class="org-keyword">require</span> '<span class="org-constant">socks</span>)
787
+(<span class="org-keyword">require</span> '<span class="org-constant">tls</span>)
788
+(setq socks-server (list <span class="org-string">"Tor socks"</span> <span class="org-string">"localhost"</span> 9050 5))
789
+(setq erc-server-connect-function 'socks-open-network-stream)
790
+(setq erc-autojoin-channels-alist
791
+    '((<span class="org-string">"myircaddress.onion"</span> <span class="org-string">"#freedombone"</span>)))
792
+(erc-tls <span class="org-builtin">:server</span> <span class="org-string">"myircaddress.onion"</span> <span class="org-builtin">:port</span> 6697 <span class="org-builtin">:nick</span> <span class="org-string">"yourusername"</span> <span class="org-builtin">:password</span> <span class="org-string">"your IRC password"</span>)
793
+</pre>
794
+</div>
795
+</div>
796
+</div>
797
+<div id="outline-container-orgaf13365" class="outline-4">
798
+<h4 id="orgaf13365">Changing or removing the IRC password</h4>
799
+<div class="outline-text-4" id="text-orgaf13365">
765 800
 <p>
766 801
 By default the IRC server is set up to require a password for users to log in. The password is the same for all users. If you want to change or remove the password:
767 802
 </p>
@@ -779,12 +814,12 @@ Select <i>Administrator controls</i> then <b>IRC Menu</b> and then change the pa
779 814
 </div>
780 815
 </div>
781 816
 
782
-<div id="outline-container-orgc4bb93d" class="outline-3">
783
-<h3 id="orgc4bb93d">XMPP/Jabber</h3>
784
-<div class="outline-text-3" id="text-orgc4bb93d">
785
-</div><div id="outline-container-org441e0bb" class="outline-4">
786
-<h4 id="org441e0bb">Using with Profanity</h4>
787
-<div class="outline-text-4" id="text-org441e0bb">
817
+<div id="outline-container-org2d5e82e" class="outline-3">
818
+<h3 id="org2d5e82e">XMPP/Jabber</h3>
819
+<div class="outline-text-3" id="text-org2d5e82e">
820
+</div><div id="outline-container-org6eb48ef" class="outline-4">
821
+<h4 id="org6eb48ef">Using with Profanity</h4>
822
+<div class="outline-text-4" id="text-org6eb48ef">
788 823
 <p>
789 824
 The <a href="http://profanity.im/">Profanity</a> shell based user interface and is perhaps the simplest way to use XMPP from a laptop. It's also a good way to ensure that your OTR keys are the same even when logging in from different laptops or devices, and it also means that if those devices later become compomised then there are no locally stored OTR keys to be found.
790 825
 </p>
@@ -874,9 +909,9 @@ When accessed via the user control panel the client is automatically routed thro
874 909
 </p>
875 910
 </div>
876 911
 </div>
877
-<div id="outline-container-org5cbcb15" class="outline-4">
878
-<h4 id="org5cbcb15">Using with Jitsi</h4>
879
-<div class="outline-text-4" id="text-org5cbcb15">
912
+<div id="outline-container-org34a3fc4" class="outline-4">
913
+<h4 id="org34a3fc4">Using with Jitsi</h4>
914
+<div class="outline-text-4" id="text-org34a3fc4">
880 915
 <p>
881 916
 Jitsi is the recommended communications client for desktop or laptop systems, since it includes the <i>off the record</i> (OTR) feature which provides some additional security beyond the usual SSL certificates.
882 917
 </p>
@@ -906,9 +941,9 @@ You can also <a href="https://www.youtube.com/watch?v=vgx7VSrDGjk">see this vide
906 941
 </p>
907 942
 </div>
908 943
 </div>
909
-<div id="outline-container-org9aa50d6" class="outline-4">
910
-<h4 id="org9aa50d6">Using with Ubuntu</h4>
911
-<div class="outline-text-4" id="text-org9aa50d6">
944
+<div id="outline-container-orge2d837d" class="outline-4">
945
+<h4 id="orge2d837d">Using with Ubuntu</h4>
946
+<div class="outline-text-4" id="text-orge2d837d">
912 947
 <p>
913 948
 The default XMPP client in Ubuntu is Empathy.  Using Empathy isn't as secure as using Jitsi, since it doesn't include the <i>off the record</i> feature, but since it's the default it's what many users will have easy access to.
914 949
 </p>
@@ -926,17 +961,17 @@ Click on <b>Advanced</b> and make sure that <b>Encryption required</b> and <b>Ig
926 961
 </p>
927 962
 </div>
928 963
 </div>
929
-<div id="outline-container-org2dc983" class="outline-4">
930
-<h4 id="org2dc983">Using Tor Messenger</h4>
931
-<div class="outline-text-4" id="text-org2dc983">
964
+<div id="outline-container-orge993019" class="outline-4">
965
+<h4 id="orge993019">Using Tor Messenger</h4>
966
+<div class="outline-text-4" id="text-orge993019">
932 967
 <p>
933 968
 Tor Messenger is a messaging client which supports XMPP, and its onion routing enables you to protect the metadata of chat interactions to some extent by making it difficult for an adversary to know which server is talking to which. You can download Tor Messenger from <a href="https://torproject.org/">torproject.org</a> and the setup is pretty simple.
934 969
 </p>
935 970
 </div>
936 971
 </div>
937
-<div id="outline-container-orgc295f15" class="outline-4">
938
-<h4 id="orgc295f15">Using with Android</h4>
939
-<div class="outline-text-4" id="text-orgc295f15">
972
+<div id="outline-container-org80ab06f" class="outline-4">
973
+<h4 id="org80ab06f">Using with Android</h4>
974
+<div class="outline-text-4" id="text-org80ab06f">
940 975
 <p>
941 976
 Install <a href="https://f-droid.org/">F-Droid</a>
942 977
 </p>
@@ -972,16 +1007,16 @@ Then select <b>Next</b>. When chatting you can use the lock icon to encrypt your
972 1007
 </div>
973 1008
 </div>
974 1009
 </div>
975
-<div id="outline-container-org7988223" class="outline-3">
976
-<h3 id="org7988223">Tox</h3>
977
-<div class="outline-text-3" id="text-org7988223">
1010
+<div id="outline-container-org9944388" class="outline-3">
1011
+<h3 id="org9944388">Tox</h3>
1012
+<div class="outline-text-3" id="text-org9944388">
978 1013
 <p>
979 1014
 Tox is an encrypted peer-to-peer messaging system and so should work without Freedombone. It uses a system of nodes which act as a sort of directory service allowing users to find and connect to each other. The Tox node ID on the Freedombone can be found within the README within your home directory. If you have other users connect to your node then you will be able to continue chatting even when no other nodes are available.
980 1015
 </p>
981 1016
 </div>
982
-<div id="outline-container-org4e94a1b" class="outline-4">
983
-<h4 id="org4e94a1b">Using the Toxic client</h4>
984
-<div class="outline-text-4" id="text-org4e94a1b">
1017
+<div id="outline-container-orgf79fd2" class="outline-4">
1018
+<h4 id="orgf79fd2">Using the Toxic client</h4>
1019
+<div class="outline-text-4" id="text-orgf79fd2">
985 1020
 <p>
986 1021
 Log into your system with:
987 1022
 </p>
@@ -1005,12 +1040,12 @@ Then from the menu select <b>Tox Chat</b>. Tox is encrypted by default and also
1005 1040
 </div>
1006 1041
 </div>
1007 1042
 
1008
-<div id="outline-container-orgbd8ef4b" class="outline-3">
1009
-<h3 id="orgbd8ef4b">VoIP (Voice chat)</h3>
1010
-<div class="outline-text-3" id="text-orgbd8ef4b">
1011
-</div><div id="outline-container-orgb7d26cb" class="outline-4">
1012
-<h4 id="orgb7d26cb">Using with Ubuntu</h4>
1013
-<div class="outline-text-4" id="text-orgb7d26cb">
1043
+<div id="outline-container-orgfe86b13" class="outline-3">
1044
+<h3 id="orgfe86b13">VoIP (Voice chat)</h3>
1045
+<div class="outline-text-3" id="text-orgfe86b13">
1046
+</div><div id="outline-container-orgc7655c8" class="outline-4">
1047
+<h4 id="orgc7655c8">Using with Ubuntu</h4>
1048
+<div class="outline-text-4" id="text-orgc7655c8">
1014 1049
 <p>
1015 1050
 Within the software center search for "mumble" and install the client then run it. Skip through the audio setup wizard.
1016 1051
 </p>
@@ -1024,9 +1059,9 @@ Click on "add new" to add a new server and enter the default domain name for the
1024 1059
 </p>
1025 1060
 </div>
1026 1061
 </div>
1027
-<div id="outline-container-orgc4a14f1" class="outline-4">
1028
-<h4 id="orgc4a14f1">Using with Android</h4>
1029
-<div class="outline-text-4" id="text-orgc4a14f1">
1062
+<div id="outline-container-orgfbf363e" class="outline-4">
1063
+<h4 id="orgfbf363e">Using with Android</h4>
1064
+<div class="outline-text-4" id="text-orgfbf363e">
1030 1065
 <p>
1031 1066
 Install <a href="https://f-droid.org/">F-Droid</a>
1032 1067
 </p>
@@ -1053,24 +1088,24 @@ Selecting the server by pressing on it then connects you to the server so that y
1053 1088
 </div>
1054 1089
 </div>
1055 1090
 </div>
1056
-<div id="outline-container-orgf220b08" class="outline-3">
1057
-<h3 id="orgf220b08">SIP phones</h3>
1058
-<div class="outline-text-3" id="text-orgf220b08">
1091
+<div id="outline-container-orgbf40ab" class="outline-3">
1092
+<h3 id="orgbf40ab">SIP phones</h3>
1093
+<div class="outline-text-3" id="text-orgbf40ab">
1059 1094
 <p>
1060 1095
 Freedombone also supports SIP phones The username and domain is the same as for your email address, and the SIP password and extension number will appear within the README file in your home directory. Various SIP client options are available, such as CSipSimple on Android and Jitsi on desktop or laptop machines. Ideally use clients which support ZRTP, which will provide the best level of security.
1061 1096
 </p>
1062 1097
 </div>
1063
-<div id="outline-container-org7e3ecce" class="outline-4">
1064
-<h4 id="org7e3ecce">About ZRTP</h4>
1065
-<div class="outline-text-4" id="text-org7e3ecce">
1098
+<div id="outline-container-org260a23b" class="outline-4">
1099
+<h4 id="org260a23b">About ZRTP</h4>
1100
+<div class="outline-text-4" id="text-org260a23b">
1066 1101
 <p>
1067 1102
 <a href="https://jitsi.org/Documentation/ZrtpFAQ">ZRTP</a> appears to be the current best standard to end-to-end encrypted voice calls, combining good security with simplicity of use. When the initial cryptographic negotiation between phones is done at the start of a call a short authentication string (SAS) is calculated and displayed at both ends. To check that there isn't anyone intercepting the call and acting as a <i>man in the middle</i> - as <a href="https://en.wikipedia.org/wiki/Stingray_phone_tracker">stingray type devices</a> try to do - the short authentication string can be read out and verbally confirmed between the callers. If it's the same then you can be pretty confident that the call is secure.
1068 1103
 </p>
1069 1104
 </div>
1070 1105
 </div>
1071
-<div id="outline-container-org730d959" class="outline-4">
1072
-<h4 id="org730d959">Using with CSIPSimple</h4>
1073
-<div class="outline-text-4" id="text-org730d959">
1106
+<div id="outline-container-org7628071" class="outline-4">
1107
+<h4 id="org7628071">Using with CSIPSimple</h4>
1108
+<div class="outline-text-4" id="text-org7628071">
1074 1109
 <p>
1075 1110
 Add an account. Under <b>General Wizards</b> choose <b>Expert</b> and enter the following details:
1076 1111
 </p>
@@ -1126,9 +1161,9 @@ If everything is working the account should appear in green with a status of <b>
1126 1161
 </p>
1127 1162
 </div>
1128 1163
 </div>
1129
-<div id="outline-container-org1c535a8" class="outline-4">
1130
-<h4 id="org1c535a8">Using with Ring</h4>
1131
-<div class="outline-text-4" id="text-org1c535a8">
1164
+<div id="outline-container-orgafee70f" class="outline-4">
1165
+<h4 id="orgafee70f">Using with Ring</h4>
1166
+<div class="outline-text-4" id="text-orgafee70f">
1132 1167
 <p>
1133 1168
 From the menu select <b>Manage accounts</b>.
1134 1169
 </p>
@@ -1181,9 +1216,9 @@ Select the <b>Security</b> tab. Under <b>SRTP Key Exchange</b> select <b>ZRTP</b
1181 1216
 </div>
1182 1217
 </div>
1183 1218
 
1184
-<div id="outline-container-org5bc9649" class="outline-2">
1185
-<h2 id="org5bc9649">RSS Reader</h2>
1186
-<div class="outline-text-2" id="text-org5bc9649">
1219
+<div id="outline-container-orgf496f3" class="outline-2">
1220
+<h2 id="orgf496f3">RSS Reader</h2>
1221
+<div class="outline-text-2" id="text-orgf496f3">
1187 1222
 <p>
1188 1223
 The way that RSS reading is set up on Freedombone gives you strong reading privacy. Not only is there onion routing between you and the server but also between the server and the source of the RSS feed. The only down side is that many RSS feeds are still http only, and so could be vulnerable to injection attacks, but it's expected that more of this will go to https in the foreseeable future due to a combination of growing recognition of security issues and systems like Let's Encrypt which make obtaining certificates much easier.
1189 1224
 </p>
@@ -1227,9 +1262,9 @@ A note for the paranoid is that on mobile devices you get redirected to a differ
1227 1262
 </blockquote>
1228 1263
 </div>
1229 1264
 </div>
1230
-<div id="outline-container-orge81ee74" class="outline-2">
1231
-<h2 id="orge81ee74">Adding or removing users</h2>
1232
-<div class="outline-text-2" id="text-orge81ee74">
1265
+<div id="outline-container-org3c7b823" class="outline-2">
1266
+<h2 id="org3c7b823">Adding or removing users</h2>
1267
+<div class="outline-text-2" id="text-org3c7b823">
1233 1268
 <p>
1234 1269
 Log into the system with:
1235 1270
 </p>