diff --git a/README.md b/README.md index 809ca00c..69af4654 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ The Freedombone system can be installed onto a Beaglebone Black, or any system c - **Writer**: Host your blog and wiki - **Chat**: Encrypted IRC, XMPP, Tox and VoIP services for one-to-one and many-to-many chat - **Developer**: Host your own git projects with a Github-like user interface - - **Mesh**: mesh network gateway to the internet + - **Mesh**: mesh network bridge to the internet - **Nonmailbox**: Installs eveything except for the email server 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. diff --git a/doc/EN/variants.org b/doc/EN/variants.org index 1a3b11e3..ffd893e4 100644 --- a/doc/EN/variants.org +++ b/doc/EN/variants.org @@ -19,4 +19,5 @@ Freedombone may be installed either in its entirety or as different variants wit | *Writer* | Host your blog and wiki | | *Chat* | Encrypted IRC and XMPP services for one-to-one and many-to-many chat | | *Developer* | Github-like system to host your software projects | +| *Mesh* | Mesh network bridge to the internet | | *Nonmailbox* | Installs eveything except for the email server | diff --git a/man/freedombone.1.gz b/man/freedombone.1.gz index a14f7325..0da452c3 100644 Binary files a/man/freedombone.1.gz and b/man/freedombone.1.gz differ diff --git a/src/freedombone b/src/freedombone index e7a0c216..1916384a 100755 --- a/src/freedombone +++ b/src/freedombone @@ -1576,13 +1576,13 @@ function get_mesh_essid { fi } -function mesh_batman { +function mesh_batman_bridge { # https://sudoroom.org/wiki/Mesh/Relay_setup # also see http://www.netlore.co.uk/airmesh/ # https://www.youtube.com/watch?v=CLKHWfQlFqQ # http://pastebin.com/4U9vdFFm # http://pastebin.com/eeTmL5XL - if grep -Fxq "mesh_batman" $COMPLETION_FILE; then + if grep -Fxq "mesh_batman_bridge" $COMPLETION_FILE; then return fi if [[ $ENABLE_BATMAN != "yes" ]]; then @@ -1675,7 +1675,7 @@ function mesh_batman { chmod 600 /home/$MY_USERNAME/README fi - echo 'mesh_batman' >> $COMPLETION_FILE + echo 'mesh_batman_bridge' >> $COMPLETION_FILE } function remove_instructions_from_motd { @@ -9783,7 +9783,7 @@ configure_internet_protocol create_git_project mesh_cjdns mesh_cjdns_tools -mesh_batman +mesh_batman_bridge backup_github_projects configure_ssh remove_instructions_from_motd diff --git a/website/EN/variants.html b/website/EN/variants.html index ddf6732f..e3493156 100644 --- a/website/EN/variants.html +++ b/website/EN/variants.html @@ -4,16 +4,22 @@