瀏覽代碼

mesh vpn port

Bob Mottram 7 年之前
父節點
當前提交
6125c67568
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 1
    1
      src/freedombone-app-scuttlebot
  2. 2
    2
      src/freedombone-mesh-batman

+ 1
- 1
src/freedombone-app-scuttlebot 查看文件

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

+ 2
- 2
src/freedombone-mesh-batman 查看文件

@@ -329,8 +329,8 @@ function start {
329 329
     iptables -A INPUT -p udp --dport 8008 -j ACCEPT
330 330
     iptables -A INPUT -p tcp --dport 8008 -j ACCEPT
331 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 334
     iptables -A INPUT -i ${EIFACE} -m state --state NEW -p tcp --dport 1194 -j ACCEPT
335 335
     iptables -A INPUT -i tun+ -j ACCEPT
336 336
     iptables -A FORWARD -i tun+ -j ACCEPT