Bob Mottram 7 anni fa
parent
commit
6125c67568
2 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 1
    1
      src/freedombone-app-scuttlebot
  2. 2
    2
      src/freedombone-mesh-batman

+ 1
- 1
src/freedombone-app-scuttlebot Vedi File

36
 SHOW_ON_ABOUT=0
36
 SHOW_ON_ABOUT=0
37
 SHOW_ICANN_ADDRESS_ON_ABOUT=0
37
 SHOW_ICANN_ADDRESS_ON_ABOUT=0
38
 
38
 
39
-SCUTTLEBOT_VERSION='9.8.0'
39
+SCUTTLEBOT_VERSION='10.4.7'
40
 SCUTTLEBOT_PORT=8008
40
 SCUTTLEBOT_PORT=8008
41
 
41
 
42
 scuttlebot_variables=(MY_USERNAME
42
 scuttlebot_variables=(MY_USERNAME

+ 2
- 2
src/freedombone-mesh-batman Vedi File

329
     iptables -A INPUT -p udp --dport 8008 -j ACCEPT
329
     iptables -A INPUT -p udp --dport 8008 -j ACCEPT
330
     iptables -A INPUT -p tcp --dport 8008 -j ACCEPT
330
     iptables -A INPUT -p tcp --dport 8008 -j ACCEPT
331
     # vpn over the internet
331
     # vpn over the internet
332
-    iptables -A INPUT -p tcp --dport 553 -j ACCEPT
333
-    iptables -A INPUT -p udp --dport 553 -j ACCEPT
332
+    iptables -A INPUT -p tcp --dport 653 -j ACCEPT
333
+    iptables -A INPUT -p udp --dport 653 -j ACCEPT
334
     iptables -A INPUT -i ${EIFACE} -m state --state NEW -p tcp --dport 1194 -j ACCEPT
334
     iptables -A INPUT -i ${EIFACE} -m state --state NEW -p tcp --dport 1194 -j ACCEPT
335
     iptables -A INPUT -i tun+ -j ACCEPT
335
     iptables -A INPUT -i tun+ -j ACCEPT
336
     iptables -A FORWARD -i tun+ -j ACCEPT
336
     iptables -A FORWARD -i tun+ -j ACCEPT