diff --git a/src/freedombone-app-scuttlebot b/src/freedombone-app-scuttlebot index a0bad798..9afe4f53 100755 --- a/src/freedombone-app-scuttlebot +++ b/src/freedombone-app-scuttlebot @@ -36,7 +36,7 @@ IN_DEFAULT_INSTALL=0 SHOW_ON_ABOUT=0 SHOW_ICANN_ADDRESS_ON_ABOUT=0 -SCUTTLEBOT_VERSION='9.8.0' +SCUTTLEBOT_VERSION='10.4.7' SCUTTLEBOT_PORT=8008 scuttlebot_variables=(MY_USERNAME diff --git a/src/freedombone-mesh-batman b/src/freedombone-mesh-batman index 67f6651c..72f2e79d 100755 --- a/src/freedombone-mesh-batman +++ b/src/freedombone-mesh-batman @@ -329,8 +329,8 @@ function start { iptables -A INPUT -p udp --dport 8008 -j ACCEPT iptables -A INPUT -p tcp --dport 8008 -j ACCEPT # vpn over the internet - iptables -A INPUT -p tcp --dport 553 -j ACCEPT - iptables -A INPUT -p udp --dport 553 -j ACCEPT + iptables -A INPUT -p tcp --dport 653 -j ACCEPT + iptables -A INPUT -p udp --dport 653 -j ACCEPT iptables -A INPUT -i ${EIFACE} -m state --state NEW -p tcp --dport 1194 -j ACCEPT iptables -A INPUT -i tun+ -j ACCEPT iptables -A FORWARD -i tun+ -j ACCEPT