Browse Source

Babel port

Bob Mottram 10 years ago
parent
commit
20b128cfb5
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      src/freedombone-client

+ 3
- 0
src/freedombone-client View File

@@ -37,6 +37,9 @@ WIFI_CHANNEL=2
37 37
 BATMAN_CELLID='02:BA:00:00:03:01'
38 38
 ESSID='mesh'
39 39
 
40
+# Babel
41
+BABEL_PORT=6696
42
+
40 43
 # ssh (from https://stribika.github.io/2015/01/04/secure-secure-shell.html)
41 44
 SSH_CIPHERS="chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr"
42 45
 SSH_MACS="hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-ripemd160-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512,hmac-sha2-256,hmac-ripemd160,umac-128@openssh.com"