Browse Source

Disable vpn tunnel

Bob Mottram 10 years ago
parent
commit
6016e6b980
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone

+ 1
- 1
src/freedombone View File

@@ -1701,7 +1701,7 @@ function mesh_batman_bridge {
1701 1701
   apt-get -y install python-dev libevent-dev ebtables python-pip git
1702 1702
   apt-get -y install wireless-tools
1703 1703
 
1704
-  install_vpn_tunnel
1704
+  #install_vpn_tunnel
1705 1705
 
1706 1706
   modprobe batman-adv
1707 1707
   [ $? -ne 0 ] && echo "B.A.T.M.A.N module not available" && exit 76482