Browse Source

Defailt vpn tls port

Bob Mottram 7 years ago
parent
commit
3c9ca52c77
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      src/freedombone-app-vpn

+ 4
- 0
src/freedombone-app-vpn View File

@@ -66,6 +66,10 @@ function logging_off_vpn {
66 66
 }
67 67
 
68 68
 function install_interactive_vpn {
69
+    read_config_param VPN_TLS_PORT
70
+    if [ ! $VPN_TLS_PORT ]; then
71
+        VPN_TLS_PORT=553
72
+    fi
69 73
     VPN_DETAILS_COMPLETE=
70 74
     while [ ! $VPN_DETAILS_COMPLETE ]
71 75
     do