|
@@ -82,7 +82,7 @@ function install_interactive_vpn {
|
82
|
82
|
dialog --backtitle $"Freedombone Configuration" \
|
83
|
83
|
--title $"VPN Configuration" \
|
84
|
84
|
--form $"\nPlease enter your VPN details. Changing the port to 443 will help defend against censorship but will prevent other web apps from running." 12 65 1 \
|
85
|
|
- $"TLS port:" 1 1 "$VPN_TLS_PORT" 1 12 4 4 \
|
|
85
|
+ $"TLS port:" 1 1 "$VPN_TLS_PORT" 1 12 5 5 \
|
86
|
86
|
2> $data
|
87
|
87
|
sel=$?
|
88
|
88
|
case $sel in
|