浏览代码

Updatedocs with voip port

Bob Mottram 10 年前
父节点
当前提交
9e7d71ade1
共有 4 个文件被更改,包括 11 次插入2 次删除
  1. 2
    1
      README.md
  2. 2
    0
      doc/installation.org
  3. 二进制
      man/freedombone.1.gz
  4. 7
    1
      website/installation.html

+ 2
- 1
README.md 查看文件

8
  - **Social**: Social networking with Red Matrix and GNU Social
8
  - **Social**: Social networking with Red Matrix and GNU Social
9
  - **Media**: Runs media services such as DLNA to play music or videos on your devices
9
  - **Media**: Runs media services such as DLNA to play music or videos on your devices
10
  - **Writer**: Host your blog and wiki
10
  - **Writer**: Host your blog and wiki
11
- - **Chat**: Encrypted IRC and XMPP services for one-to-one and many-to-many chat
11
+ - **Chat**: Encrypted IRC, XMPP and VoIP services for one-to-one and many-to-many chat
12
  - **Nonmailbox**: Installs eveything except for the email server
12
  - **Nonmailbox**: Installs eveything except for the email server
13
 
13
 
14
 Freedombone has an emphasis on security and privacy, and when installed on a Beaglebone Black it uses the built-in hardware random number generator as an entropy source.  All communications with the box are encrypted by default using the recommendations from https://bettercrypto.org. The firewall is configured to only allow communications on the necessary ports and to drop all other packets, icmp is disabled by default, emails are stored in encrypted form using your public key and time synchronisation occurs via TLS only.  Backups are also encrypted and can be local or remote.
14
 Freedombone has an emphasis on security and privacy, and when installed on a Beaglebone Black it uses the built-in hardware random number generator as an entropy source.  All communications with the box are encrypted by default using the recommendations from https://bettercrypto.org. The firewall is configured to only allow communications on the necessary ports and to drop all other packets, icmp is disabled by default, emails are stored in encrypted form using your public key and time synchronisation occurs via TLS only.  Backups are also encrypted and can be local or remote.
157
     | Email   |        587 |
157
     | Email   |        587 |
158
     | Email   |        465 |
158
     | Email   |        465 |
159
     | Email   |        993 |
159
     | Email   |        993 |
160
+    | VoIP    |      64738 |
160
 
161
 
161
 On Client Machines
162
 On Client Machines
162
 ==================
163
 ==================

+ 2
- 0
doc/installation.org 查看文件

166
 | Email   |        587 |
166
 | Email   |        587 |
167
 | Email   |        465 |
167
 | Email   |        465 |
168
 | Email   |        993 |
168
 | Email   |        993 |
169
+| VoIP    |      64738 |
170
+
169
 * On Client Machines
171
 * On Client Machines
170
 You can configure laptops or desktop machines which connect to the Freedombone server in the following way. This alters encryption settings to improve overall security.
172
 You can configure laptops or desktop machines which connect to the Freedombone server in the following way. This alters encryption settings to improve overall security.
171
 
173
 

二进制
man/freedombone.1.gz 查看文件


+ 7
- 1
website/installation.html 查看文件

4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5
 <head>
5
 <head>
6
 <title></title>
6
 <title></title>
7
-<!-- 2015-01-24 Sat 20:17 -->
7
+<!-- 2015-01-25 Sun 15:39 -->
8
 <meta  http-equiv="Content-Type" content="text/html;charset=utf-8" />
8
 <meta  http-equiv="Content-Type" content="text/html;charset=utf-8" />
9
 <meta  name="generator" content="Org-mode" />
9
 <meta  name="generator" content="Org-mode" />
10
 <meta  name="author" content="Bob Mottram" />
10
 <meta  name="author" content="Bob Mottram" />
529
 <td class="left">Email</td>
529
 <td class="left">Email</td>
530
 <td class="right">993</td>
530
 <td class="right">993</td>
531
 </tr>
531
 </tr>
532
+
533
+<tr>
534
+<td class="left">VoIP</td>
535
+<td class="right">64738</td>
536
+</tr>
532
 </tbody>
537
 </tbody>
533
 </table>
538
 </table>
534
 </div>
539
 </div>
535
 </div>
540
 </div>
541
+
536
 <div id="outline-container-unnumbered-7" class="outline-2">
542
 <div id="outline-container-unnumbered-7" class="outline-2">
537
 <h2 id="unnumbered-7">On Client Machines</h2>
543
 <h2 id="unnumbered-7">On Client Machines</h2>
538
 <div class="outline-text-2" id="text-unnumbered-7">
544
 <div class="outline-text-2" id="text-unnumbered-7">